#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: #db002b;
    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: 3px solid #e3e3e3;
    height: 130vh !important;
}

.navbar {
    background-color: #f5f5f5;
}

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

.content-wrapper {
    background-color: white
}

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

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

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

.card .card-header {
    color: #232323 !important;
    background-color:#dddddd  !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;
    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: #db002b;
    border: 1px solid #db002b;
    color: white;
}

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

.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: #db002b;
    color: white;
}

.release_main ul#custom-tabs-two-tab li a {
    border: 0px;
    color: #db002b;
    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 {
    line-height: 18px;
}

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


.single-cus-side-img a 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;
    width: 88% !important;
}
.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: #db002b;
    border-color: #db002b;
    color: white;
}

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

.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;
}

.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: #000;
    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  */

.ritude_sidebar .nav-pills .nav-link.active {
    background-color: #db002b !important;
}

.ritude_sidebar .nav-pills .nav-link.active p,
.ritude_sidebar .nav-pills .nav-link.active i,
.ritude_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.ritude_sidebar {
    background-color: white;
}
.hide{
    display: none !important;
}
.modal-lg, .modal-xl {
    max-width: 65% !important;
}
.js_loader {
    position: fixed;
    top: 40%;
    z-index: 111111111;
    left: 48%;
    background-color: rgba(0,0,0,0.5);
    padding: 20px 38px;
    color: #fff;
    font-weight: 800;
    border-radius: 22px;
}
.custom-btn{
    background-color: #db002b !important;
    border-color: #db002b !important;
}
.pagination-sm .page-link {
    padding: 10px 10px;
    font-size: .875rem;
    line-height: 1.5;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #db002b !important;
    border-color: #db002b !important;
}
.add_button{
    background-color: #259d24;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    display: inline-block;
}
.remove_button{
    background-color: red;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px
}
.table .thead-dark th{
    color: #232323 !important;
    background-color:#dddddd  !important;
    background-color: #dddddd !important;
    border-color: #dddddd !important;
}
.form-control.error{
    border: 1px solid red;
}
.active .bs-stepper-circle{
    background-color: #db002b !important;
}
.active .bs-stepper-label{
    color: #db002b !important;;
}
.btn-success{
    background-color: #db002b !important;
    border-color: #db002b !important;
}

.btn-success i{
    color: #fff !important;
}
.nav-tabs .nav-link{
    color:#db002b
}
.breadcrumb-item a{
    color:#db002b

}
.nav-sidebar .nav-item>.nav-link i {
    color: #565656 !important;
}
.comment-action > span{
    border-radius: 100%;
    background: #ff3c3c;
    padding: 5px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}
.comment-action > span.solve{
    background: #00f112;
}
.comment-action > span.no_use{
    background: #0572cc;
}
.action-comment-box {
    width: 339px;
    height: 200px;
    background-color: #ffffff;
    position: absolute;
    z-index: 111;
    border-radius: 6px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    left: 6%;
    padding: 10px;
}
.action-comment-box .close-comment-box{
    float: right;
    margin-right: 15px;
    margin-top: 5px;
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
}
.distribute-selection ul li{
    list-style-type: none;
}
input.btn.file-input-single ,input.btn.file-input-album {
    position: absolute !important;
    top: 0px !important;
    width: 100%;
    left: 0px;
    height: 100%;
    opacity: 0;
}
.single_artwork_placeholder {
    border: 2px dashed;
    padding: 10px;
    margin-bottom: 20px;
    height: 369px;
    overflow: hidden;
}

.single_artwork_placeholder input[type=file]{
    width:90%;
    height:100%;
    position:absolute;
    top:0px;
    left:10px;
    opacity: 0;
}
.artwork_checklist li{
    list-style-type: none;
}

.accordion .card-header .title {
    font-size: 17px;
    color: #000;
}
.accordion .card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
}
.accordion .card-header{
  cursor: pointer;
  border-bottom: none;
}
.accordion .card{
  border: 1px solid #ddd;
}
.accordion .card-body{
  border-top: 1px solid #ddd;
}
.accordion .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.field_error{
    border: 1px solid red;
}
.hide{
    display:none;
}
.error_message{
    font-size: 16px;
    color: red;
    font-weight: 700;
}
.track_error{
    background:#ff9c9c;
}
.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(284px - .5rem * 2) !important;
    transition: width ease-in-out .3s;
}
.display-comments .text-danger{
    font-size: 16px;
    font-weight: 600;
}
.multiselect-native-select{
    width: 100% !important;
    display: block !important;
}
.multiselect-native-select .dropup{
    width: 100% !important;
}
#issueModalView .modal-lg,#issueModalView .modal-xl{
    width: 45%;
}
.issue-view-area{
    background-color: #fbfbfb;
    height: 400px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #c0c0c0;
    overflow-y: auto;
}
.issue-comment-area{
    padding: 10px;
    border: 1px solid #c0c0c0;
    margin-top: 15px;
    border-radius: 10px;
    position: relative;
}

.issue-comment-area button{
    border: 4px;
    margin-top: 7px;
}
.issue-comment-area textarea{
    resize: none;
}

ul.comment-timeline {
    list-style-type: none;
    position: relative;
}
ul.comment-timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.comment-timeline > li {
    margin: 17px 0;
    padding-left: 50px;
}
ul.comment-timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #e50909;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
ul.comment-timeline .float-right{
    margin-right: 16px;
    font-size: 14px;
    color: #000;
}
ul.comment-timeline a{
    color: #e50909;
}
ul.comment-timeline button{
    font-size: 10px;
    color: #fff;
    padding: 7px;
    border: none;
}
ul.comment-timeline .solve-btn{
    background-color: #259d24;
}

ul.comment-timeline .unsolve-btn{
    background-color: #e50909;
}
ul.comment-timeline li li{
    font-size: 12px;
}
body:not(.layout-fixed) .main-sidebar{
    /*width: 280px !important;*/
}

.link-btn{
    color: #db002b ;
    text-decoration: underline;
}
.loader-box {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.7);
    z-index: 111111;
    top: 0px;
    text-align: center;
    padding-top: 20%;
}
.dataTables_processing {
    /* position: absolute; */
    z-index: 1111111111111111111111111;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background:#db002b !important;
    border:0px;
    color:#fff !important;
}


.list-group-item-preview{
    cursor: grab !important;
    padding:15px 25px
}
.track_loading_box{
    position: absolute;
    top: 63px;
    left: 0px;
    width: 100%;
    background-color: #fff;
}
.track_loading_box .shimmer-wrapper{
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding:35px 20px 35px 20px;
    margin-bottom: 5px;
}
.track_loading_box .shimmer-wrapper .shimmer-line{
    margin-top: 10px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    border:0px !important;
    color:#fff !important
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



.modal-body p{
    word-wrap: break-word !important;      /* IE 5.5-7 */
     white-space: -moz-pre-wrap !important; /* Firefox 1.0-2.0 */
     white-space: pre-wrap !important;      /* current browsers */
}
.tbl_spinner{
    width: 100%;
    padding: 40px;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    color: #000;
}
.before_upload_cancel{
    color: red;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
.alert.alert-danger{
    margin-bottom:0px !important
}
button.dt-button, div.dt-button, a.dt-button, input.dt-button{
    background:#ededed !important;
    border: 0px !important;

}
button.dt-button.buttons-columnVisibility.active {
    background:#db002b  !important;
    color:#fff;
    box-shadow:none !important;
}
div.dt-button-collection{
    width:150px !important
}
.dataTables_length{
    padding:10px !important;
}
.table-responsive{
    min-height: 700px !important;
}
.table{
    width: 100% !important;
}
div.dataTables_processing>div:last-child{
    display: none !important;
}
.main-sidebar, .main-sidebar::before{
    width: 282px;
}
table .dropdown,table  .dropleft,table  .dropright, table .dropup{
    display: inline-block !important;
}
.list-group-item.is_delete {
    background:#ff9595 !important
}
.takedown_platform_list li{
    list-style: decimal;
    margin-left: 35px;
}
.processing_bar_line{
    color:#121212;
    font-size:12px
}
thead {
    background-color: #565656;
    color: #fff;
}
thead .sorting:before,thead .sorting:after{
    color:#c9c9c9 !important;
    opacity:0.8 !important;
}



.tracking-detail {
    padding:3rem 0
   }
   #tracking {
    margin-bottom:1rem
   }
   [class*=tracking-status-] p {
    margin:0;
    font-size:1.1rem;
    color:#fff;
    text-transform:uppercase;
    text-align:center
   }
   [class*=tracking-status-] {
    padding:1.6rem 0
   }
   .tracking-status-intransit {
    background-color:#65aee0
   }
   .tracking-status-outfordelivery {
    background-color:#f5a551
   }
   .tracking-status-deliveryoffice {
    background-color:#f7dc6f
   }
   .tracking-status-delivered {
    background-color:#4cbb87
   }
   .tracking-status-attemptfail {
    background-color:#b789c7
   }
   .tracking-status-error,.tracking-status-exception {
    background-color:#d26759
   }
   .tracking-status-expired {
    background-color:#616e7d
   }
   .tracking-status-pending {
    background-color:#ccc
   }
   .tracking-status-inforeceived {
    background-color:#214977
   }
   .tracking-list {
    border:1px solid #e5e5e5
   }
   .tracking-item {
    border-left:1px solid #e5e5e5;
    position:relative;
    padding:2rem 1.5rem .5rem 2.5rem;
    font-size:.9rem;
    margin-left:3rem;
    min-height:5rem
   }
   .tracking-item:last-child {
    padding-bottom:4rem
   }
   .tracking-item .tracking-date {
    margin-bottom:.5rem
   }
   .tracking-item .tracking-date span {
    color:#888;
    font-size:85%;
    padding-left:.4rem
   }
   .tracking-item .tracking-content {
    padding:.5rem .8rem;
    background-color:#f4f4f4;
    border-radius:.5rem
   }
   .tracking-item .tracking-content span {
    display:block;
    color:#888;
    font-size:85%
   }
   .tracking-item .tracking-icon {
    line-height:2.8rem;
    position:absolute;
    left:-1.3rem;
    width:2.6rem;
    height:2.6rem;
    text-align:center;
    border-radius:50%;
    font-size:1.1rem;
    background-color:#fff;
    color:#fff
   }
   .tracking-item .tracking-icon.status-delivered {
    background-color:#cc0101
   }
   @media(min-width:992px) {
    .tracking-item {
     margin-left:10rem
    }
    .tracking-item .tracking-date {
     position:absolute;
     left:-10rem;
     width:7.5rem;
     text-align:right
    }
    .tracking-item .tracking-date span {
     display:block
    }
    .tracking-item .tracking-content {
     padding:0;
     background-color:transparent
    }
   }

.publish_store_status,.unpublish_store_status{
    width:40px;
    height:40px;
    display:inline-block;
    margin-left:10px;
    text-align:center;
    line-height:40px;
    border-radius:100%;
    font-size:17px;
    cursor:pointer;
}
.publish_store_status{
    border:2px solid green;
}
.unpublish_store_status{
    border:2px solid red;
}
.tooltip-inner {
    max-width: 300px !important;
}
a.link-primary.apply_to_all_text{
    float: right;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.release_more_btn::after{
    display: none;
}
.release_more_btn {
    background:transparent;
    border:none !important
}
.release_content_text .release_name{
    font-size:17px;
    text-transform:capitalize;
}
.release_content_text b{
    color:#787878 !important;
}
#search_tags{
    padding-top: 20px;
}
#search_tags .tags{
    padding: 4px 14px;
    background-color: #cfcfcf;
    color: #242424;
    display: inline-block;
    font-weight: 600;
    padding-right: 37px;
    border-radius: 17px;
    position: relative;
}
#search_tags .tags .tag_close{
    position: absolute;
    /* top: 4px; */
    /* right: 11px; */
    top: 0px;
    padding: 5px;
    right: 0px;
    padding-right: 10px;
    cursor: pointer;
}
.login-page, .register-page{
    width: 100%;
}
.full_login_height{
    height: 100vh;
}
.login_box_right{
    padding: 0px 15% !important;
    margin-top: 20%;
}
.full_login_right{
    background-color: #fff;
}
.full_login_left{
    background-image: url(../img/login_bg.jpg);
    background-size: cover;
    background-position: center center;
}
.login_btn{
    padding: 11px;
    font-size: 18px;
    font-weight: 600;
}
.login_form-control{
    padding: 25px !important;
    border-radius: 0px !important;
}

a.nav_release_btn {
    padding:4px 13px !important;
    height: auto !important;
    display: inline-block;
    /* background-color: #e31616 !important; */
    border-radius: 5px;
    cursor:pointer
}
a.nav_release_btn i{
    color:#343434
}
a.nav_release_btn:hover{
}
a.nav_release_btn:hover i{
    color:#fff
}


.store_box {
    position: relative;
    width:100%;
    margin: 5px;
    float: left;
    box-sizing: border-box;
    text-align: left;
    cursor: pointer;
    background-color: #efefef;
  }

  .store_box div {
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    line-height: 25px;
    transition: .5s ease;
    border: 3px dashed transparent;
  }

  .store_box input {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

  input[type=checkbox]:checked ~ div {
    background-color: #ffffff;
    color: #000;
    border: 3px dashed #232323;
  }
  .store_box img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
  }
  .store_box span{
    padding-top: 7px;
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #db002b !important;
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

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

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }
  .fluent-control {
    width: 100%;
    padding: 10px !important;
    font-size: 17px;
    border-radius: 0px;
    height: auto !important;
  }
  #xml_viewer{
    height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #202020;
  }
  .assets_list{
    margin-left: 10px;
    list-style: none;
    list-style-image: url('');
  }
  .assets_list li{
    position: relative;
  }
  .assets_list li a{
    color: #232323;
    text-decoration: underline;
  }
  .assets_list li:before {
    content: '';
    width: 13px;
    height: 15px;
    position: absolute;
    background-image: url(../images/file.png);
    background-size: cover;
    background-position: center;
    left: -7%;
    top: 50%;
    transform: translateY(-50%);
}
