@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,900;1,300&display=swap');

img{pointer-events: none;}

.is-enc-message span{

    filter:blur(3px);
}

.chat{
    position: relative;
}


.location-details-block{
    background-color: rgba(0,0,0,0.85);
    width: 100%;
    text-align:center;
    padding: 50px 10px;
    position: absolute;
    top:30%;
    z-index: 10;
}

.location-ask-details{
    margin: 10px;
}

.location-details-zip-input{
    width: auto;
    min-width: 280px;
}

.location-details-state-input{
    width: auto;
     min-width: 280px;
}

.location-details-city-input{
    width: auto;
     min-width: 280px;
}

.location-details-submit, .location-details-state, .location-details-zip, .location-details-city{
    display:inline-block;
    margin: 10px;
}

.paymentBox .cplist-btn.active{
        border: 2px solid #10ff90;
    opacity: 1;
    background-color: rgba(114, 114, 114, 0.3);
}

.paymentBox .cplist-btn.active .creditsLabel{
        font-size: 32px;
}

.paymentBox .cplist-btn.active .totalpriceLabel .bundlePrice{
        font-size: 32px;
}

.paymentBox .cplist-btn.active .totalpriceLabel .bundlePrice sup{
      font-size: 26px;
}

.hidden{
    display:none;
}

#js-signup-form, 
#js-signup-form div{
    text-align: center;
}

.navigation-container{
    padding: 15px;
}


.navigation-container .btn, #extra_reg_form .btn{
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
}

#extra_reg_form{
    position: absolute;
    text-align: center;
    z-index:1025;
    left:0;
    right: 0;
    bottom: 50px;
    background-color: rgba(0,0,0,0.65);
    padding:20px 10px;
    min-height: 250px;

}


.step h4{
    margin-bottom: 25px;
}

#extra_reg_form input, #extra_reg_form select{
    margin: 5px;
}

#extra_reg_form .form-control{
    width: auto;
    display: inline-block;
    margin:10px;
}

#extra_reg_form .error{
    color: red;
    border: 2px solid red;
}

#extra_reg_form select.form-control{
    display: inline-block;
    width: auto;
}

.form-element-inline.form-control{
    display: inline-block;
    width: auto;
}

#pickimg .img_select{
    max-height: 128px;
    max-width: 128px;
    width: auto;
    height: auto;
}

video::-webkit-media-controls {
    display: none;
}

.payment-footer{
    color: #fff;
    text-align:center;
}

.topmenu li{
    position:relative;
}

.responsive-menu-box li.nav-item {
    position:relative;
}


#chat-new-messages, #seen-by-new{
    top:8px;
    display:none;
}



label.check {
    cursor: pointer
}

label.check input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.check span {
    padding: 7px 14px;
    border: 2px solid #ffa500;
    display: inline-block;
    color: #ffa500;
    border-radius: 3px;
    text-transform: uppercase
}

label.check input:checked+span {
    border-color: #ffa500;
    background-color: #ffa500;
    color: #000
}


#chat-new-messages-m, #seen-by-new-m{
    top: -3px;
    left: 12px;
    display:none;
    height: 1.25rem;
    width: 1.25rem;
    min-width: 1.25rem;
    border: 2px solid #2f2a30;
}




.video-chat-container video{
    max-width:100%;
    height:auto;
    max-height:360px;
}

/* Could Use thise as well for Individual Controls */
video::-webkit-media-controls-play-button {}

video::-webkit-media-controls-volume-slider {}

video::-webkit-media-controls-mute-button {}

video::-webkit-media-controls-timeline {}

video::-webkit-media-controls-current-time-display {}



.video-chat-container{
    position: relative;

}


.video-container-icon{
    position: absolute;
    max-width: 700px;
    width: 36px;
    height: 36px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1; /* needed if using Bootstrap */
    text-align: center;
    color: #eaeaea;


    font-size: 36px;
    transition: color, background-color .2s ease;

}

video:hover, .video-container-icon:hover{
    cursor:pointer;
}

.avatar-info span{
    color: #fff;

}

.text-activate{
    color:#ffa500;
}

.sidebar{
    background-color: #000;
}

.media-body h2{
    color: #ffa500;
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #ffa500;
}

.main .chat-content.bg-none{
    background-image: none;
}


.gallery-item{
    display: inline-block;
}

.main .chat-content {
    background-image: url(/assets/images/cbg.jpg);
}

.card-profile{
    display:inline-block; width: 240px; margin: 10px auto;
    border-radius: 5px;
    border: 5px solid rgba(0,0,0,0.5); 
}

#chat-messages-container{
    padding: 10px 10px 0;   

}
.message-content {

    padding: 5px 13px;
}

.chat-content{
    padding-bottom:30px;
}


.profile-photo-box {
    max-width: 180px;
    width: 180px;
    position: relative;

    height:180px;

}


.contact-profile:hover{
    cursor: pointer;
}


.profile-photo-box img {
    max-width: 180px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

#about_me{
    height:200px;
}

.profile-info-age span, .profile-info-status span, .profile-new-status span{
    display: inline-block;
    padding: 5px 10px;
}


#view-profiles{
    position:relative;
    
   
}


.chat-content.block-overflow{
    overflow:hidden;
    padding-bottom: 0;
}


.profile-box {
    display: inline-block;
    border: 3px solid rgba(0,0,0,0.3);
    position: relative;
    margin: 0;




}

.profile-info-status {
    position: absolute;
    top: 0;
    right: 0;
    color: #00ff00;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0 0 0 7px;
}




.profile-new-status{
    color:#4adaf0;
    background-color: rgba(0,0,0,0.8);
    border-radius:  0 0 7px 0 ;
    position: absolute;
    top: 0;
    left: 0;
}

.profile-info-age {
    word-wrap: break-word;
}
.profile-info-age {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0 7px 0 0;
}


.creditPlayContainer{
    padding: 20px;
    z-index: 1000;
    position: relative;
}

#creditslots{
    height: 66px;
}

#creditslots > div{
    font-size: 66px;
    line-height: 70px;
}

.display-ticket-row{
    background-color: rgba(255,255,255, 0.5);
    border-radius: 8px;

    margin-bottom: 15px;

}

.display-ticket-row:hover{
    background-color: rgba(255,255,255, 0.7);
}

.display-ticket-row a{
    font-size: 20px;
    color: rgba(0,0,0, 0.8);
    display: block;
    padding: 10px 20px;
}

.display-ticket-row a:hover{
    color: rgba(0,0,0, 0.9);
}


.sitecolor-alert{
        border-color: #e64bc6;
    color: #fff;
    background-color: #e64bc6;
}

.chat-content{
    padding-bottom: 10px;
    overflow: hidden;
}



.support_message{
    margin: 10px;
    border-radius: 5px;
    padding: 10px;
    background-color: rgba(255,255,255,0.6);

} 
.support_message.from_user
{
    background-color: rgba(200,200,255,0.6);
    color: black;
}

.support_message.from_support{
    background-color: rgba(255,200,200,0.6);
    color: black;
}


.plan-offer{
    margin-bottom: 20px;
}



.payment-box h2{
    border-radius: 5px;

    padding: 10px;
}





.rounded-lg {
    border-radius: 1rem !important;
}

.text-small {
    font-size: 0.9rem !important;
}

.custom-separator {
    width: 5rem;
    height: 6px;
    border-radius: 1rem;
}

.text-uppercase {
    letter-spacing: 0.2em;
}


.noUi-handle .noUi-tooltip{ 
    border:0;
    bottom: 0;
    right: 0;
    left: 10;
    padding: 0;

}

.filter-age-text, .filter-age-slider{
    display: inline-block;
}

.filter-age-text{
    width: 60px;
    padding-bottom:8px;
}

.filter-age-slider{
    width: 240px;   
}





.age-filter{
    padding: 15px ;
}

.noUi-handle::after, .noUi-handle::before{
    display: none;
}



.noUi-connect {
    background-color: #000;
}

select{
    -webkit-appearance: none;
}

.chat-message-message{
    position: relative;
    overflow-wrap: break-word;
    font-size: 14px;
}

.message+.message {
    margin-top: 10px;
}

.message-content{
    position: relative;
}

.message-content .notification{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,0.2);
}

.message-content .notification .notification-button{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}


.avatar.avatar-xl{
    border-radius: 5px;
    position: relative;
}

.avatar.avatar-xl .avatar-info{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(47,42,48, 0.9);
    height: 30px;
    line-height: 30px;
}


.invalid-tooltip{
    position: relative;
}

.avatar.avatar-xl>img{
    border-radius: 5px;
}

.card-body {
    padding: 1rem 0.5rem;
}

.card{
    border: 0;
}


.iti{
    display: block;
}

.p10{
    padding: 10px;
}

.noUi-target{
    border:0;
}

.ib{
    display: inline-block;
}

.pr15p{
    padding-right: 15px;
}

.ptlight{
    color: #f5f5f5; 
}

@media (min-width: 1200px)
{
    #chat-2-info{
        height: 100%;
    }

    .chat-content{
        position:relative;
    }


    div.layout .main{
        padding-top: 63px;
    }

    .sidebar{
        padding-bottom:63px;
    }





}


.spinnerloading {
    height: 60px;
    width: 60px;
    margin: auto;
    display: flex;
    position: absolute;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, .15);
    border-right: 6px solid rgba(0, 174, 239, .15);
    border-bottom: 6px solid rgba(0, 174, 239, .15);
    border-top: 6px solid rgba(0, 174, 239, .8);
    border-radius: 100%;
}


#loadingspinner{

    position: relative;
}


.center-notification{
    width: 100%;
    text-align:center;
    position: relative;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

#chatoverlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

#superoverlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 1042;
    cursor: pointer;
    -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}


.label-select-mid{
    margin: 0 15px;
}

.profile-img{
    max-width: 154px;
    max-height: 154px;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    border-radius: 3px;
    padding: 1px;
}


.remove_photo{
    top: 10px;
    right: 10px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    opacity: 0.8;
}

#main_preview_container div.dz-progress{
    margin-top: -15px;
}

#main_preview_container span.dz-upload{
    display: inline-block;
    height: 24px;
    border-radius: 3px;
    background-color: #0176ff;
}



#main_preview_container .dz-details, #main_preview_container .dz-image, #main_preview_container .dz-success-mark, #main_preview_container .dz-error-mark, .profile-photos-upload .dz-details, .profile-photos-upload .dz-success-mark, .profile-photos-upload .dz-error-mark{
    display: none;
}

.main-image-upload-abs, .profile-photos-upload-abs{
    position: relative;   
}

.main-image-upload, .profile-photos-upload{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.main-image-upload:hover, .profile-photos-upload:hover{
    cursor:pointer;
}

.chat-message-images .img-fluid{
    max-height: 240px;
    touch-action:pinch-zoom;
}

.message-right .avatar.avatar-sm{
    margin-left: 1rem;
}

.main .chat-content-bg{
    background-image: url(/assets/images/cbg.jpg);

}

.main{
    overflow: inherit;
}


.alert a{
    color: #fff;
    text-decoration: underline;
}


.layout{
        overflow-x: hidden;
}

.chat-content{
  
  
   padding-bottom: 10px;
      overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.chat-content::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}





.p-relative{
    position: relative;
}

#credits{
    display: block;
    width: 100px;
    position: absolute;
    text-align: right;
    color: #ffc843;
    top:25px;
    right: 20px;
    font-size: 18px;
    line-height: 26px;

}

#credits img{
    max-height: 24px;
    max-width: 24px;
    display: inline-block;
}

#credits span{
    display: inline-block;
        line-height: 24px;
}


.alert{
    margin-bottom: 0;
}


#credits-text{
    display: block;
    width: 160px;
    position: absolute;
    text-align: right;
    color: lightblue;
    top:25px;
    right: 20px;
    font-size: 16px;
    line-height: 18px;

}




.logopart{
    flex-basis: 420px;
}

.menupart{
    flex: 1;
}



.message-body{
    max-width: 100%;    
}

.message-content{
    max-width: 100%;
}

.offer-activate-warning{
    display:none;   

}


.plan-of-text{

    display:none;
}


.plan-benefits li{
    position: relative;
}




@media (min-width: 992px)
{



    .plan-of-text{
        position: absolute;
        margin-left: -40%;
        color:#fff;
        font-weight:300;
        text-transform: uppercase;
        font-size: 32px;
        font-family: 'Montserrat', sans-serif;
        text-align:left;
        display:block;
        width:50px;
        height:50px;
    }
}



.payment-currency-sign{
    font-size: 48px;
}


.btn.so-payment-button{

    color:#fff;
    font-weight: 900;
    background-color: #69ac00;
    font-size: 32px;
    line-height: 32px;

    font-family: 'Montserrat', sans-serif;
}

.btn.so-payment-button:hover, .btn.so-payment-button:focus{
    background-color: #508300;
}

.payment-notice-main{
    color:#888888;
    padding:15px;
    font-style: italic;
    text-align:center;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}


.payment-notice-secondary{
    color:#353535;
    font-style:italic;
    padding:15px;
    text-align:center;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.payment-header{
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size:27px;
    color: #df8915;
    padding: 15px 0;
}

.plan-benefits li{
    list-style-image: url(/assets/images/greenmark.png);
    font-size:22px;
    font-style:italic;
    color:#fff;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}



.plan-name{
    font-family: 'Montserrat', sans-serif;
    font-size:24px;
    font-weight:400;
}

.text-thinner{
    font-weight:300;
}

.plan-price-box{
    margin: 15px 0;
}

.plan-price-info{
    color: #d78416;
    font-size: 18px;
    font-style:italic;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-align:left;
    padding-left:30px;
}

.plan-price{
    color: #d78416;
    font-size: 72px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    line-height: 72px;
    text-align:left;
}



.btn.so-payment-button{
    font-size: 20px;
    line-height: 20px;
}

.payment-currency-sign{
    font-size: 32px;
}

.payment-header{
    font-size:20px;
}

.plan-benefits li{
    font-size:16px;
}

.plan-price{
    font-size: 32px;
    line-height: 32px;
    padding-left:35px;
}

.plan-price-info{
    font-size: 14px; 

}



@media (min-width: 992px)
{

    .btn.so-payment-button{
        font-size: 24px;
        line-height: 24px;
    }

    .payment-currency-sign{
        font-size: 36px;
    }

    .payment-header{
        font-size:22px;
    }

    .plan-benefits li{
        font-size:18px;
    }

    .plan-price{
        font-size: 48px;
        line-height: 48px;
        text-align:center;
        padding-left:0;
    }

    .plan-name{
        font-size:24px;   
    }


    .plan-price-info{
        font-size: 16px; 
        text-align:center;

    }
}

@media (min-width: 1200px)
{
    .btn.so-payment-button{
        font-size: 20px;
        line-height: 20px;
    }

    .payment-currency-sign{
        font-size: 40px;
    }


    .plan-name{
        font-size:28px;   
    }

    .payment-header{
        font-size:24px;
    }

    .plan-benefits li{
        font-size:18px;
    }

    .plan-price{
        font-size: 60px;
        line-height: 60px;
    }

    .plan-price-info{
        font-size: 16px; 

    }

}

@media (min-width: 1470px)
{
    .btn.so-payment-button{
        font-size: 32px;
        line-height: 32px;
    }

    .payment-currency-sign{
        font-size: 48px;
    }

    .plan-name{
        font-size:32px;   
    }

    .payment-header{
        font-size:27px;
    }

    .plan-benefits li{
        font-size:22px;
    }

    .plan-price{
        font-size: 72px;
        line-height: 72px;
    }

    .plan-price-info{
        font-size: 18px; 

    }

}




.paymentBox .bundleColumn ul li, .paymentBox .paymentColumn ul li {
    cursor: pointer;
}
.paymentBox ul li {
    list-style: none;
    padding-bottom: 10px;
    position: relative;
}

.paymentBox .btn.btn-payment.inactive {
    opacity: .5;
}
.paymentBox .btn.btn-payment {
    color: #fff;
    background-color: #727272;
    border-radius: 5px;
    width: 100%;
}
.paymentBox .btn {
    position: relative;
    display: inline-block;
    border-radius: 15rem;
    padding-left: .75em;
    padding-right: .75em;
    color: #fff;
    border: none;
    overflow: hidden;
    transition: opacity .5s ease-out;
}

.paymentBox ul li .creditsLabel {
    font-size: 24px;
    padding-left: 18px;
    min-height: 50px;
}


.paymentBox ul li .creditsLabel .nrOfCredits {
    margin-right: 15%;
}
.paymentBox ul li .btn a {
    color: #fff;
    float: left;
    display: block;
    text-align: left;
}

.paymentBox ul li .btn a span:not(.currency) {
    display: block;
    font-size: 12px;
    color: #d9d9d9;
    margin-top: -5px;
    text-transform: uppercase;
}


.paymentBox ul li .creditsLabel .pricePerCredit {
    font-weight: 600;
}
.paymentBox ul li .btn a {
    color: #fff;
    float: left;
    display: block;
    text-align: left;
}

.paymentBox ul li .totalpriceLabel {
    white-space: nowrap;
}


.paymentBox ul li .totalpriceLabel .bundlePrice {
    font-size: 24px;
}
.paymentBox ul li .totalpriceLabel a {
    float: right;
    margin-right: 18px;
}
.paymentBox ul li .btn a {
    color: #fff;
    float: left;
    display: block;
    text-align: left;
}

.paymentBox ul li .totalpriceLabel .bundlePrice {
    font-size: 24px;
}
.paymentBox ul li .btn a {
    color: #fff;
    text-align: left;
}

.paymentBox ul li .totalpriceLabel .bundlePrice sup {
    top: -7px;
    font-size: 14px;
}

.paymentBox btn:hover:not([disabled]):not(.disabled), .paymentBox .btn:focus:not([disabled]):not(.disabled) {
    color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2);
}
.paymentBox .btn.btn-payment.active, .paymentBox .btn.btn-payment:active {
    background-color: #404040;
}

.paymentBox p {
    padding: 15px;
    font-size: 14px;
    color: #727272;
}

.paymentBox ul li .paymentMethodName {
    margin-right: 0;
    font-size: 16px;
    min-height: 50px;
    line-height: 50px;
}

.paymentBox .slick-slide img {
    display: inline;
}


.paymentBox  ul li .paymentMethodLabel .imgContainer {
    background-color: #fff;
    border-radius: 5px;
    width: 85px;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    margin-left: -5px;
}

.paymentBox ul li .paymentMethodLabel .imgContainer img {
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border-style: none;
}


.paymentBox .paymentDetails .usps {
    margin: 0;
    padding: 0 0 30px 0;
    border-bottom: 2px solid rgba(240,240,240,.85);
}

.paymentBox .paymentDetails .usps li {
    list-style: none;
    padding-left: 40px;
    position: relative;
}

.paymentBox .paymentDetails .usps li .fal {
    position: absolute;
    left: 15px;
    top: 3px;
}

.paymentBox .paymentDetails .receipt {
    margin: 30px 0 15px 0;
    width: 100%;
}

.paymentBox .paymentDetails .receipt .label {
    width: 60%;
    padding-left: 15px;
}

.paymentBox .paymentDetails .receipt .amount {
    text-align: right;
    width: 40%;
    padding-right: 15px;
}

.paymentBox .paymentDetails .receipt .savings {
    font-weight: 600;
}

.paymentBox .paymentDetails .receipt .total {
    font-weight: 600;
}

.paymentBox .paymentDetails .receipt .divider td {
    padding: 10px 0;
}

.paymentBox .paymentDetails .submitContainer .icon {
    position: absolute;
    top: 12px;
    left: 15px;
}

.paymentBox .paymentDetails .submitContainer p {
    padding: 6px;
    margin: 0;
    font-size: 11px;
    line-height: 13px;
}
.paymentBox p {
    padding: 15px;
    font-size: 14px;
    color: #727272;
}

.paymentBox .paymentDetails .submitContainer .btn {
    float: right;
    display: inline-block;
}
.btn.btn-sales {
    color: #202020;
    background-color: #10ff90;
    text-transform: uppercase;
}


.paymentBox ul{
    margin:0;
    padding:0;
}

.paymentBox  ul li .banner {
    font-size: 10px;
    color: #333;
    padding: 0 5px;
    background-color: #10ff90;
    position: absolute;
    right: -3px;
    bottom: 16px;
    text-wrap: none;
    text-transform: none;
}


.paymentBox h3{
    font-size: 20px;
}



.offer-activate-warning{
    display:block;


    width: 100%;
    background-color:#2d2d2d;
    padding: 12px 5px;
    text-align:center;
    border-top: 2px solid #000;
    max-width:100%;
    order:3;

}

.offer-activate-warning a{
    color:#ffa500;
    font-weight:900;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 1200px)
{
    .message-content {
        max-width: 75%;
    }

    .offer-activate-warning{
        position:fixed;
        z-index:2;
        bottom:0;
        left:0;
        height:auto;
        width: 420px;
    }

}

.vstop{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    text-align:center;
}

.vstop-content p{
    color: white;
}

.vstop-content{
    text-align:center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.paymentBox .btn.slick-back-btn{
    display:none;    
    border-radius: 5px;
    background-color: #ffa500;
    color: black;
    margin: 15px;
}

@media (max-width: 1099px) and (min-width:800px)
{


    .paymentBox .btn.slick-back-btn{

        display: inline-block;

    }

    .paymentBox .btn.slick-back-btn.slick-back-btn-2{

        display: none;

    }

}


@media (max-width: 799px)
{
    .paymentBox .btn.slick-back-btn{

        display: inline-block;

    }
}

.pt50{
    padding-top: 50px;
}

.justflex{
    display: flex;
}


.topnav{
    
    background-color: #000;
  
    height: 63px;
  
    width:100%;
    background: rgb(2,0,36);
    background: linear-gradient(
        90deg
        , rgba(2,0,36,1) 0%, rgba(0,0,0,1) 42%, rgba(221,162,35,1) 100%);

}



.topnav a{
    color: #fff;
}

div.layout.layout-ptop{
    padding-top: 64px;
    height: 100%!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebar{
    padding-top:63px;

}



.chat-message-message{
    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
}



div.layout .sidebar, div.layout  .main{
    height: 100%!important;
    min-width:10%;
}


.message-body{
    min-width: 10%;
}


html { height: 100%; }
body {
    height:100%;
    min-height: 100%;
    position:relative;
}


.mobilemenu{
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1021;
    background-color: #111;
    border-bottom: 5px solid black;
}

.topnav a.toplogo{
    line-height: 40px;
    color: #fff;
    font-size: 24px;
    padding: 10px 15px;
    margin: 0 ;
    display: block;
    white-space: nowrap;
    text-transform:uppercase;
}

.topnav a.toplogo span {
    font-weight: bold;
    color: #ffa500;
}


ul.topmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

ul.topmenu li{
    padding:15px 20px;
    margin: 0;
    display: inline-block;

}


.message-content.bg-danger.text-white{
    background-color: #ece5dd!important;
    color: #050504!important;

}

.chat-message-author{
    color: #050504!important;
}

.message-content.bg-light{
    background-color: #dcf8c6!important;
    color: #050504!important;
}



ul.topmenu li a{
    font-size: 18px;
    text-transform: uppercase;
    display:inline-block;
}

#su-month, #su-day, #su-year{
    -webkit-appearance:none;
    padding-right:24px
}

.label-select{
    display: inline-block;
    position:relative;
}

.label-select:after {
    content:"\203A";
    font:18px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:11px;
    padding:3px;
    position:absolute;
    pointer-events:none;
}
.label-select:before {
    content:'';
    right:5px; top:8px;
    width:20px; height:20px;

    position:absolute;
    pointer-events:none;
    display:block;
}


.card-profile .card-body{
    padding: 0;
}


.btn-primary:hover {
    color: #fff;
    background-color: #cc8401;
    border-color: #cc8401;
}


.btn-primary:focus, .btn-primary.focus{
    color: #fff;
    background-color: #da8d00;
    border-color: #da8d00;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b70000;
    border-color: #b70000;
}

.sl-overlay{
    background-color: #333333;
    opacity: 0.9;
}


.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button, .sl-wrapper .sl-counter{
    color: #fff;
}

.layout-outer-pages{

    background-image: url(/assets/images/cbg.jpg);
}

ul.topmenu.topmobile{
    width: 60px;
    float: right;
    margin-right: 15px;

}

ul.topmenu.topmobile li a img{
    width: 34px;
    height: 34px;
}


.menupart .inmobile{
    display:none!important;
}

.menupart .indesk{

}

.mobilemenu .inmobile{
    display:block!important;
}


.mobilemenu .indesk{
    display:none!important;
}


.mobilemenu ul.topmenu{
    display:none;
    width: 100%;
}

.mobilemenu ul.topmenu li{
    display: block;
    width: 100%;
    text-align: right;
}



.mobilemenu ul.topmenu li a{
    color: #fff;
    padding: 10px 15px;
    display:inline-block;
}

.show-more-btn{
    text-transform: uppercase;
    font-weight:bold;
}

#chat-id-2-input{
    background-color:  #0C0015;
    border-radius: 5px;
}

.form-control{
    background-color: #0C0015;
}

.form-control:focus{
     background-color: #0C0015;
     color: white;
}

@media (max-width: 992px) { 





    .mobilemenu ul.topmenu li{

        text-align: center;
    }



    #su-month{
        margin: 10px auto;

    }


}

.widehide{
    display:inline-block; 

} 

.nrwhide{
    display:none;
}

@media (max-width: 1199px){
    .menupart .indesk{
        display:none!important;
    }

    .mobilemenu .indesk{
        display:block!important;
    }

    .mobilemenu ul.topmenu li a{
        position: relative;   

    }

    .mobilemenu ul.topmenu li a #seen-by-new{
        right: -7px;
    }
    
    
    #chat-new-messages{
        display:none!important;
    }

    ul.topmenu.topmobile{
        display:block!important;
    }

    .filter-age-slider {

        margin-left: 25px;
    }


    .widehide{
        display:none; 

    } 

    .nrwhide{
        display:inline-block;
    }
}



#note-form{
    margin-top:25px;
}

.profile-note{
    margin: 10px 0;
    padding: 0 5px;
}

.profile-note-content{
    font-size: 16px;
}

.profile-note-info{
    font-size: 10px;
    font-weight: 300;
    opacity: 0.3;
}

.check-email-link{
    margin: 10px;
}

.btn-primary{
    background-color: #ffa500;
    border-color:  #ffa500;
    color:black;
}

.support-links-box{
    display: flex;
    margin: 30px 0;
}

@media (max-width: 767.98px) { 
    .support-links-box{
        display: block;
    }

    .chat-content .container-xxl{
        padding-left:0;
        padding-right:0;
    }
}



.support-links-box a{
    color: #f7f7ff;
    font-size: 18px;
}


.support-links-box a:hover{
    color: #c3c3c3;

}

.chat_header_profile:hover{
    cursor: pointer;
}


.alert-info{
    background-color: #000;
    border-color: #000;
}