
:root {
  --blue: #3490dc;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #f66d9b;
  --red: #e3342f;
  --orange: #f6993f;
  --yellow: #ffed4a;
  --green: #38c172;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #9f005d;
  --secondary: #6c757d;
  --success: #38c172;
  --info: #6cb2eb;
  --warning: #ffed4a;
  --danger: #e3342f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.color-gray{
    color: var(--gray);
}

.custom-textarea{
    border-radius: 10px;
    height: 100px !important;
}

.model-name-mobile{
    display:none;
}

.detail_overlay{
    bottom: 1%;
}

.set_detail_card{
    border: none;
}

.option__btn{
    display: none;
}

.mobile-links{
    display: none;
}

.opacity-div{
    opacity: 0.4;
}

#loader {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    backdrop-filter: blur(8px);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#loader::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:60px;height:60px;
    border-style:solid;
    border-color:#fd2f8c;
    border-top-color:transparent;
    border-width: 2px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
.profile_img1{
    object-fit: cover;
}
.tag_line {
	
	color: var(--primary);
	font-weight: 600;
    font-size: 16px;
}

.navbar-brand img{
	width:200px;
	margin-bottom:5px;
	margin-top:5px;
}

.application-status{
	
	border: 6px solid #9f005d;
    padding: 30px;
    border-radius: 5px;
}

.application-status>p{
	
	font-size: 16px;
    font-weight: 600;
}

.model_name{
	font-size : 20px;
	font-weight : 100;
}

.col_head {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col_head h2:before {
    content: "";
    display: block;
    border-top: 1px solid #a10963;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}
.col_head h2 {
    color: #9e005d;
    font-family: 'Sintony', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0px;
    text-transform: uppercase;
    position: relative;
}
.col_head h2 span {
    background: #fff;
    padding: 0px 15px 0px 15px;
    position: relative;
    z-index: 5;
}

.sets-index-page{
    display: flex;
}

.term_condition_box {
	border: 1px solid #a7a7a7;
	padding: 30px;
	overflow: auto;
	height : 200px;
	background-color: hsl(0, 0%, 90%);
}

/* Scrollbar styles */
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	}

::-webkit-scrollbar-track {
	border-left: 1px solid #a7a7a7;
	
	}

::-webkit-scrollbar-thumb {
	background: #9e005d;  
	
	}

::-webkit-scrollbar-thumb:hover {
	background: #9e005d;  
	}
	
.disable-image{
	opacity: 0.3;
}

.transform-90 {
    transform: rotate(90deg);
    transform-origin: right top;
    z-index: 999;
}


.px-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
}
.mt-20 {
    margin-top: 5rem !important;
}

.end-0 {
    right: 0 !important;
}
.top-50 {
    top: 50% !important;
}

.btn.btn-color-gray-700 {
    color: #fff;
}

.btn.btn-flex {
    display: inline-flex;
    align-items: center;
}
.btn {
    outline: none !important;
}
.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.px-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
}
.h-35px {
    height: 35px !important;
}
.shadow-sm {
    box-shadow: 0 0.1rem 1rem 0.25rem rgb(0 0 0 / 5%) !important;
}
.engage-toolbar a{
	background: #9f005d;
  
    font-weight: 600;
}

.filter-row-section{
    margin-top: 45px;
    padding-left: 46px;
    padding-right: 90px;
}

.sort_form .form-inline{
    justify-content: end;
}
.set_wrapper{
    height: 385px;
}

.nav-item .btn{
    margin-top: 5px;
    color: #fff !important;
    padding: 8px;
}

.search_sets .filter label, .model_all_sets .filter label{
    width: 130px;
    display: flex;
    align-items: center;
}

.video-js-responsive-container {
    border-radius: 10px;
}

.notification_div{
    display: none;
}

.notification-list .dropdown-lg{
    min-width: 20rem !important;
    inset: 50px 5px auto auto;
}

.dropdown-menu-animated {
    -webkit-animation-name: dropdownslide;
    animation-name: dropdownslide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    margin: 0;
    z-index: 1000;
}

.border-dashed {
    border-style: dashed!important;
}

.notification-list .notify-item .notify-icon {
    float: left;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.notification-list .notify-item .card-body {
    padding: 14px;
}

.notification-list .notify-item .card-body .noti-item-title{
    font-size: 14px;
}

.notification-list .notify-item .card-body .noti-item-subtitle, .notification-list .notify-item .card-body .noti-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notification-list .notify-item.unread-noti {
    background-color: #f6f7fb;
    border: none;
}

.notification-list .simplebar-content{
    padding: 0px 12px;
}

.notification-list .main-items-wrapper{
    overflow: scroll;
}

.main-items-wrapper::-webkit-scrollbar {
    display: none;
}

.notification-list .notify-item .card-body .noti-close-btn {
    position: absolute;
    top: 3px;
    right: 5px;
}

.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: -4px;
    border-radius: 50%;
    /* height: 7px;
    width: 7px; */
    background-color: #fa5c7c;
}

.actions__btn_date{
    display: flex;
    justify-content: space-between;
}

.detail_date{
    margin-top: 10px;
}

.detail_title_mobile{
    display: none;
}


@keyframes dropdownslide {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}



@media (max-width: 992px) {
    .navbar-toggler {
        width: auto;
        margin: 0 !important;
        padding: 0 !important;
    }
    .navbar {
        text-align: unset !important;
    }
    .models_nav1{
        border-radius: 50px !important;
    }
    .navbar .navbar-collapse .navbar-nav span{
        display: none;
    }
    
}

@media (min-width: 992px) {
    .main_nav .navbar-nav .nav-link {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 400px) and (min-width: 300px) {
	/* .search_sets .col-md-3 {  
		flex : 0 0 50% !important;
		max-width: 50% !important;
	} */
    .set_thumbnail {
        min-height: 350px;
        max-height: 350px;
        width: 300px;
    }
    /* .figure {
        background-size: 325px 374px;
    } */
    /* .set_wrapper {
        height: 450px;
        width: 350px;
    } */
    .container {
        max-width: 850px;
    }
}
@media only screen and (max-width: 401px){
    .related_sets .mb-3{
        margin-bottom: 6rem !important;
    }
}
@media only screen and (min-width: 576px){
    .mobile_about_blog{
        display: none;
    }
}
@media only screen and (max-width: 576px){
    
    .detail_title_mobile{
        display: block;
    }
    .detail_title_desktop{
        display: none;
    }

    .notification-list{
        display: none;
    }

    .notification_div{
        text-align: center;
    }

    .notification_div .dropdown-menu-animated{
        top: 45px !important;
        left: unset !important;
    }

    .notification_div, .notification_div .notification-list{
        display: block;
    }

    .notification-list .noti-icon-badge {
        right: unset !important;
        left: 50% !important;
    }

    .notification-list .mr{
        margin-right: 0 !important;
    }

    .dropdown-lg {
        width: 320px;
    }

    .vjs-has-started .vjs-control-bar {
        border-radius: 0px 0px 10px 10px;
    }

    .set_detail_card{
        border-radius: 10px;
        background-color: transparent;
        border: none;
    }

    .detail_overlay{
        display: none;
    }

    .option__btn{
        background: var(--primary);
        padding: 20px;
        border-radius: 0px 0px 10px 10px;
        display: flex;
        justify-content: space-around;
        border-top: 2px solid #fff;
    }

    .option__btn .btn-primary {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

    /* .video__bottom___actions__btn .col-sm-12{
        text-align: center;
    } */

    .overlay .btn{
        padding: 0.2rem 0.2rem;
        font-size: 0.5rem;
    }
    .overlay {
        left: 0 !important;
        bottom: 8% !important;
    }
    .set_wrapper {
        font-size: 8px;
        height: 140px !important;
    }
    .figure {
        background-size: 100px 104px;
        padding: 0px 5px 5px 0px;
    }

    .member_nav{
        display:none;
    }

    .member_nav button{
        width: 100%;
    }
    .main_nav .navbar-collapse{
        position: absolute;
        width: 75%;
        top: 50px;
        right: -15px;
        z-index: 10;
        background-color: #fff;
        box-shadow: 0px 1px 10px #999
    }
    .nav-item .btn {
        margin-right: 1rem;
    }
    .main_nav .navbar-nav{
        margin-bottom: 10px;
    }
    .main_nav .navbar-collapse .nav-link{
        padding: 15px 22px;
    }
    .hambur-li{
        display: none !important;
    }
    .related_div{
        font-size: 8px;
        height: 175px !important;
    }

    .related_div .card-title {
        overflow-wrap: break-word;
    }


    .models_nav1{
        display: none;
    }

    .mobile-links{
        display: block;
    }
    .mobile-links .nav-link{
        color: #000 !important;
        text-align: left;
    }
    
    .set_thumbnail {
        min-height: 75px !important;
        max-height: 75px !important;
        width: 65px !important;
    }
    .models_nav2 .nav-link {
        display: block;
        padding: 5px 5px;
    }
    /* Login modal */
    .helper{
        font-size: 14px;
    }
    .modal-dialog {
        max-width: 100%;
    }
    #loginModal .custom-input{
        height: calc(1.6em + 0.75rem + 8px) !important;
        margin-bottom: 0px;
    }
    #loginModal .custom-input::placeholder {
        font-size: 15px;
    }
    #loginModal .submitBtn{
        height: calc(1.6em + 0.75rem + 8px) !important;
        color: #fff;
        background-color: var(--primary);
        width: 100%;
        font-size: 15px;
    }
    #loginModal a {
        margin-top: 40px;
    }
    #loginModal .close{
        font-size:30px;
    }
    #loginModalLabel{
        font-size: 20px;
    }
    #loginModal .modal-dialog-centered {
        min-height: 100%;
        align-items: normal;
    }
    #loginModal .modal-dialog {
        margin: 0;
    }
    .signup_password {
        font-size: 15px;
    }
    #loginModal form{
        margin-top: 0rem;
    }
    
    /* End Login modal */

     #botmanWidgetRoot > div > div > div{
        background: transparent !important;
     }
     .mobile-closed-message-avatar{
        top: 10px !important;
        height: 48px !important;
        width: 54px !important;
     }

     #botmanWidgetRoot > div {
        bottom: 13% !important;
        min-height: 65px !important;
    }
     /* #botmanWidgetRoot > div:nth-child(3){
        height: 700px !important;
     } */

    #chatBotManFrame .textarea{
        height: 125px;
        font-size: 3rem;
    }
    .btn-layla{
        font-size: 14px;
        padding: 0.7rem 1.5rem;
    }
    .btn-layla.logged {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 10px;
        border: 2px solid #c8c8c8;
    }
    .models_nav.mt-2, .models_nav.mb-2{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .models_nav1{
        border-radius: 50px !important;
        padding: 4px;
    }
    .models_nav1 nav button i{
        font-size: 20px;
    }
    .models_nav1 nav .navbar-collapse{
        font-size: 15px;
        margin-top: 20px;
    }
    

    .img-192 {
        width: 150px;
        height: 150px;
    }

    .table-bio-tab{
        font-size: 15px;
    }

    .blog-rows a{
        font-size: 35px;
    }

    .blog-rows .helper{
        font-size: 25px;
    }

    .profile_img1, .bio_inf{
        /* display: none; */
    }

    .bio_inf h2{
        text-align: center;
        font-size: 20px;
    }

    .bio_inf table{
        font-size: 30px;
    }

    .manage_login .btn{
        padding: 0.375rem 1.75rem !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        font-size: 1rem !important;
    }

    .models_nav2{
        border-radius: 70px !important;
        font-size: 12px;
        margin-bottom: 35px;
    }
    .models_nav2.py2{
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    #myTabContent .sort-section{
        font-size: 15px;
    }

    #myTabContent .sort-section a .btn{
        border-radius: 10px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #myTabContent .sort-section a .sort_btn{
        font-size: 15px;
    }

    .col-sm-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .col-sm-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    

    .profile_sets{
        height: unset !important;
        font-size: 8px;
    }

    .page-link {
        padding: 6px 6px !important;
        font-size: 10px !important;
    }

    .profile_sets .card-title{
        font-size: 16px;
    }

    /* .profile_sets .set_thumbnail {
        min-height: 474px !important;
        max-height: 474px !important;
        width: 365px !important;
    } */
    /* .profile_sets .figure {
        background-size: 495px 495px !important;
        padding: 0px 22px 22px 0px !important; 
    } */
    /* .page-link{
        padding: 0.8rem 1rem !important;
        font-size: 26px !important;
    } */
    .loding-btn{
        margin-top: 20px;
    }
   
    .col_head h2 {
        font-size: 20px;
    }
    .model-application-header h2{
        font-size: 1.7rem;
    }
    .model-application-header p{
        font-size: 15px;
    }
    .account-create h2{
        font-size: 1.5rem;
    }
    .model-application-form .custom-input, .account-create .custom-input{
        height: calc(1.6em + 0.75rem + 12px) !important;
        font-size: 1rem !important;
        border-radius: 4rem !important;
        line-height: 35px;
    }

    h5{
        font-size: 25px;
    }

    .term_condition_box {
        padding: 15px;
        height: 130px;
    }

    .term_condition_box h2{
        font-size: 20px;
    }

    .term_condition_box p{
        font-size: 14px;
    }

    .terms_label{
        font-size: 17px;
        margin-left: 1.5rem !important;
        margin-top: 0.4rem !important;
    }
    /* .navbar-brand img {
        width: 30rem;
    } */
    /* .navbar{
        display: block;
        text-align: center !important;
    } */

    /* .navbar form{
        margin-top: 25px;
    } */
    /* .navbar form a, .navbar form span, .navbar form a i{
        font-size: 30px !important;
    } */
    .offset-md-2, .offset-md-1, .offset-md-3, .offset-md-4{
        margin-left: 0 !important;
    }
    .navbar .navbar-collapse .navbar-nav span{
        display: none;
    }
    .last_item .wrap-h4 {
        padding: 64px 26px !important;
        box-shadow: 0px 0px 0px 0px !important;
    }
    .last_item .wrap-h4 h4 {
        font-size: 0.8rem;
    }
    .last_item {
        justify-content: unset !important;
        align-items: unset !important;
    }
    .sets-index-page{
        display: block;
    }
   
    
}

.navbar-collapse {
    flex-grow: 0 !important; 
}

.signup_password{
	justify-content: space-between;
}
.profile_view_count a{
    color: #9e015d;
    font-size: 45px;
    text-decoration: none;

}
.view_count a{
    color: #9e015d;
    text-decoration: none;

}

.all_models_table thead th{
    font-size: 20px;
    font-weight: 700;
}

/* This will apply ONLY when superDarkModal is open */
.superDarkModal.show ~ .modal-backdrop {
    /* background-color: rgba(0, 0, 0, 0.9) !important; */
    background-color: black !important;
    opacity: .85 !important;
}

