.profile-bottom {
    padding-top: 38px!important;
}

.profile-top .thumbnail-card .image .models-award .item-overflow {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: calc(103.65% + 12px);
    padding-bottom: 0.75rem;
}

.unlock-gallery .thumbnail-card .image .models-award .models-xs {
    z-index: 2;
}

.unlock-gallery .thumbnail-card .image .models-name {
    margin-right: auto;
    z-index: 5;
    position: relative;
    padding: 0 0.25rem;
    margin-left: 28%;
    background: rgba(0,0,0, 0.01);

}

.sidebar {
    overflow-y: auto;
}

.sidebar::-webkit-scrollbar {
    width: 5px;
}

.sidebar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f1f1f1;
    border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb {
    background: #889099;
    border-radius: 10px;
}

.dashboard-info-profile .card .card-body .card-title.card-title-white, .dashboard-info-profile .card .card-header .card-title.card-title-white {
    justify-content: center;
}

.dashboard-info-overview .card .option-area-header .dropdown {
    display: inline-flex;
}

.left-col {
    flex: 0 0 27.75%;
    max-width: 27.75%;
}

.info-box-add {
    max-width: 188px;
    width: 100%;
}

.custom-select-wrapper .online-select .custom-select-trigger {
    height: 33px;
}

.custom-select-wrapper .online-select .custom-select-trigger:after {
    top: 50%;
}

.filter-icon {
    margin-left: 1rem!important;
    margin-right: 0!important;
}

.accordion button[aria-expanded=true]+.accordion-content {
    max-height: 100%;
}

.models-gallery .models-card .btn-send {
    padding: 0.25rem;
}

.dashboard-info .card .card-body .card-title-white {
    font-size: 2.625em;
}

.sort-row .rows-select .form-control {
    max-width: 100%;
    display: flex;
    width: auto;
}

.gallery .thumbnail-card .image .dash-thumb-overflow img, .gallery .thumbnail-card .image .thumb-overflow img {
    position: absolute;
}

.custom-input-row {
    padding: 15px 5px;
    height: auto;
}

.custom-input-row .input-group-container .input-group .form-control,
.custom-input-row .input-group-container .input-group .input-group-text {
    line-height: 1;
    text-align: left!important;
}

.custom-input-row .custom-select-wrapper .custom-select {
    line-height: 1;
    padding: 0 10px;
    height: 34px;
    border: 0;
    background: #fff;
}

.custom-input-row .custom-select-wrapper .custom-select .custom-select-trigger {
    height: 34px;
    line-height: 36px;
}

.custom-input-row .custom-select-wrapper .custom-select .custom-select-trigger:after {
    right: 4px;
}

.custom-select-wrapper .custom-select .custom-options .custom-option {
    color: #222;
    line-height: 38px;
}

.custom-row .input-group > .form-control {
    text-align: left!important;
}

.input-group > .prefix {
    color: #666;
    padding: 0 10px;
    background: #ccc;
    border: 1px solid #bbb;
    border-right: 0;
    line-height: 36px;
    border-radius: 3px 0 0 3px;
}

.input-group > .form-control + .suffix {
    color: #666;
    padding: 0 10px;
    background: #ccc;
    border: 1px solid #bbb;
    border-left: 0;
    line-height: 36px;
    border-radius: 0 3px 3px 0;
}

.dashboard-info-profile .card .card-body, .dashboard-info-profile .card .card-header {
    display: flex;
    margin-top: auto;
    flex: auto;
}

.dashboard-info-profile .card .card-body .card-title, .dashboard-info-profile .card .card-header .card-title {
    display: flex;
    margin-top: auto;
    flex: auto;
}

.models-gallery .models-card, .dashboard-wrapper .models-rank.models-card {
    width: calc(20% - 16px);
    margin: 8px;
    text-align: center;
}

.btn-dropdown .svg-inline--fa {
    height: 1em!important;
    width: 1em!important;
}

.year-dropdown .dropdown-menu li a {
    padding: 5px 10px;
    color: #000;
}

.custom-col-1 {
    width: calc(25% - 18px);
}

.custom-col-2 {
    width: calc(75% - 18px);
}

.col-chat-lg {
    /*width: calc(70% - 8px);*/
    width: 70%;
    float: left;
    padding-right: 0;
    margin-right: auto;
}

.col-chat-sm {
    /*width: calc(30% - 8px);*/
    width: 30%;
    float: left;
}

.models-tab {
    height: auto;
}

.interactive-buttons .icon-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.models-gallery .models-card .models-award {
    height: 45px;
}

#sync2 .models-name, .models-gallery .models-name {
    margin: 0!important;
}

@media(max-width: 992px) {
    .col-chat-lg {
        width: calc(70% - 8px);
        float: left;
        padding-right: 0;
    }

    .col-chat-sm {
        width: calc(30% - 8px);
        float: left;
    }
}
@media(max-width: 767px) {
    .col-chat-lg, .col-chat-sm {
        width: 100%;
        float: none;
        margin-right: 0;
        /*margin-bottom: 16px;*/
    }
    .col-filter {
        width: 48%;
    }
}
@media(max-width: 992px) {
    .column1,
    .column2 {
        width: calc(70% - 8px);
        padding-right: 8px;
    }
}

.add-service {
    margin-right: 0;
    margin-left: auto;
}

.interactive-buttons .icon-box .icon-box-icons {
    max-width: 32px!important;
}

button.dash-send-btn {
    height: auto;
    min-height: 64px;
}

.nav-row-user {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding-right: 0.75%;
}

.nav-row {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 0 16px;
}

.nav-row .info-box {
    margin: 0 0 0 auto;
}

@media (max-width: 1920px) {
    .nav-row .img-thumbnail {
        margin-left: 12px;
    }
}

.nav-row-user .col-button {
    max-width: 44%;
    width: auto;
    margin-left: 0;
    margin-right: auto;
}

.nav-row-user .col-search {
    max-width: 41.9%;
    width: auto;
}

.add-service {
    flex: 0 0 auto;
}

.welcome-row .info-box {
    margin: 0;
}

/*-----------------------------------------Custom Columns---------------------------------------------------------*/
@media (max-width: 1750px) {
    .dashboard-info .card .card-body .card-title-white {
        font-size: 2.1875em;
    }
    .col-dash-right {
        padding-left: 16px;
    }
    .dashboard-info .card, .dashboard-info-profile .card {
        padding: 0.5rem 0.75rem;
    }
    .custom-col-1 {
        width: calc(25% - 18px);
    }
    .custom-col-2 {
        width: calc(75% - 18px);
    }
    .join-model-wrapper .content-container .header-row span {
        display: flex;
        margin-top: auto;
        flex: auto;
    }
    .unlock-gallery .thumbnail-card .image .models-award .models-padlock {
        width: 25%;
    }
    .unlock-gallery .thumbnail-card .image .models-name {
        /*margin-left: auto;*/
        margin-right: auto;
        /*justify-content: center;*/
    }
    .message-nav .nav-pills.pills-height {
        height: auto;
    }
}
@media (max-width: 1506px) {
    .models-gallery .models-card, .dashboard-wrapper .models-rank.models-card {
        width: calc(25% - 16px);
    }
    .custom-col-1 {
        width: calc(33% - 18px);
    }
    .custom-col-2 {
        width: calc(67% - 18px);
        margin-left: auto;
    }
    .nav-row-user .col-search {
        max-width: 30%;
        width: auto;
    }
    .models-gallery .models-card .models-award {
        height: 45px;
    }
}
@media (max-width: 1369px) {
    .col-dash-right {
        width: 100%;
        padding-left: 0;
    }
    .gallery .thumbnail-card .image .icons-area .top-icon {
        width: 25px;
        height: 25px;
    }
    .gallery .thumbnail-card .image .icons-area .top-icon img {
        width: 60%;
    }
    .gallery .thumbnail-card .image .icons-area .center-icon .play-button .svg-inline--fa {
        height: 1.75rem!important;
        width: 1.75rem!important;
    }
}
@media(max-width: 1280px) {
    .col-filter {
        max-width: 15.75%;
        width: auto;
    }
}
@media (max-width: 1196px) {
    .custom-col-1 {
        width: 100%;
        margin: 0 auto 1rem;
    }
    .custom-col-2 {
        width: 100%;
        margin: 0 auto 1rem;
    }
    .col-filter {
        max-width: 24%;
        width: auto;
    }
}
@media(max-width: 1100px) {
    .nav-row .info-box {
        margin: 0 24px 0 0;
    }
}
@media (max-width: 992px) {
    .models-gallery .models-card, .dashboard-wrapper .models-rank.models-card {
        width: calc(33.3% - 16px);
    }
    .join-model-wrapper .content-container .header-row span {
        display: contents;
    }
    .col-filter {
        max-width: 32%;
        width: auto;
    }
    /*#floatSpace-dash.col-filter {*/
    /*    max-width: 32%;*/
    /*    width: auto;*/
    /*}*/
}
@media (max-width: 768px) {
    .col-filter {
        max-width: 48%;
        width: auto;
    }
    /*#floatSpace-dash.col-filter {*/
    /*    max-width: 48%;*/
    /*    width: auto;*/
    /*}*/
    .models-gallery .models-card, .dashboard-wrapper .models-rank.models-card {
        width: calc(50% - 16px);
    }
    .col-chat-lg {
        width: 100%;
        margin-right: 0;
    }

    .col-chat-sm {
        width: 100%;
    }
    .nav-row {
        width: auto;
        padding: 0 0;
    }
}
@media (max-width: 576px) {
    .models-gallery .models-card, .dashboard-wrapper .models-rank.models-card {
        width: 100%;
    }
    .col-filter {
        width: 100%;
        margin: 0 auto;
    }
    /*#floatSpace-dash.col-filter {*/
    /*    width: 100%;*/
    /*    margin: 0 auto;*/
    /*}*/
    .unlock-gallery .thumbnail-card .image .models-name {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
}
@media(max-width: 1921px) {
    .profile-top .thumbnail-card .image .models-award .item-overflow {
        padding-top: calc(108.65% + 40px);
        padding-bottom: 0.75rem;
    }
}

.profile-top .thumbnail-card .image .models-award .item-overflow .model-profile {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    margin: 0 auto 30px;
}

.profile-bottom .content-aside .top-marg {
    margin-top: calc(20% + 16px);
}

.marginRight-0 {
    margin-right: 0;
    margin-left: auto;
}

.profile-top .models-name {
    width: 75%;
    margin-right: 0;
    margin-left: auto;
}

.col-items-1 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-items-2 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-items-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.header-image {
    display: block;
}

.button-icon {
    width: 100%;
}

.upload-btn.blue-btn {
    font-size: 1.2em;
    line-height: 1.2;
}

.imageUpload {
    min-height: 200px;
}

.imagePreview {
    width: 100%;
}

.imageUpload .-crop {
    position: absolute;
    top: 15px;
    left: 18px;
    font-size: 24px;
}

.custom-25 {
    width: 25% !important;
}

@media(max-width: 1366px) {
    .profile-top .models-name {
        width: 72%;
    }
    .top-bar .box-search {
        margin: 0 4px;
    }
}
@media(max-width: 1280px) {
    .nav-row-user .col-search .msg-unread {
        padding: 0;
    }
    .join-wrapper .img-cover .centered .join-row {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .col-logo {
        display: none!important;
    }
}
@media(max-width: 1100px) {
    .profile-bottom .content-aside .top-marg {
        margin-top: 0;
    }
    .nav-row-user .col-search {
        margin-left: 0;
        margin-right: auto;
    }

    .nav-row .box-search .form-control {
        padding-left: 2rem;
        width: initial;
        max-width: 80%;
        flex: 0 0 80%;
        display: flex;
    }
    .header-image {
        display: none;
    }
    .marginRight-0 {
        margin-right: 0;
        margin-left: 0;
        width: auto;
    }
    .left-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .profile-top .models-name {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        flex-wrap: wrap;
    }

    .col-items-1 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-items-2 {
        flex: 0 0 48%;
        max-width: 48%;
    }
    .col-items-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .main {
        margin-right: 0!important;
    }
}
@media(max-width: 992px) {

    .nav-row .box-search {
        max-width: 55%;
        flex: 0 0 100%;
        display: flex;
    }
    .dashboard-wrapper .content-container {
        text-align: inherit;
        padding: 0!important;
    }
    .message-nav .models-name, .message-nav .thumb-font {
        line-height: 28px;
    }
}
@media(max-width: 769px) {
    .marginRight-0 {
        margin-right: 0;
        margin-left: 0;
        width: auto;
    }
    .btn-send.btn-tab {
        max-width: auto;
        padding: 0 5px!important;
    }

    .nav-row-user {
        margin: auto;
        padding-right: 0;
    }
    .nav-row-user .col-search {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
        margin-top: 8px;
    }
    .nav-row-user .box-search {
        height: auto;
        width: 100%;
    }
    .nav-row-user .col-search .box-search-width {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .nav-row .box-search {
        margin: 8px auto!important;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .nav-row .box-search .form-control {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        display: flex;
    }
    .col-join {
        width: 18%;
        margin: 0.5rem 0.25rem;
    }
    .box-icons-white {
        height: 0.75em!important;
        width:  0.75em!important;
    }
    .profile-top .models-name {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .col-items-1 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .col-items-2 {
        flex: 0 0 70%;
        max-width:70%;
        text-align: center;
    }
    .col-items-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    main {
        margin-top: 130px;
    }
}
@media(max-width: 680px) {
    .col-items-1 {
        display: inline-flex;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-items-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .dashboard-wrapper .info-box {
        max-width: inherit!important;
        margin: 0 0 1rem 0;
    }
    .custom-25 {
        width: 100% !important;
    }
}
@media(max-width: 600px) {
    .join-wrapper .img-cover .centered .content-container {
        padding: 1rem;
        width: 100%;
        height: auto;
        top: 0;
    }
}
@media(max-width: 576px) {
    .hiddenFilter #floatSpace {
        width: 100%;
        margin: 0 0 1rem 0;
        max-width: 100%;
    }
}
@media (max-width: 560px) {
    footer .footer-info div .footer-container-right {
        padding: 0.25rem !important;
    }
    footer .footer-container-right .footer-list {
        margin-top: 0.5rem;
    }
    footer .social-list a img {
        margin-top: 0;
    }
    .contact-wrapper .content-container {
        padding: 1%;
    }
    .sort-row .px-5 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important;
    }
    .nav-row-user .box-search .form-control {
        width: 100%;
    }
    .message-modal-title {
        line-height: 28px;
    }
    .custom-row {
        padding: 1rem 0;
    }
    .custom-row span {
        line-height: 33px;
    }
    .custom-collection {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .custom-input-row span {
        line-height: 33px;
        padding: 1rem 0;
    }
    .user-dashboard-wrapper .filter-col-box {
        margin-top: 0rem;
    }
}
@media(max-width: 480px) {
    .col-join {
        width: 30%;
    }
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table th {
    letter-spacing: .1em;
    text-transform: uppercase;
}

.message-text {
    font-size: 12px;
}

.half-td {
    width: 25% !important;
}

@media screen and (max-width: 992px) {
    table {
        border: 0;
    }
    .half-td {
        width: 100% !important;
    }
    .message-text {
        max-width: 50%;
        margin-right: 0;
        margin-left: auto;
        display: block;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right!important;
    }
    table td .icon-box {
        width: auto;
        justify-content: flex-end;
        background: transparent;
        height: auto;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }
    .table-responsive .table tbody tr td {
        text-align: left!important;
        display: flex;
        align-items: center;
        height: 37px!important;
        border-top: 1px solid transparent!important;
    }
}

#toggleSidebar {
    cursor: pointer;
    height: 46px;
    width: 100%;
    background: #212121;
    color: #01cddf;
    border-radius: 0;
    text-align: right;
}

#toggleSidebar .fa-chevron-left {
    font-size: 14px;
}

#toggleSidebar.closed {
    transform: rotate(180deg);
    color: #fd6b94;
}

.stroke-dot .message-dot {
    display: flex!important;
}

.sidebar-closed {
    width: 72px!important;
    transition: all 0.5s ease;
}

.sidebar-closed .nav .nav-item .nav-link span {
    display: none;
    transition: all 0.5s ease;
}

.main-open {
    margin-left: 72px!important;
    transition: all 0.5s ease;
}

.sidebar.sidebar-closed .has-sub>a.nav-link[aria-expanded=true]:before {
    transform: rotate(0deg);
}

@media(max-width: 1100px) {
    .sidebar-closed {
        width: 0!important;
    }
    .main-open {
        margin-left: 0!important;
    }
    #toggleSidebar .fa-chevron-left {
        display: none;
    }
}

.message-nav .col-chat-sm {
    align-items: center;
}

.tabs-to-dropdown .nav-wrapper a {
    color: white;
}

.tabs-to-dropdown .nav-pills .nav-link.active {
    background-color: white;
}



.tabs-to-dropdown .tab-content {
    max-width: 1250px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.tabs-to-dropdown .dropdown-menu {
    border: 1px solid white;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.08);
}

.hidden-dropdown.dropdown .dropdown-toggle {
    color: #fff;
    text-align: center;
    border-bottom: 5px solid #fd6b94;
    box-shadow: none;
    outline: 0;
}

.tabs-to-dropdown .dropdown-item {
    padding: 14px 28px;
}

.tabs-to-dropdown .dropdown-item:active {
    color: #fff;
}

.hidden-dropdown {
    display: none;
}

@media (max-width: 1280px) {
    .tabs-to-dropdown .nav-wrapper {
        padding: 15px 30px;
    }
}
@media(max-width: 1180px) {
    .hidden-dropdown {
        display: flex;
        margin: 0 1rem;
    }
    .nav-wrapper>.nav-pills {
        display: none!important;
    }
    .message-nav .nav-wrapper.col-chat-lg {
        width: auto;
    }
    .tabs-to-dropdown .col-chat-sm {
        justify-content: flex-end;
    }
}
@media(max-width: 776px) {
    .message-nav.content-info .col-chat-sm {
        width: auto;
    }
    .tabs-to-dropdown {
        justify-content: center;
    }
}
@media(max-width: 560px) {
    .hidden-dropdown {
        display: flex;
        margin: 0 auto;
    }
    .message-nav .nav-wrapper.col-chat-lg {
        width: 100%;
    }
    .message-nav.content-info .col-chat-sm {
        width: 100%;
    }
    .tabs-to-dropdown .col-chat-sm {
        justify-content: center;
    }
    .hidden-dropdown.dropdown .dropdown-toggle {
        margin: 0 auto;
    }
}

#floatSpace-dash.col-filter {
    flex: 0 0 15.66667%;
    max-width: 15.66667%;
    margin-right: 0;
    margin-left: 8px;
    width: auto;
}

@media (max-width: 1850px) {
    .custom-columns .col-xl-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    #floatSpace-dash.col-filter {
        flex: 0 0 24%;
        max-width: 24%;
    }
}
@media (max-width: 1366px) {
    .custom-columns .col-lg-3 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    #floatSpace-dash.col-filter {
        flex: 0 0 32%;
        max-width: 32%;
    }
}
@media (max-width: 750px) {
    .custom-columns .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #floatSpace-dash.col-filter {
        flex: 0 0 48%;
        max-width: 48%;
    }
}
@media (max-width: 600px) {
    .custom-columns .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #floatSpace-dash.col-filter {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-left: auto;
    }
}
