/* loader css */

.loading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading span {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    animation: flip 1.4s;
    animation-delay: calc(.1s * var(--i));
    letter-spacing: 5px;
}
.one{
    font-size: 50px;
    color: #000000;
}
.two{
    font-size: 50px;
    color: #212529;
}
@keyframes flip {
    0%,80% {
        transform: rotateY(360deg)
    }
}
.page-loader{
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    background-color: #f0efe6;
}
@media (max-width:575px){
    .one{
        font-size: 38px;
    }
    .two{
        font-size: 38px;
    }
    .loading img{
        width: 40px;
    }
}

/* datatable css */
.fiel-upload-group {
    height: 230px;
    border: 2px dashed var(--vz-border-color);
    background: var(--vz-card-bg);
    border-radius: 6px;
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.filedropzone {
    height: 230px;
    border: 2px dashed var(--vz-border-color);
    background: var(--vz-card-bg);
    border-radius: 6px;
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fiel-upload-group .uploaded-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: auto;
    flex-direction: column;
}
.fiel-upload-group .imgupload {
    border-radius: 5px;
}
.dragtext {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fiel-upload-group .needsclick:not(.uploadedvideo) .editbutton, .uploadedvideo .dragtext {
    display: none;
}
.fiel-upload-group .editbutton {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    font-size: 22px;
}
.fiel-upload-group .hw-40 {
    height: 40px !important;
    width: 40px !important;
    min-width: 40px !important;
}
.btn-bottom-top{
    background-color: #212529;
}
.nav-link.menu-link{
    font-weight: 500;
}
.view-item-btn {
    border: 1px solid;
    border-radius: 50%;
    padding: 2px 6px;
    display: flex;
    background: rgb(13 170 145 / 10%);
}
.edit-item-btn {
    border: 1px solid;
    border-radius: 50%;
    padding: 2px 6px;
    display: flex;
    background: rgb(246 175 66 / 10%);
}
.remove-item-btn {
    border: 1px solid;
    border-radius: 50%;
    padding: 2px 6px;
    display: flex !important;
    background: rgb(238 90 63 / 10%);
    cursor: pointer;
}
.add-btns{
    /* background-color: #02b875; */
    width: 22px;
    height: 26px;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inputRemove{
    /* background-color: red; */
    width: 22px;
    height: 26px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.append-field{
    display: flex;
    align-items: center;
}

.form-check-input.userStatus:checked,
.form-check-input.categoryStatus:checked,
.form-check-input.departmentStatus:checked,
.form-check-input.qualificationStatus:checked,
.form-check-input.specializationStatus:checked,
.form-check-input.jobStatus:checked
{
    background-color: #212529;
    border-color: #212529;
}
.dataTables_length .select_option_box{
    border-radius: 10px !important;
    background: transparent !important;
    border: 1px solid var(--vz-border-color) !important;
    color: #a6a9b7 !important;
    padding: 9px 30px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    width: 100% !important;
    outline: none;
}
.dataTables_length label:focus-visible{
    outline: none;
}
#userdetailsModal .feedback-card .card{
    box-shadow: 0px 0px 5px rgb(56 65 74 / 15%);
}

/* user datatable */
.card {
    border-radius: 0.5rem !important;
}
.card-body{
    padding: 16px !important;
}
.card-header:first-child {
    border-radius: 0.5rem 0.5rem 0 0 !important;
}
.listDatatable.table.dataTable {
    border: 0;
    border-spacing: 0 !important;
}
table.dataTable {
    border-spacing: 0px 14px !important;
}
.dataTables_info {
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 18px;
    margin-bottom: 0px;
    padding: 0px !important;
}
.listDatatable.dataTable.table th {
    padding: 12px 15px;
    text-transform: uppercase;
    color: #878a99 !important;
    background-color: var(--vz-light);
}
.listDatatable.dataTable.table th {
    padding: 12px 15px;
    text-transform: uppercase;
    color: #878a99 !important;
    background-color: var(--vz-light);
    font-weight: 600;
}
tbody, td, tfoot, th, thead, tr {
    vertical-align: middle;
}
.listDatatable.table.dataTable tr td {
    border-color: var(--vz-border-color) !important;
}
.listDatatable.dataTable.table td {
    padding: 10px 0.75rem;
}
.dataTable.table td {
    padding: 10px 0.75rem;
}
div.dt-buttons {
    padding: 16px 0 0 0;
    margin: 0 10px;
}
.dataTables_paginate, .dataTables_filter {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.dt-buttons .dt-button.buttons-page-length {
    border-radius: 10px;
    border: 1px solid var(--vz-border-color) !important;
    height: 42px;
    background: transparent;
    color: #a6a9b7;
    font-size: 14px;
    font-weight: 500;
}
button.buttons-collection {
    border-radius: 10px !important;
    background: transparent !important;
    border: 1px solid var(--vz-border-color) !important;
    color: #a6a9b7 !important;
    padding: 9px 30px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
}
ul.dtr-details {
    width: 100%;
}
table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-color: var(--vz-border-color) !important;
    border-bottom: 1px solid #efefef;
    padding: 0.5em 0;
}
table.dataTable>tbody>tr.child ul.dtr-details>li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
table.dataTable>tbody>tr.child span.dtr-title {
    min-width: inherit;
    margin-right: 10px;
}
.dt-buttons .dt-button.buttons-select-none,
.dt-buttons .dt-button.buttons-select-all,
.dt-buttons .dt-button.buttons-csv,
.dt-buttons .dt-button.buttons-excel,
.dt-buttons .dt-button.buttons-print,
.dt-buttons .dt-button.buttons-pdf {
    border: 0;
    background: transparent !important;
    color: #a6a9b7;
    border: 0 !important;
    padding: 3px;
    margin: 0;
}
.dt-down-arrow {
    display: none;
}
.dt-button-background {
    display: none !important;
}
.dt-buttons .dt-button.buttons-select-none span,
.dt-buttons .dt-button.buttons-select-all span,
.dt-buttons .dt-button.buttons-csv span,
.dt-buttons .dt-button.buttons-excel span,
.dt-buttons .dt-button.buttons-print span,
.dt-buttons .dt-button.buttons-pdf span {
    border-radius: 10px;
    border: 1px solid var(--vz-border-color) !important;
    height: 42px;
    background: transparent;
    color: #a6a9b7;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    padding: 10px;
}
div.dt-button-collection {
    width: 153.89px !important;
    padding: 0 !important;
    border: 1px solid var(--vz-border-color);
    border-radius: 8px !important;
    box-shadow: none !important;
}
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
    background: var(--vz-vertical-menu-bg-dark) !important;
    box-shadow: none !important;
    color: white !important;
}
button.dt-button:active:not(.disabled),
button.dt-button:active:not(.disabled):hover:not(.disabled){
    box-shadow: none;
}
.dt-buttons .dt-button-collection .dt-button {
    border: none !important;
    border-bottom: 1px solid var(--vz-border-color) !important;
    margin: 0;
    background: transparent;
}
.dt-button-collection div .dt-button:hover {
    background: var(--vz-vertical-menu-bg-dark) !important;
    color: #fff !important;
}
.dt-buttons .dt-button-collection .dt-button:last-child {
    border: none !important;
    border-bottom: none !important;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}
.dataTables_filter label, .registeruser_search label {
    position: relative;
    margin-bottom: 0;
}
.dataTables_filter label:before, .registeruser_search label:before {
    background-image: url(../images/search.png);
}
.dataTables_filter label:before, .registeruser_search label:before {
    content: "";
    width: 18px;
    height: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) scale(0.7);
}
.dataTables_filter .form-control, .registeruser_search .form-control {
    border-radius: 10px !important;
    position: relative;
    border: 1px solid var(--vz-border-color) !important;
    color: var(--gray-text);
    font-size: 14px;
    font-weight: 500;
    padding: 9.5px 25px 9.5px 35px !important;
    text-align: left;
    background-color: transparent !important;
    margin-left: 0 !important;
    width: 100% !important;
    height: 42px;
}
div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 129px);
    margin: 0 auto;
    border-radius: 15px;
    z-index: 999;
}
div.dataTables_wrapper div.dataTables_processing {
    background: transparent;
    box-shadow: none;
}
.main-loadercover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader-circle {
    border: 5px solid var(--vz-border-color);
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 0px 32px 0 7px;
    color: #7d8082;
    letter-spacing: 1px;
    border-radius: 15px;
    background-color: var(--vz-card-bg);
}
.ml-loader {
    position: relative;
    width: 70px;
    height: 60px;
    transform: scale(0.4);
}
.ml-loader div:nth-child(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.ml-loader div {
    -webkit-transform-origin: 32px 32px;
    -ms-transform-origin: 32px 32px;
    transform-origin: 32px 32px;
    -webkit-animation: 1.2s opaque ease-in-out infinite both;
    animation: 1.2s opaque ease-in-out infinite both;
}
.ml-loader div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.ml-loader div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.ml-loader div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.ml-loader div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.ml-loader div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.ml-loader div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.ml-loader div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.ml-loader div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.ml-loader div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.ml-loader div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.ml-loader div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.ml-loader div:nth-child(13) {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
@-webkit-keyframes rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}
@keyframes rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

ul.pagination li.paginate_button {
    margin: 0 5px !important;
    padding: 0 !important;
}
.pagination{
    margin-top: 20px !important;
    margin-right: 15px !important;
}
div.dataTables_wrapper div.dataTables_paginate{
    padding: 0;
}
.dataTables_paginate .pagination .page-item .page-link {
    height: 100%;
}
ul.pagination li.paginate_button a {
    border-radius: 3px;
}
.paginate_button a {
    padding: 0.375rem 0.75rem;
}
.paginate_button a {
    position: relative;
    display: block;
    height: 100%;
    color: var(--vz-link-color);
    text-decoration: none;
    background-color: var(--vz-card-bg);
    border: 1px solid var(--vz-border-color);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.paginate_button.active a {
    z-index: 3;
    color: #fff;
    background-color: var(--vz-vertical-menu-sub-item-active-color);
    border-color: var(--vz-vertical-menu-sub-item-active-color);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
    outline: none !important;
    background-color: var(--vz-vertical-menu-sub-item-active-color)!important;
    background: var(--vz-vertical-menu-sub-item-active-color)!important;
    box-shadow: none!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    border-color: var(--vz-vertical-menu-sub-item-active-color);
    background: var(--vz-vertical-menu-sub-item-active-color) !important;
}
/* end datatable */

.select2-container--default .select2-search--dropdown .select2-search__field{
    display: none;
}
.select2-container--default .select2-search--dropdown {
    padding: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2125291a;
    color: var(--theme);
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--theme);
    color: #ffffff;
}
.select2-container--default .select2-results__option[aria-selected="true"]:hover {
    background-color: var(--theme);
    color: #fff;
}
.input-date-icon {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 18px;
}
.buttons_btn{
    background: #212529 !important;
    color: #ffffff;
    border-radius: 8px;
}
.buttons_btn:hover{
    background: #212529 !important;
    color: #ffffff;
}
.survey_que{
    margin-left: 10px;
    border: 0;
    border-bottom: 1px solid #ced4da;
}
.survey_que:focus-visible{
    outline: none;
}
.survey_inn_detail label{
    color: #000000;
}
.question_types button{
    width: auto;
    padding: 10px 15px;
    background-color: #2125292e;
    border: 1px solid rgb(210 184 71);
    color: rgb(190 165 57);
    border-radius: 6px;
    /* border-bottom: 3px solid rgb(210 184 71); */
}
.question_types button:not(:last-child){
    margin-right: 10px;
}
.question_types .accordion-button::after{
    display: none;
}
.question_types .accordion-button:not(.collapsed){
    background-color: rgb(210 184 71);
    color: #ffffff;
    border-radius: 6px;
    border-bottom: none;
}
.question_accordion .accordion-button:hover{
    background-color: rgb(210 184 71);
    color: #ffffff;
}
.question_accordion .accordion-button:focus{
    border: 1px solid rgb(210 184 71);
    box-shadow: none;
}
.question_accordion .card-body{
    border: 1px solid var(--vz-input-border);
    box-shadow: none;
}
/* .question_type_show ul li{
    list-style-type: none;
} */
.question_type_show{
    padding-top: 15px;
    padding-left: 5px;
}
.question_type_show:not(:last-child){
    border-bottom: 1px dashed var(--vz-input-border);
    padding-bottom: 20px;
}
/* .question_type_show ul{
    padding-left: 0px !important;
} */
.question_type_show ol{
    padding-left: 20px;
}
li.question_type_show {
    list-style-type: decimal;
}
.question_type_show .card{
    border: 1px solid var(--vz-input-border);
    box-shadow: none;
}
.question_box{
    border: 1px solid var(--vz-input-border);
}
.survey_heads{
    padding: 15px 20px !important;
}
.detail-box-shad{
    box-shadow: 0 1px 2px rgb(56 65 74 / 15%);
    padding: 0 30px;
    margin: 0;
    border-radius: 5px;
}
.video-ratios{
    padding-left: 15px;
}
.product-details-img.product-details-tab {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.product-dec-slider-2 {
    display: flex;
    flex-direction: column;
    width: 150px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.product-dec-slider-2 a {
    display: block;
    margin-bottom: 10px;
}
.zoompro-wrap .zoompro-span img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}
.product-dec-slider-2::-webkit-scrollbar {
    width: 0;
}
.product-dec-slider-2::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
}
.product-dec-slider-2::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
.option_group span {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
}
.carat_options button, .metal_options button {
    padding: 8px 15px;
    border: 1px solid #D9D9D9;
    background: #fff;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 300;
    color: #253237;
}
.product_price {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
.old_price {
    color: gray;
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
}
.discount {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    background-color: red;
    padding: 4px 10px;
    border-radius: 4px;
}
.omnis {
    font-size: 16px;
    color: #A1A1A0;
}
.avatar-bg {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 8px;
}
.form-check-input:checked {
    background-color: #212529 !important;
    border-color: #212529 !important;
}

@media (max-width: 991px){
    .question_accordion .accordion-body{
        padding: 15px 0;
    }
}
@media(max-width: 767px){
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate{
        text-align: center;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
        margin-right: 0px !important;
    }
    .survey_details_tab{
        margin-top: 16px;
    }
    .gender-label{
        margin-bottom: 0;
    }
}
@media(max-width: 640px){
    div.dataTables_wrapper div.dataTables_filter{
        padding-top: 0;
    }

}
@media (max-width: 575px){
    div.dt-buttons {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .buttons-excel, .buttons-pdf, .buttons-csv, .buttons-print {
        width: 33.33%;
        margin: 0;
    }
    div.dt-button-collection {
        width: 100% !important;
    }
    .dt-buttons .dt-button.buttons-page-length{
        width: 100%;
        margin-bottom: 5px !important;
    }
    div.dataTables_wrapper div.dataTables_filter{
        padding: 0;
    }
    .add-create{
        padding: 2px 6px;
    }
    .add-create i{
        font-size: 15px;
    }
}

@media (max-width: 424px){
    .question_types{
        flex-direction: column;
    }
    .video-ratios{
        padding-left: 0;
    }
    .question_types button:not(:last-child){
        margin-right: 0;
        margin-bottom: 6px;
    }
    .imgs-video{
        flex-direction: column;
    }
    .detail-box-shad{
        padding: 0 0 0 30px;
    }
    .question-ans-details {
        padding: 15px 20px 15px 20px !important;
    }

}
