.color-guide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
}
.color-guide li {
    padding-right: 10px;
    list-style: none;
}

.color-guide li span {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
}
.color-guide li.dnclead{
    color: red;
}
.color-guide li.dnclead span {
    background: red;
}
#daterange label{
    display: block !important;
}
#html5, #html6{
    margin: 10px 0 0;
}
.totalSec{
    background: #e7eef8;
    padding: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.totalSec span{
    font-weight: 400;
}
.switchBtn{
    position: absolute;
    right: -30px;
    top: 32px;
    z-index: 9;
}
.totalLeads{
    margin: 0;
    padding: 0;
}
.totalLeads li{
    display: block;
    padding-bottom: 10px;
}
.applyCode{
    border: #cdd1db 1px dashed;
    padding: 20px;
}
.applyCode .btn{
    width: 100%;
    text-align: center;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

li.disabled a {
    cursor: default;
    opacity: 0.6;
}
li.disabled{
    position: relative;
}
li.disabled:before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    opacity: 0;
}

.btn-multiselect-dropdown {
    width: 100% !important;
    display: block;
    padding: 0.4rem 1rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8b0027;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e8ebf3;
}

.btn-group, .multiselect-container {
    width: 100% !important;
}

.multiselect-container {
    max-height: 160px;
    overflow: auto;
}

#leadDataTable, #businessPaymentSetupDataTable, #campaignPaymentSetupDataTable {
    width: 100% !important;
}

.payment_form_fields{
    width: 100%;
    height: 35px;
    border-style: solid;
    border: 1px solid #e8ebf3;
    padding: 0px 1rem;
    border-radius: 0.25rem;
    color: #8b0027;
}
.leftbar-tab-menu .main-menu-inner .topbar-left{
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
.Moblogo{
    display: none;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
.navbar-custom .topbar-nav{
    display: inline-block;
    height: auto;
}
.navbar-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logingLogo{
    text-align: center;
    padding-bottom: 20px;
}
.logingLogo img{
    max-width: 130px;
    height: auto;
}

.showForm {
    background: #f1f5fa;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    font-weight: 500;
    color: #5c6273;
    margin-bottom: 20px;
    cursor: pointer;

}
.showForm i{
    font-size: 30px;
    line-height: 30px;
}
.showForm.active i{
    transform: rotate(180deg);
}

#filterSection{
    display: none;
    padding: 0 20px;
}
.offerTxt{
    background: #d01f45;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    margin-bottom: 16px;
}

.offerTxt span{
    font-size: 20px;
    line-height: 26px;
    width: calc(100% - 150px);

}
.offerTxt .btn{
    background: #fff;
}

.payColsOut{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eceff5;
    margin: 16px 0 ;
    padding: 0;
}
.payColsOut li{
    list-style: none;
        border-top: 1px solid #eceff5;
}
.payColsOut li:first-child{
    border: 0;
}
.dState{
    color: #0b51b7;
    text-decoration: underline;
    font-weight: 400
}
.payCols{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
     background: #f1f5fa;
     padding: 15px;
     margin: 0;
}
.payCols dd{
    font-weight: 500
}
.payCols dd span{
    display: block;
    font-weight: 400;
    color: #008000;
}
.payCols dd a.dState{
    color: #0b51b7;
    text-decoration: underline;
    font-weight: 400
}
.payCols dd a.dState:hover{
    text-decoration: none;
}
.payCols i{
    font-size: 20px;
    display: block;
}
.payColsCont{
    padding: 15px;
    display: none;
}
.showMonthdetail.active i{
    transform: rotate(-180deg);
}

@media screen and (max-width: 1023px) {
    .Moblogo{
        display: inline-block;
    }
    .navbar-custom{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .modal-header {
        flex-direction: column;
    }
    .modal-header span {
        width: 100% !important;
    }
    canvas.jSignature {
        width: 100% !important;
    }
}
@media only screen and (max-width: 767px) {
    .switchBtn {
        right: 50%;
        top: 74px;
        transform: rotate(90deg);
        margin-right: -19px;
    }
    .modal-header {
        flex-direction: column;
    }
    .modal-header span {
        width: 100% !important;
    }
    canvas.jSignature {
        width: 100% !important;
    }
}

.dropdown-menu {
    padding-left: 2rem !important;
}

.leadDataTable {
    width: 100% !important;
}

.chat-box-right {
    margin-left: 0px !important;
}

.simplebar-content-wrapper {
    overflow: auto !important;
}

.chat-user-name {
    height: 36px;
    width: 36px;
    background-color: #d2d6de;
    border-radius: 50% !important;
    font-size: 15px;
    text-align: center;
    color: #3c8dbc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-body .chat-time{
    margin-left: -50px;
    font-size: 10px;
    color: #aaa;
    margin-bottom: 5px;
}

.media-body.reverse .chat-time{
    margin-right: -50px;
    margin-left: 0;
}

.chatCount {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -4px;
    top: -6px;
    color: #0b51b7 !important;
}

.chat-box-right {
    height: calc(100vh - 175px);
}

.bootstrap-tagsinput .tag {
    position: relative;
    background: #0b51b7;
    padding: 4px 10px 4px 8px;
    margin: 0 2px 2px 0;
    cursor: default;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: .85rem;
}
.bootstrap-tagsinput {
    width: 100% !important;
}

.form-asterisk {
    color: red;
}
.contract-listing li {
    list-style: none;
}
.signature {
    border: 2px dotted black;
    background-color: #f6f1f4;
    position: relative;
}
.signatureparent {
    color: darkblue;
    background-color: #f6f1f4;
    padding: 20px;
    /* margin-bottom: 20px; */
}
canvas.jSignature {
    /* height: 150px !important; */
}
