.btn-link {
    border: 0!important;
    background: 0 0!important;
}

.btn-link.btn-primary {
    color: #1572e8!important;
}

.btn-link.btn-danger {
    color: #f25961!important;
}

.btn-purple {
    background-color: #6f42c1;
    color: #ffffff;
}
.mic-icon{
    margin-bottom: -8px;
}
.main-menu ul.nav-treeview li {
    margin-left: 0.1rem!important;
    font-size: 14px;
}

#ajax-modal .modal-footer {
    margin-top: 5px;
    padding: 20px 0 5px;
    border-top: 1px solid #eee;
}
.modal { overflow-y: auto}
.custom-tabs .nav-item a {
    border-right: 1px solid #e9ecef;
    background-color: #6f42c1;
    color: #ffffff;
}

.switch {
    position: relative;
    /*display: inline-block;*/
    width: 60px;
    height: 20px;
    float: left;
}

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

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

.switch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    bottom: 0;
    background-color: #ebedf2;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked+.switch-slider {
    background-color: #9ad43c;
}

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

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


/* Rounded sliders */

.switch-slider.round {
    border-radius: 34px;
}

.switch-slider.round:before {
    border-radius: 50%;
}

.switch-checkbox-heading {
    float: left;
    font-size: 14px;
    margin: 0;
}

div.dataTables_length {
    margin-bottom: 1rem;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url(../img/tenor.gif) no-repeat center center;
    z-index: 10000;
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.big-checkbox {
    width: 23px;
    height: 23px;
    vertical-align: middle;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.js-signature {
    border: 2px dotted #ced4da;
}

.was-validated .select2:invalid+.select2 .select2-selection {
    border-color: #dc3545!important;
}

.was-validated .select2:valid+.select2 .select2-selection {
    border-color: #28a745!important;
}

*:focus {
    outline: 0px;
}

.section_header {
    background: #999999;
    padding: 5px;
    color: #fff;
}

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0.1rem !important;
    left: -2rem !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.custom-control-lg .custom-control-label {
    margin-left: 0.5rem !important;
    font-size: 1rem !important;
}

.table thead th {
    font-size: 13px;
}

#btnBackToTop,
#btnBackToPrevious {
    display: inline-block;
    background-color: #FF9800;
    width: 55px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 60px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    margin-left: 100px;
}

#btnBackToPrevious {
    margin-right: 4rem!important;
}

#btnBackToTop:hover,
#btnBackToPrevious:hover {
    cursor: pointer;
    background-color: #333;
}
.cursor-pointer{
    cursor: pointer !important;
}
#btnBackToTop:active,
#btnBackToPrevious:active {
    background-color: #555;
}

#btnBackToTop.show,
#btnBackToPrevious.show {
    opacity: 1;
    visibility: visible;
}

#btnBackToTop i,
#btnBackToPrevious i {
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    color: #fff;
}

.referral_table .main_header {
    background: #76923C;
}

.referral_table .section_header {
    background: #AAC575;
    color: #000
}

canvas.jSignature {
    margin-bottom: 30px !important;
}

div.dataTables_length {
    float: left;
}

div.dataTables_filter {
    float: right;
}

div.dataTables_info {
    float: left;
}

div.dataTables_paginate {
    float: right;
}

div.DTTT {
    float: left;
    margin-right: 50px;
}

div.buttons {
    clear: both;
}

ul.main-menu .green-border {
    border: solid 4px #39FF33
}

ul.main-menu .lightblue-border {
    border: solid 4px #339CFF
}

ul.main-menu .darkblue-border {
    border: solid 4px #073990
}

ul.main-menu .purple-border {
    border: solid 4px #921DE3
}

ul.main-menu .orange-border {
    border: solid 4px #ee7600
}

ul.main-menu .bluegray-border {
    border: solid 4px #6699cc
}

ul.main-menu .darkorange-border {
    border: solid 4px #8B4000
}


/* Menu background colors */

ul.main-menu .green-bg {
    background-color: #39FF33
}

ul.main-menu .lightblue-bg {
    background-color: #339CFF
}

ul.main-menu .darkblue-bg {
    background-color: #073990
}

ul.main-menu .purple-bg {
    background-color: #921DE3
}

ul.main-menu .orange-bg {
    background-color: #ee7600
}

ul.main-menu .bluegray-bg {
    background-color: #6699cc
}

ul.main-menu .darkorange-bg {
    background-color: #8B4000
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active {
    background-color: blueviolet !important;
}

.text-underline {
    text-decoration: underline;
}

.form-group:has(> .is-invalid) {
    color: #dc3545!important;
}

.wrapper {
    display: grid;
}

.btn-orange {
    color: #FFFFFF;
    background-color: #FF9800;
    border-color: #FF9800;
}
/*.bb-title {*/
/*    font-size: 17px !important;*/
/*    font-weight: bold !important;*/
/*}*/
.bb-title tspan:first-child {
    font-size: 17px;
    font-weight: bold;
}
.spinner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) url("../img/tenor.gif") no-repeat 50% 50%;
    visibility: visible;
    z-index: 5000;
}
#meetingSDKElement{
    min-height: 700px;
    background-size: 100% 100%;
    background: url(../img/telehealth.png) no-repeat center center;
}
.v-middle{
    vertical-align: middle !important;
}
.select2-container {
    width: 100% !important;
}

.select2-selection {
    width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.select2-selection__choice {
    max-width: 150px; /* adjust as needed */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
textarea.autosize{
    field-sizing: content;
}
