@font-face {
    font-family: "Aileron-Bold";
    src: url("../fonts/Aileron-Bold.eot");
    src: url("../fonts/Aileron-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Aileron-Bold.woff2") format("woff2"),
        url("../fonts/Aileron-Bold.woff") format("woff"),
        url("../fonts/Aileron-Bold.ttf") format("truetype"),
        url("../fonts/Aileron-Bold.svg#Aileron-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aileron-Regular";
    src: url("../fonts/Aileron-Regular.eot");
    src: url("../fonts/Aileron-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Aileron-Regular.woff2") format("woff2"),
        url("../fonts/Aileron-Regular.woff") format("woff"),
        url("../fonts/Aileron-Regular.ttf") format("truetype"),
        url("../fonts/Aileron-Regular.svg#Aileron-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aileron-SemiBold";
    src: url("../fonts/Aileron-SemiBold.eot");
    src: url("../fonts/Aileron-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Aileron-SemiBold.woff2") format("woff2"),
        url("../fonts/Aileron-SemiBold.woff") format("woff"),
        url("../fonts/Aileron-SemiBold.ttf") format("truetype"),
        url("../fonts/Aileron-SemiBold.svg#Aileron-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

::-moz-selection {
    background: #004ce2;
    color: #fff;
}

::selection {
    background: #004ce2;
    color: #fff;
}

body {
    background: #001b2b;
}

.wrapper {
    font-size: 16px;
    padding-top: 40px;
    font-family: "Aileron-Regular";
    /* color: #001b2b; */
    color: #b0b0b0;
    background: #fff;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}

header .go-carry-navigation {
    justify-content: flex-end;
    width: 100%;
    display: flex;
}

/* header .go-carry-navigation .nav-item{margin-left:12px;} */

header .go-carry-navigation .nav-item .nav-link {
    color: #a3a3a3 !important;
    transition: all 0.5s;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 1080px) {
    header .go-carry-navigation .nav-item .nav-link {
        color: #a3a3a3 !important;
    }
}

header .go-carry-navigation .nav-item .sign-in-btn {
    margin-left: 18px;
}

header .go-carry-navigation .nav-item .nav-link.active,
header .go-carry-navigation .nav-item .nav-link:hover {
    color: #a61651;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.5px;
    color: #001b2b !important;
    /* color: #b0b0b0; */
    font-family: "Aileron-Bold";
}

button {
    font-family: "Aileron-Bold";
}

a {
    text-decoration: none;
}

.display_flex {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 !important;
}

.edit_profile_bg_box .display_flex h5 {
    padding-top: 0 !important;
}

.mobile_view_nav .nav_mid_li .login_sign_middle {
    color: #a3a3a3;
    padding: 6px 5px;
    font-size: 18px;
    left: 0;
}

.mobile_view_nav .nav_mid_li li.nav-item {
    margin-left: 0;
}

.mobile_view_nav .nav_mid_li {
    display: flex;
}

.nav-close-icon {
    display: none;
    cursor: pointer;
}

.bg-light {
    padding: 12px 0;
    background-color: #001b2b !important;
}

.navbar-brand img {
    transition: all 0.5s;
}

.navbar-brand img:hover {
    opacity: 0.7;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.desktop_nav_search {
    width: 100%;
    margin-left: 60px;
    display: flex;
    align-items: center;
}

.desktop_nav_search i.fas.fa-search {
    color: #a3a3a3;
    font-weight: 300;
    font-size: 18px;
}

.desktop_nav_search input {
    background: transparent;
    border: none;
    color: #a3a3a3;
    padding-left: 10px;
    outline: none;
    width: 260px;
}

.desktop_nav_search input::placeholder {
    color: #a3a3a3;
    opacity: 1;
}

header .go-carry-navigation .nav-item .dropdown-content {
    border: none;
    border-radius: 9px;
    width: 140px;
    box-shadow: 0 3px 6px #ddd;
    padding: 10px 15px;
}

header .go-carry-navigation .nav-item .dropdown-content a {
    border: none;
    padding: 3px 0;
    font-size: 15px;
    color: #888;
    transition: all 0.6s;
}

header .go-carry-navigation .nav-item .dropdown-content a:hover {
    background: transparent;
    color: #a61651 !important;
}

header .go-carry-navigation .nav-item .nav-link img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: -3px;
}

header .go-carry-navigation .nav-item .nav-link span {
    padding-right: 50px;
    padding-left: 25px;
}

.mobile_nav_search {
    display: none;
    position: absolute;
    right: 50px;
}

.mobile_nav_search .container-2 {
    position: relative;
}

.mobile_nav_search .container-2 input#search {
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    font-size: 10pt;
    float: left;
    color: #262626;
    padding-left: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: width 0.55s ease;
    -moz-transition: width 0.55s ease;
    -ms-transition: width 0.55s ease;
    -o-transition: width 0.55s ease;
    transition: width 0.55s ease;
}

.mobile_nav_search .container-2 input#search::-webkit-input-placeholder {
    color: #65737e;
}

.mobile_nav_search .container-2 input#search:-moz-placeholder {
    /* Firefox 18- */
    color: #65737e;
}

.mobile_nav_search .container-2 input#search::-moz-placeholder {
    /* Firefox 19+ */
    color: #65737e;
}

.mobile_nav_search .container-2 input#search:-ms-input-placeholder {
    color: #65737e;
}

.mobile_nav_search .container-2 .icon {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 1;
    color: #fff;
}

.mobile_nav_search .container-2 input#search:focus,
.container-2 input#search:active {
    outline: none;
}

.mobile_nav_search .container-2:hover input#search {
    width: 230px;
}

.mobile_nav_search .container-2:hover .icon {
    color: #fff;
}

/*Filters Image section Css */

.fanbook_filter_area {
    padding: 30px 0 80px;
}

.fanbook_home_page {
    background: #15191c !important;
}

.fanbook_filter_bt {
    float: right;
    margin-bottom: 25px;
}

.fanbook_filter_bt button {
    background: #e6e6e6;
    border: none;
    color: #001b2b;
    font-weight: bold;
    padding: 7px 10px 2px;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.5s;
}

.fanbook_filter_bt button.close {
    background: transparent;
    font-size: 35px;
    padding: 0px;
    /* position: absolute; */
    top: -3%;
    right: 1%;
}

.fanbook_filter_bt button.close:hover {
    background: transparent;
    color: #001b2b;
}

.fanbook_filter_bt button:hover {
    background: #a61651;
    color: #fff;
}

.fanbook_filter_bt button svg {
    position: relative;
    top: -2px;
    width: 25px;
    height: 25px;
}

.filter_models_box {
    width: 935px;
    margin: auto;
}

.fanbook_filter_box {
    position: relative;
    box-shadow: 0 0 7px #e5e5e5;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.fanbook_filter_box:hover {
    box-shadow: none;
}

.fanbook_filter_box:hover h3 {
    color: #a61651;
}

.fanbook_filter_img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.fanbook_filter_box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.fanbook_filter_box img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.fanbook_filter_box h3 {
    color: #001b2b;
    font-size: 15px;
    font-weight: 600;
    padding: 13px;
}

.fanbook_home_page {
    color: #fff !important;
}

.fanbook_home_page h3 {
    color: #a6a6a6 !important;
}

.fanbook_home_page h3:hover {
    color: #fff !important;
}

.fanbook_home_page .edit_profile_bg_content span {
    color: #a6a6a6;
}

.fanbook_home_page .model_feed_public_top h5 a {
    color: #fff !important;
}

.fanbook_home_page .edit_profile_tab_content h1,
.fanbook_home_page .edit_profile_tab_content h2,
.fanbook_home_page .edit_profile_tab_content h3,
.fanbook_home_page .edit_profile_tab_content h4,
.fanbook_home_page .edit_profile_tab_content h5,
.fanbook_home_page .edit_profile_tab_content h6 {
    color: #fff !important;
}

.fanbook_home_page .read-more-show,
.fanbook_home_page .read-more-hide {
    color: #a6a6a6 !important;
}

.fanbook_home_page .read-more-content {
    color: #fff !important;
}

.fanbook_home_page .edit_profile_bg_content h5 span {
    color: #fff !important;
}

.fanbook_home_page span.filter_live_tx {
    background: #a61651 !important;
    color: #fff !important;
}

.fanbook_home_page .hidden_comment_more_bt button {
    border-color: #fff !important;
    color: #fff !important;
}

.fanbook_home_page .fanbook_filter_box {
    box-shadow: 0 0 0px #e5e5e5 !important;
}

.fanbook_filter_live {
    position: absolute;
    right: 9px;
    top: 5px;
    z-index: 1;
}

span.filter_live_tx {
    color: #001b2b;
    font-weight: 800;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 2px;
    background: #e6e6e6bd;
    background: #a61651 !important;
    color: #fff !important;
}

.dropdown-content span.filter_live_icon {
    top: -7px;
    left: -14px;
}

span.filter_live_icon {
    width: 14px;
    height: 14px;
    background: #159a00;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50px;
    margin-left: 6px;
    position: relative;
    top: 3px;
}

.usernewchaticon {
    background: #a61651 !important;
}

.filter_show_more button {
    border: none;
    background: #001b2b;
    color: #fffffe;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 15px;
    margin-top: 20px;
    box-shadow: 0 0 3px #4a4a4a;
    transition: all 0.5s;
}

.filter_show_more button:hover {
    background: #a61651;
}

.fanbook_filter_bt .dropdown {
    position: relative;
    display: inline-block;
}

.fanbook_filter_bt .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f8f8f8;
    overflow: auto;
    z-index: 99;
    right: 0;
    top: 40px;
    width: 80vw !important;
    padding: 35px 25px 26px;
    box-shadow: 0 0 8px #dedede;
    border-radius: 9px 0px 9px 9px;
}

@media screen and (max-width: 1080px) {
    .fanbook_filter_bt .dropdown-content {
        width: 95vw !important;
    }
}

/* filter popup */
.btn-row {
    display: flex;
    align-items: center;
    justify-content: end;
}

.btn-row button {
    width: fit-content;
}

.filter-table {
    width: 100%;
}

.filter-table tr td {
    color: black;
    text-align: start;
}

.cat-heading {
    font-weight: 900;
    max-width: 150px;
}

.filter-data-col {
    max-width: 150px;
    overflow: hidden;
    text-wrap: nowrap;
}

.second-filter-row th {
    padding-top: 20px;
}

.filter-data-tr td {
    vertical-align: top;
}

.filter-data-th {
    max-width: 14%;
}

.main-head-row {
    width: 100%;
    /* overflow-x: auto; */
    flex-wrap: nowrap;
    gap: 5px;
}

.main-head-row .col.text-dark {
    min-width: 165px;
    max-width: 165px;
}

.main-head-row .cat-heading {
    min-width: 150px;
    display: inline-block;
    overflow: hidden;
}

.filter-modal-close-btn {
    filter: invert(1);
}

.text-blue {
    color: #01adf1 !important;
}

.filter-modal {
    width: 98vw;
    max-width: 1411px;
    margin: auto;
    /* min-height: 93vh; */
    text-align: start !important;
    background-color: #000000de;
}

.filter-modal .modal-footer {
    border-top: unset;
}

.main-head-row > .col.text-white {
    min-width: 165px;
    max-width: 165px;
}

.filterbtn {
    background-color: #fff !important;
    color: black !important;
    /* width: 49%; */
}

.filterbtn.apply-filter {
    background-color: #a61651 !important;
    color: white !important;
    border: 1px solid transparent;
    transition: all 0.6s;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.filterbtn.apply-filter:hover {
    background-color: white !important;
    color: black !important;
    border: 1px solid white;
}

.filterbtn.apply-filter:hover .filter-count {
    background: #a61651;
    color: #fff !important;
}

.apply-filter .filter-count {
    padding: 0.25rem;
    background: #fff;
    color: #a61651 !important;
    border-radius: 100% !important;
    font-size: 12px;
    margin-right: 8px;
    transition: all 0.6s;
    display: none;
}

@media screen and (max-width: 1080px) {
    .filter-modal {
        /* min-height: 94vh; */
    }
}

@media screen and (max-width: 575px) {
    .filter-modal {
        width: 96vw;
        max-width: 96vw;
        /* min-height: 94vh; */
    }
}

.filter-modal-dialog {
    max-width: 100vw !important;
}

@media screen and (max-width: 575px) {
    .filter-modal-dialog {
        margin-top: 1.5rem;
    }
}

.tick-img {
    height: 14px;
    width: 14px;
    display: inline-block;
}

.tick-img svg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* vertical-align: unset; */
    margin-top: -3px;
}

.filter-order-smscr {
    column-gap: 9px;
}

.mob-fil-nav-pills {
    min-width: 120px;
    /* color: #001b2b; */
}

.mob-fil-nav-pills.active {
    /* background-color: #001b2b !important; */
    color: white;
}

.filter-modal-footer {
    padding: 0.75rem 2rem;
    justify-content: space-between !important;
}

.filter-modal-footer > button {
    margin: 0;
}

@media screen and (max-width: 575px) {
    .filter-modal-footer {
        flex-direction: column;
    }
}

/* filter popup end */

.fanbook_filter_bt .dropdown-content h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}

.fanbook_filter_bt .dropdown-content .filter_order a {
    color: #001b2b;
    padding: 10px 14px;
    display: block;
    background: #e6e6e6;
    border-radius: 4px;
    font-size: 15px;
    margin-bottom: 12px;
    transition: all 0.6s;
    text-align: center;
}

.fanbook_filter_bt .dropdown .filter_order a:hover {
    background-color: #a61651;
    color: #fff;
}

.fanbook_filter_bt .filter_gender {
    margin-bottom: 30px;
}

.fanbook_filter_bt .filter_gender a {
    padding: 16px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    margin-right: 10px;
    transition: all 0.5s;
}

.fanbook_filter_bt .filter_gender a i {
    font-weight: 300;
    padding: 0;
    font-size: 30px;
}

.gender_color1 {
    background: #01adf1;
}

.gender_color2 {
    background: #a61651;
}

.gender_color3 {
    background: #001b2c;
}

.gender_color1:hover {
    background: #a61651 !important;
}

.gender_color2:hover {
    background: #001b2c !important;
}

.gender_color3:hover {
    background: #01adf1 !important;
}

.fanbook_filter_bt .show {
    display: block !important;
}

.filterDiv {
    display: none;
}

.show {
    display: block !important;
}

.fanbook_filter_tab button {
    border: 1px solid #01adf1;
    background: transparent;
    padding: 8px 30px;
    border-radius: 4px;
    box-shadow: 0 2px 5px #e5e5e5;
    margin-right: 20px;
    font-weight: 600;
    color: #b5b5b5;
    transition: all 0.5s;
}

.fanbook_filter_tab button.active {
    color: #01adf1;
}

.fanbook_filter_tab button:hover {
    color: #01adf1;
}

/*End Filters Image section Css */

/*Footer section Css */

.footer_area {
    background: #001b2b;
    padding: 60px 0 50px;
    /*position: absolute;*/
    width: 100%;
    /* bottom: 0; */
}

.footer_logo a img {
    width: 60px;
}

.footer_logo p {
    font-size: 14px;
    color: #a3a3a3;
    line-height: 24px;
    margin-top: 20px;
}

.footer_box ul li {
    color: #a3a3a3;
    padding-bottom: 15px;
}

.footer_box ul li i {
    margin-right: 7px;
}

.footer_box ul li a {
    color: #a3a3a3;
    font-size: 15px;
    text-decoration: none;
    display: block;
    transition: all 0.5s;
}

.footer_box h3 {
    color: #a3a3a3;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 26px;
}

.footer_box ul li a:hover {
    color: #a61651;
    padding-left: 5px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_social_media li {
    float: left;
}

.footer_social_media li a {
    font-size: 21px !important;
    padding: 0 3px !important;
}

.footer_social_media li a:hover i.fab.fa-facebook-f {
    color: #4267b2;
    transition: all 0.5s;
}

.footer_social_media li a:hover i.fab.fa-snapchat-ghost {
    color: #fffc00;
    transition: all 0.5s;
}

.footer_social_media li a:hover i.fab.fa-youtube {
    color: #ff0000;
    transition: all 0.5s;
}

.footer_social_media li a:hover i.fab.fa-instagram {
    color: #8a3ab9;
    transition: all 0.5s;
}

.footer_social_media li a:hover i.fab.fa-twitter {
    color: #1da1f2;
    transition: all 0.5s;
}

.footer_bottom a {
    color: #a3a3a3;
    text-decoration: none;
    display: inline-block;
    transition: all 0.5s;
    padding-right: 18px;
}

.footer_bottom a:hover {
    color: #a61651;
}

.footer_bottom {
    margin: 35px 0 0;
}

.footer_bottom p {
    color: #a3a3a3;
    margin-top: 12px;
    margin-bottom: 0;
}

/*Login Page Css */

.fanbook_login_img img {
    width: 100%;
    /* height: 600px !important; */
}

.fanbook_signup_img img {
    /* height: 600px !important; */
}

.no-padding {
    padding: 0;
}

.form-group {
    margin-bottom: 15px;
}

.fanbook_login_content .form-group {
    position: relative;
}

.fanbook_login_content .form-group .form-control {
    height: 56px;
    border-radius: 6px;
    padding: 10px 10px 10px 55px;
    font-size: 18px;
}

.fanbook_login_content .form-control:disabled,
.fanbook_login_content .form-control[readonly] {
    background-color: #ffffff;
}

.fanbook_login_content .form-group img {
    position: absolute;
    top: 17px;
    left: 25px;
    outline: none;
    box-shadow: none;
}

.fanbook_forgot_bt {
    display: block;
    text-align: right;
    text-decoration: none;
    font-family: "Aileron-Bold";
    color: #0da7fd !important;
}

.fanbook_login_content h3 {
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: #b0b0b0 !important;
}

.form-submit button {
    border: none;
    width: 100%;
    padding: 14px;
    font-size: 18px;
    text-transform: uppercase;
    background: #a61651;
    color: #fff;
    border-radius: 6px;
    letter-spacing: 1px;
    font-family: "Aileron-Bold";
    margin: 37px 0;
    transition: all 0.5s;
}

.form-submit button:hover {
    background: #0e3d8b;
}

.fanbook_login_content h5 {
    color: #001b2b;
    margin-bottom: 20px;
}

.fanbook_login_content a {
    color: #a61651;
}

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

.fanbook_login_content {
    padding: 80px 60px 0px;
    width: 600px;
}

.fanbook_login_content .form-group .form-control::placeholder {
    color: #bebebe;
}

/*Login Page Css End */

/*Sign Up page css start*/

.fanbook_signup_box .fanbook_login_img img {
    /* height: 600px; */
    object-fit: fill;
}

.signup_radio {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #001b2b;
    padding-right: 30px;
    font-size: 18px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signup_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #a61651;
    border-radius: 50%;
}

.signup_radio:hover input ~ .checkmark {
    background-color: transparent;
}

.signup_radio input:checked ~ .checkmark {
    background-color: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.signup_radio input:checked ~ .checkmark:after {
    display: block;
}

.signup_radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #a61651;
}

.fanbook_signup_box h4 {
    font-size: 18px;
    color: #868686;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 30px 0 15px;
}

.fanbook_login_area {
    margin-top: 2.45rem;
    background: #fff !important;
}

.checkbox_input_type {
    width: 30px;
    height: 20px;
    position: relative;
    top: 4px;
    left: -4px;
}

.fanbook_signup_box .form-submit button {
    margin: 30px 0 37px;
}

.inp_file_upload #upload-photo,
.inp_file_upload #upload-id {
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 97px;
    right: 0;
    height: 30px;
    top: 0;
}

.fanbook_login_content .form-group .inp_file_upload {
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #001b2b;
    padding: 6px 15px;
    border-radius: 4px;
    cursor: pointer;
}

.fanbook_login_content .form-group .inp_file_upload label {
    cursor: pointer;
}

.fanbook_signup_box .fanbook_login_content {
    padding: 30px 30px 0px;
    overflow: auto;
    height: 600px;
}

/*Sign Up page css end*/

/*Forgot password and Reset password and Email OTP page css*/

.forgotpassword_area {
    padding: 100px 0;
    background: #fff !important;
}

.background-color-new {
    background: #15191c;
}

.forgotpassword_area ul {
    list-style: inherit !important;
}

.forgotpassword_area .forgotpassword_box {
    padding: 50px 35px 60px;
    margin: auto;
    box-shadow: 0 0 10px #e1e1e1;
    border-radius: 9px;
}

.forgotpassword_area .forgotpassword_box h2 {
    font-family: "Aileron-Bold";
    font-size: 30px;
    margin-bottom: 22px;
    color: #001b2b;
}

.forgotpassword_area .forgotpassword_box .form-submit button {
    margin: 25px 0 0;
}

.forgotpassword_area .forgotpassword_box p {
    font-size: 18px;
    color: #999;
    margin-bottom: 38px;
    line-height: 29px;
}

.email_otp_box input {
    width: 100px;
    border: none;
    text-align: center;
    font-size: 24px;
    color: #001b2b;
    margin-right: 39px;
    outline: none;
    border-bottom: 1px solid #c3c3c3;
}

.email_otp_box input:last-child {
    margin: 0;
}

.email_otp_box {
    margin: 45px 0 38px;
}

.otp_resend_bt {
    color: #0da7fd !important;
    display: block;
    text-align: center;
    font-size: 17px;
    margin-bottom: 18px;
    transition: all 0.5s;
}

.otp_resend_bt:hover {
    color: #a61651 !important;
}

/*Forgot password and Reset password and Email OTP page css end*/

/*Contact us page css*/

.fanbook_contactus_box h2 {
    font-family: "Aileron-Bold";
    font-size: 45px;
    color: #001b2b;
}

.fanbook_contactus_box p {
    color: #868686;
    margin-top: 15px;
    line-height: 1.5;
}

.fanbook_contactus_box hr {
    height: 4px;
    width: 150px;
    margin: 18px auto 50px;
    background: #001b2b;
    opacity: 1;
}

.fanbook_contactus_box {
    text-align: center;
    width: 750px;
    margin: auto;
}

.fanbook_contactus_box .form-group .form-control {
    height: 56px;
    padding: 15px 23px;
}

.fanbook_contactus_box .form-group textarea {
    height: 140px !important;
    resize: none;
}

.fanbook_contactus_box .form-submit button {
    margin: 15px 0 0;
    width: 200px;
}

/*Contact us page css end*/

/*FAQ and Privacy policy and Terms of use page css*/

.faq_banner img {
    width: 100%;
    height: 100%;
}

.faq_main_box .accordion {
    background-color: transparent;
    padding: 35px 0;
    width: 100%;
    color: #001b2b;
    border: none;
    outline: none;
    text-align: left;
    font-size: 21px;
    transition: 0.4s;
    position: relative;
    letter-spacing: 1px;
}

.faq_main_box .active,
.faq_main_box .accordion:hover {
    background-color: transparent;
    font-weight: 600;
}

.faq_main_box .accordion:after {
    content: "\f067";
    color: #636363;
    font-size: 32px;
    position: absolute;
    right: 0;
    top: 27px;
    font-weight: 500;
    font-family: "Font Awesome 5 Pro";
}

.faq_main_box .active:after {
    content: "\f00d";
    color: #001b2b;
    font-weight: 500;
    font-family: "Font Awesome 5 Pro";
}

.faq_main_box .panel {
    padding: 0;
    background-color: white;
    text-align: left;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    line-height: 36px;
    transition: max-height 0.2s ease-out;
    font-size: 18px;
    max-height: 0;
}

.faq_main_box .panel p {
    margin: 5px 0 28px;
    line-height: 1.5;
}

.privacy_policy_box p {
    /* text-align: left;
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 20px; */
}

.privacy_policy_box ul,
.how_its_work_box ul,
.help_box ul,
.about_us_box ul,
.terms_use_box ul,
.do_not_sell_my_info_box ul {
    /* padding: 0;
  margin: 0 0 22px 24px;
  text-align: left;
  font-size: 18px; */
    list-style-image: url(../images/dot.png);
}

.privacy_policy_box ul li {
    /* margin-bottom: 17px;
  color: #868686;
  padding-left: 5px; */
}

/*FAQ and Privacy policy and Terms of use page css end*/

/*Edit Profile model and user css*/

.edit_profile_area {
    padding: 0 0 100px;
    position: relative;
}

.edit_profile_area h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 18px;
    font-family: "Aileron-SemiBold";
    max-height: 141px;
    overflow-x: auto;
}

.edit_profile_area .form-group {
    margin-bottom: 30px;
    position: relative;
}

.edit_profile_area .form-group label {
    font-family: "Aileron-SemiBold";
    color: #999;
    padding-bottom: 8px;
    width: 100%;
}

.edit_profile_area .form-group label a {
    float: right;
    color: #999;
}

.edit_profile_area .form-group .form-control {
    height: 61.3px;
    border-radius: 6px;
    font-size: 16px;
    padding: 1rem 25px;
}

.edit_profile_area .form-group textarea {
    height: 120px !important;
    resize: none;
}

.edit_span {
    position: absolute;
    right: 26px;
    top: 48px;
    color: #999;
    font-size: 18px;
}

.edit_profile_bg {
    position: relative;
}

.edit_profile_bg img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.edit_profile_bg_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #e3e3e3f0;
    padding: 15px 0;
}

.edit_profile_bg_image img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.edit_profile_bg_box h5 {
    padding-top: 10px;
    font-size: 21px;
}

.edit_profile_bg_image {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
    float: left;
}

.edit-profile-wrapper {
    position: relative;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

input.custom-file-input {
    position: absolute;
    bottom: -5px;
    background: #001b2b;
    left: 8px;
    width: 105px;
    text-align: center;
    cursor: pointer;
}

.custom-file-input::before {
    cursor: pointer;
    color: #fff;
    content: "\f030";
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    width: 105px;
    position: absolute;
    font-size: 15px;
    top: 2px;
}

.edit_cover_photo {
    position: relative;
    top: -70px;
}

.edit_cover_photo input.custom-file-input {
    right: 0;
    /* left: auto; */
    top: 0;
    bottom: auto;
    width: 172px;
    border-radius: 10px;
    padding: 4px 0;
}

.edit_cover_photo .custom-file-input::before {
    top: 9px;
    width: 172px;
    z-index: 1;
    padding-left: 18px;
    text-align: left;
}

.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 24px;
}

.edit_cover_photo span {
    position: absolute;
    right: 15px;
    color: #fff;
    top: 11px;
    /* text-transform: uppercase;
  font-size: 12px;
  font-family: "Aileron-Bold"; */
}

.social_span {
    left: 25px;
    top: 22px;
    font-size: 28px;
    width: 28px;
}

.edit_profile_area h3 .btn {
    background: #001b2b;
    color: #fff;
    float: right;
    text-transform: uppercase;
    padding: 10px 18px;
    font-size: 15px;
    border-radius: 6px;
    margin-bottom: 26px;
}

.edit_profile_area h3 .btn i {
    padding-left: 8px;
    font-size: 16px;
    font-weight: 400;
}

.edit_profile_tab_box .tab {
    width: 850px;
    margin: auto;
}

.edit_profile_tab_box hr {
    border-bottom: 1px solid #555;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: -1px 0 0;
    background-color: transparent;
}

.edit_profile_tab_content {
    padding-top: 40px;
}

.edit_profile_tab_content .view_document_bt {
    padding: 9px 16px;
    font-size: 14px;
    float: right;
    width: 100%;
    letter-spacing: 0.5px;
    font-family: "Aileron-Regular";
}

.btn {
    text-transform: uppercase;
    font-family: "Aileron-Bold";
    background: #001b2b;
    color: #fff;
    border: 1px solid white;
    border-radius: 6px;
    transition: all 0.6s;
}

.btn:hover {
    color: #fff !important;
    background: #a61651 !important;
    border: 1px solid transparent;
}

.user-left-broadcast:hover {
    /* color: transparent !important;
  background: transparent !important; */
}

.private_btn_wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

.edit_profile_tab_content .form-submit {
    margin-top: 50px;
}

.edit_profile_tab_content .form-submit button {
    width: auto;
    background: #001b2b;
    color: #fff;
    padding: 15px 60px;
    border-radius: 10px;
    border: 1px solid #001b2b;
    transition: all 0.6s;
    margin: 0 12px;
}

.hidden_comment_input_box .userchat textarea {
    width: 72.5% !important;
    padding-right: 40px;
}

.edit_profile_tab_content .form-submit button:hover {
    color: #fff;
    background: #a61651;
    border: 1px solid #a61651;
}

.btn.cancel {
    color: #001b2b !important;
    border: 1px solid #001b2b;
    background: transparent !important;
    padding: 15px 45px;
    margin-top: 0;
}

.form-submit button.subscription_save_btn {
    margin-top: 0;
    margin-right: 5px;
}

/* .btn.cancel:hover {
  color: #fff !important;
  background: #a61651 !important;
  border: 1px solid #a61651;
} */

.edit_profile_tab_content h5 {
    font-size: 18px;
    margin: 11px 0 0;
}

.edit_profile_tab_box .tab button {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 14px 0 10px;
    transition: all 0.6s;
    font-size: 15px;
    color: #9f9f9f;
    text-transform: uppercase;
    font-family: "Aileron-Bold";
    /* border-radius: 6px; */
    /* margin-right: 57px; */
}

.edit_profile_tab_box .tab button:last-child {
    margin-right: 0 !important;
}

.edit_profile_tab_box .tab button {
    padding: 10px 18px;
}

.edit_profile_tab_box .tab button:hover {
    /* color: #fff; */
    /* background-color: #a61651; */
    transition: all 0.5s;
}

.edit_profile_tab_box .tab button.active {
    border-bottom: 1px solid #a61651;
    color: #a61651;
    /* background-color: #001b2b; */
}

.edit_profile_tab_content .tabcontent {
    display: none;
}

.add_social_link {
    border: 1px solid #001b2b;
    background: transparent;
    width: 500px;
    margin: auto;
    display: block;
    padding: 18px;
    font-family: "Aileron-Bold";
    letter-spacing: 0.6px;
    border-radius: 7px;
    color: #001b2b;
}

.dropbtn {
    background-color: transparent;
    color: #001b2b;
    padding: 15px;
    font-size: 17px;
    border: 1px solid #ddd;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-family: "Aileron-Regular";
    letter-spacing: 0.8px;
    border-radius: 6px 6px 0 0;
}

.dropbtn img {
    margin-right: 4px;
}

.dropbtn i {
    float: right;
    padding-top: 5px;
    color: #999;
}

.dropdown {
    position: relative;
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    min-width: 100%;
    z-index: 1;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
    border-radius: 0px 0px 6px 6px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
}

.dropdown-content a:last-child {
    border-bottom: none;
}

.dropdown-content a i {
    padding-right: 6px;
    font-size: 20px;
}

.dropdown-content a:hover {
    background-color: #01adf1;
    color: #fff !important;
}

.dropdown:hover .dropdown-content {
    /* display: block; */
}

.add_social_link_box {
    margin-top: 50px;
}

.add_social_link_box h5 {
    margin: 0 0 12px !important;
}

.add_social_link_box span.edit_span {
    left: 25px;
    top: 11px;
    font-size: 24px;
}

.add_social_link_box .add_social_link {
    width: auto !important;
    margin: 8px 10px 0 0;
    display: inline-block;
    padding: 8px 30px;
}

.add_social_link_box .add_social_link:last-child {
    margin: 7px 0 0 0;
}

.add_social_link_box .form-submit {
    margin-bottom: 46px;
}

.edit_profile_tab_content #deactiveaccount {
    text-align: center;
}

.edit_profile_tab_content #deactiveaccount p {
    color: #999;
    font-size: 17px;
    line-height: 27px;
}

.edit_profile_tab_content #deactiveaccount button {
    background: #a61651;
    padding: 14px 20px;
    margin-top: 30px;
}

.edit_profile_tab_content #deactiveaccount button:hover {
    background: #001b2b;
}

.modal-dialog {
    max-width: 550px;
}

.modal-content {
    padding: 15px;
    text-align: center;
    border: none;
    border-radius: 12px;
}

.modal-header {
    display: block;
    border: none;
    padding: 0 1rem;
}

.modal-header button.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    opacity: 1;
    border: none;
    color: #001b2b;
}

.modal-body {
    position: relative;
    padding: 0 2rem;
}

.modal-body.custom-modal-body {
    padding: unset;
    justify-content: center;
    max-width: fit-content;
    margin: 0 auto;
}

.modal-footer.custom-modal-footer {
    border-top: 0;
}

.modal-body p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #999;
}

.modal-header h3 {
    margin-bottom: 20px;
    font-size: 19px;
}

.modal-body .form-group {
    margin-bottom: 28px;
}

.modal-body .form-group .form-control {
    height: 56px;
    border-radius: 6px;
    font-size: 16px;
    padding: 1rem 25px;
}

.modal-body button.btn {
    padding: 12px 40px;
    margin: 0 10px;
}

.modal-body .email_otp_box input {
    width: 90px;
    font-size: 18px;
    margin-right: 28px;
}

.modal-body .fanbook_forgot_bt {
    text-align: center;
    font-size: 14px;
}

.modal-body .email_otp_box {
    margin: 25px 0 20px;
}

.edit_profile_user_area {
    padding: 60px 0 20px;
}

.edit_profile_user_area .edit_profile_bg_image {
    margin: auto;
    float: none;
    width: 140px;
    height: 140px;
    overflow: visible;
}

.edit_profile_user_area .edit_profile_bg_image img {
    border-radius: 50%;
}

.edit_profile_user_area input.custom-file-input {
    width: 30px;
    height: 30px !important;
    top: 5px;
    right: 5px;
    left: auto;
    border-radius: 50px;
}

.edit_profile_user_area .custom-file-input::before {
    width: auto;
    top: 5px;
    left: 9px;
    font-size: 14px;
}

.edit_profile_user_box .tab {
    width: 560px !important;
}

.upload_profile_modal .modal-body img {
    width: 100%;
    height: 300px;
    border-radius: 9px;
    object-fit: cover;
}

.upload_profile_modal .modal-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.upload_profile_modal .modal-header h3 {
    margin-bottom: 13px;
}

.upload_profile_modal_bt {
    margin-top: 35px;
    text-align: right;
}

.upload_profile_modal_bt button.btn {
    margin: 0;
}

.upload_profile_modal .modal-header button.btn-close {
    top: 28px;
}

.header_top {
    position: fixed;
    top: 150px;
    right: 0;
    width: 50px;
    z-index: 99;
}

.header_top_share_hover {
    display: none;
}

.header_top a {
    color: #fff;
    background: #a61651;
    margin: 3px 0;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 9px 0 0 9px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.header_top_share a {
    font-size: 20px;
    background: #001b2b;
}

.header_top:hover .header_top_share {
    display: none;
}

.header_top:hover .header_top_share_hover {
    display: block;
}

.header_top a:hover {
    color: #a61651;
    background: #fff;
}

.intro_add_video_box {
    position: relative;
    margin-bottom: 20px;
}

.intro_add_video_box_img {
    width: 100%;
    border-radius: 11px;
}

.intro_add_video_box .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #001b2b;
    background: #fff;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 21px;
    cursor: pointer;
    z-index: 1;
}

.intro_add_video_box .close_video {
    position: absolute;
    right: 18px;
    top: -5px;
    font-size: 20px;
    color: #001b2b;
    background: #fff;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 21px;
    cursor: pointer;
}

.intro_add_video_box .close_video i {
    font-weight: 300;
}

.intro_add_video_box .close i {
    font-weight: 300;
}

.intro_add_video_box .play_icon img {
    position: absolute;
    bottom: 31%;
    left: 38%;
    width: 50px;
    cursor: pointer;
}

.intro_add_video_box .play_icon1 img {
    position: absolute;
    bottom: 40%;
    left: 46%;
    width: 50px;
}

.intro_add_video label {
    color: #999;
    border-bottom: 1px solid #ced4da;
    width: 100%;
    padding-bottom: 10px;
    margin: 20px 0;
}

/*Edit Profile model and user css end*/

/*My Favourite list and Model About Page css*/

.my_favourite_area {
    padding: 80px 0;
}

.my_favourite_box {
    border: 1px solid #ddd;
    padding: 25px 30px 12px;
    position: relative;
    border-radius: 11px;
}

.my_favourite_box h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    padding-bottom: 18px;
    margin-bottom: 25px;
}

.my_favourite_box hr {
    border-bottom: 1px solid #ddd;
    margin: 0;
    opacity: 1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 68px;
}

.my_favourite_box img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.my_favourite_box h3 {
    font-size: 19px;
    display: flex;
    align-content: center;
    align-items: center;
    height: 100%;
}

.my_favourite_box h3 a {
    color: #001b2b;
}

.my_favourite_bt {
    display: flex;
    align-content: center;
    height: 100%;
    align-items: center;
    float: right;
}

.my_favourite_box button {
    padding: 9px 25px;
    font-size: 14px;
}

.my_favourite_mb {
    margin-bottom: 18px;
}

.model_about_box_inner {
    background: transparent;
    padding: 12px 16px;
}

.model_about_box_inner span {
    font-size: 14px;
}

.model_about_box p {
    line-height: 25px;
    margin-bottom: 30px;
    font-size: 15px;
    text-align: justify;
}

.model_about_white {
    background: #383939;
}

.model_about_social {
    margin-top: 35px;
}

.model_about_social i {
    font-size: 30px;
}

.model_about_social h3 {
    margin-bottom: 24px;
}

.model_about_social i.fab.fa-instagram {
    color: #a61651;
}

.model_about_right_box h5 {
    margin: 0 0 18px;
    color: #636363;
    text-transform: uppercase;
    font-family: "Aileron-SemiBold";
}

.model_about_right_box_inner {
    background: #e5f7fe;
    padding: 16px;
    border-radius: 11px;
    border: 1px solid #01adf1;
    margin-bottom: 20px;
}

.model_about_right_box_inner h4 {
    color: #636363;
    font-family: "Aileron-Regular";
    font-size: 16px;
    margin: 0;
}

.model_about_right_box_inner h4 span {
    color: #001b2b;
    font-family: "Aileron-Bold";
    font-size: 22px;
}

.model_about_right_box_inner p {
    color: #636363;
    font-size: 14px;
    margin: 10px 0 0;
}

.model_about_right_box_inner button.btn {
    font-size: 13px;
    float: right;
}

.model_about_area .tab {
    /* width: 667px !important; */
}

.edit_profile_bg_box h5 a {
    color: #001b2b;
    /* padding-left: 8px; */
}

.edit_profile_bg_content span {
    color: #636363;
    font-size: 15px;
    padding-right: 10px;
}

.edit_profile_bg_content span b {
    color: #001b2b;
}

.edit_profile_bg_content_bt a {
    background: #a61651;
    color: #fff;
    padding: 6px 12px;
    border-radius: 9px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 8px;
}

.edit_profile_bg_content_bt button {
    background: #a61651;
    color: #fff;
    padding: 6px 12px;
    border-radius: 9px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 8px;
    border-width: 0px;
}

.edit_profile_bg_content_bt .message_me {
    background: #001b2b;
}

a.report_right_bt {
    float: right;
    background: transparent;
    color: #a61651;
    text-decoration: underline;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.model_about_social span {
    position: relative;
    top: -5px;
    left: 8px;
}

.model_about_videos {
    margin-bottom: 15px;
}

.model_about_videos video {
    width: 100%;
    border-radius: 11px;
}

/*My Favourite list nad Model About Page css end*/

/*user profile Page css*/

.user_profile_main_box_tx span {
    display: block;
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 8px;
}

.user_profile_main .user_profile_wrapper {
    width: 400px;
    margin: auto;
}

@media only screen and (max-width: 575px) {
    .user_profile_main .user_profile_wrapper {
        width: 300px;
    }
}

.user_profile_main_box_tx span i {
    padding-right: 6px;
}

.user_profile_main_box_tx {
    padding-top: 14px;
}

.user_profile_main_box a.btn {
    margin-top: 30px;
    padding: 10px 18px;
}

.user_profile_main_box a.btn i {
    padding-right: 8px;
}

.user_profile_main {
    padding: 70px 0;
}

/*user profile Page css end*/

/*About us Page css*/

.about_area_bg {
    background: url(../images/graphic.png) no-repeat;
    background-size: cover;
    padding: 130px 0;
    text-align: center;
}

.about_area_bg h2 {
    color: #fff !important;
    font-size: 3rem;
    margin: 0;
}

.about_area {
    padding: 100px 0;
}

.about_box {
    position: relative;
}

.about_box img {
    width: 90%;
    position: relative;
    left: 30px;
    top: 30px;
}

.about_box_right {
    position: absolute;
    top: 0;
    left: 0;
    background: #001b2b;
    width: 200px;
    height: 200px;
}

.about_area h2 {
    font-size: 2.5rem;
    margin: 30px 0 0;
}

.about_area hr {
    height: 3px;
    /* background: #001b2b; */
    background: #b0b0b0;
    opacity: 1;
    width: 105px;
    margin: 10px 0 15px;
}

.about_area h6 {
    margin-bottom: 17px;
}

.about_area p {
    font-size: 15px;
    line-height: 24px;
}

.about_area_mid {
    text-align: center;
    margin: 70px 0 100px;
}

.about_area_mid hr {
    margin: 13px auto 22px;
}

.about_box_left .about_box_right {
    left: auto;
    right: 0;
}

.about_box.about_box_left img {
    left: 25px;
}

/*About us Page css end*/

/*make money Page css*/

.make_money_area {
    text-align: center;
}

.make_money_area h2 {
    margin: 0 !important;
}

.make_money_area hr {
    margin: 13px auto 22px;
}

.make_money_box {
    margin: 30px 0;
}

.make_money_box h3 {
    font-size: 18px;
    margin: 20px 0 0;
    font-family: "Aileron-SemiBold";
}

.make_money_inner {
    background: #001b2b;
    border-radius: 9px;
    padding: 25px 17px;
    margin: 12px 0;
}

.make_money_inner h3 {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-family: "Aileron-SemiBold";
}

.make_money_inner p {
    color: #cfcfcf;
    font-size: 14px;
    margin: 14px 0 0;
}

.make_money_bottom {
    background: #f1f2f3;
    padding: 70px 0;
    text-align: center;
}

.make_money_bottom p {
    margin: 35px 0 0;
    font-size: 17px;
    line-height: 1.7;
}

/*make money Page css end*/

/*model_feed_public_view And Private view*/

.edit_profile_bg_content_bt h6 {
    font-family: "Aileron-Regular";
    font-size: 15px;
    margin: 10px 0 0;
}

.edit_profile_bg_content {
    width: 100%;
}

.edit_profile_tab_content .model_feed_public_top h5 {
    font-size: 18px;
    margin: 0;
    font-family: "Aileron-SemiBold";
}

.fanbook_home_page .edit_profile_tab_box .tab button.active {
    background-color: unset !important;
}

.fanbook_home_page .edit_profile_tab_box .tab button:hover {
    background-color: unset !important;
}

.fanbook_home_page .edit_profile_tab_box .tab button {
    border-radius: unset !important;
}

.fanbook_home_page .edit_profile_tab_box .tab {
    gap: unset !important;
    margin-top: unset !important;
    margin-bottom: unset !important;
}

.model_feed_public_top .edit_profile_bg_image {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 16px;
    flex: none;
}

.model_feed_public_top {
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.model_feed_public_box p {
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 15px;
    text-align: justify;
    color: #414141;
}

.model_feed_public_box .intro_add_video_box_img {
    width: 100%;
    border-radius: 9px;
    height: 350px;
    object-fit: cover;
}

.model_feed_public_box .intro_add_video_box video {
    width: 100%;
    border-radius: 9px;
}

.model_feed_public_box .intro_add_video_box .play_icon img {
    bottom: 42%;
    left: 46%;
    width: 60px;
    cursor: pointer;
}

.main-timer-new {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.edit_profile_tab_content .model_feed_public_top h5 span {
    font-family: "Aileron-Regular";
    font-size: 14px;
    padding-left: 10px;
    padding-right: 0;
}

.edit_profile_tab_content .model_feed_public_top h5 span b {
    background: #b7b7b7;
    height: 6px;
    width: 6px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    top: -3px;
    left: -5px;
}

.edit_profile_bg_content_bt h6 span {
    font-family: "Aileron-SemiBold";
    color: #001b2b;
    padding: 0;
}

.model_feed_public_like_comment span {
    color: #636363;
    padding-right: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    float: left;
    cursor: pointer;
}

.model_feed_public_like_comment.like_comment_view_wrapper span {
    padding: 0;
}

.model_feed_public_like_comment.like_comment_view_wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media only screen and (max-width: 767px) {
    .forgotpassword_box
        .model_feed_public_box_inner
        .model_feed_public_like_comment
        span {
        padding: 0 !important;
    }
}

.model_feed_public_like_comment span img {
    padding-right: 10px;
    /* margin-bottom: 8px; */
}

.model_feed_public_like_comment {
    display: table;
    width: 100%;
}

.hidden_comment {
    margin-top: 30px;
}

.edit_profile_tab_content .hidden_comment_top h5 span b {
    background: #b7b7b7;
    height: 6px;
    width: 6px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    top: -3px;
    left: -5px;
}

.edit_profile_tab_content .hidden_comment_top h5 span {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 0;
}

.hidden_comment .model_feed_public_top {
    margin: 20px 0 0;
}

.hidden_comment .model_feed_public_top h6 {
    font-family: "Aileron-SemiBold";
    margin-top: 8px;
    color: #b0b0b0 !important;
}

.hidden_comment .model_feed_public_top h5 span {
    font-size: 15px;
    padding-left: 0;
    font-family: "Aileron-SemiBold";
}

.hidden_comment .model_feed_public_top h5 span b {
    margin-left: 10px;
}

.hidden_comment .model_feed_public_top a {
    color: #a61651 !important;
    text-decoration: underline;
    font-size: 15px;
    font-family: "Aileron-SemiBold";
}

.hidden_comment_more_bt button {
    border: 1px solid #fff;
    width: 100%;
    border-radius: 9px;
    background: transparent;
    padding: 10px;
    color: #fff;
    font-family: "Aileron-SemiBold";
    margin: 25px 0;
}

.hidden_comment_input_box input {
    border-radius: 9px;
    padding: 10px;
    float: left;
    width: 91.5%;
}

.hidden_comment_input_box button {
    border: none;
    background: #001b2b;
    border-radius: 9px;
    padding: 9px 12px;
    float: right;
    transition: all 0.5s;
}

.hidden_comment_input_box button:hover {
    background: #a61651;
}

.border_bottom_main {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #b1b1b1;
}

.hidden_comment_input_box {
    display: flow-root;
    position: relative;
}

.hidden_comment_input_box .feed_emoji {
    position: absolute;
    top: 13px;
    right: 80px;
    font-size: 20px;
    color: #b0b0b0;
    cursor: pointer;
}

@media only screen and (max-width: 992px) {
    .hidden_comment_input_box .feed_emoji {
        display: none;
    }
}

.hidden_comment_input_box .fg-emoji-picker {
    left: unset !important;
    right: 73px !important;
    top: 100% !important;
}

@media only screen and (max-width: 1024px) {
    .hidden_comment_input_box .fg-emoji-picker {
        right: 60px !important;
    }
}

.hidden_comment_input_box .photo_emoji,
.hidden_comment_input_box .video_emoji {
    position: absolute;
    top: 13px;
    right: 70px;
    font-size: 20px;
    color: #b0b0b0;
    cursor: pointer;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .hidden_comment_input_box.video_emoji_wrapper .fg-emoji-picker,
    .hidden_comment_input_box.photo_emoji_wrapper .fg-emoji-picker {
        right: 30px !important;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1023px) {
    .hidden_comment_input_box.photo_emoji_wrapper .fg-emoji-picker,
    .hidden_comment_input_box.video_emoji_wrapper .fg-emoji-picker {
        right: 20px !important;
    }
}

@media only screen and (max-width: 992px) {
    .hidden_comment_input_box .photo_emoji,
    .hidden_comment_input_box .video_emoji {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .hidden_comment_input_box .photo_emoji,
    .hidden_comment_input_box .video_emoji {
        right: 80px;
    }
}

.hidden_comment_input_box .new-add-cls-textarea button.commentsubmit {
    margin-left: 0;
}

.subscribe_bt_main {
    overflow: hidden;
    border-radius: 0px;
}

.subscribe_bt_main .intro_add_video_box_img {
    filter: blur(16px);
    -webkit-filter: blur(16px);
}

.subscribe_bt_main button {
    background: #001b2b;
    border: none;
    color: #fff;
    border-radius: 6px;
    padding: 13px 20px;
    /* position: absolute; */
    line-height: 0;
    /* top: 43%;
  left: 35%; */
    transition: all 0.5s;
}

.subscribe_bt_main button span {
    position: relative;
    top: 4px;
}

.subscribe_bt_main button img {
    margin-right: 10px;
}

.subscribe_bt_main button:hover {
    background: #a61651;
}

.model_about_right_box_inner h5 span {
    color: #636363;
    font-family: "Aileron-Regular";
    font-size: 16px;
    float: right;
}

.model_about_right_box_inner h5 {
    color: #a61651;
    font-family: "Aileron-SemiBold";
    font-size: 17px !important;
    margin: 0;
    text-transform: capitalize;
}

.create_new_post_main h5 {
    text-transform: uppercase;
    margin: 0;
    font-family: "Aileron-SemiBold";
}

.create_new_post_main .btn {
    /* font-size: 13px;
  font-family: "Aileron-SemiBold"; */
    /* border: 1px solid #001b2b; */
    /* padding: .475rem 1.5rem !important; */
}

.create_new_bt {
    text-align: right;
}

.clear_color {
    margin-right: 10px;
    color: #001b2b !important;
    background: #f5f5f5;
}

.new_post_image {
    width: 50px;
    height: 50px;
    margin-right: 16px;
    border-radius: 50px;
}

.create_new_post_textarea .form-control {
    background: #f5f5f5;
    border: none;
    font-size: 14px;
    height: 100px;
    border-radius: 9px;
    resize: none;
    line-height: normal;
    padding: 14px;
    margin-bottom: 25px;
}

.new_post_photo_video {
    margin-bottom: 25px;
}

.new_post_photo_video a {
    display: inline-block;
    /* background: #e5e7e9; */
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    line-height: 1;
    /* font-size: 13px;
  font-family: "Aileron-SemiBold"; */
}

.new_post_photo_video a.disabled {
    pointer-events: none;
    cursor: default;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.new_post_photo_video a img {
    width: 24px;
    padding-right: 8px;
}

.new_post_photo_video .video_color {
    /* background: #e5f8fe; */
    color: #fff;
    margin-left: 18px;
}

.new_post_photo_video a span {
    position: relative;
    top: 2px;
}

#delete_edit {
    float: right;
    cursor: pointer;
}

.hidden_delete_edit .btn {
    font-family: "Aileron-SemiBold";
    font-size: 13px;
    text-align: left;
    padding: 8px;
    width: 120px;
    border-radius: 4px 4px 0 0px;
    margin-bottom: 1px;
}

.hidden_delete_edit .btn img {
    padding-right: 8px;
}

.hidden_delete_edit .delete_mb {
    border-radius: 0 0px 4px 4px;
}

.hidden_delete_edit {
    position: absolute;
    width: 120px;
    right: 0;
    z-index: 1000;
}

.hidden_delete_edit .btn span {
    position: relative;
    top: 3px;
}

.create_new_post_textarea .form-group label {
    color: #414141;
    font-family: "Aileron-Regular";
    font-size: 16px;
    padding-bottom: 15px;
}

.fanbook_home_page .intro_add_video_box span {
    vertical-align: initial;
}

.fanbook_home_page .intro_add_video_box img {
    margin-right: 5px;
    vertical-align: bottom;
}

.new_post_radio {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px !important;
    color: #636363 !important;
    font-family: "Aileron-Bold" !important;
    width: 100px !important;
    display: inline-block;
    padding-bottom: 0 !important;
    margin-left: 6px;
}

.new_post_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    border: 1px solid #636363;
}

.new_post_radio input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #a61651;
}

.new_post_radio input:checked ~ .checkmark:after {
    display: block;
}

.new_post_radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #a61651;
}

.create_new_post_textarea .form-group {
    margin-bottom: 15px;
}

#modal_crop_model_feed #model_feed_crop_type,
#modal_crop_model_photos #model_photo_crop_type {
    padding-left: 0;
    padding-right: 0;
}

.hstag-cls {
    height: 100% !important;
}

.image-tags {
    /* margin-top: 10px; */
}

.image-tags .btn {
    background: transparent !important;
    border: 1px solid #0d6efd !important;
    color: #0d6efd !important;
    padding: 0.6rem !important;
}

.image-tags .tag-item {
    background-color: transparent !important;
    color: #0d6efd !important;
}

.cropper-container.cropper-bg {
    /* width: 510px !important; */
}

/* #modal_crop_model_photos .cropper-container.cropper-bg {
  width: 486px !important;
} */

/*model_feed_public_view And Private view end*/

/*Feed Tab for Users And Edit post page*/

.feed_tab_for_users_area {
    padding: 45px 0 80px;
    min-height: calc(100vh - 500px) !important;
}

.feed_tab_for_users_area .edit_profile_tab_box .tab {
    padding: 0 0 10px;
    width: 500px;
}

@media screen and (max-width: 575px) {
    .feed_tab_for_users_area .edit_profile_tab_box .tab {
        width: 100%;
    }
}

.feed_tab_for_users_area .edit_profile_tab_box .tab button {
    text-transform: capitalize;
    padding: 14px 11px 6px;
    margin-right: 25px;
    font-size: 18px !important;
    color: #b3b3b3;
}

.feed_tab_for_users_area .edit_profile_tab_box .tab button.active {
    border-bottom: 1px solid #01adf1;
    color: #01adf1;
}

.model_feed_public_like_comment span i {
    font-size: 25px;
    padding-right: 10px;
    font-weight: 300;
}

.edit_post_page_area {
    padding: 50px 0 10px;
}

/*Feed Tab for Users And Edit post page end*/

/*User Side Subscription History*/

.subscription_history_area {
    padding: 60px 0;
}

.subscription_history_box tr th,
td {
    text-align: center;
}

.subscription_history_box tr th {
    font-family: Aileron-SemiBold;
    color: #001b2b;
    background: #ececec;
    padding: 20px 10px !important;
    font-size: 18px;
}

.subscription_history_box tr td {
    font-family: "Aileron-Regular";
    padding: 15px 10px !important;
    color: #565656;
}

.subscription_history_box tr td a {
    background: #001b2b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    padding: 7px 8px;
    border-radius: 5px;
    transition: 0.5s;
}

.subscription_history_box tr td a:hover {
    background: #a61651;
}

.subscription_history_box tr td a.model-withdraw-form-view {
    background: none !important;
    color: #565682 !important;
    font-size: 13px;
    ont-weight: 600;
}
.subscription_history_box tr td a.model-withdraw-form-view:hover {
    background: none !important;
}

.subscription_history_area h3 {
    margin-bottom: 15px;
    font-size: 26px;
}

.subscription_history_area .table {
    border-color: #bebebf;
}

.subscription_history_area .fanbook_filter_bt .dropdown-content {
    background-color: #ffffff;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    border-top: 1px solid #ddd;
    margin-top: -2px;
}

.subscription_history_area .fanbook_filter_bt .dropdown-content a {
    font-size: 14px;
    text-align: center;
    padding: 8px;
}

.subscription_history_area .fanbook_filter_bt .dropdown-content a:hover {
    background-color: #a61651;
}

.subscription_history_area .fanbook_filter_bt .dropdown .dropbtn {
    padding: 8px 15px;
}

.subscription_history_area .fanbook_filter_bt .dropdown .dropbtn i {
    float: none;
    font-size: 18px;
    color: #001b2b;
    position: relative;
    top: 2px;
    padding: 0 2px 0 0;
}

.subscription_history_area .fanbook_filter_bt .dropdown .dropbtn:hover i {
    color: #fff;
}

.subscription_history_area .fanbook_filter_bt {
    margin-bottom: 12px;
}

#imagemodal-carousel .carousel-item {
    transition: 0.7s ease !important;
}

#imagemodal-carousel .carousel-item > img {
    border: 4px solid #fff !important;
}

#imagemodal-carousel .carousel-item {
    position: relative;
}

#imagemodal-carousel .carousel-item:before {
    content: "x";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    font-weight: 700;
    right: 10px;
    color: #fff;
    background-color: #000000;
    border-radius: 50%;
    line-height: 1.3;
    cursor: pointer;
    display: none;
}

#imagemodal-carousel #modelclose_preview .fas.fa-times {
    opacity: 0;
    z-index: 9999;
}

#imagemodal-carousel .carousel-inner {
    display: flex;
    align-items: center;
    background: transparent !important;
}

#imagemodal-carousel #carouselExampleIndicators,
#imagemodal-carousel .modal-content {
    background: transparent !important;
}

#imagemodal-carousel .modal-body {
    padding: 0px !important;
}

@media (max-width: 767px) {
    .subscription_history_box {
        overflow: auto;
        width: 100%;
    }

    label.col-2.col-form-label.text-end {
        padding-left: 12px !important;
        text-align: left !important;
    }

    .subscription_history_area .card-body .col-md-5 .row {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .subscription_history_area .card {
        margin-top: 10px;
    }

    .subscription_history_area .card-body label {
        font-size: 14px !important;
    }

    .model_feed_public_box_inner .input-container label {
        font-size: 1rem;
    }

    .cropper-container.cropper-bg {
        max-height: 82vh;
    }

    .modal-content.upload-photo-height {
        /* padding-top: 5px; */
    }
}

@media (max-width: 575px) {
    .subscription_history_area .fanbook_filter_bt {
        float: none;
    }

    .subscription_history_area {
        padding: 40px 0 40px;
    }

    .subscription_history_area h3 {
        font-size: 24px;
    }

    .subscription_history_box tr th {
        font-size: 17px;
        line-height: normal;
        padding: 15px 10px !important;
    }

    .subscription_history_box tr td {
        line-height: normal;
        font-size: 15px !important;
    }
}

/*User Side Subscription History end*/

/*User Side Subscription History*/

.subscription_history_box tr th,
td {
    text-align: center;
}

.subscription_history_box tr th {
    font-family: Aileron-SemiBold;
    color: #001b2b;
    background: #ececec;
    padding: 20px 10px;
    font-size: 18px;
}

.subscription_history_box tr td {
    font-family: "Aileron-Regular";
    padding: 15px 10px;
    color: #565656;
}

.subscription_history_box tr td button {
    background: #001b2b;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    padding: 7px 8px;
    border-radius: 5px;
    transition: 0.5s;
}

.subscription_history_box tr td button:hover {
    background: #a61651;
}

.subscription_history_area h3 {
    margin-bottom: 20px;
    font-size: 26px;
}

.subscription_history_area .table {
    border-color: #bebebf;
}

.subscription_history_area .dropdown-menu {
    border-radius: 0;
    padding: 0;
    top: -7px !important;
    border-bottom: none;
    margin: 0 0 10px -1px !important;
    min-width: 94px;
}

.subscription_history_area .dropdown-menu a {
    font-size: 14px;
    text-align: center;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.subscription_history_area .dropdown-menu a:hover {
    background-color: #a61651;
    color: #fff;
}

.subscription_history_area .dropdown .dropdown-toggle {
    padding: 8px 15px;
    float: right;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Aileron-SemiBold";
    box-shadow: none;
    color: #001b2b;
    background: #e6e6e6;
}

.subscription_history_area .dropdown .dropdown-toggle i {
    font-size: 16px;
    position: relative;
    top: 2px;
    padding: 0 2px 0 0;
}

.subscription_history_area .fanbook_filter_bt {
    margin-bottom: 12px;
}

.dropdown-toggle::after {
    display: none;
}

.subscription_history_area .create_new_post_main h5 {
    text-transform: capitalize;
    color: #414141;
    margin-top: 8px;
}

.wallet_title_cl {
    color: #525252;
    font-family: "Aileron-SemiBold";
    font-size: 16px;
    margin-bottom: 26px;
}

.user_side_wallet_box label {
    font-size: 14px;
    color: #525252;
    padding-bottom: 7px;
    font-family: "Aileron-SemiBold";
}

.wallet_inner_box_cl.wallet_icons_cl {
    width: 40px;
    text-align: center;
    font-family: "Aileron-Bold";
    font-size: 18px;
    color: #525252;
}

.wallet_inner_box_cl {
    display: inline-block;
}

.user_side_wallet_box .form-control {
    box-shadow: none;
    border: none;
    background: #e6e6e6;
}

.user_side_wallet_box {
    border: 1px solid #b1b1b1;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.subscription_history_area .edit_profile_tab_box .tab {
    padding-top: 50px;
    text-align: center;
}

.subscription_history_area .edit_profile_tab_box .tab button {
    margin-right: 30px;
    font-size: 16px;
    text-transform: capitalize;
    padding: 14px 0 5px;
}

.subscription_history_area .edit_profile_tab_box .tab button.active {
    border-bottom: 1px solid #01adf1;
    color: #01adf1;
}

.earning_date_range {
    text-align: right;
}

.earning_date_range h6 {
    font-family: Aileron-SemiBold;
    display: inline-block;
    padding-right: 5px;
}

.earning_date_range span {
    color: #565656;
    font-size: 15px;
    padding: 0 6px;
}

.earning_date_range .form-control {
    display: inline-block;
    width: 165px;
    box-shadow: none;
    border: none;
    background: #e6e6e6;
    font-size: 14px;
    padding: 9px 15px;
    border-radius: 6px;
    color: #565656;
}

.earning_date_range .dropdown {
    display: inline;
    margin-left: 35px;
}

.availability_date_time_box {
    border: 1px solid #001b2b;
    padding: 15px;
    border-radius: 6px;
}

.subscription_history_area h5 {
    font-family: "Aileron-SemiBold";
    border-bottom: 1px solid;
    padding-bottom: 17px;
}

.availability_date_time_box h6 {
    font-family: "Aileron-SemiBold";
    display: inline-block;
    margin-right: 70px;
}

.availability_date_time_box span {
    padding: 0 15px;
    font-size: 13px;
    font-family: "Aileron-SemiBold";
}

.availability_date_time_box select {
    width: 175px;
    font-size: 15px;
    padding: 10px 15px;
    display: inline-block;
    webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../images/select_arrow.png);
    background-repeat: no-repeat;
    background-position-x: 91%;
    background-position-y: 18px;
    font-family: "Aileron-SemiBold";
}

.availability_date_time_box .form-control {
    box-shadow: none;
    border: 1px solid #001b2b;
}

.availability_btn {
    font-size: 14px;
    padding: 9px 30px;
    margin-top: 15px;
    border-radius: 8px;
    border: 1px solid #001b2b;
}

@media (max-width: 767px) {
    .subscription_history_box {
        overflow: auto;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .subscription_history_area .dropdown .dropdown-toggle {
        float: none;
        margin-bottom: 13px;
    }

    .subscription_history_area h3 {
        font-size: 24px;
        margin-bottom: 13px;
    }

    .subscription_history_box tr th {
        font-size: 17px;
        line-height: normal;
        padding: 15px 10px;
    }

    .subscription_history_box tr td {
        line-height: normal;
        font-size: 15px;
    }
}

/*User Side Subscription History end*/

/*model side photos tab private view*/

.edit_profile_tab_content .model_side_photos_tab_box .model_feed_public_top h5 {
    font-size: 16px;
}

.edit_profile_tab_content
    .model_side_photos_tab_box
    .model_feed_public_top
    h5
    a {
    color: #001b2b;
    color: #b0b0b0;
}

.edit_profile_tab_content
    .model_side_photos_tab_box
    .model_feed_public_top
    h5
    #delete_edit {
    padding-top: 6px;
}

.edit_profile_tab_content .model_side_photos_tab_box .model_feed_public_top p {
    font-size: 13px;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0 0;
}

.edit_profile_tab_content .model_side_photos_tab_box .edit_profile_bg_content {
    overflow: hidden;
}

.model_side_photos_tab_box {
    border: 1px solid white;
    min-height: 450px !important;
}

.model_side_photos_tab_box .model_feed_public_top {
    padding: 12px;
    margin: 0;
}

.model_feed_public_box .model_side_photos_tab_box .intro_add_video_box_img {
    border-radius: 0;
    height: 200px;
}

.model_side_photos_tab_box .intro_add_video_box {
    margin: 0;
    border-radius: 0;
}

.model_side_photos_tab_box .model_feed_public_like_comment {
    padding: 12px 15px;
}

.model_side_photos_tab_box .model_feed_public_like_comment span {
    padding-right: 0;
    font-size: 16px;
    width: 100%;
    display: block;
    color: #8b8b8b;
}

/*
.model_side_photos_tab_box .model_feed_public_like_comment span img {
  width: 20px;
  padding-right: 3px;
  position: relative;
  top: -4px;
} */

.model_side_photos_tab_box .subscribe_bt_main button img {
    margin-right: 6px;
    width: 14px;
}

.model_side_photos_tab_box .subscribe_bt_main button span {
    top: 0px;
    font-size: 14px;
    font-family: "Aileron-SemiBold";
}

.model_side_photos_tab_box .subscribe_bt_main button {
    padding: 10px 12px;
    top: 40%;
    left: 25%;
}

.model_side_photos_tab_box .hidden_comment {
    margin-top: 0;
    padding: 0 15px 15px;
}

.model_side_photos_tab_box .hidden_comment_more_bt button {
    margin: 15px 0;
    font-size: 14px;
}

.model_side_photos_tab_box .hidden_comment_top .edit_profile_bg_content h5 {
    font-size: 15px;
    margin: 8px 0 0;
}

.edit_profile_tab_content
    .model_side_photos_tab_box
    .hidden_comment_top
    h5
    span {
    font-size: 15px;
}

.model_side_photos_tab_box .hidden_comment .model_feed_public_top h5 span {
    font-size: 13px;
}

.model_side_photos_tab_box .hidden_comment .model_feed_public_top h6 {
    margin: 5px 0;
    font-size: 14px;
}

.model_side_photos_tab_box .hidden_comment .model_feed_public_top a {
    font-size: 14px;
}

.model_side_photos_tab_box .hidden_comment .model_feed_public_top {
    padding: 15px 0 0;
}

.model_side_photos_tab_box .hidden_comment_input_box input {
    font-size: 13px;
    width: 81%;
}

.model_side_photos_tab_box .hidden_comment_input_box button {
    padding: 7px 10px;
}

.model_feed_public_box
    .model_side_photos_tab_box
    .intro_add_video_box
    .play_icon
    img {
    bottom: 40%;
    left: 45%;
    width: 40px;
}

.forgotpassword_area .email_otp_box #verify_otp-error {
    display: block;
    text-align: center;
}

.full_preview_video .modal-content {
    background-color: transparent !important;
}

.full_preview_video .modal-content .close #closeVideoModel {
    color: #fff;
}

.full_preview_video .modal-content .close {
    margin-right: 32px !important;
}

.full_preview_video .modal-dialog {
    max-width: 820px !important;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .add_profile_modal_cls {
        transform: scale(0.8);
        overflow: unset;
    }
}

@media (max-width: 1199px) {
    .model_side_photos_tab_box .subscribe_bt_main button {
        left: 19.5%;
        top: 41%;
    }

    .add_social_link_box .dropdown img {
        width: 12%;
    }

    .hidden_comment_input_box {
        gap: 13px;
    }
}

@media (max-width: 991px) {
    .model_side_photos_tab_box .subscribe_bt_main button {
        left: 23%;
    }

    .subscription_history_area .create_new_post_main h5 {
        margin-top: 5px;
    }

    .wallet_inner_box_cl {
        width: 191px !important;
        float: none !important;
    }

    .wallet_inner_box_cl.wallet_icons_cl {
        width: 40px !important;
    }

    .wallet_inner_box_cl.wallet_inner_box_bt {
        text-align: center;
        width: 100% !important;
        margin-top: 20px !important;
    }

    .subscription_history_area .edit_profile_tab_box .tab {
        padding-top: 25px;
        display: block;
    }

    .earning_date_range {
        text-align: left;
    }

    .availability_date_time_box h6 {
        margin-right: 0;
    }

    .availability_date_time_box select {
        width: 160px;
        padding: 8px 10px;
        margin-right: 0 !important;
        background-position-x: 93%;
        background-position-y: 16px;
    }

    #five-minute-card {
        margin-top: 0.5rem;
    }
}

@media (max-width: 767px) {
    #five-minute-card {
        margin-top: 0.5rem;
    }

    .model_side_photos_tab_box .subscribe_bt_main button {
        left: 14.5%;
    }

    .model_side_photos_tab_box .model_feed_public_like_comment span {
        font-size: 14px;
    }

    .model_side_photos_tab_box .model_feed_public_like_comment {
        padding: 12px 5px 9px;
    }

    .model_side_photos_tab_box .hidden_comment_input_box input {
        width: 77%;
    }

    .create_new_post_main .btn {
        padding: 5px 7px;
        line-height: normal;
    }

    .clear_color {
        margin-right: 2px;
    }

    .model_feed_public_box
        .model_side_photos_tab_box
        .intro_add_video_box
        .play_icon
        img {
        left: 43%;
    }

    .wallet_inner_box_cl {
        width: 89% !important;
        margin-bottom: 15px;
    }

    .wallet_inner_box_cl.wallet_icons_cl {
        width: 30px !important;
    }

    .wallet_inner_box_cl.wallet_inner_box_bt {
        margin: 8px 0 !important;
    }

    .create_new_post_main .mb-4 {
        margin-bottom: 0.5rem !important;
    }

    .wallet_title_cl {
        margin-bottom: 15px;
    }

    .subscription_history_area .mt-5 {
        margin-top: 1.5rem !important;
    }

    .earning_date_range {
        margin-bottom: 10px;
    }

    .earning_date_range .dropdown .dropdown-toggle {
        float: none;
        margin: 0 0 6px;
    }

    .earning_date_range .dropdown {
        margin-left: 0;
        display: inline-block;
    }

    .earning_date_range .form-control {
        margin: 5px 0;
        width: 156px;
    }

    .availability_date_time_box select {
        width: 150px;
    }

    .availability_date_time_box span {
        padding: 0 10px;
    }

    .add_social_link_box .dropdown img {
        width: 38px;
    }

    #add_social_link_box .dropbtn i {
        padding-top: 10px;
    }
}

@media (max-width: 575px) {
    .model_side_photos_tab_box .subscribe_bt_main button {
        left: 32.5%;
        top: 40%;
    }

    .model_side_photos_tab_box .hidden_comment_input_box input {
        width: 88%;
    }

    .model_feed_public_box
        .model_side_photos_tab_box
        .intro_add_video_box
        .play_icon
        img {
        left: 46%;
    }

    .wallet_inner_box_cl {
        width: 92% !important;
    }

    .availability_date_time_box h6 {
        margin-bottom: 20px;
    }

    .edit_post_page_area .signature_image_title {
        text-align: center !important;
    }

    .edit_post_page_area .sign-buttons {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .modal-footer.custom-modal-footer button {
        font-size: 0.75rem;
    }

    .modal-footer.custom-modal-footer {
        padding: 0.2rem;
    }

    .modal-content {
        padding: 10px;
    }
}

@media (max-width: 485px) {
    .modal-footer.custom-modal-footer button {
        font-size: 0.5rem;
    }

    .model_side_photos_tab_box .subscribe_bt_main button {
        left: 29%;
    }

    .model_side_photos_tab_box .hidden_comment_input_box input {
        width: 85%;
    }

    .wallet_inner_box_cl {
        width: 90% !important;
    }
}

@media (max-width: 425px) {
    .subscription_history_area .edit_profile_tab_box .tab {
        display: flex;
        padding-top: 15px;
    }
}

@media (max-width: 414px) {
    .model_side_photos_tab_box .subscribe_bt_main button {
        left: 26%;
    }

    .wallet_inner_box_cl {
        width: 89% !important;
    }
}

@media (max-width: 387px) {
    .subscription_history_area .create_new_post_main h5 {
        margin-top: 13px;
    }
}

@media (max-width: 385px) {
    .model_side_photos_tab_box .subscribe_bt_main button {
        left: 24%;
    }

    .model_side_photos_tab_box .hidden_comment_input_box input {
        width: 82%;
    }

    .subscription_history_area .create_new_post_main h5 {
        margin-top: 13px;
    }
}

@media (max-width: 365px) {
    .model_side_photos_tab_box .subscribe_bt_main button {
        left: 22.5%;
    }

    .wallet_inner_box_cl {
        width: 88% !important;
    }
}

@media (max-width: 345px) {
    .model_side_photos_tab_box .subscribe_bt_main button {
        left: 20.5%;
    }

    .model_side_photos_tab_box .hidden_comment_input_box input {
        width: 80%;
    }
}

.subscribe-sticky {
    display: none;
    position: fixed;
    bottom: 10%;
    left: 0;
    border: 2px solid #fff;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px,
        rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px,
        rgb(0 0 0 / 9%) 0px -3px 5px;
}

.subscription_model_data .model_about_right_box_inner button.btn {
    font-size: 13px;
    float: right;
}

.subscription_model_data .modal-body button.btn {
    /* padding: 12px 40px; */
    margin: 0 10px;
}

.subscription_model_data .modal-body p {
    /* padding: 12px 40px; */
    text-align: right;
}

#subcription_model .modal-content {
    text-align: unset;
}

/*model side photos tab private view end*/

/*model side chat*/

.some-margin {
    margin-bottom: 100px;
}

.card.chat-card {
    position: relative;
    height: 513px;
    border-radius: 0 !important;
}

.contacts_body {
    padding: 0.75rem 0 !important;
    overflow-y: auto;
    white-space: nowrap;
}

.msg_card_body {
    overflow-y: auto;
}

.chat-card .card-header {
    border-radius: 0 !important;
    border-bottom: 0 !important;
    background-color: #f5f5f5;
    padding: 14px 1rem;
}

.chat-card .card-footer {
    border-top: 0 !important;
    background: #fff;
    position: relative;
    padding-bottom: 15px;
}

.search {
    border-radius: 50px !important;
    box-shadow: 0 0 8px #e9e9e9;
    border: 0 !important;
    padding: 12px 0.75rem 12px 3.6rem;
}

.search_user {
    border-radius: 50px !important;
    box-shadow: 0 0 8px #e9e9e9;
    border: 0 !important;
    padding: 12px 0.75rem 12px 3.6rem;
}

.search:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.type_msg {
    background-color: #f0f0f0 !important;
    border: 0 !important;
    height: 40px !important;
    overflow-y: auto;
    resize: none;
    line-height: normal;
    letter-spacing: 1px;
    padding: 10px 160px 8px 11px;
    border-radius: 9px !important;
}

.type_msg:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.attach_btn,
.attach_video_btn,
.smile_btn,
.send_coin_btn {
    background-color: transparent !important;
    border: 0 !important;
    color: #001b2b !important;
    cursor: pointer;
    position: absolute;
    right: 166px;
    top: 7px;
    z-index: 9;
    padding: 0.375rem 0;
}

.smile_btn {
    right: 189px;
}

.send_coin_btn {
    background: #001b2b !important;
    color: #fff !important;
    font-size: 12px;
    border-radius: 8px;
    line-height: normal;
    top: 8px;
    right: 70px;
    padding: 5px 10px;
}

.attach_btn i,
.attach_video_btn i,
.smile_btn i,
.send_coin_btn i {
    font-weight: 300;
}

.send_btn {
    border-radius: 9px !important;
    background-color: #001b2b !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
    height: 40px;
    margin-left: 15px;
    padding: 0.375rem 10px;
    justify-content: center;
}

.search_btn {
    background-color: transparent !important;
    border: 0 !important;
    color: #cdcdcd !important;
    cursor: pointer;
    position: absolute;
    z-index: 5;
    font-size: 24px;
    top: 7px;
    left: 7px;
}

.search_btn i {
    font-weight: 500;
}

.contacts_card_box {
    list-style: none;
    padding: 0;
}

.contacts_card_box li {
    width: 100% !important;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.user_img {
    height: 48px;
    width: 48px;
    object-fit: cover;
}

.user_img_msg {
    height: 40px;
    width: 40px;
    object-fit: cover;
}

.img_cont {
    position: relative;
}

.online_icon {
    position: absolute;
    height: 9px;
    width: 9px;
    background-color: #00ff31;
    border-radius: 50%;
    bottom: 6px;
    right: 6px;
}

.received_coins_box {
    text-align: center;
}

.received_coins_box span {
    background: #f0f0f0;
    border-radius: 50px;
    padding: 8px 20px;
    text-align: center;
    color: #001b2b;
    font-size: 15px;
}

.received_coins_box span img {
    margin-top: -7px;
}

.search::placeholder {
    color: #b1b1b1;
}

.type_msg::placeholder {
    color: #b1b1b1;
}

.user_info {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
    /* width: 100%; */
}

.user_info span {
    font-size: 19px;
    color: #001b2b;
    font-family: "Aileron-SemiBold";
}

.user_info p {
    margin: 0;
    color: #84878a;
}

.user_info p span {
    position: unset;
    margin-right: 3px;
    display: inline-block;
}

.user_time_cl {
    font-family: "Aileron-Regular" !important;
    font-size: 12px !important;
    float: right;
}

.user_message_pending {
    background: #a61651;
    color: #fff !important;
    border-radius: 50px;
    font-size: 9px !important;
    width: 20px;
    height: 20px;
    text-align: center;
    float: right;
    line-height: 21px;
    margin: 0 !important;
}

.msg_cotainer,
.msg_cotainer_send {
    margin-top: 10px;
    border-radius: 6px;
    background-color: #a61651;
    padding: 10px 20px 13px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-family: "Aileron-SemiBold";
    position: relative;
    max-width: 50%;
    text-overflow: initial;
    overflow: hidden;
}

.msg_cotainer_send {
    background-color: #01adf1;
}

.msg_time,
.msg_time_send {
    position: relative;
    right: -13px;
    bottom: -8px;
    color: #fff;
    font-size: 12px;
    font-family: "Aileron-Regular";
}

.msg_time_send i,
.msg_time i {
    color: #6ac196;
    font-weight: 500;
    margin-left: 6px;
}

.msg_head {
    position: relative;
}

.chat_mobile_box_main {
    display: none;
}

.chat_image.img-thumbnail,
.chat_video.img-thumbnail {
    background: transparent;
    border-color: transparent;
    margin-bottom: 10px;
}

.msg_cotainer_send .play_icon img,
.msg_cotainer .play_icon img {
    bottom: 48%;
    left: 41%;
    width: 40px;
    position: absolute;
    cursor: pointer;
}

.img-thumbnail + .msg_time_send {
    right: 10px;
    bottom: 4px;
    position: absolute;
}

.action_menu {
    z-index: 99;
    position: absolute;
    padding: 10px 0;
    background-color: rgb(215 45 115);
    color: white;
    border: 1px solid #fff;
    border-radius: 15px;
    top: 45px;
    right: 15px;
    display: none;
}

#action_menu_btn {
    float: right;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #a61651;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    z-index: 22;
    top: 0;
}

#sidebar .custom-menu {
    position: absolute;
    top: 90px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#sidebar .custom-menu .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    color: #fff;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

#sidebar .custom-menu .btn i {
    margin-right: -40px;
    font-size: 14px;
}

#sidebar .custom-menu .btn.btn-primary:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #a61651;
    border-radius: 10px;
}

.coin_action_cl {
    bottom: 6px;
    top: auto;
    padding: 15px;
    text-align: center;
    background: #001b2b;
    border: none;
    right: 60px;
}

.coin_action_cl span {
    float: right;
    margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 4px 10px;
    border-radius: 50px;
    line-height: normal;
    font-size: 13px;
}

.coin_action_cl span img {
    margin-right: 3px;
    vertical-align: bottom;
}

.msg_time img,
.msg_time_send img {
    vertical-align: baseline;
    margin-left: 8px;
}

.coin_action_cl button {
    background: #fff;
    color: #001b2b;
    font-size: 13px;
    border-radius: 8px;
    line-height: normal;
    padding: 5px 10px;
    border: none;
    font-family: "Aileron-Regular";
}

.coin_action_cl .form-control {
    border-radius: 6px;
    border: none;
    font-size: 13px;
    margin-bottom: 20px;
    box-shadow: none;
}

.coin_action_cl .form-control::placeholder {
    color: #b1b1b1;
}

.msg_card_body::-webkit-scrollbar,
.contacts_body::-webkit-scrollbar {
    width: 3px;
}

.msg_card_body::-webkit-scrollbar-track,
.contacts_body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.msg_card_body::-webkit-scrollbar-thumb,
.contacts_body::-webkit-scrollbar-thumb {
    background-color: #a61651;
}

.coin_action_cl button img,
.send_coin_btn img {
    vertical-align: baseline;
    margin-right: 5px;
}

.msg_cotainer {
    font-size: 12px;
    text-align: left;
}

.msg_cotainer_send {
    font-size: 12px;
    text-align: left;
}

span.msg_time_send {
    position: inherit;
    white-space: nowrap;
    float: right;
    margin-top: 15px;
    margin-right: 8px;
}
/*return to top arrow css start*/

i.fas.fa-arrow-down.right-arrow-take {
    top: unset !important;
    bottom: 75px !important;
    background-color: #a61651;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 27px;
    color: #fff;
    position: absolute;
    right: 25px !important;
    cursor: pointer;
}

i.fas.fa-arrow-down.right-arrow-take:before {
    position: absolute;
    left: 14px;
    top: 10px;
    cursor: pointer;
}

/*return to top arrow css over*/

@media (max-width: 991.98px) {
    #sidebar {
        margin-left: -300px;
    }

    #sidebar.active {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .user_info span {
        font-size: 14px;
    }

    .user_info p {
        font-size: 11px;
    }

    .container,
    .container-sm {
        max-width: 750px;
    }

    .search_btn {
        font-size: 16px;
        top: 3px;
        left: 0;
    }

    .search {
        font-size: 14px;
        box-shadow: none;
        padding: 6px 0.75rem 6px 2.4rem;
    }

    .contacts_card_box li {
        border: none;
    }

    .user_info {
        margin-left: 10px;
    }

    .user_img {
        height: 40px;
        width: 40px;
    }

    .user_time_cl {
        font-size: 10px !important;
        margin-top: 3px;
    }

    .user_message_pending {
        width: 18px;
        height: 18px;
        line-height: 18px;
    }

    .type_msg {
        font-size: 13px;
        padding: 10px 150px 8px 11px;
    }

    .msg_cotainer,
    .msg_cotainer_send {
        padding: 6px 11px;
        max-width: 100%;
    }

    .msg_time,
    .msg_time_send {
        right: 0;
        display: block;
        bottom: 0;
        text-align: right;
    }

    .chat-card .card-header {
        padding: 10px 1rem;
    }

    i.fas.fa-arrow-down.right-arrow-take {
        top: unset !important;
        width: 38px !important;
        height: 38px !important;
        font-size: 24px !important;
        bottom: 95px !important;
    }

    i.fas.fa-arrow-down.right-arrow-take:before {
        left: 9px !important;
        top: 8px !important;
    }
}

@media (max-width: 575px) {
    .chat-card.card {
        height: 925px;
        padding-top: 60px;
    }

    #sidebar .card.chat-card {
        padding-top: 0;
    }

    .chat_mobile_box_main {
        display: block;
    }

    .model_side_chat_area {
        display: none;
    }

    .chat_mobile_main_content {
        position: fixed;
        top: 0;
        padding: 0;
        z-index: 1;
    }

    .chat-card .card-footer {
        padding-bottom: 8px;
    }
}

/*end model side chat*/

/* User side chat css start */

.msg_cotainer_send:after {
    content: "";
    position: absolute;
    visibility: visible;
    top: 0.4px;
    right: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #01adf1;
    clear: both;
}

.msg_cotainer:after {
    content: "";
    position: absolute;
    visibility: visible;
    top: 0px;
    left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #a61651;
    clear: both;
}

/* user side chat css over */

/* modal side chat css start */

.right-protion-move {
    position: absolute;
    right: -86px;
}

/* modal side chat css over */

/*Modal side my bookings css start*/

.booking_history_box .table-bordered > :not(caption) > * > * {
    border-width: 0px;
    border-right: 1px solid #bcbcbc;
}

.booking_history_box .table-bordered > :not(caption) > * > *:last-child {
    border-right: transparent;
}

.booking_history_box {
    border-radius: 10px;
    border: 1px solid #bcbcbc;
}

.booking_history_box tr:last-child {
    /* border-bottom: transparent; */
    border-top: transparent;
}

.booking_history_box table.table.table-bordered {
    margin-bottom: 0px;
}

.booking_history_box .table-bordered > :not(caption) > * > *:first-child {
    border-top-left-radius: 9px;
}

.booking_history_box .table-bordered > :not(caption) > * > *:last-child {
    border-top-right-radius: 9px;
}

.Completedstatus {
    color: #254f96;
}

.Acceptedstatus {
    color: #56c0f4;
}

.Pendingstatus {
    color: #a61651;
}

.Rejectedstatus {
    color: #3a3d40;
}

.booking_history_area {
    padding: 60px 0;
}

.booking_history_box tr th,
td {
    text-align: center;
}

.booking_history_box tr th {
    font-family: Aileron-SemiBold;
    color: #001b2b;
    background: #ececec;
    padding: 20px 10px !important;
    font-size: 18px;
}

.booking_history_box tr td {
    font-family: "Aileron-Regular";
    padding: 15px 10px !important;
    color: #565656;
    vertical-align: middle;
}

.booking_history_box tr td a {
    background: #001b2b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    padding: 7px 8px;
    border-radius: 5px;
    transition: 0.5s;
}

.booking_history_box tr td a:hover {
    background: #a61651;
}

.booking_history_area h3 {
    margin-bottom: 15px;
    font-size: 26px;
}

.booking_history_area .table {
    border-color: #bebebf;
}

.booking_history_area .fanbook_filter_bt .dropdown-content {
    background-color: #ffffff;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    border-top: 1px solid #ddd;
    margin-top: -2px;
}

.booking_history_area .fanbook_filter_bt .dropdown-content a {
    font-size: 14px;
    text-align: center;
    padding: 8px;
}

.booking_history_area .fanbook_filter_bt .dropdown-content a:hover {
    background-color: #a61651;
}

.booking_history_area .fanbook_filter_bt .dropdown .dropbtn {
    padding: 8px 15px;
}

.booking_history_area .fanbook_filter_bt .dropdown .dropbtn i {
    float: none;
    font-size: 18px;
    color: #001b2b;
    position: relative;
    top: 2px;
    padding: 0 2px 0 0;
}

.booking_history_area .fanbook_filter_bt .dropdown .dropbtn:hover i {
    color: #fff;
}

.booking_history_area .fanbook_filter_bt {
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .booking_history_box {
        overflow: auto;
        width: 100%;
    }

    label.col-2.col-form-label.text-end {
        padding-left: 12px !important;
        text-align: left !important;
    }

    .booking_history_area .card-body .col-md-5 .row {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .booking_history_area .card {
        margin-top: 10px;
    }

    .booking_history_area .card-body label {
        font-size: 14px !important;
    }

    .edit_profile_area .form-group #tokens.form-control {
        margin-top: 0px !important;
    }

    .edit_profile_area #token_div .form-group {
        margin-bottom: 18px;
    }

    /* #modal_crop_model_photos .cropper-container.cropper-bg {
      width: 486px !important;
      width: 100% !important;
  } */
}

.booking_history_box tr th,
td {
    text-align: center;
}

.booking_history_box tr th {
    font-family: Aileron-SemiBold;
    color: #001b2b;
    background: #ececec;
    padding: 20px 10px;
    font-size: 18px;
}

.booking_history_box tr td {
    font-family: "Aileron-Regular";
    padding: 15px 15px !important;
    color: #565656;
}

.booking_history_box .form-group select {
    background-position-x: 94%;
    background-position-y: 14px;
}

.form-group select {
    background-position-x: 97%;
    background-position-y: 50%;
}

.booking_history_box .join_btn {
    background: #1f3e8b !important;
    color: #fff;
    padding: 6px 12px;
    border-radius: 9px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 8px;
    border-width: 0px;
    /* vertical-align: text-bottom; */
}

.booking_history_box .accept {
    background: #a61651 !important;
    color: #fff;
    padding: 6px 12px;
    border-radius: 9px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 8px;
    border-width: 0px;
    vertical-align: text-bottom;
}

.booking_history_box .reject {
    background: #001b2b !important;
    color: #fff;
    padding: 6px 12px;
    border-radius: 9px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 8px;
    border-width: 0px;
    vertical-align: text-bottom;
    display: inline-block;
}

/* .booking_history_box tr td button {
  background: #001B2B;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  padding: 7px 8px;
  border-radius: 5px;
  transition: .5s;
} */

/* .booking_history_box tr td button:hover {
  background: #A61651;
} */

.booking_history_area h3 {
    margin-bottom: 20px;
    font-size: 26px;
}

.booking_history_area .table {
    border-color: #bebebf;
}

.booking_history_area .dropdown-menu {
    border-radius: 0;
    padding: 0;
    top: -7px !important;
    border-bottom: none;
    margin: 0 0 10px -1px !important;
    min-width: 94px;
}

.booking_history_area .dropdown-menu a {
    font-size: 14px;
    text-align: center;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.booking_history_area .dropdown-menu a:hover {
    background-color: #a61651;
    color: #fff;
}

.booking_history_area .dropdown .dropdown-toggle {
    padding: 8px 15px;
    float: right;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Aileron-SemiBold";
    box-shadow: none;
    color: #001b2b;
    background: #e6e6e6;
}

.booking_history_area .dropdown .dropdown-toggle i {
    font-size: 16px;
    position: relative;
    top: 2px;
    padding: 0 2px 0 0;
}

.booking_history_area .fanbook_filter_bt {
    margin-bottom: 12px;
}

.dropdown-toggle::after {
    display: none;
}

.booking_history_area .create_new_post_main h5 {
    text-transform: capitalize;
    color: #414141;
    margin-top: 8px;
}

.wallet_title_cl {
    color: #525252;
    font-family: "Aileron-SemiBold";
    font-size: 16px;
    margin-bottom: 26px;
}

.user_side_wallet_box label {
    font-size: 14px;
    color: #525252;
    padding-bottom: 7px;
    font-family: "Aileron-SemiBold";
}

.wallet_inner_box_cl.wallet_icons_cl {
    width: 40px;
    text-align: center;
    font-family: "Aileron-Bold";
    font-size: 18px;
    color: #525252;
}

input#all_search {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none" stroke="black" stroke-width="2"><circle cx="7" cy="7" r="6" /><path d="M11 11 L15 15" /></svg>');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 0.5em center;
    background-color: #ebebeb;
    border: transparent;
    padding: 9px;
}

select#type_status {
    padding: 9px;
    background-color: #ebebeb;
    background-size: 20px;
    border: transparent;
}

.wallet_inner_box_cl {
    display: inline-block;
}

.user_side_wallet_box .form-control {
    box-shadow: none;
    border: none;
    background: #e6e6e6;
}

.user_side_wallet_box {
    border: 1px solid #b1b1b1;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.booking_history_area .edit_profile_tab_box .tab {
    padding-top: 50px;
    text-align: center;
}

.booking_history_area .edit_profile_tab_box .tab button {
    margin-right: 30px;
    font-size: 16px;
    text-transform: capitalize;
    padding: 14px 0 5px;
}

.booking_history_area .edit_profile_tab_box .tab button.active {
    border-bottom: 1px solid #01adf1;
    color: #01adf1;
}

.booking_history_area .request_refund {
    background: #a61651;
    color: #fff;
    padding: 6px 12px;
    border-radius: 9px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 8px;
    border-width: 0px;
}

.earning_date_range {
    text-align: right;
}

.earning_date_range h6 {
    font-family: Aileron-SemiBold;
    display: inline-block;
    padding-right: 5px;
}

.earning_date_range span {
    color: #565656;
    font-size: 15px;
    padding: 0 6px;
}

.earning_date_range .form-control {
    display: inline-block;
    width: 165px;
    box-shadow: none;
    border: none;
    background: #e6e6e6;
    font-size: 14px;
    padding: 9px 15px;
    border-radius: 6px;
    color: #565656;
}

.earning_date_range .dropdown {
    display: inline;
    margin-left: 35px;
}

.availability_date_time_box {
    border: 1px solid #001b2b;
    padding: 15px;
    border-radius: 6px;
}

.booking_history_area h5 {
    font-family: "Aileron-SemiBold";
    border-bottom: 1px solid;
    padding-bottom: 17px;
}

@media (max-width: 575px) {
    .booking_history_area .fanbook_filter_bt {
        float: none;
    }

    /* .booking_history_area {
        padding: 15px 0 40px;
    } */

    .booking_history_area h3 {
        font-size: 24px;
    }

    .booking_history_box tr th {
        font-size: 17px;
        line-height: normal;
        padding: 15px 10px !important;
    }

    .booking_history_box tr td {
        line-height: normal;
        font-size: 15px !important;
    }

    #post_type_block {
        margin-bottom: 15px;
    }
}

/*Modal side my bookings css over*/

/* @supports (-moz-appearance: none) {
    body.modal-open .navbar {
      padding-right: 15px !important;
    }
  } */

/* @-moz-document url-prefix() {
    body.modal-open .navbar {
      padding-right: 15px !important;
    }
  } */

/* @supports (-webkit-touch-callout: none) {
    body.modal-open .navbar {
      padding-right: 15px !important;
    }
  } */

/* @supports (-webkit-appearance: none) and (not (-moz-appearance: none)) {
    body.modal-open .navbar {
      padding-right: 15px !important;
    }
  } */

@supports (-webkit-appearance: none) and (not (-moz-appearance: none)) {
    @media screen and (min-width: 1024px) {
        body.modal-open .navbar {
            padding-right: 15px !important;
        }
    }
}

/* body.modal-open .navbar {
  padding-right: 15px !important;
} */

/*404 Error Page css start*/

#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 520px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

.notfound .notfound-404 {
    height: 100%;
}

.notfound .notfound-404 h1 {
    font-family: "Aileron-Bold", sans-serif;
    font-size: 146px;
    font-weight: 700;
    margin: 0px;
    color: #001b2b;
}

.notfound .notfound-404 h6 > span {
    display: inline-block;
    width: 120px;
    height: 160px;
    background-image: url(../images/2093679.svg);
    background-size: cover;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    z-index: -1;
    animation-name: floating;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.notfound h2 {
    font-family: "Aileron-Bold", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0px;
    text-transform: uppercase;
    color: #001b2b;
}

.notfound p {
    font-family: "Aileron-Bold", sans-serif;
    color: #787878;
    font-weight: 300;
}

.notfound a {
    font-family: "Aileron-Bold", sans-serif;
    display: inline-block;
    padding: 12px 30px;
    font-weight: 700;
    background-color: #001b2b;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    border-radius: 8px;
}

.notfound a:hover {
    opacity: 0.8;
}

@keyframes floating {
    from {
        transform: scale(1.4) translate(0, 0);
    }

    50% {
        transform: scale(1.4) translate(0, 15px);
    }

    to {
        transform: scale(1.4) translate(0, 0);
    }
}

/*404 Error Page css over*/

/*Model side broadcasting tab css start*/

.create_new_post_main_video .video-brodacasting {
    font-size: 30px;
    font-weight: 600;
    color: #001b2b;
}

.video-call-img {
    border: none;
}

.video-call-img img,
.video-call-img video {
    border-radius: 26px;
    height: 100%;
    width: 100%;
}

.video-call-name {
    font-size: 31px;
    font-weight: 400;
    color: #001b2b;
}

.main-card {
    border-radius: 10px !important;
    padding: 30px;
    height: 100%;
}

.available_private_show h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 18px;
    font-family: "Aileron-SemiBold";
}

.model_broadcast_contents {
    border-radius: 8px;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.about_live_stream textarea {
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    text-align: start;
    margin-bottom: 20px;
    resize: none;
    height: 100px;
    overflow: auto;
}

.model_broadcast_contents h4 {
    font-family: "Aileron-Bold";
    font-size: 1.2rem;
}

.model_broadcast_contents .policy-lable a {
    color: #a61651 !important;
    font-weight: 700 !important;
}

.model_broadcast_contents input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid #636363;
    height: 1.325rem;
    width: 1.325rem;
    display: inline-block;
    border-radius: 0.125rem;
    position: relative;
    cursor: pointer;
    margin-right: 0.2rem;
}

.model_broadcast_contents input[type="checkbox"]::before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    background-color: rgba(41, 98, 255, 0);
    position: absolute;
    border-radius: 50%;
    transform: scale(0.5);
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
    will-change: transform background-color;
}

.model_broadcast_contents input[type="checkbox"]:checked {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABHNCSVQICAgIfAhkiAAAAbRJREFUSEtjZACCZcIBAQxMDPn/GRgMGBkZBUBiFIP//w8w/mdojHyz4QAj2AJmxvUUG4rDAMZ//x0Zl4kGHmBgZLCnlSUM/xkOMi4TCwSGEu3A////P9DcEpDzh44lrHxcDOppPgw3Z21h+P3pG0bYU+wTkAXO65sZBHUUGU7kTWa4v3I/9S2xmJTLoBjuyPDh6gOGPQE11PcJKIiMmpPABoMsAFmEDWANLjErbQaLibkM5+rmMTzZfgqrRhlPMwbbBRVgucMJHTjV4UxdIO+DguH3x68MewJrMVwooK3A4AKMB1Z+boYrPSsZLnevxJvRcEY8LKzfX7nPsBdoESzVIEc0yJcgXxACOC0BGeayoYUB5Oon204yHE7sBJsFCiJQUOGLaHRL8SZhbllRBs99/QwgC8/VzmNgAwaPTkk42FfbnQoZvj5+TcgTYHmC+QQ5gmEmgoLv1bGrRFlAlCUgRbql4WAfgADIR6CcTQog6BOYYaD8ALOEFAuI9gmphpIU8ZQaDtNPdHBRYiHtLfnP8JFOdTw9WiugsIa0uxgLgEwDYMuFn5Lwh+sFtVL+/28AtbsAthTCCQuMUfgAAAAASUVORK5CYII=");
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center;
    box-shadow: none;
    border: 1px solid #a61651;
}

.model_broadcast_contents input[type="checkbox"]:hover::before {
    background-color: rgba(176, 14, 83, 0.4);
    transform: scale(2.25);
}

.model_feed_public_box_inner .input-container {
    display: flex;
    align-items: center;
    gap: 6px;
}

.model_feed_public_box_inner .input-container label {
    font-weight: 700;
    font-size: 1.2rem;
}

/*Model side broadcasting tab css over*/

.fanbook_do_not_sell_my_info_box,
.privacy_policy_box ul,
.how_its_work_box ul,
.help_box ul,
.about_us_box ul,
.terms_use_box ul,
.do_not_sell_my_info_box ul {
    list-style: disc;
    padding: 0px 0px 12px 21px;
}

.fanbook_do_not_sell_my_info_box .do_not_sell_my_info_box ul li::marker {
    font-size: 21px;
}

/* .privacy_policy_box ul,
.how_its_work_box ul,
.help_box ul,
.about_us_box ul,
.terms_use_box ul,
.do_not_sell_my_info_box ul {
  /* list-style-image: none;
} */

.video-watermark-logo {
    position: absolute;
    bottom: 30px;
    max-width: 188px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.video-watermark-logo-img {
    width: 20px;
}

.video-watermark-logo-text {
    margin: 0 0px 0 8px;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
        1px 1px 0 #000;
}

.phone-call {
    background: transparent !important;
}

.right-section .subscribe-sticky {
    display: inline-block !important;
    position: relative;
    bottom: 0;
    left: 0;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px,
        rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px,
        rgb(0 0 0 / 9%) 0px -3px 5px;
    font-size: 10px;
    word-break: initial;
    word-spacing: revert;
    width: 100%;
}

.message-icon-wrapper a {
    width: fit-content;
}

.message-icon-wrapper a span {
    padding-right: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #a61651;
    border-radius: 100px;
    display: block;
    text-align: center;
    min-width: 15px;
    min-height: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 0;
    padding: 7px 2px !important;
}

@media only screen and (max-width: 991px) {
    .message-icon-wrapper a span {
        top: 5px;
        right: -10px;
    }
}

.custom-panel ul {
    margin-left: 1rem;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.edit_profile_bg_content > h5 {
    color: #b0b0b0;
}

.hidden_comment_top h5 {
    color: #b0b0b0 !important;
}

.subscription-exc-vat-tax-note {
    color: #b0b0b0;
}

.filter-modal .modal-header button.btn-close {
    top: 20px;
    right: 20px;
    background-color: white;
}

.filter-modal .modal-body {
    margin-top: 5px;
}

.background-color-new .btn.cancel {
    color: #b0b0b0 !important;
    border: 1px solid #b0b0b0;
    background: transparent !important;
}

.model-username {
    color: #001b2b !important;
}

.broadcasttab h1,
.broadcasttab h2,
.broadcasttab h3,
.broadcasttab h4,
.broadcasttab h5,
.broadcasttab h6,
.broadcasttab .h1,
.broadcasttab .h2,
.broadcasttab .h3,
.broadcasttab .h4,
.broadcasttab .h5,
.broadcasttab .h6 {
    color: #b0b0b0 !important;
}

#model-custom-slot-store h1,
#model-custom-slot-store h2,
#model-custom-slot-store h3,
#model-custom-slot-store h4,
#model-custom-slot-store h5,
#model-custom-slot-store h6,
#model-custom-slot-store .h1,
#model-custom-slot-store .h2,
#model-custom-slot-store .h3,
#model-custom-slot-store .h4,
#model-custom-slot-store .h5,
#model-custom-slot-store .h6 {
    color: #001b2b !important;
}

.no-data-text {
    color: #b3b3b3 !important;
}

.edit_profile_tab_content .create_new_post_main .new-post-heading h5 {
    color: #b3b3b3 !important;
}
.btn-load-chat {
    font-weight: 400;
    color: #001b2b !important;
    text-decoration: none;
    background: transparent !important;
    text-transform: none !important;
}
.btn-load-chat:hover {
    background: transparent !important;
    color: #a61651 !important;
}
.btn-load-chat:focus {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25) !important;
    background: transparent !important;
    color: #a61651 !important;
}

.btn-load-chat:focus-visible {
    outline: 0px !important;
    background: transparent !important;
    color: #a61651 !important;
}
.edit_profile_model_box,
.edit_profile_user_box {
    background: #ffffff !important;
}
