#sortlist,
.slist {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sortlist li,
.slist li {
    margin: 10px;
    padding: 15px;
    border: 1px solid #dfdfdf;
    background: #f5f5f5;
}


/* (B) DRAG-AND-DROP HINT */

.slist li.hint {
    border: 1px solid #ffc49a;
    background: #feffb4;
}

.slist li.active {
    border: 1px solid #ffa5a5;
    background: #ffe7e7;
}

.user-panel {
    justify-content: center;
}

.user-panel .info a {
    color: #0a1e67;
    font-size: 32px;
    font-weight: bold;
}

.nav .nav-item .nav .nav-item {
    margin-left: 5%;
}

.nav .nav-item .nav-link p,
i {
    color: black;
}

.main-sidebar {
    border-right: 5px solid #0a1e67;
    height: 130vh !important;
    width: auto !important;
    width: auto !important;
}

.navbar {
    background-color: #0a1e67;
}

.navbar-nav .nav-item .nav-link:not(:hover),
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link i {
    color: white;
}

.content-wrapper {
    background-color: white
}

.content-wrapper>.content {
    padding: 2rem 2.5rem;
}

.card-footer button:not(:hover) {
    background-color: #0a1e67;
    border-color: #0a1e67;
    color: white;
}

.card-footer button:hover {
    background-color: white;
    border-color: #0a1e67;
    color: #0a1e67;
}

.card .card-header {
    color: white;
    background-color: #0a1e67 !important;
}

table {
    white-space: nowrap;
}

tbody {
    /* height: 60vh;       Just for the demo */
    overflow-y: auto;
    /* Trigger vertical scroll    */
    overflow-x: hidden;
    /* Hide the horizontal scroll */
}

.toggle {
    --width: 80px;
    --height: calc(var(--width) / 3);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: var(--height);
    cursor: pointer;
}

.toggle input {
    display: none;
}

.toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background-color: #ccc;
    transition: all 0.4s ease-in-out;
}

.toggle .slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--height));
    height: calc(var(--height));
    border-radius: calc(var(--height) / 2);
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
}

.toggle input:checked+.slider {
    background-color: #2196F3;
}

.toggle input:checked+.slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
}

.toggle .labels {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: sans-serif;
    transition: all 0.4s ease-in-out;
}

.toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 7px;
    bottom: 10px;
    color: #4d4d4d;
    opacity: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease-in-out;
}

.toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 7px;
    bottom: 10px;
    color: #ffffff;
    opacity: 0;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
    transition: all 0.4s ease-in-out;
}

.toggle input:checked~.labels::after {
    opacity: 0;
}

.toggle input:checked~.labels::before {
    opacity: 1;
}

.fade:not(.show) {
    opacity: unset;
}

.alert .close,
.alert .mailbox-attachment-close {
    opacity: 100;
    color: white;
}


/* Import Google font - Poppins */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.imageWrapper {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.05);
}

.imageWrapper .imageForm {
    height: 167px;
    display: flex;
    cursor: pointer;
    margin: 30px 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    border: 2px dashed #6990F2;
}

.imageForm :where(i,
    p) {
    color: #6990F2;
}

.imageForm i {
    font-size: 50px;
}

.imageForm p {
    margin-top: 15px;
    font-size: 16px;
}

section .row {
    margin-bottom: 10px;
    /* background: #E9F0FF; */
    list-style: none;
    padding: 15px 20px;
    border-radius: 5px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

section .row i {
    /* color: #6990F2;
            font-size: 30px; */
}

section .details span {
    font-size: 14px;
}

.progress-area .row .content {
    width: 95%;
    margin-left: 15px;
}

.progress-area .details {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    justify-content: space-between;
}

.progress-area .content .progress-bar {
    height: 6px;
    width: 100%;
    margin-bottom: 4px;
    background: #fff;
    border-radius: 30px;
}

.content .progress-bar .progress {
    height: 100%;
    width: 80%;
    background: #6990F2;
    border-radius: inherit;
}

.uploaded-area {
    /* max-height: 232px; */
    overflow-y: scroll;
}

.uploaded-area.onprogress {
    max-height: 150px;
}

.uploaded-area::-webkit-scrollbar {
    width: 0px;
}

.uploaded-area .row .content {
    display: flex;
    align-items: center;
}

.uploaded-area .row .details {
    display: flex;
    margin-left: 15px;
    flex-direction: column;
}

.uploaded-area .row .details .size {
    color: #404040;
    font-size: 11px;
}

.uploaded-area i.fa-check {
    font-size: 16px;
}

.fileicon {
    cursor: pointer;
    color: blue;
    /* text-decoration: underline; */
}

.card-footer a:not(:hover) {
    background-color: #0a1e67;
    border: 1px solid #0a1e67;
    color: white;
}

.card-footer a:hover {
    background-color: white;
    border: 1px solid #0a1e67;
    color: #0a1e67;
}

.cus_user ul#select2-record_labels-container {
    padding: 0px;
}


/* user multi select  */

.cus_user span.select2-search.select2-search--inline textarea.select2-search__field {
    margin: 0 8px !important;
    height: 25px !important;
    width: 200px !important;
    border: none;
}

.cus_user textarea.select2-search__field {
    width: 50px !important;
    height: 13px !important;
}

.cus_user li.select2-selection__choice>.select2-selection__choice__display {
    padding: 20px;
}

.cus_user .select2-selection__choice__remove {
    background-color: red !important;
}

.cus_user .select2-selection--multiple .select2-selection__choice__remove {
    margin: 0;
}

.cus_user span.selection span.select2-selection.select2-selection--multiple {
    padding: 6px 0px;
}

.select2-container .selection .select2-selection .select2-selection__clear span {
    display: none;
}

.cus_user span.select2-container {
    width: 100% !important;
}

.row.cus-img-row .cus-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #0000002f
}

.modal-body.cus-m-bdy {
    height: 650px;
    overflow-y: scroll;
}

.release_main .card-tabs {
    background: transparent;
    box-shadow: none;
}

.release_main ul#custom-tabs-two-tab {
    border: 0px;
}

.release_main ul#custom-tabs-two-tab li a.active {
    background-color: #0a1e67;
    color: white;
}

.release_main ul#custom-tabs-two-tab li a {
    border: 0px;
    color: #0a1e67;
    border-radius: .25rem;
}

.release_main ul#custom-tabs-two-tab li a:hover {
    border: 0px;
}

.bs-stepper .content:not(.fade) {
    display: none;
}


/* sidebar */

.card-body.cus-label>p {
    height: 18px;
    line-height: 18px;
}

.cus-side-img>img {
    height: 240px;
    width: 100%;
    padding: 12px 0;
    padding-left: 12px;
}

.single-cus-side-img>img {
    height: 240px;
    width: 100%;
    padding: 12px 0;
    padding-left: 12px;
}


/* Song list progress */

.cus-progress {
    padding-top: 8px;
}

.cus-icon>span {
    margin-left: 12px;
    cursor: pointer;
}

.cus-icon i.fa.fa-check {
    color: #259d24;
}

.cus-icon i.fa.fa-plus-square {
    color: #007bff;
}

.cus-icon i.fa.fa-times-circle {
    color: #f52020;
}

.cus-progress .cus-icon {
    padding-top: 6px;
}

.card-body.cus-cd-track {
    height: 364px;
    overflow-y: scroll;
}


/* width */

.card-body.cus-cd-track::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.card-body.cus-cd-track::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.card-body.cus-cd-track::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

.card-body.cus-cd-track::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.cus-icon span.cus-cd-close {
    display: none;
    transition: all 0.6s ease;
}

.cus-cd-single:hover .cus-icon span.cus-cd-close {
    display: unset;
    transition: all 0.6s ease;
}

.cus-cd-single:hover .cus-icon span.cus-cd-check {
    display: none;
    transition: all 0.6s ease;
}

.text-muted {
    color: #ec2c7c !important;
}

.cus-cd-title {
    font-size: 15px;
    font-weight: 600;
}

.img-box {
    margin: 15px;
    height: 210px;
    border: 1px dashed #717386 !important;
}

.thank-you-pop {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.thank-you-pop img {
    width: 76px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

.thank-you-pop h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #5C5C5C;
}

.thank-you-pop p {
    font-size: 20px;
    margin-bottom: 27px;
    color: #5C5C5C;
}

.thank-you-pop h3.cupon-pop {
    font-size: 25px;
    margin-bottom: 40px;
    color: #222;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border: 2px dashed #222;
    clear: both;
    font-weight: normal;
}

.thank-you-pop h3.cupon-pop span {
    color: #03A9F4;
}

.thank-you-pop a {
    display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}

.thank-you-pop a i {
    margin-right: 5px;
    color: #fff;
}

#ignismyModal .modal-header {
    border: 0px;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.fade:not(.show) {
    opacity: unset;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.cus-button:not(:hover:enabled) {
    background-color: #0a1e67;
    border-color: #0a1e67;
    color: white;
}

.cus-button:hover:enabled {
    background-color: white;
    border-color: #0a1e67;
    color: #0a1e67;
}

.cus-discard-btn:not(:hover:enabled) {
    background-color: #ec2c7c;
    border-color: #ec2c7c;
    color: white;
}

.cus-discard-btn:hover:enabled {
    background-color: white;
    border-color: #ec2c7c;
    color: #ec2c7c;
}

.single-alt-text-errors,
.album-alt-text-errors,
.album-track-errors,
.single-track-errors,
.duplicate-file-error {
    margin-top: 10px;
    text-align: center;
    color: red;
}

.cus-error.cus-cd-single .cus-icon span.cus-cd-close {
    display: unset;
}

.cus-error.cus-cd-single .cus-err-details {
    color: red;
    padding-top: 10px;
    font-size: 14px;
}

.cus-error.cus-cd-single {
    opacity: 0.5;
}

.cus-error.cus-cd-single .cus-progress .progress .progress-bar {
    background-color: red;
}

.single-duplicate-artwork-error,
.album-duplicate-artwork-error {
    color: red;
}

.back-icon {
    color: white;
    margin-right: 10px;
    cursor: pointer;
}

.cus-img-box {
    height: 100%;
    width: 100%;
    border: 1px dashed #717386 !important;
}

.cus-release-img {
    height: 100%;
}

.cus-release-img>img {
    height: 100%;
    width: 100%;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

.col-sm-6.cus-back {
    display: flex;
    align-items: center;
}

.col-sm-6.cus-back i {
    font-size: 20px;
    color: #0c498b;
    width: 38px;
}


/* Head Style start*/


/* new style by suneeb start */


/* sidebar nav style  */

.koyal_sidebar .nav-pills .nav-link.active {
    background-color: #0a1e67 !important;
}

.koyal_sidebar .nav-pills .nav-link.active p,
.koyal_sidebar .nav-pills .nav-link.active i,
.koyal_sidebar .nav-pills .nav-link.active p i {
    color: white !important;
}


/* table pagination styles */

.custom_pagination ul li a {
    background: unset !important;
    color: black !important;
}

.custom_pagination {
    background: unset;
}

.nav-sidebar>.nav-item:nth-last-child(1) {
    padding-bottom: 300px;
}

aside.koyal_sidebar {
    background-color: white;
}

#contentUL {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#contentUL li a {
    border: 1px solid #ddd;
    /* Add a border to all links */
    margin-top: -1px;
    /* Prevent double borders */
    background-color: #f6f6f6;
    /* Grey background color */
    padding: 12px;
    /* Add some padding */
    text-decoration: none;
    /* Remove default text underline */
    font-size: 18px;
    /* Increase the font-size */
    color: black;
    /* Add a black text color */
    display: block;
    /* Make it into a block element to fill the whole list */
}

#contentUL li a:hover:not(.header) {
    background-color: #eee;
    /* Add a hover effect to all links, except for headers */
}

.tagify {
    width: 100%;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid black;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.table-btn {
    margin-right: 5px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.short-uploader {
    width: 100%;
    padding: 100px 20px;
    border-radius: 10px;
    border: 2px dashed #c0c0c0;
    position: relative;
    cursor: pointer;
}

.short-uploader input {
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.short-uploader h1 {
    color: #c0c0c0;
}

.short-uploader small {
    display: block;
    color: #c0c0c0;
    font-size: 17px;
}

.hide {
    display: none;
}

.short-preview {
    position: relative;
}

.short-preview video {
    padding: 20px;
    height: 100%;
}

.short-preview #mobilePreview {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.short-preview .playBtn {
    position: absolute;
    top: 40%;
    left: 40%;
}

.uploaded_file {
    padding: 10px;
    border: 2px dashed #232323;
    position: relative;
}

.uploaded_file .delete_btn {
    color: red;
    font-size: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.edit_uploader {
    width: 100%;
    padding: 60px 20px;
    border-radius: 10px;
    border: 2px dashed #c0c0c0;
    position: relative;
    cursor: pointer;
}

.edit_uploader input {
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.edit_uploader h1 {
    color: #c0c0c0;
}

.edit_uploader small {
    display: block;
    color: #c0c0c0;
    font-size: 17px;
}

.uploading_Box {
    padding: 20px 20px;
    background-color: #f1f1f1;
    border-radius: 13px;
    position: relative;
    border: 2px dashed #343434;
}

.uploading_Box .delete_upload_btn {
    color: red;
    font-size: 15px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.uploading_Box_file_name {
    width: 100%;
    display: block;
}

.uploading_Box_duration {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-weight: 700;
}

.preference {
    height: 500px;
    overflow-y: scroll;
}

.custom_search_select {}

.custom_search_select .search_area {
    text-align: center;
    max-height: 200px;
    overflow: auto;
    position: absolute;
    top: 54px;
    z-index: 1111;
    /* width: 90%; */
}

.results {
    box-sizing: border-box;
}

.custom_search_select .search_area ul {
    background-color: #e1e1e1;
    padding: 13px;
}

.custom_search_select .search_area li {
    list-style: none;
    cursor: pointer;
}

.custom_search_select .search_area li:hover {
    background-color: #c0c0c0;
}

#preferencelist li,
.selectlist li {
    /* margin: 10px;
    padding: 15px;
    border: 1px solid #dfdfdf; */
    background: #f5f5f5;
}


/* (B) DRAG-AND-DROP HINT */

.selectlist li.hint {
    border: 1px solid #ffc49a;
    background: #feffb4;
}

.selectlist li.active {
    border: 1px solid #ffa5a5;
    background: #ffe7e7;
}

.table .thead-dark th {
    background-color: #0a1e67 !important;
    border: 1px solid #fff;
}

.section_body {
    overflow-x: auto;
    min-height: 790px;
    width: 100%;
}

.section_body .section_body_wrap .section_area {
    display: inline-block;
    width: 600px;
    min-height: 950px;
    height: 950px;
    margin-left: 20px;
    vertical-align: top;
    overflow-x: auto;
}

.section_body::-webkit-scrollbar-track,
.section_area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(39, 0, 180, 0.3);
    background-color: #F5F5F5;
}

.section_body::-webkit-scrollbar,
.section_area::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.section_body::-webkit-scrollbar-thumb,
.section_area::-webkit-scrollbar-thumb {
    background-color: #001b96b0;
}

.section_area .add_section_btn {
    color: #fff;
    padding: 3px;
    cursor: pointer;
    margin-left: 10px;
}

.modal-lg {
    max-width: 70% !important;
}

.inner-card {
    background-color: #f5f5f5;
    border-radius: 15px
}

.image-radio {
    display: none;
}

.border-on-check {
    border: 4px solid transparent;
    transition: border-color 0.3s ease;
}

.image-radio:checked+.border-on-check {
    border-color: #0a1e67;
}

.border-on-check:hover {
    cursor: pointer;
}

.card.section_area .card-body {
    padding: 10px;
}

.invalid {
    border-color: red;
}

.valid {
    border-color: green;
}
.height {
    height: 5.6rem;
}


.section_loader{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    z-index: 111111;
    left: 0px;
    top: 0px;
    text-align: center;
    color: #fff;
    padding-top: 17%;
}
