:root
{
    /*--background_color:#D8DED8;*/
    /*--background_color:#F2F2F2;*/
    --background_color:#FFFFFF;
    --theme_color:#B75030;
    --theme_color_two:#AF3E1B;
    --white_color:#FFFFFF;
    --white_background_color:#FFFFFF;
    /*--you_gray_background_color:#FFFFFF;*/
    --you_gray_background_color:#f2f2f2;
    --forground_color:#00000066;
    --menu_items_color:#111;
    --menu_items_color2:#555;
    --green_color:#79AF1B;
    --text_color:#333;
    --text_color_two:#666666;
    --gray_color:#CCC;
    --gray_color_two:#BBB;
    --showdow_color:#CCC;
    --rate_star_color:#ffcc00e0;
    --red_color:#F00;
    --items_text_color:#111;
    --dialog_background:#00000096;
    /*--line_divider:#CCC;*/
    --line_divider:#dedede;
    /*--select_menu_item_color:#a6a6a6;*/
    --select_menu_item_color:#ededed;

    --top_menu_height:60px;
    --side-menu-width:240px;
}


[data-theme="dark"]
{
    /*--background_color:#222222;*/
    /*--background_color:#202020;*/
    --background_color:#111111;
    --theme_color:#B75030;
    --theme_color_two:#AF3E1B;
    --white_color:#FFF;
    --white_background_color:#111111;
    /*--you_gray_background_color:#111111;*/
    --you_gray_background_color:#272727;
    --forground_color:#00000066;
    --menu_items_color:#FFFFFF;
    --menu_items_color2:#CCCCCC;
    --green_color:#79AF1B;
    --text_color:#666666;
    --text_color_two:#666666;
    --gray_color:#333;
    --gray_color_two:#222;
    --showdow_color:#010101;
    --rate_star_color:#ffcc00e0;
    --red_color:#F00;
    --items_text_color:#111;
    --dialog_background:#00000096;
    --line_divider:#333;
    --select_menu_item_color:#1e1d1d;

    --top_menu_height:60px;
    --side-menu-width:240px;
}

.green
{
    color: green;
}

.yellow
{
    color: yellow;
}

.brown
{
    color: brown;
}

.gray
{
    color: #4B4B4B;
}

.blue
{
    color: #1b2658;
}

.black_yellow
{
    color: #d0ae01;
}

@font-face
{
    font-family: 'boomcamfont';
    src: url("../fonts/CenturyGothic.ttf");
}

@font-face
{
    font-family: 'boomcamfont_line';
    src: url("../fonts/GOTHIC.ttf");
}

@keyframes loading_animation {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

*
{
    font-family: 'boomcamfont';
    margin: 0;
    padding: 0;
}

body
{
    overflow-x: hidden;
    background-color: var(--background_color) !important;
    /*padding-top: 0;*/
}

::selection
{
    background: var(--theme_color);
    color: var(--white_color);
}

#body_forground
{
    width: 100vw;
    height: 100vh;
    background: var(--forground_color);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

#top_menu_box
{
    width: 100%;
    position: fixed;
    z-index: 9;
    top: 20px;
    left: 0;
}

#top_menu
{
    width: 840px;
    /*margin: 50px auto;*/
    margin: 10px auto;
    height: 93px;
    background: var(--white_background_color);
    border-radius: 43px;
}

#top_menu>ul
{
    display: flex;
    padding-left: 0;
}

#top_menu>ul>li
{
    list-style: none;
    padding: 36px 35px;
}

#sub_menu>li>a,#profile_submenu>li>a
{
    display: block;
    font-size: 14px;
    color: var(--menu_items_color);
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    margin: 15px 10px;
    width: 106%;
}

#sub_menu>li>a>i,#profile_submenu>li>a>i
{
    font-size: 18px;
    position: absolute;
    left: 20px;
    color: var(--menu_items_color);
}

#sub_menu,#profile_submenu
{
    list-style: none;
}

#top_menu>ul>li>a
{
    font-size: 20px;
    color: var(--menu_items_color);
    text-decoration: none;
    cursor: pointer;
}

#top_menu>ul>li>ul
{
    display: none;
}

#top_menu>ul>li:hover #sub_menu
{
    background: var(--white_background_color);
    display: block;
    padding: 10px;
    border-radius: 0px 0px 20px 20px;
    width: 150px;
    position: absolute;
    margin-left: -55px;
    margin-top: 27px;
}

.side_menu_main_content
{
    width: calc(100% - var(--side-menu-width));
    margin-left: auto;
    margin-right: 0;
    /*padding-top: 50px;*/
    padding-top: var(--top_menu_height);
}

#top_menu>ul>li:hover #profile_submenu
{
    background: var(--white_background_color);
    display: block;
    padding: 10px;
    border-radius: 0px 0px 20px 20px;
    width: 150px;
    position: absolute;
    margin-left: -5px;
    margin-top: 10px;
}

#top_menu>ul>li>a>i
{
    display: none;
}

#top_menu>ul>li>a>btn
{
    background: var(--theme_color);
    padding: 10px 35px;
    color: var(--white_color);
    border-radius: 43px;
    font-size: 20px;
    border: 2px solid var(--theme_color);
}

#top_menu>ul>li>a>btn:hover
{
    transition: ease-in-out 0.2s;
    background: var(--white_background_color);
    color: var(--theme_color);
    border: 2px solid var(--theme_color);
}

@media screen and (max-width: 1050px)
{
    /*#sub_menu,#profile_submenu*/
    /*{*/
    /*    display: block !important;*/
    /*}*/

    /*#sub_menu, #profile_submenu*/
    /*{*/
    /*    padding: 10px;*/
    /*}*/

    /*#sub_menu>li>a, #profile_submenu>li>a*/
    /*{*/
    /*    display: contents;*/
    /*}*/

    /*#sub_menu>li>a>i, #profile_submenu>li>a>i*/
    /*{*/
    /*    position: initial;*/
    /*}*/

    /*#sub_menu>li*/
    /*{*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    margin: 10px;*/
    /*}*/

    #top_menu>ul>li:hover #profile_submenu
    {
        background: var(--white_background_color);
        display: block;
        padding: 10px;
        border-radius: 20px;
        width: 150px;
        position: absolute;
        right: 10px;
        bottom: 0px;
    }

    #top_menu>ul>li:hover #sub_menu
    {
        background: var(--white_background_color);
        display: block;
        padding: 10px;
        border-radius:20px;
        width: 150px;
        position: absolute;
        margin-left: 0px;
        margin-top: 0px;
    }

    #live_top_8_items
    {
        position: relative;
        height: auto;
    }
}

#searchbar
{
    /*width: 100%;*/
    /*height: 100px;*/
    /*background: var(--white_background_color);*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*position: relative;*/

    width: 100%;
    position: absolute;
    /*height: 90px;*/
    height: var(--top_menu_height);
    background: var(--white_background_color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
    /*margin-top: 15px;*/
    margin-left: auto;
    margin-right: auto;
}

#searchbar>form
{
    width: 100%;
}

#searchbar>form>input
{
    width: 30%;
    display: block;
    margin: 0px auto;
    border: none;
    outline: none;
    /*background: var(--background_color);*/
    background: var(--you_gray_background_color);
    border-radius: 12px;
    /*font-size: 14px;*/
    font-size: 12px;
    /*padding: 14px;*/
    padding: 10px;
    text-align: center;
    color: var(--menu_items_color);
}

#home_content_header_title
{
    text-align: center;
    font-size: 35px;
    color: var(--white_color);
    margin-bottom: 20px;
}

#home_content_header_text
{
    text-align: center;
    font-size: 18px;
    color: var(--white_color);
    margin-top: 10px;
}

#home_content_header
{
    /*margin-top: 17vh;*/
    /*margin-top: 20vh;*/
    margin-top: 25vh;
}

#home_content_header_start_link
{
    display: table;
    padding: 8px 20px;
    margin: 25px auto;
    color: var(--white_color);
    border: 2px solid var(--white_color);
    text-decoration: none;
    border-radius: 43px;
}

#home_content_header_start_link:hover
{
    transition: ease-in-out 0.2s;
    background: var(--green_color);
    border: 2px solid var(--green_color);
}

#bottom_footer
{
    width: 100%;
    display: block;
    height: 93px;
    border-radius: 43px;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
}

#footer_live_divider
{
    width: 50%;
    height: 1px;
    background: #FFF;
    margin: 30px auto 10px auto;
}

@media screen and (max-width:1050px)
{
    #footer_live_divider
    {
        display: none;
    }
}

#bottom_footer>ul
{
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-bottom:0px !important;
}

#bottom_footer>ul>li
{
    list-style: none;
    padding: 15px;
}

#bottom_footer>ul>li>a
{
    font-size: 20px;
    color: var(--white_color);
    text-decoration: none;
}

#bottom_footer_powered_text
{
    font-size: 14px;
    color: var(--text_color_two);
    margin: 0px auto;
    text-align: center;
}

#bottom_footer_powered_text>a
{
    text-decoration: none;
    color: var(--menu_items_color);
}

#top_menu_logo
{
    padding: 20px !important;
    padding-left: 55px !important;
}

#top_menu_opener
{
    display: none;
}

@media screen and (max-width: 1050px)
{

    #top_menu
    {
        background: var(--white_background_color);
        width: calc(100% - 20px);
        /*margin-left: 10px;*/
        /*margin-right: 10px;*/
        overflow: hidden;
        position: absolute;
        left: 10px;
        height: 60px;
        margin-top: 0;
        margin-bottom: 0;
    }

    #top_menu::-webkit-scrollbar
    {
        display: none;
    }

    #top_menu_logo
    {
        padding: 14px !important;
        padding-left: 20px !important;
    }

    #top_menu_logo>a>img
    {
        width: 35px;
    }

    #top_menu_opener
    {
        display: block;
        position: absolute;
        right: -15px;
        top: -5px;
        font-size: 35px;
        color: var(--menu_items_color);
        cursor: pointer;
    }

    #top_menu_opener:focus,#top_menu_opener>i:focus
    {
        background-color: var(--white_color);
    }

    #top_menu>ul>li>a>i
    {
        display: inline;
        color: #b75030;
        font-size: 14px;
        margin-right: 10px;
    }

    #top_menu>ul>li>a>btn
    {
        font-size: 12px;
    }

    #top_menu_logo
    {
        /*padding-left: 40px !important;*/
    }

    #top_menu>ul
    {
        display: unset;
    }

    body
    {
        /*padding-top: 20px !important;*/
    }

    #home_content_header
    {
        /*margin-top:20vh;*/
        margin-top: 12vh;
    }

    #top_menu>ul>li
    {
        padding: 10px 36px;
    }

    #top_menu>ul>li>a {
        font-size: 16px;
    }

}

.loginbox
{
    width: 400px;
    background-color: var(--white_color);
    margin: -50px auto 50px auto;
    border-radius: 30px;
    padding:30px 10px;
}

.loginbox>a
{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.loginbox>img
{
    display: block;
    margin: 0px auto;
}

.text_input_style
{
    outline: none;
    margin: 15px 40px;
    font-size: 16px;
    width: calc(100% - 80px);
    border: none;
    border-bottom: 1px solid #A4A3A3;
    padding: 10px 0px;
    border-radius: 0;
}

.button_input_style
{
    cursor: pointer;
    outline: none;
    padding: 16px 12px;
    background-color: var(--theme_color_two);
    color: var(--white_color);
    margin: 15px 40px;
    font-size: 16px;
    width: calc(100% - 80px);
    border: none;
    border-radius: 20px;
    display: block;
    text-decoration: none;
    text-align: center;
}

.forgetpassword_style
{
    color: var(--text_color_two);
    text-decoration: none;
    padding: 5px;
    font-size: 15px;
    display: block;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

.priview_item_image_box_live>img
{
    /* aspect-ratio: 1/1.6 !important; */
    aspect-ratio: 1/0.5 !important;
    /*border-radius : 20px !important;*/
}

@media screen and (max-width: 600px)
{

    .loginbox
    {
        width: 90%;
        margin-top: 12vh;
        margin-bottom: 12vh;
    }

    .last_items_8_live_menu_live_item>h3 , .last_items_8_live_menu_live_item>p , .priview_item_rate_live
    {
        display: none !important;
    }

    .last_items_8_live_menu_live_item
    {
        padding-bottom: 0 !important;
    }

    .side_menu_main_content
    {
        /*padding-left: 0 !important;*/
        /*padding-right: 0 !important;*/
    }

    .live_lr_margin_live
    {
        overflow-x: scroll;
        flex-wrap: nowrap;
    }

    .live_lr_margin_live::-webkit-scrollbar
    {
        display: none;
    }

    .height_space3
    {
        padding: 22px;
    }
}

#top_main_content_header
{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: relative !important;
    overflow: hidden;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

#top_main_content_header::before
{
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*background: url("https://www.fodors.com/wp-content/uploads/2018/10/HERO_UltimateRome_Hero_shutterstock789412159.jpg");*/
    /*backdrop-filter: brightness(0.6) !important;*/
    /*background-attachment: fixed !important;*/
    /*background-repeat: no-repeat !important;*/
    /*background-size: cover !important;*/
    /*background-position: center !important;*/
    /*filter: brightness(0.8);*/
    /*z-index: -1;*/
}

@media screen and (max-width: 1440px)
{

    #top_main_content_header , #top_main_content_header_2 ,#top_main_content_header_3
    {
        height: 100% !important;
    }

    .top_main_content_header_bests_div_title
    {
        font-size: 42px !important;
    }

}

@media screen and (max-height: 725px)
{

    #top_main_content_header , #top_main_content_header_2 ,#top_main_content_header_3
    {
        height: 100%;
    }

    .top_main_content_header_bests_div_title
    {
        font-size: 42px !important;
    }

}

.priview_item_link
{
    text-decoration: none;
}

.priview_item
{
    width: 300px;
    /*height: 380px;*/
    /*background:var(--white_color);*/
    /*border-radius: 20px;*/
    background: var(--background_color);
    border-radius: 10px;
    /*box-shadow: 0px 0px 20px var(--gray_color);*/
    box-shadow: 0px 0px 20px var(--showdow_color);
    position: relative;
    margin: 0 auto;
}

.priview_item>h5 , .priview_item_textviewbox>h5
{
    text-decoration: none;
    display: block;
    margin: 0px auto 0px auto;
    font-size: 12px;
    /*color: var(--items_text_color);*/
    color: #666666;
    font-weight: 100;
    text-align: left;
    /*padding-left: 25px;*/
    padding-right: 25px;
    margin-bottom: 8px;
}

.last_items_8_live_menu_ditales
{
    display: flex;
    padding-bottom: 18px;
}

.last_items_8_live_menu_ditales>h6
{
    text-decoration: none;
    display: block;
    margin: 0px auto 0px auto;
    font-size: 10px;
    /*color: var(--items_text_color);*/
    color: var(--menu_items_color);
    font-weight: 100;
    text-align: left;
    /*padding: 5px 5px 15px 25px;*/
    padding: 5px 5px 5px 0px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.last_items_8_live_menu_ditales>h6>i
{
    margin-right: 5;
}

.last_items_8_live_menu_ditales>p
{
    text-decoration: none;
    display: block;
    margin: 0px auto 0px auto;
    font-size: 10px;
    /*color: var(--items_text_color);*/
    color: var(--menu_items_color);
    font-weight: 100;
    text-align: left;
    padding: 5px 5px 5px 0px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.last_items_8_live_menu_ditales>p>i
{
    margin-right: 5;
}

.last_items_8_live_menu_ditales2>p
{
    text-decoration: none;
    display: block;
    margin: 0px auto 0px auto;
    font-size: 10px;
    /*color: var(--items_text_color);*/
    color: var(--menu_items_color);
    font-weight: 100;
    text-align: left;
    padding: 5px 5px 15px 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.priview_item>i , .priview_item_textviewbox>i
{
    display: none;
    position: absolute;
    left: 10px;
    top: 56%;
    font-size: 6px;
    color: var(--red_color);
}

.active_mod
{
    color: var(--green_color) !important;
}

.priview_item_image_box
{
    position: relative;
}

.priview_item_image_box_play
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: start;
    align-items: start;
}

.priview_item_image_box_play>i
{
    font-size: 64px;
    color: var(--background_color);
    opacity: 0;
    display: none;
}

.priview_item_image_box_play>img
{
    width: 50px;
    margin-right: 10px;
    margin-left: 10px;
    opacity: 0.5 !important;
}

.priview_item:hover .priview_item_image_box_play>i
{
    transition: all 0.5s ease-in-out;
    opacity: 0.8;
}

.priview_item:hover .priview_item_image_box_play>img
{
    transition: all 0.2s ease-in-out;
    opacity: 0.9 !important;
}

.priview_item>img,.priview_item_image_box>img ,.priview_item_textviewbox>img
{
    width: 100%;
    /*height: 50%;*/
    object-fit: cover;
    /*border-top-left-radius: 20px;*/
    /*border-top-right-radius: 20px;*/
    /*border-radius: 10px;*/
    border-radius: 10px 10px 0px 0px;
    /*border-top-right-radius: 10px;*/
}

.priview_item>h3 , .priview_item_textviewbox>h3
{
    /*font-family: 'boomcamfont_line';*/
    text-decoration: none;
    display: block;
    margin: 20px auto 0px auto;
    font-size: 20px;
    color: var(--menu_items_color);
    /*text-align: center;*/
    font-weight: 100;

    text-align: left;
    /*padding-left: 25px;*/
    padding-right: 25px;
}

.priview_item>p ,.priview_item_textviewbox>p
{
    text-decoration: none;
    font-size: 12px;
    color: var(--menu_items_color);
    /*text-align: justify;*/
    text-align: left;
    font-weight: 100;
    /*margin: 15px 25px 10px 25px;*/
    margin: 15px 25px 10px 0px;
    line-height:20px;
    display: flex;
    /*justify-content: center;*/
    justify-content: left;
    align-items: center;
}

.dark_live_background
{
    width: 100%;
    height: 100%;
}

.dark_live_background_back
{
    width: 100%;
    height: 100%;
    background: #00000044;
    position: absolute;
    top: 0;
    left: 0;
}

.dark_live_background>img,.dark_live_background>video
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;

}

@media screen and (min-width:1050px)
{
    .dark_live_background>img
    {
        display: none;
    }
}

.priview_item_date
{
    position: absolute;
    bottom: 10px;
}

.priview_item_rate
{
    /*position: absolute;*/
    /*bottom: 25px;*/
    /*right: 20px;*/
    display: flex;
    margin-top: 3px;
}

.priview_item_rate>img
{
    width: 20px !important;
    margin: 2px;
}

.priview_item_rate>i
{
    color: var(--rate_star_color);
    margin: 2px;
    font-size: 14px;
}

#top_main_content_header_bests_div
{
    width: calc(100% - 40px);
    height: auto;
    padding: 20px;
    overflow: hidden;
    margin: 10px auto;
}

#top_main_content_header_bests_div_new,#last_posts_content_home_page
{
    width: 100%;
    height: auto;
    padding: 40px;
    /*padding: 40px 10px;*/
    overflow: hidden;
    margin: 10px auto;
}

.top_main_content_header_bests_div_title
{
    font-size: 40px !important;
    color: var(--white_color);
    text-shadow: 53px 35px 58px var(--white_color);
    position: relative;
    z-index: 2;
    text-align: left;
    width: calc(100% - 40px);
    margin: 20px auto;
}

@media screen and (max-width: 1050px)
{

    .top_main_content_header_bests_div_title
    {
        text-align: center;
    }
}

.top_main_content_header_content
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

@media screen and (max-width:1050px)
{
    .top_main_content_header_content
    {
        /* bottom: calc(50% - 280px); */
        /*bottom: calc(50% - 42vh);*/
        bottom: calc(50% - 34vh);
    }
}

@media screen and (max-height:600px)
{
    .top_main_content_header_content
    {
        bottom: calc(50% - 50vh);
    }
}

.top_main_content_header_bests_div_itembox
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.live_list_view_content
{
    width: 100%;
}

.filters_div
{
    margin-top: 50px;
}

.last_locations_filtter_text
{
    display: block;
    width: 150px !important;
    text-align: left;
    font-size: 14px;
    /*font-weight: 400;*/
    margin: 20px 0px;
    color: var(--text_color_two);
    text-shadow: 0px 0px 6px var(--gray_color_two);
    margin-right: auto;
}

.last_locations_filtter_filters
{
    display: block;
    width: 150px !important;
    height: 30px;
    margin-left: auto;
    outline: none;
    border: none;
    border-bottom: 1px solid var(--text_color_two);
    background: transparent;
}

.last_items_8_live_menu
{
    width: 100%;
    /*height: auto;*/
    /*padding-bottom: 70px;*/
    margin-bottom: 10px;
}

.item_fix_height
{
    height: 380px;
}

@media screen and (max-width: 575px)
{

    .last_items_8_live_menu
    {
        /*width: 300px;*/
        margin-bottom: 25px;
    }

}

#header_content_image
{
    width: 100%;
    height: 180px;
}

.view_video_content_div
{
    width: 100%;
    /*background: var(--white_color);*/
    /*border-radius: 20px;*/
    /*border-radius: 5px;*/
    overflow: hidden;
    /*display: none;*/
}

@media screen and (max-width: 768px)
{

    .view_video_content_div
    {
        width: 100%;
    }

}

.owl-theme .owl-nav.disabled + .owl-dots
{
    margin-top: 40px !important;
}

.priview_item_date_icon
{
    font-size: 14px;
    margin-right: 10px;

}

#view_video_content_div_date_view
{
    direction: ltr;
    width: 100%;
    /*padding: 20px;*/
    padding: 20px 0px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

#view_video_content_div_date_view_box
{
    /* width: 100%; */
    /* display: flex; */
    /* align-items: center; */
    /*color: var(--text_color_two);*/
    width: auto !important;
    color: var(--menu_items_color2);

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

#view_video_content_div_date_view_box>i
{
    margin: 5px;
    font-size: 18px;
}

.view_video_content_div_date_view_User
{
    display: flex;
    align-items: center;
}

.view_video_content_div_date_view_User>img
{
    /*margin: 0px 10px;*/
    margin: 0px 10px 10px 0px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
}

#view_video_content_div_date_view>div>h3
{
    font-size: 24px;
    color: var(--menu_items_color);
}

#view_video_content_div_date_view>div>p
{
    font-size: 14px;
    color: var(--menu_items_color2);
}

.view_video_content_div_date_view_User>div
{
    height: 38px;
}

.view_video_content_div_date_view_User>div>h4
{
    font-size: 16px;
    margin-bottom: 2px;
    color: var(--menu_items_color);
}

.view_video_content_div_date_view_User>div>p
{
    font-size: 10px;
    color: var(--menu_items_color2);
}

#view_video_content_div_subscribe_button
{
    font-weight: bold;
    margin: 0px 20px;
    text-decoration: none;
    background: var(--red_color);
    color: var(--white_color);
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
}

@media screen and (max-width: 768px)
{
    #view_video_right_items
    {
        /*margin-top: 20px;*/
    }
}

#view_video_right_items
{
    width: 100%;
}

.view_video_right_items_perposal_item
{
    width: 95%;
    height: 125px;
    display: flex;
    /*background: var(--white_color);*/
    /*border-radius: 10px;*/
    /*border-radius: 5px;*/
    overflow: hidden;
    margin-top: 20px;
}

.view_video_right_items_perposal_item_text
{
    width: 100%;
    padding: 10px;
    position: relative;
}

.view_video_right_items_perposal_item_text>h5,.view_video_right_items_perposal_item_text>div>h5
{
    font-size: 16px;
    /*color: var(--text_color);*/
    color: var(--menu_items_color);
}

.view_video_right_items_perposal_item_text>h6,.view_video_right_items_perposal_item_text>div>h6
{
    /* font-size: 14px;
    /*color: var(--text_color);*/
    /*color: var(--menu_items_color);
    padding-top: 5px;
    padding-bottom: 5px; */

    font-size: 12px;
    color: var(--menu_items_color);
    padding-top: 5px;
    padding-bottom: 0px;
}

.view_video_right_items_perposal_item_text>p,.view_video_right_items_perposal_item_text>div>p
{
    font-size: 12px;
    /*color: var(--text_color_two);*/
    color: var(--menu_items_color2);
    margin: 5px 0px;

    display: flex;
    align-items: center;
}

.view_video_right_items_perposal_item_text>p,.view_video_right_items_perposal_item_text>div>p
{
    margin-right: 5px;
}

.view_video_right_items_perposal_item_text_rate
{
    /* position: absolute; */
    bottom: 10px;
    right: 10px;
    color: var(--rate_star_color);
    font-size: 12px;
}

.view_video_right_items_perposal_item_text_date
{
    position: absolute;
    bottom: 0px;
    left: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

#search_btn
{
    width: 50px;
    height: 50px;
    background: var(--white_background_color);
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#search_btn>i
{
    color: var(--menu_items_color);
    font-size: 18px;
}

#search_dialog
{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;

    background: url("https://boomcam.live/FileManager/bg7.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

#search_dialog_content
{
    width: 50%;
    padding: 25px;
    border-radius: 20px;
    margin-top: -150px;
}

@media screen and (max-width: 1050px)
{

    #search_dialog_content
    {
        width: 90%;
    }

}

#search_dialog_content_logo
{
    display: block;
    margin: 40px auto;
}

#search_dialog_content_btn_div
{
    display: flex;
}

#search_dialog_content_search_btn
{
    width: 200px;
    display: block;
    margin: 20px 20px 20px auto;
    background: var(--green_color);
    border:2px solid var(--green_color);
    color: #FFF;
    outline: none;
    padding: 12px;
    border-radius: 20px;
    font-size: 16px;
}

#search_dialog_content_search_btn:hover
{
    transition: all 0.2s ease-in-out;
    background: transparent;
    color: var(--green_color);
    border:2px solid var(--green_color);
}

#search_dialog_content_cancel_btn
{
    width: 200px;
    display: block;
    margin: 20px auto 20px 20px;
    background: #F00;
    color: #FFF;
    border:2px solid #F00;
    outline: none;
    padding: 12px;
    border-radius: 20px;
    font-size: 16px;
    text-align: center;
}

#search_dialog_content_cancel_btn:hover
{
    transition: all 0.2s ease-in-out;
    background: transparent;
    color: #F00;
    border:2px solid #F00;
}

#loader_background
{
    width: 100%;
    height: 100%;
    background: var(--background_color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category
{
    width: 100%;
    height: 80%;
    background-color: #F00;
}

#loader_background>div>*
{
    display: block;
    margin: 20px auto;
    color:var(--menu_items_color);
}

#loader_loding_base
{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 5px solid var(--background_color);
    border-top: 5px solid var(--theme_color);
    animation: loading_animation 2s linear infinite;
}

#search_dialog_background
{
    width: 100%;
    height: 100%;
    background: #00000044;
    display: flex;
    justify-content: center;
    align-items: center;
}

#search_box
{
    width: 100%;
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 24px;
}

#cookie_main_div
{
    width: 100%;
    height: 120px;
    position: fixed;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    z-index: 9998;
}

@media screen and (max-width: 1050px)
{

    #cookie_main_div
    {
        z-index: 9999;
    }

}

#cookie_main_div_main_content
{
    padding: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 20px;
    line-height: 25px;
    box-shadow: 0px 0px 6px #CCC;
}

#cookie_main_div_main_content>div
{
    display: flex;
}

@media screen and (max-width : 1050px)
{
    #cookie_main_div_main_content
    {
        padding: 10px;
    }

    #cookie_main_div_main_content>div
    {
        display: block;
    }

    #cookie_main_div_main_content>div>div
    {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
}

#cookie_main_div_main_content>div>p
{
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

#cookie_main_div_main_content>div>p>a
{
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 0;
    color: var(--theme_color);
    cursor: pointer;
}

#cookie_main_div_main_content>div>div>btn
{
    font-size: 12px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    color: #FFF;
    padding: 5px 8px;
    border-radius: 5px;
}

#yes_cookie_btn
{
    background: var(--green_color);
}

#no_cookie_btn
{
    background: var(--red_color);
}

.contant_area
{
    width: 80%;
    padding: 20px;
    background: #FFFFFF;
    margin: 150px auto 10px auto;
    border-radius: 20px;
    box-shadow: 0px 0px 6px #CCC;
}

#dialog_background_size
{
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
}

.dialog_background
{
    width: 100%;
    height: 100vh;
    background: #66666666;
    position: fixed;
    top: 0;
    left: 0;
}

#aj_dialog_content,#aj_location_content
{
    /* margin-bottom: 60px; */

    z-index: 9999;
    width: 50%;
    max-height: 75%;
    overflow-y: scroll;
    /*height: 75%;*/
    background-color: #FFFFFF;
    border-radius: 10px;
    direction: ltr;
    padding: 24px;
    text-align: justify;
    text-align-last: start;
    /* text-align: left; */

    text-align: justify;
    text-justify: inter-word;
    /* word-spacing: -0.1em; */
    /* hyphens: auto; */
    hyphens: revert-layer;
    letter-spacing: 0px;
}

#aj_dialog_content::-webkit-scrollbar,#aj_location_content::-webkit-scrollbar
{
    display: none;
}

.live_video_item
{
    width: 100%;
    height: 50px;
    background: #F00;
}

#aj_dialog_content>p,#aj_location_content>p
{
    font-size: 20px;
}

#height_space
{
    margin-top: 150px;
}

#height_space2
{
    margin-top: 70px;
}

.height_space3
{
    margin-top: 15px;
}

@media screen and (max-width : 1050px)
{
    #aj_dialog_content,#aj_location_content
    {
        width: 90%;
        /* max-height: 90%; */
        max-height: 85%;
        overflow-x: scroll;
    }

    #height_space
    {
        margin-top: 100px;
    }

    #height_space2
    {
        margin-top: 50px;
    }
}

@media screen and (max-width:1050px)
{
    .contant_area
    {
        width: 95%;
        margin: 95px auto 10px auto;
    }

    #top_main_content_header_bests_div
    {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    #live_top_8_items
    {
        padding: 30px;
    }
}

.contant_area>p
{
    text-align: justify;
}

@media screen and (max-width: 768px)
{
    .view_video_right_items_perposal_item
    {
        width: 100%;
    }
}

/*@media screen and (max-width: 350px)*/
/*{*/
/*    .priview_item*/
/*    {*/
/*        width: 225px;*/
/*    }*/

/*    .top_main_content_header_bests_div_title*/
/*    {*/
/*        font-size: 24px !important;*/
/*    }*/
/*}*/

/*********************************Hight responsive start**************************************/
@media screen and (max-height: 600px)
{

    #home_content_header_title
    {
        font-size: 4vh;
    }

    #home_content_header_text
    {
        font-size: 2vh;
    }

    #bottom_footer_powered_text
    {
        font-size: 2vh;
    }

    #bottom_footer>ul>li>a , #home_content_header_start_link
    {
        font-size: 3vh;
    }

    .top_main_content_header_bests_div_title
    {
        font-size: 7vh !important;
    }

}

@media screen and (max-height: 840px) and (max-width: 1050px)
{
    .top_main_content_header_bests_div_title
    {
        font-size: 5vh !important;
    }

    .top_main_content_header_bests_div_title_first
    {
        /*top: 20% !important;*/
    }

    #search_box
    {
        font-size: 4vw;
    }

    #search_dialog_content_cancel_btn,#search_dialog_content_search_btn
    {
        font-size: 2.5vw;
    }

    #search_dialog_content_logo
    {
        width: 50%;
    }

}

@media screen and (max-height: 610px)
{
    #top_main_content_header_bests_div
    {
        height: auto;
    }
}

/*@media screen and (max-width: 980px)*/
/*{*/
/*    .priview_item_date_fix*/
/*    {*/
/*        position: initial;*/
/*    }*/
/*}*/

@media screen and (max-width: 768px)
{
    .priview_item_date
    {
        position: absolute;
    }
}

/**************************Iphone se size start*************************/
@media screen and (max-height: 580px)
{

    .owl-dots
    {
        display: none;
    }

}

@media screen and (max-height: 500px)
{
    .top_main_content_header_bests_div_title_first
    {
        display: none;
    }
}

/*@media screen and (max-height: 720px)*/
/*{*/
/*    .priview_item_date,.priview_item_rate,.owl-dots*/
/*    {*/
/*        display: none !important;*/
/*    }*/

/*    .priview_item*/
/*    {*/
/*        height: auto;*/
/*        padding-bottom: 10px;*/
/*    }*/
/*}*/

/*@media screen and (max-height: 550px)*/
/*{*/

/*    .priview_item>p*/
/*    {*/
/*        display: none;*/
/*    }*/

/*}*/

/*@media screen and (max-height: 360px)*/
/*{*/

/*    .priview_item>h3*/
/*    {*/
/*        display: none;*/
/*    }*/

/*    .priview_item*/
/*    {*/
/*        padding-bottom: 0;*/
/*    }*/

/*}*/
/**************************Iphone se size end*************************/
/*********************************Hight responsive end**************************************/


/**************************Live scroll start*************************/

.scroll
{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: sticky; /* NOT COMPATIBLE WITH IE!!! */
    top: 0;
}

#footer_items_section
{
    position: absolute;
    width: 100%;
    /* margin-top: 35px; */
}

/**************************Live scroll end*************************/

.live_main_content
{
    /*width: 80%;*/
    width: calc(100% - 280px);
    margin-right: 0;
    margin-left: auto;
    position: relative;
}

#side_menu
{
    /*position: fixed;*/
    /*height: 100%;*/
    /*background: var(--white_background_color);*/
    /*!*background: var(--background_color);*!*/
    /*left: 0;*/
    /*top: 0;*/

    /*width: 22%;*/
    /*width: 18%;*/
    width: var(--side-menu-width);
    position: fixed;
    /*height: calc(100% - 40px);*/
    /*height: 100%;*/
    height: calc(100% - var(--top_menu_height));
    background: var(--white_background_color);
    /*left: 10px;*/
    /*top: 20px;*/
    top: var(--top_menu_height);
    left: 0;
    /*border-bottom-left-radius: 14px;*/
    /*border-top-left-radius: 14px;*/
    overflow-x: hidden;
    z-index:9;
}

#top_bar_logo
{
    z-index: 9999;
    position: fixed;
    left: 65px;
    /*left:53.5px;*/
    /*top: 25px;*/
    top: calc(var(--top_menu_height) / 2 - 14px);
}

@media screen and (max-width: 1050px)
{
    #top_bar_logo
    {
        display: none;
    }
}

#side_menu::-webkit-scrollbar
{
    display: none;
}

#side_menu>ul
{
    list-style: none;
    padding-right: 0;
    padding-left: 0;
}

#side_menu>ul>li>a>img
{
    display: block;
    /*margin: 20px auto;*/
    margin: 0 auto;
}

.priview_item_show_more
{
    width: 100%;
    height: 40px;
    background: #cccccc69;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-bottom-left-radius: 20px;*/
    /*border-bottom-right-radius: 20px;*/
    /*margin-top: -50px;*/
    border-radius: 20px;
}

#mobile_menu_btn
{
    /*width: 50px;*/
    /*height: 50px;*/
    /*background: var(--theme_color);*/
    /*position: fixed;*/
    /*bottom: 25px;*/
    /*right: 25px;*/
    /*z-index: 999;*/
    /*display: none;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*outline: none;*/
    /*border: none;*/
    /*border-radius: 50%;*/
    /*color: #FFF;*/

    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 501;
    display: none;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
    border-radius: 50%;
    color: var(--menu_items_color);
    font-size: 33px;
}

#mobile_search_btn
{
    /*width: 50px;*/
    /*height: 50px;*/
    /*background: var(--theme_color);*/
    /*position: fixed;*/
    /*bottom: 25px;*/
    /*right: 25px;*/
    /*z-index: 999;*/
    /*display: none;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*outline: none;*/
    /*border: none;*/
    /*border-radius: 50%;*/
    /*color: #FFF;*/

    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 501;
    display: none;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
    border-radius: 50%;
    color: var(--menu_items_color);
    /*font-size: 33px;*/
    /*font-size: 20px;*/
    font-size: 16px;
}

/*.priview_item_link:hover .priview_item_show_more*/
/*{*/
/*    transition: all 0.5s ease-in-out;*/
/*    margin-top: -17px;*/
/*}*/

/* @media screen and (max-width: 1050px) */
@media screen and (max-width: 1250px)
{
    #side_menu
    {
        top: 0;
        height: 100%;
    }
}

.priview_item_show_more>p
{
    text-decoration: none;
    margin-bottom: 0;
    /*margin-top: 8px;*/
    font-size: 12px;
    color:#666;
}

#side_menu>ul>li
{
    margin: 7px 14px;
    /*margin: 14px;*/
    /*background: var(--background_color);*/
    /*background: var(--white_background_color);*/
    border-radius: 10px;
    /*padding: 5px;*/
    /*padding: 3px;*/
}

.side_menu_selected
{
    /*background: var(--theme_color);*/
    /*box-shadow: 0px 0px 6px #66666666;*/
    background: var(--select_menu_item_color);
}

.side_menu_selected:hover
{
    background: var(--select_menu_item_color) !important;
    /*background: var(--theme_color) !important;*/
}

.side_menu_selected>a,.side_menu_selected>a>i
{
    /*color: #FFF !important;*/
}

#side_menu>ul>li:hover
{
    /*background: var(--background_color);*/

    transition: all 0.2s ease-in-out;
    background: var(--you_gray_background_color);
}

#side_menu>ul>li>a
{
    position: relative;

    display: block;
    text-decoration: none;
    color: var(--menu_items_color);
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
}

.side_menu_selected>a>p,#side_menu>ul>li>a>p
{
    margin-bottom: 0;
    padding-left: 40px;
}

#side_menu>ul>li>a>i,#side_menu>ul>li>a>img
{
    font-size: 16px;
    margin: 10px;
    /*color: var(--theme_color);*/
    color: var(--menu_items_color);

    position: absolute;
    /*right: -4px;*/
    left: 0;
    top: 2px;
    text-align: center;
}

#top_bar
{
    width: 100%;
    /*height: 90px;*/
    /*height: 70px;*/
    height: var(--top_menu_height);
    background: var(--white_background_color);

    position: fixed;
    z-index: 500;
}

.aj_location_content_title
{
    font-size: 15px;
}

.aj_location_content_content
{
    font-size: 12px;
}

.aj_location_content_ditales
{
    display: flex;
}

.aj_location_content_ditales>a
{
    text-decoration: none;
    display: flex;
    justify-items: center;
    align-items: center;
    color: #333;
    font-size: 12px;
    margin: 0 15px 0 0;
}

#aj_location_content_rate
{
    margin: 0px 20px 15px 0px;
}

.aj_location_image_box,.aj_location_image_box_others
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.aj_location_image_box>a>img
{
    width: 100%;
    border-radius: 10px;
    margin: 10px;

    margin-right: 0px;
    margin-left: 0px;
}

.aj_location_image_box_others>img
{
    width: calc(25% - 8px);
    cursor: pointer;
    border-radius: 5px;
    margin: 4px;
}

#aj_location_content_clock_start
{
    font-size: 14px;
}

#aj_location_content_clock_end
{
    font-size: 14px;
    margin-left: 20px;
}

#aj_location_content_rate>*
{
    font-size: 14px;
    color: var(--rate_star_color);
    margin: 0px 3px 0px 0px;
}

.aj_location_content_clock
{
    display: flex;
}

.display_in_mobile
{
    display: none;
}

.display_in_desktop
{
    display: block;
}

@media screen and (max-width: 1050px)
{
    .display_in_mobile
    {
        display: block;
    }

    .display_in_desktop
    {
        display: none;
    }
}

#side_menu_ham
{
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: -30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#side_menu_ham>i
{
    font-size: 24px;
}

#notificationprofile
{
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 2;
    /*right: 70px;*/
    right: 50px;
    /*top: 25px;*/
    /*top: 15px;*/
    top: calc(var(--top_menu_height) / 2 - 22px);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#notificationprofile>p
{
    position: absolute;
    right: 22px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #F00;
    color: #FFF;
    font-size: 10px;
    border-radius: 50%;
}

#menu_menu_menudiv
{
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 2;
    /*right: 80px;*/
    /*top: 25px;*/
    /*top: 15px;*/
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#menu_menu_menudiv>p
{
    position: absolute;
    right: 22px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #F00;
    color: #FFF;
    font-size: 10px;
    border-radius: 50%;
}

#menuprofile
{
    width: 38px;
    height: 38px;
    position: absolute;
    z-index: 2;
    /*right: 30px;*/
    right: 10px;
    /*top: 25px;*/
    top: calc(var(--top_menu_height) / 2 - 18px);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    object-fit: cover;
}

#menu_menu
{
    width: 45px;
    height: 45px;
    position: fixed;
    /*left: 260px;*/
    /*top: 25px;*/
    /*top: 15px;*/
    top: calc(var(--top_menu_height) / 2 - 22.5px);
    left: 10px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index:10;
    background: var(--white_background_color);
}

@media screen and (max-width: 1250px)
{
    #menu_menu
    {
        display: none;
    }
}

#menuprofile>a
{
    text-decoration: none;
}

#menuprofile>a>i
{
    font-size: 30px;
    color: var(--menu_items_color);
}

#menuprofile>a>img,#menuprofile>img
{
    object-fit: cover;
    height: 38px;
    width: 38px;
    border-radius: 100%;
}

#menuprofile>i
{
    font-size: 30px;
    color: var(--menu_items_color);
}

#notificationprofile>i
{
    font-size: 20px;
    color: var(--menu_items_color);
}

#menu_menu_menudiv>i
{
    color: var(--menu_items_color);
    font-size: 24px;
}

.categories_items_div
{
    width: 100%;
    /*padding: 20px;*/
    padding:12px 20px 0px 20px;
    /*display: flex;*/
    display: -webkit-box;
    overflow-y: hidden;
    overflow-x: scroll;
    /*margin-top: 50px;*/
}

.categories_items_div::-webkit-scrollbar
{
    display: none;
}

.categories_items_div>a
{
    text-decoration: none;
    background: var(--you_gray_background_color);
    color: var(--menu_items_color);
    /*padding: 10px 20px;*/
    padding: 6px 15px;
    border-radius: 10px;
    font-size: 12px;
    /*margin: 5px;*/
    margin: 2px;
    /*display: -webkit-inline-box;*/
    display: flex;
}

.categories_items_div>a:hover
{
    transition: all 0.5s ease-in-out;
    background: var(--menu_items_color);
    color: var(--white_background_color);
}

#profile_menu
{
    display: none;
    position: absolute;
    /*top: -15px;*/
    /*right: 38px;*/
    top: 40px;
    right: 0;
    background: #FFF;
    border-radius: 20px;
    padding: 20px;
}

#profile_menu
{
    list-style: none;
}

#profile_menu>li>a
{
    text-decoration: none;
    color: #666;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#profile_menu>li>a>i
{
    margin: 10px;
}

#menuprofile:hover #profile_menu
{
    display: block;
}

@media screen and (max-width: 1250px)
{
    #side_menu
    {
        display: none;
    }

    .live_main_content
    {
        margin-left: auto;
        margin-right: auto;
    }

    #searchbar>form
    {
        position: absolute;
        /*left: 20px;*/
        /*width: calc(100% - 150px);*/
        width: calc(100% - 200px);
        /*left: 70px;*/
        /*left: 85px;*/
        left: 100px;
    }

    #searchbar>form>input
    {
        width: 100%;
    }
}

#poweredby
{
    position: absolute;
    bottom: 20px;
    width: 100%;
}

#poweredby>div>a
{
    display: block;
    text-decoration: none;
    text-align: center;
    width: 100%;
    color: var(--menu_items_color);
    font-size: 9px;
}

@media screen and (max-width: 1250px)
{

    #mobile_menu_btn
    {
        display: flex;
        /* justify-content: left; */
        justify-content: center;
    }

    #mobile_search_btn
    {
        display: flex;
    }

    #side_menu
    {
        z-index: 999;
    }

}

@media screen and (min-width: 1250px)
{
    #side_menu
    {
        display: block !important;
    }
}

#aj_dialog_notifications
{
    width: 50%;
    height: 50%;
    background: #FFF;
    border-radius: 20px;
    z-index: 9;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}

#aj_dialog_notifications::-webkit-scrollbar
{
    display: none;
}

#aj_dialog_notifications>ul
{
    list-style: none;
}

#aj_dialog_notifications>ul>li>a
{
    text-decoration: none;
}

#aj_dialog_notifications>ul>li>a>div>h4
{
    color: #333;
}

#aj_dialog_notifications>ul>li>a>div>p
{
    color: #666;
}

#notif_is_empty
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#notif_is_empty>div>*
{
    display: block;
    margin:10px auto;
    text-align: center;
}

@media screen and (max-width: 1050px)
{

    #aj_dialog_notifications
    {
        width: 90%;
        height: 90%;
        background: #FFF;
        border-radius: 20px;
    }

}

.empty_section
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #FFF;*/
}

.empty_section>div>*
{
    display: block;
    margin:10px auto;
    text-align: center;
    color: var(--menu_items_color);
}

#home_top_image
{
    width: 95%;
    height: 60vh;
    display: block;
    margin: 50px auto;
    border-radius: 20px;

    background: url("https://www.boomcam.live/FileManager//bg16.jpg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
    background-attachment: fixed;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
}

#home_top_image::before
{
    content: '';
    width: 100%;
    height: 60vh;
    background: #090909b8;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}

#home_top_image>div
{
    position: absolute;
    z-index: 6;
}

#home_top_image>div>h1
{
    color: #FFF;
    font-size: 24px;
    text-align: center;
}

#home_top_image>div>h2
{
    margin-top: 10px;
    color: #FFF;
    font-size: 16px;
    text-align: center;
}

#home_top_image>div>a
{
    width: 150px;
    display: block;
    text-decoration: none;
    margin: 30px auto;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: 1px solid #FFF;
    padding: 6px 0px;
    border-radius: 20px;
}

#home_top_image>div>a:hover
{
    transition: all 0.2s ease-in-out;
    background: #FFF;
    color: #333;
}

@media screen and (max-width: 1250px)
{
    .side_menu_main_content
    {
        width: 100%;
    }
}

.home_items
{
    width: 100%;
    height: 150px;
    background: #FFF;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 1050px)
{
    .home_items
    {
        margin-top: 20px;
    }
}

.home_items>div>i
{
    font-size: 50px;
    text-align: center;
    display: block;
    margin: 20px auto;
    text-decoration: none;
}

.home_items>div>p
{
    display: block;
    margin: 10px auto;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

@media screen and (max-width: 1050px)
{
    .live_main_content
    {
        width: 100%;
    }

    .priview_item_rate
    {
        /*bottom: auto;*/
    }
}

.show_more_line_divider
{
    width: 98%;
    height: 1px;
    background: var(--line_divider);
    margin: 40px auto;
}

.show_more_line_divider>a,.show_more_line_divider>button
{
    color: var(--line_divider);
    text-decoration: none;
    margin: 0 auto;
    display: block;
    width: 200px;
    margin-top: -20px;
    background: var(--background_color);
    padding: 10px;
    border: 1px solid;
    border-radius: 30px;
    text-align: center;
    font-size: 12px;
    position: relative;
}

.show_more_line_divider>a>i,.show_more_line_divider>button>i
{
    position: absolute;
    top: 13px;
    right: 25px;
    color:var(--menu_items_color);
}

.show_more_line_divider>a>p,.show_more_line_divider>button>p
{
    margin-bottom: 0;
    color:var(--menu_items_color);
}

#alrt_area
{
    width: 100%;
    position: fixed;
    top: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

#alrt
{
    background: var(--menu_items_color);
    border-radius: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 50px;
    position: relative;
}

#alrt>p
{
    margin-bottom: 0;
    font-size: 14px;
    color: var(--white_background_color);
}

#alrt>i
{
    position: absolute;
    right: 10px;
    color: #F00;
    cursor: pointer;
}

.side_menu_line_divider
{
    width: 90%;
    height: 1px;
    background: var(--line_divider);
    display: block;
    margin: 0 auto;
}

.category_home_item
{
    width: 100%;
    height: 100px;
    /*background: #F00;*/
    position: relative;
    text-decoration: none;
    border-radius: 15px;
    overflow: hidden;
}

.category_home_item>img
{
    border-radius: 10px;
    width: 280px;
    height: 280px;
}

.category_home_item>h3
{
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #FFF;
}

#home_category_title
{
    color: var(--menu_items_color);
    margin: 10px 0px 0px 0px;
}

#home_category_title_2
{
    color: var(--menu_items_color);
    margin: 10px 0px 30px 0px;
}

.owl-carousel
{
    /*display: flex !important; !* To override display:block I added !important *!*/
    /*flex-direction: row;*/
    /*justify-content: center; !* To center the carousel *!*/
}

.events_home_page
{
    width: 100%;
    height: 150px;
    background: var(--theme_color);
}

.side_menu_logo
{
    position: relative !important;
    margin: 0 50px 0 auto !important;
    top: 0 !important;
}

#side_menu_logo_link:hover
{
    background: var(--white_background_color);
}

.search_icon_top_menu
{
    position: absolute;
    left: 36%;
    /*top: 28px;*/
    top: calc(var(--top_menu_height) / 2 - 8px);
    z-index: 88;
    color: var(--menu_items_color);
    font-size: 14px;
}

@media screen and (max-width: 1250px)
{
    .search_icon_top_menu
    {
        left: 15px;
        top: 13px;
    }

    #top_bar_logo
    {
        display: none;
    }

    #mobile_menu_btn
    {
        top: 6px;
        left: 10px;
        position: fixed;
    }

    #mobile_search_btn
    {
        top: 5px;
        left: 45px;
        position: fixed;
    }

    .search_icon_top_menu
    {
        /*display: none;*/
    }
}

.live_title
{
    margin: 20px 20px 14px 20px;
    color: var(--menu_items_color);
    font-size: 24px;
}

.live_lr_margin
{
    margin-right: 10px;
    margin-left: 10px;
}

#event_home_div
{
    width: 95%;
    height: 500px;
    background: #226a54;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

#event_home_div_content_image
{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

#event_home_div_content_image>img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#event_home_div_content_text
{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#event_home_div_content_text>div
{
    width: 75%;
}

#event_home_div_content_text>div>*
{
    text-align: center;
    margin: 20px auto;
    color: var(--white_background_color);
}

#event_home_div_content_text>div>a
{
    width: 150px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    padding: 7px 14px;
    border: 1px solid var(--white_background_color);
    color: var(--white_background_color);
}

#event_home_div_content_text>div>a:hover
{
    transition: all 0.2s ease-in-out;
    background: var(--white_background_color);
    color: #226a54;
}

#near_footer_home
{
    width: 100%;
    height: 600px;
    background: #faf1ed;
    padding-right: 0;
    padding-left: 0;
    direction: rtl;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    overflow: hidden;
}

#near_footer_home_image
{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

#near_footer_home_image>img
{
    height: 160%;
}

#near_footer_home_text
{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#near_footer_home_text>div
{
    width: 75%;
}

#near_footer_home_text>div>*
{
    text-align: center;
    margin: 20px auto;
    color: #666;
}

#near_footer_home_text>div>a
{
    width: 150px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    padding: 7px 14px;
    border: 1px solid var(--menu_items_color);
    color: var(--menu_items_color);
}

#near_footer_home_text>div>a:hover
{
    transition: all 0.2s ease-in-out;
    background: var(--menu_items_color);
    color: var(--background_color);
}

@media screen and (max-width: 1050px)
{
    #near_footer_home,#event_home_div
    {
        height: auto;
        border-radius: 8px;
        overflow: hidden;
    }

    #event_home_div_content_text,#near_footer_home_text
    {
        padding: 50px;
    }
}

dl, ol, ul
{
    margin-bottom: 0.7rem;
}

#main_topbar_new>h2>b
{
    font-weight: bold;
    display: block;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    font-size: 40px;
    color: var(--menu_items_color);
}

#main_topbar_new_tabs
{
    display: flex;
    justify-content: center;
    justify-items: center;
    width: 90%;
    margin: 0 auto;
}

#main_topbar_new_tabs::-webkit-scrollbar
{
    display: none;
}

#main_topbar_new_tabs>ul
{
    display: flex;
}

#main_topbar_new_tabs>ul>li
{
    list-style: none;
    padding: 10px 20px;
    color: var(--menu_items_color);
}

#main_topbar_new_tabs>ul>li>a
{
    text-decoration: none;
    color: var(--menu_items_color);
    font-size: 16px;
    padding-bottom: 8px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right:8px;
}

#main_topbar_new_tabs>ul>li>a>*
{
    padding: 0 8px;
}

#main_topbar_new_tabs_select
{
    border-bottom: 3px solid var(--menu_items_color);
}

#main_adbar_new
{
    width: 95%;
    height: 250px;
    background: #e0d3ef;
    display: block;
    margin: 20px auto;
}

#main_adbar_new_maindiv
{
    width: 100%;
    height: 250px;
    padding-left: 20px;
    display: flex;
    justify-items: center;
    align-items: center;
}

#main_adbar_new_maindiv_left>div>a
{
    display: block;
    width: 130px;
    background: #000;
    text-decoration: none;
    padding: 10px 20px;
    color: #FFF;
    border-radius: 25px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}

#main_adbar_new_maindiv_left>div>a:hover
{
    background: #FFF;
    color: #000;
    transition: all 0.2s ease-in-out;
}

#main_adbar_new_maindiv_left
{
    width: 60%;
}

#main_adbar_new_maindiv_right
{
    width: 40%;
}

#main_adbar_new_maindiv_right>div
{
    display: flex;
    justify-content: right;
}

#proposal_div_new
{
    width: 95%;
    height: 650px;
    background: #F00;
    border-radius: 20px;
    display: block;
    margin: 20px auto;

    background: url("https://www.boomcam.live/FileManager/bg7.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#proposal_div_new:before
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #22222266;
    border-radius: 20px;
}

#proposal_div_new>div
{
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 20px;
}

#proposal_div_new>div>*
{
    color: #FFF;
}

#proposal_div_new>div>h2
{
    font-size: 42px;
    font-weight: bold;
}

#proposal_div_new>div>p
{
    font-size: 20px;
}

#proposal_div_new>div>a
{
    display: block;
    width: 130px;
    background: #FFF;
    text-decoration: none;
    padding: 13px 20px;
    color: #000;
    border-radius: 25px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}

#proposal_div_new>div>a:hover
{
    background: #000;
    color: #FFF;
    transition: all 0.2s ease-in-out;
}

#sec_adbar_new
{
    width: 95%;
    height: 250px;
    background: #f2f1ec;
    display: block;
    margin: 20px auto;
}

#sec_adbar_new_maindiv
{
    width: 100%;
    height: 250px;
    padding-left: 20px;
    display: flex;
    justify-items: center;
    align-items: center;
}

#sec_adbar_new_maindiv_left>div>a
{
    display: block;
    width: 130px;
    background: #000;
    text-decoration: none;
    padding: 10px 20px;
    color: #FFF;
    border-radius: 25px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}

#sec_adbar_new_maindiv_left>div>a:hover
{
    background: #FFF;
    color: #000;
    transition: all 0.2s ease-in-out;
}

#sec_adbar_new_maindiv_left
{
    width: 60%;
}

#sec_adbar_new_maindiv_right
{
    width: 40%;
}

#sec_adbar_new_maindiv_right>div
{
    display: flex;
    justify-content: right;
}

@media screen and (max-width: 1050px)
{

    #main_topbar_new_tabs>ul>li
    {
        padding: 10px;
    }

    /*#main_topbar_new_tabs*/
    /*{*/
    /*    overflow: scroll;*/
    /*}*/

    #main_topbar_new_tabs>ul
    {
        overflow: scroll;
        padding-left: 0 !important;
    }

    #main_topbar_new_tabs>ul::-webkit-scrollbar
    {
        display: none;
    }

    #main_adbar_new_maindiv_right,#sec_adbar_new_maindiv_right
    {
        display: none;
    }

    #main_adbar_new_maindiv_left,#sec_adbar_new_maindiv_left
    {
        width: 100%;
    }

    #main_adbar_new_maindiv,#sec_adbar_new_maindiv
    {
        padding: 20px;
    }

}

.top_main_content_postPepular
{
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer,.bg-body-tertiary
{
    margin-top: 20px;
    background-color: var(--background_color) !important;
}

.p-4
{
    padding: 0 !important;
    margin: 0 !important;
}

.text-body
{
    color: var(--menu_items_color) !important;
    text-decoration: none;
    font-size: 13px;
}

#footer_tabs
{
    margin-top: 20px;
    width: 100%;
    overflow: scroll;
}

#footer_tabs>ul
{
    margin-bottom: 0;
    padding-left:0;
    display: flex;
}

#footer_tabs>ul>li
{
    list-style: none;
    padding: 13px 26px 13px 0px;
}

#footer_tabs>ul>li>a
{
    text-decoration: none;
    color: var(--menu_items_color);
    font-size: 14px;
    padding-bottom: 12px;
}

#footer_tabs::-webkit-scrollbar
{
    display: none;
}

#footer_tab_selected
{
    border-bottom: 2px solid var(--menu_items_color);
}

#mobile_menu_close_btn
{
    display: none;
}

.priview_item_profile_imageviewbox
{
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: start;
}

.priview_item_profile_imageviewbox_img
{
    width: 50px;
    height: 50px;
    background: #CCC;
    border-radius: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.priview_item_profile_imageviewbox_img>img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.priview_item_di_data
{
    display: flex;
}

.priview_item_textviewbox
{
    width: calc(100% - 70px);
}

.priview_item_image_box_live>h4
{
    padding: 14px 14px 0px 14px;
    color:var(--menu_items_color);
    font-size: 16px;
    display: none;
}

.priview_item_image_box_live>h5
{
    padding: 0px 14px 0px 14px;
    color:var(--menu_items_color);
    font-size: 12px;
    color:#666666;
}

.priview_item_image_box_live>p
{
    padding: 15px 14px 0px 14px;
    color:var(--menu_items_color);
    font-size: 12px;
    /* text-align: justify; */
    text-align: left;

}

.priview_item_image_box_live>div
{
    padding-left: 14px;
}

/*************************************************************************************/

.live_box_posts
{
    /*width: 100%;*/
    width: 98.5%;
    display: flex;
    /*justify-content: center;*/
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.live_box_posts>a
{
    /*width: 250px;*/
    width: calc(100% / 4 - 20px);
    margin: 10px;
}

@media screen and (max-width: 950px) 
{
    .live_box_posts>a
    {
        width: calc(100% / 2 - 20px);
    }
}

/*@media screen and (max-width: 1883px)*/
/*{*/
/*    .live_box_posts>a*/
/*    {*/
/*        width: 245px;*/
/*        margin: 10px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1853px)*/
/*{*/
/*    .live_box_posts>a*/
/*    {*/
/*        width: 450px;*/
/*        margin: 10px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1673px)*/
/*{*/
/*    .live_box_posts>a*/
/*    {*/
/*        width: 430px;*/
/*        margin: 10px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1613px)*/
/*{*/
/*    .live_box_posts>a*/
/*    {*/
/*        width: 400px;*/
/*        margin: 10px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1523px)*/
/*{*/
/*    .live_box_posts>a*/
/*    {*/
/*        width: 370px;*/
/*        margin: 10px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1433px)*/
/*{*/
/*    .live_box_posts>a*/
/*    {*/
/*        width: 340px;*/
/*        margin: 10px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1343px)*/
/*{*/
/*    .live_box_posts>a*/
/*    {*/
/*        width: 300px;*/
/*        margin: 10px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1300px)*/
/*{*/
/*    .live_box_posts>a*/
/*    {*/
/*        width: 300px;*/
/*        margin: 10px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 985px)*/
/*{*/
/*    .live_box_posts>a*/
/*    {*/
/*        width: 290px;*/
/*        margin: 10px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 954px)*/
/*{*/
/*    .live_box_posts>a*/
/*    {*/
/*        width: 280px;*/
/*        margin: 10px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 923px)*/
/*{*/
/*    .live_box_posts>a*/
/*    {*/
/*        width: calc(45% - 20px);*/
/*        margin: 10px;*/
/*    }*/
/*}*/

/* @media screen and (max-width: 720px) */
@media screen and (max-width: 1250px)
{
    .live_box_posts {
        width: 100%;
    }

    .side_menu_main_content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .live_lr_margin {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .priview_item_link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .priview_item {
        border-radius: 0;
        box-shadow: none;
    }

    .last_items_8_live_menu {
        /*padding-bottom: 50px;*/
    }

    .last_items_8_live_menu_live_item {
        padding: 5px;
        border-radius: 5px;
    }

    .priview_item > img, .priview_item_image_box > img, .priview_item_textviewbox > img {
        border-radius: 0;
    }

    #top_main_content_header_bests_div_new, #last_posts_content_home_page {
        /*padding: 40px 15px;*/
        padding: 40px 15px 0px 15px;
    }

    footer, .bg-body-tertiary {
        margin-top: 40px;
    }

    .side_menu_main_content {
        overflow-x: hidden;
    }

    #footer_tabs > ul > li > a {
        padding-bottom: 3px;
    }

    #mobile_menu_close_btn {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 10px;
        left: 19px;
        z-index: 501;
        display: none;
        justify-content: center;
        align-items: center;
        outline: none;
        border: none;
        border-radius: 50%;
        color: var(--menu_items_color);
        font-size: 27px;
    }

    #mobile_menu_close_btn_frame {
        /*top: -5px;*/
        /*left: -3px;*/
        position: fixed;
        z-index: 99999;
    }

    #cookie_main_div_main_content > div > div > btn {
        width: 50px;
        text-align: center;
    }

    #bottom_footer {
        /* margin-top: 35px !important; */
    }

    .live_box_posts > a {
        width: 100%;
        margin: 0;
    }

    #searchbar
    {
        display: none;
    }
}

@media screen and (max-width: 400px)
{
    .aj_location_content_ditales>a
    {
        margin: 0;
    }
}

.priview_item_image_box_timelap
{
    /* width: 35px !important; */
    width: 25px !important;
    margin-top: 5px;
    margin-right: 0px !important;
    margin-left: -9px !important;
    border-radius: 10px;
}

#TimeLapsSection
{
    width: 100vw;
    height: 100vh;
    background: #222;

    display: flex;
    justify-content: center;
    align-items: center;
}

#TimeLapsBox
{
    height: 90vh;
    aspect-ratio: 8/16;
    border-radius: 20px;
    overflow: hidden;
    position: relative;

    aspect-ratio: 1 / 0.5;
    margin: 50px;
}

#TimeLapsBox>img
{
    height: 100%;
    object-fit: cover;
}

#TimeLapsBox>img
{

}

#TimeLapsBox>div
{
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 10px;
    color:#FFF;
    font-size: 18px;
}

#TimeLapsBox>div>h3
{
    color:#FFF;
    font-size: 18px;
}

#TimeLapsBox>div>p
{
    color:#F2F2F2;
    font-size: 12px;
}

#TimeLapsReact
{
    width: 60px;
    height: calc(95vh - 20px);
    padding: 30px;
    /*padding: 10px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
}

#TimeLapsReact>button
{
    outline: none;
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: transparent;
    margin: 12px;
}

#TimeLapsReact>button>i
{
    color: #FFF;
    font-size: 30px;
}

#TimeLapsReact>button>p
{
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding: 7px;
}

@media screen and (max-width: 600px)
{

    #TimeLapsBox
    {
        height: 100vh;
        width: 100%;
        border-radius: 0;
    }

    #TimeLapsReact
    {
        position: absolute;
        height: 100vh;
        right: 0;
        bottom: 0;
    }

}

#store_more_1,#store_more_2
{
    display: none;
    margin-top: 10px;
}

.owl-stage
{
    display: -webkit-inline-box;
}

.empty_row
{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.empty_row>div>*
{
    display: block;
    text-align: center;
    margin: 10px auto;
    color: var(--menu_items_color);
}

.view_video_right_items_perposal_item_link
{
    text-decoration: none;
}

@media screen and (max-width: 1200px)
{

    .view_video_right_items_perposal_item
    {
        display: inline-table;
    }

    .view_video_right_items_perposal_item>img
    {
        aspect-ratio: unset !important;
        width: 100%;
    }

    .view_video_right_items_perposal_item
    {
        width: 100%;
    }

}

.view_video_right_items_perposal_item>img
{
    aspect-ratio: 16/4;
    object-fit: contain;
    object-position: left;
    height: 120px;
}

@media screen and (max-width: 767px)
{

    .view_video_right_items_perposal_item
    {
        display: flex;
    }

}

/*********************************************************************************************************************/


#view_ads_box,#map_box
{
    width: 100%;
    height: 280px;
    background: #979797;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 20px;
}

#keywords_box
{
    width: 100%;
    /*margin-top: 25px;*/
    /* margin-bottom: 25px; */
    margin-bottom: 14px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    text-decoration: none;
}

#keywords_box>a
{
    text-decoration: none;
    color: var(--menu_items_color);
    background: var(--you_gray_background_color);
    padding: 6px 15px;
    border-radius: 8px;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
}

#keywords_box>a:hover
{
    transition: all 0.5s ease-in-out;
    background: var(--menu_items_color);
    color: var(--white_background_color);
}

#bottom_buttons_view>button
{
    outline: none;
    border: none;
    margin: 3px 3px;
    background: var(--you_gray_background_color);
    padding: 10px 15px;
    border-radius: 5px;
    color: var(--menu_items_color);
}

#bottom_buttons_view>button:hover
{
    transition: all 0.5s ease-in-out;
    background: var(--menu_items_color);
    color: var(--white_background_color);
}

#bottom_buttons_view>button>i
{
    font-size: 16px;
}

@media screen and (max-width: 720px)
{
    #view_video_content_div_date_view
    {
        display: block;
    }

    #bottom_buttons_view
    {
        margin-top: 20px;   
    }

    #view_video_right_items 
    {
        margin-top: 5px;
    }
}

#view_video_content_div_titlebox
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#view_video_content_div_titlebox>h3
{
    color: var(--menu_items_color);
    margin-bottom: 0px;
}

#view_video_content_div_date_title_view
{
    width: 100%;
}

#view_video_content_div_date_title_view_box
{
    width: 100%;
}

#timelaps_box
{
    direction: ltr;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
    overflow: hidden;
    overflow-x: scroll;
    display: flex;
}

#timelaps_box>a
{
    text-decoration: none;
}

#timelaps_box>a>p
{
    font-size: 12px;
    text-align: left;
    padding: 1px 5px 5px 5px;
    color: var(--menu_items_color);
}

#timelaps_box>a>img
{
    /* height: 280px;
    aspect-ratio: 1/1.8;
    object-fit: cover;
    margin: 5px; */

    height: 120px;
    aspect-ratio: 1 / 0.5;
    object-fit: cover;
    margin: 5px;
}

#timelaps_box::-webkit-scrollbar
{
    display: none;
}

#view_line_sp_bottom_buttons_view
{
    width: 100%;
    height: 1px;
    background: var(--gray_color);
}

.view_video_right_items_perposal_item_text>p>i,.view_video_right_items_perposal_item_text>div>p>i
{
    margin-right: 5px;
}

.view_video_content_div>video,#map_box,.view_video_right_items_perposal_item_link,#timelaps_box>a>img,.view_video_right_items_perposal_item>img
{
    border-radius: 5px !important;
    overflow: hidden;
}

@media screen and (max-width: 767px)
{

    .view_video_right_items_perposal_item>img
    {
        width: 450px;
        height: 110px;
    }

    .view_video_right_items_perposal_item
    {
        height: 110px;
    }

    #view_video_content_div_titlebox
    {
        display: table-row !important;
    }

    #view_video_content_div_date_view_box
    {
        justify-content: left !important;
    }

    #view_video_content_div_date_view_box>i
    {
        margin: 5px 5px 5px 0px;
    }

    #view_video_content_div_date_view_box
    {
        margin-bottom: .3rem;
    }

    #view_video_content_div_titlebox>h3
    {
        margin-bottom: 0.5rem;
    }

    #aj_dialog_content,#aj_location_content
    {
        text-align: left;
    }

}

.view_video_content_div_tempreture_box
{
    width: 100%;
    margin-bottom: 25px;
}

#menuprofile
{
    justify-content: right;
}

#notificationprofile 
{
    right: 40px;
}



/***************************************************/
@media screen and (max-width: 1250px) 
{
    #main_topbar_new_tabs,#main_adbar_new,#proposal_div_new,#sec_adbar_new
    {
        width: 100%;
    }

    #top_main_content_header_bests_div_new, #last_posts_content_home_page 
    {
        padding: 40px 15px 0px 0px;
    }
}


#aj_dialog_content>div>p
{
    text-align: left;
}


.view_video_right_items_perposal_item
{
    height: auto;
    margin-top: 10px;
}

@media screen and (max-width: 1400px)
{
    .view_video_right_items_perposal_item
    {
        height: 120px;
        margin-top: 20px;
    }

    .view_video_right_items_perposal_item>img
    {
        object-fit: cover;
    }
}

@media screen and (max-width: 767px)
{
    .view_video_right_items_perposal_item
    {
        height: auto;
        margin-top: 10px;
    }

    .view_video_right_items_perposal_item>img
    {
        object-fit: contain;
        /* width: 290px; */
        height: auto;
    }

}