/*.form-check{
    display: flex !important;
}*/
/*===cancel btn====*/
button.btn.btn-secondary.Cancelbtn {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid !important;
    border-color: #5323a8 !important;
    padding: 9px 15px !important;
}

button.btn.btn-primary.savebtn {
    border-radius: 5px;
}

button.btn.btn-secondary.Cancelbtn a {
    color: #000 !important;
}

.app-sidebar {
    background-color: #bdebfc !important;
}

.app-sidebar .menu .menu-item .menu-link .menu-title {
    color: #000 !important;
    font-weight: 600;
    font-size: 14px;
}

.app-sidebar-toggle.btn {
    top: 33px !important;
    left: 18% !important;
    position: fixed !important;
}

.app-header {
    background-color: #bdebfc;
}

.app-sidebar .menu .menu-item .menu-link.active {
    background-color: #ffffff6b !important;
}

.app-sidebar .menu .menu-item .menu-link.active .menu-icon .svg-icon {
    color: #000;
}

.app-sidebar .menu .menu-item .menu-link .menu-icon .svg-icon {
    color: #000 !important;
}

i {
    color: #000;
}

.search_top input {
    width: 100%;
    height: 35px;
    border: 0;
    border-radius: 15px;
    padding: 0 15px;
}

.search_top i {
    position: absolute;
    right: 7px;
    top: 9px;
    font-size: 16px;
}

.search_top {
    position: relative;
}

.separator-content.my-14.pi-seperator {
    text-align: center;
}

.splash-bg img {
    width: 100%;
}

.splash-bg {
    position: absolute;
    bottom: 0;
    width: 50%;
}

splash-relative {
    position: relative;
}

.mail-verification i {
    font-size: 70px;
    color: #99e2ff;
}

.app-sidebar .menu .menu-item .menu-link.active span.menu-icon span.svg-icon.svg-icon-2 {
    color: #3b1369 !important;
}

.app-sidebar .menu .menu-item .menu-link.active span.menu-title {
    color: #3b1369 !important;
}

.form-check-custom.form-check-solid .form-check-input {
    border: 1px solid #c1c4c7;
}

/*======manage user====*/

.table-bordered td,
.table-bordered th {
    border: none !important;
}

th.w-25px.thdis-none.sorting.sorting_asc::after {
    display: none !important;
}

th.w-25px.thdis-none.sorting.sorting_desc::after {
    display: none !important;
}

a.btn.btn-sm.fw-bold.btn_add {
    background-color: #fff !important;
    color: #5e6278;
    /*border: 1px solid #000 !important;*/
}

select {
    appearance: auto !important;
    background-image: none !important;
}

/*=====manage reports=====*/
.report-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 2rem 1rem;
    color: #000;
    border: 1px solid #e9e1e1;
    margin-bottom: 25px;
    box-shadow: 0 0 4px 1px #cbc6c6;
}

.boxz {
    background: #F5F3F4 !IMPORTANT;
    height: 75vh;
}

.report-card h5 {
    margin-top: 10px;
}

/*=====manage help====*/
.d-flex.align-items-center.btn-faq {
    position: absolute;
    top: 12px;
    right: 15px;
}

.form-group textarea.form-control {
    border-radius: 5px;
}

.form-group select.form-control {
    border-radius: 5px;
}

textarea.form-control.faq-que {
    height: 75px !important;
}

li.viewImg {
    border-bottom: none !important;
}

.viewdata .viewImg {
    height: auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    grid-gap: 2rem;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected:after {
    display: none;
}

m-auto {
    margin: auto !important;
}

.modal .editPage span {
    font-size: 14px;
}

.modal .editPage {
    padding: 0 !important;
}

.modal-content {
    border-radius: 10px !important;
}

.lh-15px {
    line-height: 15px;
}

bg-transparent {
    background-color: transparent !important;
}

/*===switch button====*/

.onoffswitch-inner1 {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner1:before,
.onoffswitch-inner1:after {
    display: block;
    float: left;
    width: 50%;
    height: 23px;
    padding: 0;
    line-height: 25px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner1:before {
    content: "Yes";
    padding-left: 7px;
    background-color: green;
    color: #FFFFFF;
    font-size: 12px;
    text-align: left;
}

.onoffswitch-inner1:after {
    content: "No";
    padding-right: 15px;
    background-color: gray;
    color: #FFFFFF;
    text-align: right;
    font-size: 12px;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner1 {
    margin-left: 0;
}

.switch_btn .onoffswitch-inner1 {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.switch_btn .onoffswitch-inner1:before,
.switch_btn .onoffswitch-inner1:after {
    display: block;
    float: left;
    width: 50%;
    height: 35px;
    padding: 0;
    line-height: 35px;
    font-size: 12px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.switch_btn .onoffswitch-inner1:before {
    content: "Yes";
    padding-left: 15px;
    background-color: green;
    color: #FFFFFF;
    font-size: 12px;
    text-align: left;
}

.switch_btn .onoffswitch-inner1:after {
    content: "No";
    padding-right: 11px;
    background-color: gray;
    color: #FFFFFF;
    text-align: right;
    font-size: 14px;
}

.switch_btn .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner1 {
    margin-left: 0;
}

.col-md-9.viewdata .onoffswitch-label,
.view-check .onoffswitch-label {
    height: 23px !IMPORTANT;
}

.col-md-9.viewdata .onoffswitch-switch {
    top: 11px;
}

.view-check .onoffswitch-switch {
    top: 3px;
}

.col-md-9.viewdata .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch,
.view-check .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 8px !important;
}

li.viewImg img {
    margin-right: 15px;
}

.manage-order .inner-table .nav-tabs .nav-item.show .nav-link,
.manage-order .inner-table .nav-tabs .nav-link.active {
    color: #3b1369;
    background: #fff;
    font-weight: bold;
    border-color: #bdebfc;
    border: none;
    border-bottom: 1px solid;
    text-align: center;
}

.manage-order .inner-table .nav-tabs .nav-link:hover {
    color: #3b1369;
    background: #fff;
    font-weight: bold;
    border-color: #bdebfc;
    border: none;
    border-bottom: 1px solid;
}

.inner-table .nav-tabs .nav-link {
    text-align: center;
}

.col-md-12.discount-head {
    padding-bottom: 5px;
    border-bottom: 2px solid #b9b2b2;
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 5px;
}

label.code-separator {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

label.code-separator a {
    font-size: 10px;
    margin-top: 5px;
}

.form-group label .limit-label {
    font-size: 13px !important;
    font-weight: normal;
}

.date-head input {
    width: 100% !important;
}

.input-group-append.date-icn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

span.input-group-text {
    background-color: #fff;
    border-left: 0;
}

.dataTable td p {
    margin-bottom: 0;
}

.view-msg {
    margin-top: 8px;
}

a.btn.btn-sm.btn-flex.bg-body.btn-color-gray-700.btn-active-color-primary.fw-bold {
    border: 1px solid #b3aaaa;
}

.modal-footer {
    border-top: none !important;
}

li.nav-item {
    text-align: center;
}

/*Copied from bootstrap to handle input file multiple*/
.btncl {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*Also */
.btncl-success {
    border: 1px dashed #c5dbec;
    /* background: #d0e5f5; */
    font-weight: bold;
    color: #2e6e9e;
}

/* This is copied from https://github.com/blueimp/jQuery-File-Upload/blob/master/css/jquery.fileupload.css */
.fileinput-button {
    position: relative;
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.thumbcl {
    height: 80px;
    width: 100px;
    border: 1px solid #000;
}

ul.thumb-Images li {
    width: 120px;
    float: left;
    display: inline-block;
    vertical-align: top;
    height: 120px;
}

.img-wrap {
    position: relative;
    display: inline-block;
    font-size: 0;
}

.img-wrap .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    background-color: #d0e5f5;
    padding: 5px 2px 2px;
    color: #000;
    font-weight: bolder;
    cursor: pointer;
    opacity: 0.5;
    font-size: 23px;
    line-height: 10px;
    border-radius: 50%;
}

.img-wrap:hover .close {
    opacity: 1;
    background-color: #ff0000;
}


.fileinput-button {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

span.btncl.btncl-success.fileinput-button {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*=====manage sing====*/
td.action-sing.actions {
    min-height: 85px !important;
}

.min-w-130px {
    min-width: 130px !important;
}

a.btn.btn-sm.btn-flex.bg-body.btn-color-gray-700.btn-active-color-primary.fw-bold {
    color: #632aad;
}

span.svg-icon.svg-icon-6.svg-icon-muted.me-1 {
    color: #633aad !IMPORTANT;
}

/*===dropdown css===*/
span.select2-search.select2-search--dropdown {
    display: none;
}

/*===dropdown css===*/
.box {
    margin: 0 0 0rem !important;
}

.upload-options {
    margin-left: 0px !important;
    margin-top: 20px !important;
}

ul.select2-selection__rendered {
    overflow-x: scroll !important;
    width: 90% !important;
    text-overflow: unset !important;
}

.select2-container--bootstrap5 .select2-selection__clear {
    right: 2rem !important;
}

.js--image-preview.js--no-default.js--no-default.js--no-default.js--no-default.js--no-default.js--no-default {
    padding: 0.5rem;
    border: 1px solid #cacaca;
    height: 185px;
}

.card.mb-5.mb-xl-8.boxz {
    height: 100%;
}

#mng_discount1 td.actions {
    min-width: 150px !important;
}

.modal-header h5.modal-title {
    /*padding: 20px;*/
    font-weight: 600;
}

.modal-header {
    padding: 10px;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    /* padding: 13px 0; */
    padding-top: 6px;
    padding-left: 8px;
}

/*===pankaj*/
.toast.show {
    position: relative;
    top: 70px;
}

.mt-10vh {
    margin-top: 10vh !important;
}

.max-w-100 {
    max-width: 100%;
}

.index-box .report-card {
    text-align: left;
    box-shadow: none;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    margin: 0 !important;
    align-items: flex-start;
}

.index-box .report-card h1 {
    /*margin: auto;*/
    font-weight: 600;
}

.index-box .report-card:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: #401574;
    bottom: 0;
    left: 0;
    border-radius: 0 0 10px 10px;
}

.col-md-3.index-box {
    padding: 0 !important;
}

.index-box .report-card h5 {
    font-size: 18px;
    height: 20px;
}

.woka-log {
    position: relative;
    z-index: 9;
    top: 28%;
}

/*
Added by Pradyumn for custom form validation error
*/
label.error {
    color: red;
    font-size: 1rem;
    display: block;
    /* margin-top: -15px; */
}

label.error.fail-alert {
    border: 2px solid red;
    border-radius: 4px;
    line-height: 1;
    padding: 2px 0 6px 6px;
    background: #ffe6eb;
}

input.valid.success-alert {
    border: 2px solid #4CAF50;
    color: green;
}

input.error,
textarea.error {
    border: 1px solid red;
    font-weight: 300;
    color: red;
}

/* password eye icon */
.password .fa-eye:before,
.password .fa-eye-slash:before {
    position: absolute;
    top: 13px;
    right: 15px;
}

.password {
    position: relative;
}

/* added by pradyumn ; to preview selected image  */
input[type="file"] {
    display: block;
}

.imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}

.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
}

.remove:hover {
    background: white;
    color: black;
}

/*
Added By : Pradyumn Dwivedi
Use : Css for cropper
*/
body {
    background: #f6d352;
}

h1 {
    font-weight: bold;
    font-size: 23px;
}

img {
    display: block;
    max-width: 100%;
}

.preview {
    text-align: center;
    overflow: hidden;
    width: 300px;
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}

input {
    margin-top: 40px;
}

.section {
    margin-top: 150px;
    background: #fff;
    padding: 50px 30px;
}

.modal-lg {
    max-width: 1000px !important;
}

.woka-log img {
    margin-left: auto;
    margin-right: auto;
}

.app-sidebar-logo-minimize {
    max-width: 165px !important;
}

@media screen and (max-width: 1080px) {
    .index-box .report-card h5 {
        height: 75px;
    }

    ::-webkit-scrollbar-track {
        background-color: #BDEBFC;
    }
}


/* report css started */

/* Style for the list item markers (dots) */
ul.custom-list {
    list-style-type: none;
    /* Remove default list item marker */
    padding-left: 0;
    /* Remove default left padding for the list */
    margin: 0px !important;
}

ul.custom-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

ul.custom-list li span {
    font-size: 13px;
    font-weight: 600;
}

.video-card p {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

ul.custom-list hr {
    border-color: #979797;
    margin: 3px 0px !important;
}

/* Style for each individual list item */
.custom-list li::before {
    content: "\2022";
    font-size: 3em;
    margin-right: 8px;
    line-height: 0px;
    margin-bottom: 5px;
}

/* Color classes for each list item */
.custom-list .color-1::before {
    color: #0263FF;
    /* Color for the red list item */
}

.custom-list .color-2::before {
    color: #FF7723;
    /* Color for the green list item */
}

.custom-list .color-3::before {
    color: #8E30FF;
    /* Color for the blue list item */
}

.custom-list .color-4::before {
    color: #0930E2;
    /* Color for the blue list item */
}

.custom-list .color-5::before {
    color: #C0FB1A;
    /* Color for the blue list item */
}

.custom-list .color-6::before {
    color: #45538A;
    /* Color for the blue list item */
}

.custom-list .color-7::before {
    color: #89b806;
    /* Color for the blue list item */
}

.custom-list .color-8::before {
    color: #ebc334;
    /* Color for the blue list item */
}

/* Style for the list item markers (dots) */
ul.custom-list {
    list-style-type: none;
    /* Remove default list item marker */
    padding-left: 0;
    /* Remove default left padding for the list */
    margin: 0px !important;
}

ul.custom-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

ul.custom-list li span {
    font-size: 13px;
    font-weight: 600;
}

.video-card p {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

ul.custom-list hr {
    border-color: #979797;
    margin: 3px 0px !important;
}

/* Style for each individual list item */
.custom-list li::before {
    content: "\2022";
    font-size: 3em;
    margin-right: 8px;
    line-height: 0px;
    margin-bottom: 5px;
}

/* Color classes for each list item */
.custom-list .color-1::before {
    color: #0263FF;
    /* Color for the red list item */
}

.custom-list .color-2::before {
    color: #FF7723;
    /* Color for the green list item */
}

.custom-list .color-3::before {
    color: #8E30FF;
    /* Color for the blue list item */
}

.custom-list .color-4::before {
    color: #0930E2;
    /* Color for the blue list item */
}

.custom-list .color-5::before {
    color: #C0FB1A;
    /* Color for the blue list item */
}

.custom-list .color-6::before {
    color: #45538A;
    /* Color for the blue list item */
}

/* report css ended */

 /* report top content audio  view css  stat */
/* Style for the list item markers (dots) */
ul.custom-list {
    list-style-type: none;
    /* Remove default list item marker */
    padding-left: 0;
    /* Remove default left padding for the list */
    margin: 0px !important;
}

ul.custom-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

ul.custom-list li span {
    font-size: 13px;
    font-weight: 600;
}

.video-card p {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

ul.custom-list hr {
    border-color: #979797;
    margin: 3px 0px !important;
}

/* Style for each individual list item */
.custom-list li::before {
    content: "\2022";
    font-size: 3em;
    margin-right: 8px;
    line-height: 0px;
    margin-bottom: 5px;
}

/* Color classes for each list item */
.custom-list .color-1::before {
    color: #0263FF;
    /* Color for the red list item */
}

.custom-list .color-2::before {
    color: #FF7723;
    /* Color for the green list item */
}

.custom-list .color-3::before {
    color: #8E30FF;
    /* Color for the blue list item */
}

.custom-list .color-4::before {
    color: #0930E2;
    /* Color for the blue list item */
}

.custom-list .color-5::before {
    color: #C0FB1A;
    /* Color for the blue list item */
}

.custom-list .color-6::before {
    color: #45538A;
    /* Color for the blue list item */
}
/* report top content audio  view css  end */

/* top content karaoke css view sstart */
/* Style for the list item markers (dots) */
ul.custom-list {
    list-style-type: none;
    /* Remove default list item marker */
    padding-left: 0;
    /* Remove default left padding for the list */
    margin: 0px !important;
}

ul.custom-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

ul.custom-list li span {
    font-size: 13px;
    font-weight: 600;
}

.video-card p {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

ul.custom-list hr {
    border-color: #979797;
    margin: 3px 0px !important;
}

/* Style for each individual list item */
.custom-list li::before {
    content: "\2022";
    font-size: 3em;
    margin-right: 8px;
    line-height: 0px;
    margin-bottom: 5px;
}

/* Color classes for each list item */
.custom-list .color-1::before {
    color: #0263FF;
    /* Color for the red list item */
}

.custom-list .color-2::before {
    color: #FF7723;
    /* Color for the green list item */
}

.custom-list .color-3::before {
    color: #8E30FF;
    /* Color for the blue list item */
}

.custom-list .color-4::before {
    color: #0930E2;
    /* Color for the blue list item */
}

.custom-list .color-5::before {
    color: #C0FB1A;
    /* Color for the blue list item */
}

.custom-list .color-6::before {
    color: #45538A;
    /* Color for the blue list item */
}
/* top content karaoke view css end */

/* top user css start  */
/* Style for the list item markers (dots) */
ul.custom-list {
    list-style-type: none;
    /* Remove default list item marker */
    padding-left: 0;
    /* Remove default left padding for the list */
    margin: 0px !important;
}

ul.custom-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

ul.custom-list li span {
    font-size: 13px;
    font-weight: 600;
}

.video-card p {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

ul.custom-list hr {
    border-color: #979797;
    margin: 3px 0px !important;
}

/* Style for each individual list item */
.custom-list li::before {
    content: "\2022";
    font-size: 3em;
    margin-right: 8px;
    line-height: 0px;
    margin-bottom: 5px;
}

/* Color classes for each list item */
.custom-list .color-1::before {
    color: #0263FF;
    /* Color for the red list item */
}

.custom-list .color-2::before {
    color: #FF7723;
    /* Color for the green list item */
}

.custom-list .color-3::before {
    color: #8E30FF;
    /* Color for the blue list item */
}

.custom-list .color-4::before {
    color: #0930E2;
    /* Color for the blue list item */
}

.custom-list .color-5::before {
    color: #C0FB1A;
    /* Color for the blue list item */
}

.custom-list .color-6::before {
    color: #45538A;
    /* Color for the blue list item */
}

.custom-list .color-7::before {
    color: #89b806;
    /* Color for the blue list item */
}

.custom-list .color-8::before {
    color: #ebc334;
    /* Color for the blue list item */
}
/* top users css end  */
