.yes-no-question label span {
    background: url('../images/minus.svg') left top no-repeat;
    padding-left: 40px;
    display: block;
    line-height: 35px;
    color: #908f8f;
    background-size: 35px;
    background-position: 0px 0px;
}

.yes-no-question input[type=checkbox]:checked~span {
    background: url('../images/checked.svg') left top no-repeat;
    background-size: 35px;
    background-position: 0px 0px;
    color: #000;
}

.selectize-control.single .selectize-input {
    border: 0;
    background: no-repeat;
    padding: 0;
    line-height: 30px;
    box-shadow: none;
}

.selectize-input::before {
    display: none !important;
}

.selectize-input input {
    font-size: 18px;
    color: #000000;
}

.capitalize {
    text-transform: capitalize;
}

.selectize-dropdown {
    margin-top: 3px;
    box-shadow: none;
    border-top: 0;
    padding: 0;
    border: 0;
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(255, 193, 7, 0.5);
    color: #000;
}

.selectize-dropdown-content {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    max-height: 300px;
}

.service-screens-status {
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px;
}

.member-selection {
    cursor: pointer;
}

.member-selection label {
    cursor: pointer;
}

.member-selection.checked {
    cursor: not-allowed;
    opacity: 0.5;
}

.member-selection.checked label {
    cursor: not-allowed;
}

.disabled-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: not-allowed;
}

.margin-auto {
    margin: auto;
}

.table-sticky thead tr th {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 5 !important;
}

.nav .nav-item.dropdown .count-indicator .count,
.navbar-nav .nav-item.dropdown .count-indicator .count {
    position: absolute;
    left: 50%;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background: #FF0017;
    color: #ffffff;
    font-size: 11px;
    top: -1px;
    font-weight: 600;
    line-height: 1rem;
    border: none;
    text-align: center;
}

.popover-body ul {
    padding-left: 5px !important;
}

.popover-body ul li {
    list-style: none !important;
}

.popover-body ul li a {
    font-size: 14px !important;
}

.pointer {
    cursor: pointer !important;
}

.star {
    color: red;
}

#leadForm label.error {
    color: red;
}

.notification {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    background: red;
    color: #ffffff;
    font-size: 11px;
    top: -1px;
    font-weight: 600;
    line-height: 1rem;
    border: none;
    text-align: center;
    float: right;
}


}
.border-bottom {
    border-bottom: 1px solid #555 !important;
}
.border {
    border: 1px solid rgb(211, 208, 208) !important;
}
.pagination-right .pagination {
    float: right;
}
.uppercase {
    text-transform: uppercase;
}
.bold {
    font-weight: bold;
}
.hide {
    display: none;
}
.crm .fa-minus,
.fa-plus {
    float: right;
}
.circle-button {
    border-radius: 50% !important;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    
    content: "\f067";
}