@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;600;700;800;900&display=swap');

body[data-url="/roulette_video_chat/request/"] #mob_header{
    display: none;
}
@media(max-width:767px){
    body[data-url="/profile/chat/"] #ar_header_bottom_box_id{
        display: none;
    }
}


.ar_header_main_wrapper {
    background-color: white;
    -webkit-box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.15);
    padding: 16px 0;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}

.ar_header_inner {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.ar_header_top_box {
    display: flex;
    justify-content: space-between;
}
.ar_header_top_left_box{
    display: flex;
}
.ar_header_top_right_before_login_actions {
    display: flex;
    gap: 17px;
}
.ar_header_top_right_before_login_actions .ar_header_btn {
    border: 1px solid transparent;
    width: 88px;
    height: 35px;
    border-radius: 50px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.ar_header_top_right_before_login_actions .ar_header_btn.ar_login_btn {
    color: #6c7a89;
    border-color: #6c7a89;
    background-color: #fff;
}
.ar_header_top_right_before_login_actions .ar_header_btn.ar_signup_btn {
    color: #fff;
    border-color: #3b414a;
    background-color: #3b414a;
}
.ar_header_top_right_after_login_actions {
    display: flex;
    align-items: center;
    gap: 20px;
}
.ar_header_userinfo_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.ar_header_userinfo_btn  .ar_header_userinfo_image {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #f3f3f3;
    border-radius: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ar_header_userinfo_btn .online-status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: auto;
    left: 20px;
    border: 1px solid #fff;
}
.ar_header_userinfo_btn .ar_header_userinfo_name {
    display: block;
    padding-top: 1px;
    text-transform: capitalize;
    color: #3A414A;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.8px;
}
.ar_header_bottom_box {
    margin-top: 20px;
}
.ar_header_bottom_box a.menu {
    text-decoration: none;
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    transition: .2s;
    color: #3C434B;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 14px;
    letter-spacing: -0.42px;
}
.ar_header_bottom_box a.menu:hover{
    color: #9d2832 !important;
    transition: .2s;
}
.ar_header_bottom_box a.menu.active {
    color: #9d2832 !important;
}
.ar_login_btn_mobile, .ar_header_btn_hamburger_box{
    display: none;
}
.ar_hamburger_menu_box{
    position: fixed;
    background: #3a414b;
    top: 50px;
    height: auto;
    max-height: calc(100% - 95px);
    width: 100%;
    opacity: 0;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .5);
    visibility: hidden;
    left: 0;
    padding: 16px 0;
    display: block;
    bottom: 0;
    z-index: 999999;
    overflow-y: auto;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.show-menu .ar_hamburger_menu_box{
    opacity: 1;
    visibility: visible;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    left: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}
.show-menu .overlay {
    visibility: visible;
}
.ar_hamburger_menu_box li a, .ar_account_common_menu_header, .ar_hamburger_menu_box li button#logout-field, .ar_account_loggedout_menu li a{
  display: flex;
  align-items: center;      /* Vertically center icon + text */
  gap: 12px;                 /* Space between image and text */
  color: #fff;
  text-decoration: none;
  font-family: Overpass;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;           /* Make line-height tighter */
  letter-spacing: -0.54px;
  position: relative;
  padding: 0;
}
.ar_hamburger_menu_box li button#logout-field:focus{
  outline: none;
}
.ar_hamburger_menu_box li a:hover, .ar_hamburger_menu_box li a:focus{
    color: #fff !important;
}
.ar_account_common_menu_header .angle-down {
    display: block;
    width: 8px;
    height: 8px;
    border: 2.5px solid #fff;
    background: transparent;
    border-width: 0 0 2.5px 2.5px;
    transform: rotate(-45deg);
    margin-right: 0;
    transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    position: absolute;
    right: 5px;
    top: 7px;
}
.ar_account_common_menu_box.open .ar_account_common_menu_header .angle-down{
    transform: rotate(134deg);
    transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    top: 11px;
}
.ar_hamburger_menu_box li img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
    margin-top: -4px;
}
ul.ar_account_common_menu.singles li, .ar_account_loggedin_menu li,  .ar_account_loggedout_menu li{
    margin: 0;
    padding: 14px 16px;
}

ul.ar_account_common_menu li .ar_account_common_menu_box{
  margin: 0;
  padding: 14px 16px;
}
ul.ar_account_common_menu li .ar_account_common_menu_box.open {
  background: rgba(255, 255, 255, 0.05);
}
.ar_account_common_menu_box .dropdown-menu-list{
    display: none;
    padding: 10px 40px;
    overflow-y: scroll;
    max-height: 175px;
    margin-top: 10px;
}
.ar_account_common_menu_box .dropdown-menu-list li{
    padding: 0;
    margin-bottom: 18px;
}
.ar_account_common_menu_box .dropdown-menu-list li:last-child{
  margin-bottom: 0;
}
.ar_menu_saperater{
    display: block;
    width: calc(100% - 32px);
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 10px auto;
}
.ar_account_common_menu_box .dropdown-menu-list li a{
    font-size: 16px;
    line-height: 14px;
    letter-spacing: -0.48px;
}
.ar_account_common_menu_box .dropdown-menu-list li a#applicationTrackBtn {
    color: #fff !important;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    line-height: 14px;
}

/* Subscription UI CSS */
.ar_subscription_section{
    background: #fcf4f4;
    padding: 16px;
  }
  .ar_subscription_banner_container {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ar_subscription_banner_left_content {
    width: auto;
  }
  
  .ar_subscription_banner_left_content span {
    display: block;
  }
  
  .ar_subscription_banner_left_content span.ar_subscription_banner_title {
    color: #3C434B;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
    display: flex;
    gap: 2px;
  }
  
  .ar_subscription_banner_left_content span.ar_subscription_banner_desc {
    color: #3C434B;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.42px;
    margin-top: 6px;
  }
  
  .ar_subscription_banner_left_content span.ar_subscription_banner_title span {
    color: #862526;
  }
  
  .ar_subscription_banner_right_content .ar_subscribe_btn {
    background: #FDC363;
    border: none;
    color: #3C434B;
    text-align: center;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    width: 130px;
    height: 40px;
    border-radius: 30px;
    filter: drop-shadow(0px 4px 5px rgba(253, 195, 99, 0.40));
  }
  .ar_subscription_modal {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .ar_subscription_modal .main-pop-window{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 30px 20px 20px;
    height: auto;
  }
  .ar_subscription_modal_body .ar_subscription_modal_title {
    color: #3D434C;
    text-align: center;
    font-family: Overpass;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0 40px;
  }
  .ar_subscription_modal_desc {
    margin: 12px 45px;
    color: #3D434C;
    text-align: center;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
  }
  .ar_subscription_modal_box {
    background: rgba(136, 22, 35, 0.05);
    padding: 10px 15px;
    text-align: center;
    border-radius: 10px;
    max-width: 310px;
    width: 100%;
    margin: 0 auto 16px;
  }
  .ar_subscription_modal_box span{
    color: #3D434C;
    text-align: center;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
  }
  .ar_subscription_modal_footer {
    display: flex;
    gap: 10px;
  }
  .ar_btn_rounded {
    height: 42px;
    width: 100%;
    border-radius: 50px;
    text-align: center;
    font-family: Overpass;
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.84px;
    text-transform: uppercase;
    border: none;
  }
  .ar_btn_grey{
    background: #E2E2E2;
    color: #3B404A;
  }
  .ar_btn_dark{
    background: #3A414B;
    color: #ffffff;
  }


@media(max-width:767px){
    .ar_header_main_wrapper{
        box-shadow: none;
        padding: 0;
    }
    .ar_header_top_box{
        padding: 10px 15px;
    }
    .ar_header_bottom_box{
        overflow-y: hidden;
        white-space: nowrap;
        width: 100%;
        overflow-x: scroll;
        position: relative;
        font-size: 0;
        padding: 0;
        border-bottom: 3px solid #e3e1e4;
        border-top: 3px solid #e3e1e4;
        margin-top: 0;
    }
    .ar_header_bottom_box a.menu{
        padding: 9px 0 6px;
        margin: 0 25px;
        background: #fff;
        font-size: 11px;
    }
    .ar_header_bottom_box a.menu:after{
        content: '';
        width: 1px;
        height: calc(100% + 3px);
        background-color: #b6b6b6;
        display: block;
        position: absolute;
        top: 0;
        right: -25px;
    }
    .ar_header_bottom_box a.menu.active{
        border-color: #9d2832;
    }
    .ar_header_btn_hamburger_box{
        display: flex;
        flex: 1;
        align-items: center;
    }
    .ar_login_btn_mobile, .ar_header_btn_hamburger{
        display: block;
        background: transparent;
        border: none;
        padding: 0;
    }
    .ar_login_btn_mobile:focus, .ar_header_btn_hamburger:focus{
        outline: none;
    }
    /* .ar_login_btn_mobile img, .ar_header_btn_hamburger img {
        width: 26px;
        height: 24px;
    } */
     .ar_purchase_redirect_btn img{
        width: 30px;
        height: 30px;
     }
    .ar_header_btn{
        display: none;
    }
    .ar_chat_redirect_btn, .ar_logout_redirect_btn, .ar_header_userinfo_btn .ar_header_userinfo_name{
        display: none;
    }
    .ar_header_top_right_box, .ar_header_top_left_box{
        flex: 1;
    }
    .ar_header_top_right_after_login_actions{
        gap: 10px;
        justify-content: right;
    }
    .ar_header_branding img.ar_header_logo {
        width: 100%;
    }
    .ar_header_top_right_before_login_actions{
        justify-content: right;
    }
    /* Subscription UI CSS */
.ar_subscription_section{
    background: #fcf4f4;
    padding: 16px;
    position: fixed;
    top: 88px;
  }
  .ar_subscription_banner_container {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .ar_subscription_banner_left_content {
    width: auto;
    text-align: center;
  }
  
  .ar_subscription_banner_left_content span {
    display: block;
  }
  
  .ar_subscription_banner_left_content span.ar_subscription_banner_title {
    color: #3C434B;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
    display: block;
  }
  
  .ar_subscription_banner_left_content span.ar_subscription_banner_desc {
    color: #3C434B;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.42px;
    margin-top: 6px;
    margin-bottom: 16px;
  }
  
  .ar_subscription_banner_left_content span.ar_subscription_banner_title span {
    color: #862526;
  }
  .ar_subscription_banner_right_content {
    text-align: center;
  }
  .ar_subscription_banner_right_content button{
    font-size: 14px;
    margin: 0 !important;
  }
  .ar_subscription_banner_right_content .ar_subscribe_btn {
    background: #FDC363;
    border: none;
    color: #3C434B;
    text-align: center;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    width: 280px;
    height: 40px;
    border-radius: 30px;
    filter: drop-shadow(0px 4px 5px rgba(253, 195, 99, 0.40));
    display: block;
  }
  .ar_subscription_modal {
    background-color: rgba(0, 0, 0, 0.9) !important;
  }
  .ar_subscription_modal .main-pop-window{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 30px 20px 20px;
    height: auto;
  }
  .ar_subscription_modal_body .ar_subscription_modal_title {
    color: #3D434C;
    text-align: center;
    font-family: Overpass;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0 30px;
  }
  .ar_subscription_modal_desc {
    margin: 12px 25px;
    color: #3D434C;
    text-align: center;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
  }
  .ar_subscription_modal_box {
    background: rgba(136, 22, 35, 0.05);
    padding: 10px 15px;
    text-align: center;
    border-radius: 10px;
    max-width: 310px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .ar_subscription_modal_box span{
    color: #3D434C;
    text-align: center;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
  }
  .ar_subscription_modal_footer {
    display: flex;
    gap: 10px;
  }
  .ar_btn_rounded {
    height: 42px;
    width: 100%;
    border-radius: 50px;
    text-align: center;
    font-family: Overpass;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.84px;
    text-transform: uppercase;
    border: none;
  }
  .ar_btn_grey{
    background: #E2E2E2;
    color: #3B404A;
  }
  .ar_btn_dark{
    background: #3A414B;
    color: #ffffff;
  }
}