.select2-selection__choice__display {
    display: inline-block;
    color: #fff;
    padding: 12px;
}

.select2-selection__choice__remove {
    top: 11px !important;
}

label.select-tag-label,
label.select-category-label {
    float: left;
    color: #fff;
    padding: 13px 0;
    font-size: 16px;
    font-weight: 800;
}

li.select2-results__option {
    background: #8f8f99;
}

/*==================== Datatable Start ===================*/
.dataTables_length {
    padding: 0px 30px 25px;
}

.dataTables_wrapper .dataTables_length label {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.dataTables_wrapper .dataTables_length select {
    border: 0 !important;
    appearance: none;
    background: #1D1D1D url(../../images/arrow-down-white.svg) no-repeat 90% !important;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    padding: 13px 40px 9px 25px !important;
    border-radius: 30px !important;
    color: #fff;
    font-family: var(--font1);
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    margin: 0 15px;
}

.dataTables_wrapper .dataTables_length select:focus,
.dataTables_wrapper .dataTables_filter input[type="search"]:focus {
    border: 0 none;
    box-shadow: 0 0 0;
    outline: 0 none;
}

.dataTables_wrapper .dataTables_filter {
    border-radius: 30px;
    background: #1D1D1D;
    position: relative;
    max-width: 400px;
    width: 100%;
    border: 0 none !important;
    color: #fff;
    padding: 10px 15px;
    box-shadow: 0 0 0;
}

.dataTables_wrapper .dataTables_filter {
    margin-right: 20px;
}

.dataTables_wrapper .dataTables_filter input[type="search"] {
    color: #fff;
    font-size: 14px;
    border: 0 none !important;
    min-width: 280px;
}

.dataTables_wrapper .dataTables_filter label {
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dataTables_wrapper .dataTables_info {
    color: #fff !important;
    padding-left: 18px;
    font-size: 14px;
}

.dashboard-card-inn .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dashboard-card-inn .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dashboard-card-inn .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #fff !important;
}

.dashboard-card-inn .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dashboard-card-inn .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid rgb(255 255 255) !important;
    border-radius: 4px !important;
}

header.dashboard-hdr .admin-select-wrap .dropdown-toggle {
    color: #fff;
    padding-left: 5px;
}

.psmid .flex input.form-control {
    padding: 10px 10px;
    min-width: 70px;
    margin-bottom: 0;
}


/*==================== Datatable End ===================*/

/*==================== Category Start ===================*/
.catfilterwrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.catfilterwrap h3 {
    margin: 0;
}

.catfilterwrap button.btn {
    margin: 0;
}

.cat-filter {
    background: #202020;
    padding: 25px 35px;
    margin-bottom: 70px; margin-top: 20px;
}

.cat-filter .custom-select {
    margin: 0 15px 0;
}

.cat-filter .btn {
    padding: 15px 45px;
}

.categories-title {
    margin-bottom: 40px;
}

.cat-img-wrap {
    height: 300px;
    overflow: hidden;
    border: solid 1px #ff0065;
}

.categories-list-area h2 {
    color: #fff;
}

.cat-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.categories-list-area .model-each .model-info {
    margin-top: 20px;
    justify-content: center;
    text-align: center;
}

.categories-list-area .model-each .model-info h3 {
    font-size: 20px;
    color: #ff0065;
    margin-bottom: 0;
}

.categories-list-area .model-each .model-info .model-info-rt a.btn {
    padding: 15px 45px;
}

.categories-list-area .model-each .model-info .model-info-lt {
    margin-bottom: 20px;
}

.custom-select.cat-filter-select::after {
    right: 3px;
}

.pagination-wrp p {
    display: none;
}


.pagination-wrp .pagination li span.page-link,
.pagination-wrp .pagination a {
    border-radius: 10px;
    background: #464646 !important;
    border: 0 none !important;
    color: #fff;
    font-size: 16px;
    font-family: var(--font1);
    padding: 15px 22px !important;
}

.pagination-wrp .pagination li.page-item.active span {
    background: #fff !important;
    color: #000 !important;
}

.pagination-wrp .pagination li a:hover {
    background: var(--p-color) !important;
    color: #fff !important;
}

.add-section-info h2 {
    margin-bottom: 20px;
    color: #fff;
}

a.btn.btn-gray {
    background: #303030;
    border: 0;
    border-radius: 6px;
}

.no-result h3 {
    color: #ff0067;
}

.fiter-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.model-filter .fiter-btn-wrap .btn {
    margin: 20px 10px 0;
}

.select2-container--default .select2-selection--multiple {
    background-color: #000;
    border: 0 none !important;
    padding: 12px;
}

span.select2-selection__arrow {
    display: none;
}

.select2-container .select2-selection--single {
    height: 50px;
}

span.select2-selection.select2-selection--single {
    background: #000;
    border: 0 none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 50px;
    height: 50px;
}

.select2-container--open {
    color: #ff0065;
}

.custom-seclect2-weavers {
    width: 200px !important;
}

.select2-container--default.custom-seclect2-weavers .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    ;
}

.select2-container--default.custom-seclect2-weavers .select2-selection--single .select2-selection__clear {
    height: 40px !important;
    ;
}

.select2-container--default.custom-seclect2-weavers .select2-selection--single .select2-selection__arrow {
    display: none;
}

.custom-seclect2-weavers .select2-selection--single {
    height: 40px;
}

.btn:focus,
.btn:active {
    background: #000000;
    color: var(--p-color);
}

.model-image-wrap {
    /*height: 450px;*/
    overflow: hidden;
    padding: 0 0 100%;
    position: relative;
}

.home-girl-each .model-image-wrap {
    /*height: 495px;*/
    padding: 0 0 100%;
    position: relative;
}

.model-image-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /*object-position: top;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ff0067 !important;
    border: 1px solid #ff0067 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #fff;
    color: #fff;
}

#gotofiltercat .select2-selection__choice__display {
    padding: 2px; line-height: 1; padding-top: 5px;
}

#gotofiltercat .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    top: 2px !important;
}

#gotofiltercat .select2-container--default .select2-selection--multiple {
    padding: 10px;
}

#gotofiltercat .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 50px;
    margin-right: 9px;
}



/*==================== Category End ===================*/

aside.EmojiPickerReact.epr-main {
    position: absolute !important;
    bottom: 65px;
    right: 25px;
}

.audio-recorder-wrap {
    padding: 5px 10px;
}

.audio-recorder-wrap span {
    color: #424242;
}




/*=============================Customer dashboard start =====================*/
.customer-dashboard-hd-rht::after {
    background: none;
}

/*=============================Customer dashboard end =====================*/




@media only screen and (max-width: 1280px) {
    .model-image-wrap {
        height: 350px;
    }

    .pagination-wrp .pagination li span.page-link,
    .pagination-wrp .pagination a {
        font-size: 14px;
        padding: 10px 15px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .model-image-wrap {
        height: 300px;
    }

    .featured-models-wrp .model-image-wrap { height: auto; padding: 0 0 100%; position: relative; } 
    .featured-models-wrp .model-image-wrap img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

    .dataTables_length { width: 100%; }
    .dataTables_wrapper .dataTables_filter { width: 100%; margin: 0 0 20px; max-width: 100%; }
    .dataTables_wrapper .dataTables_filter input[type="search"] { min-width: inherit;
        width: calc(100% - 55px);
    }
    .dashboard-section-title .priceRevenue { padding-left: 10px; }

    .dashboard-card-inn .dashboard-section-title.hdr .flex {flex-wrap: wrap;}
    .dashboard-card-inn .dashboard-section-title.hdr .custom-select-wrap.flex {
        width: 100%;
    }

}

@media only screen and (max-width: 991px) {
    .model-image-wrap {
        height: 200px;
    }

   

    

    .dataTables_wrapper .dataTables_filter input[type="search"] {
        min-width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .model-image-wrap {
        height: auto;
    }

    .find-girl-each .model-info .model-active-status {
        top: 0;
    }

    .dataTables_wrapper .dataTables_filter input[type="search"] {
        min-width: calc(100% - 55px);
    }

    .dataTables_length {
        padding: 0px 0px 25px;
    }

    /*=============================Landing page start =====================*/
    .featured-models-wrp .home-girl-each.model-each {
        width: 50%;
    }

    .featured-models-wrp .model-image-wrap { height: auto; padding: 0 0 100%; position: relative; } 
    .featured-models-wrp .model-image-wrap img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

    /*=============================Landing page end =====================*/
    .cat-filter { padding: 15px 15px; }
    .catfilterwrap { flex-wrap: wrap; justify-content: flex-start;}
    .catfilterwrap h3 { margin: 0 0 10px; font-size: 16px; }
  .cat-filter .custom-select { margin: 0 0 15px; width: 100%; }
  .cat-filter .btn {padding: 8px 25px;}

  .audio-recorder-wrap .audio-recorder.recording { width: 246px !important; }

  .model-filter .fiter-btn-wrap .btn { padding: 10px 15px; width: 35%; justify-content: center; }
  .model-filter .fiter-btn-wrap .btn img { width: 16px;}

}