.badge {
    padding: .5rem 1rem;
    border-radius: 0;
    font-family: Roboto;
    font-weight: 500;
    font-size: 1rem;
}

.wood-theme {
    background-color: #e26283 !important;
}

.badge.badge-success {
    background-color: #00a950;
}

.badge.badge-danger {
    background-color: #ff3333;
}

.token {
    border: 3px dashed rgb(174, 36, 91);
    padding: 0 1rem;
}

.token>span {
    font-family: Roboto;
    font-size: 2rem;
    color: #242424;
    font-weight: 500;
}

.myHealthcare-custom-tabs .nav-item {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.myHealthcare-custom-tabs .nav-item .nav-link {
    padding: 0.5rem;
}

.myhealthcare-list-item .nav-item .nav-link.active {
    background-color: rgb(174, 36, 91);
    border-color: rgb(174, 36, 91);
    color: #FFF;
    position: relative;
}

.myHealthcare-custom-tabs .nav-item .nav-link.active {
    background-color: rgb(174, 36, 91);
    border-color: rgb(174, 36, 91);
    color: #FFF;
    position: relative;
}

.myHealthcare-custom-tabs .nav-item .nav-link .nav-link-letter {
    font-size: 1rem;
}

.myHealthcare-custom-tabs .nav-item .nav-link .nav-link-number {
    font-size: 3rem;
    font-weight: 300;
}

.myHealthcare-custom-tabs .nav-item .nav-link.active::after {
    content: "";
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgb(174, 36, 91);
    position: absolute;
    top: 100%;
    left: calc(50% - 20px);
}

.border-bottom {
    border-bottom: 1px solid #efefef;
}

.border-right {
    border-right: 1px solid #efefef;
}

.border-left {
    border-left: 1px solid #efefef;
}

.border-top {
    border-left: 1px solid #efefef;
}

.border-primary {
    border-color: rgb(174, 36, 91) !important;
}

.btn-view {
    background-color: #999999 !important;
    color: #fff;
}

.btn-circle {
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-filled,
.btn-filled:hover,
.btn-filled:focus {
    background-color: rgb(174, 36, 91);
    color: #FFF;
}

.pairing-code-input {
    width: 50px;
    font-size: 3rem;
    color: rgb(174, 36, 91);
    border: none;
    margin: 0 1rem;
    border-bottom: 1px solid grey;
    text-align: center;
}

.pairing-code-input:focus,
.pairing-code-input:hover,
.pairing-code-input:active {
    box-shadow: none;
    outline: none;
}

.bg-lightgreen {
    background-color: #edf4f0 !important;
}

.info-icon {
    width: 22px;
    height: 22px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    margin-bottom: 0;
}

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

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

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

.switch-toggle-btn>input[type=checkbox] {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: -200vw;
}

input:focus+.switch-toggle-btn-slider {
    box-shadow: 0 0 1px #7ddd70;
}

.wood-text {
    color: #e26283 !important;
}

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

input:checked+.switch-toggle-btn-slider {
    background-color: #e26283;
}


/* Rounded sliders */

.switch-toggle-btn-slider.round {
    border-radius: 2rem;
}

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

.image-icon {
    width: 25px;
    margin-right: 11px;
    padding-top: 11px;
}


/* Collapse icon changes */

.custom-collapse-control.arrow {
    position: relative;
}

.custom-collapse-control.arrow::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 0;
    border: 12px solid grey;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 12px solid transparent;
    transition: transform .4s;
}

.custom-collapse-control.arrow.collapsed::before {
    transform: rotate(180deg);
    top: 12px;
}

.wood-theme {
    background-color: rgb(174, 36, 91) !important;
    color: #ffffff !important;
    border: 1px solid rgb(174, 36, 91) !important;
}

.wood-theme-border {
    border-color: rgb(174, 36, 91) !important;
}


/* Custom table */

.wait-time-table {
    border-collapse: separate;
    border-spacing: 0;
}

.wait-time-table tr>td,
.wait-time-table tr>th {
    border: 1px solid lightgrey;
}

.wait-time-table tr>th:first-child {
    width: 16px;
}

.wait-time-table tr>th {
    background-color: rgba(211, 211, 211, 0.5);
}

.wait-time-table tr.success>td:last-child {
    color: rgb(174, 36, 91);
    font-weight: 600;
}

.wait-time-table tr.warning>td {
    border-color: #fed480;
}

.wait-time-table tr.warning>td:last-child {
    background-color: #fce6b8;
}

.wait-time-table tr.danger>td {
    border-color: #fca3a3;
    color: #fa4b4b;
}

.wait-time-table tr.danger>td:last-child {
    background-color: #fcbfbf;
}

@media only screen and (max-width: 768px) {
    .h4,
    h4 {
        font-size: 1.25rem;
    }
}

.alter_text {
    text-transform: capitalize;
}

.switch-toggle-btn>input[type=checkbox] {
    display: none;
}

.qms_status {
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.qms_status.rounded-circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    padding: .25rem;
}


/*.qms_status {
    border: 1px solid;
    padding: 1px 10px;
    float: left;
    margin: 5px 5px;
    cursor: pointer;
}*/

.row_value {
    cursor: pointer;
    width: 100%;
    background: white;
}

.myHealthcare-list-view.qms .row-timings {
    background: #8080801f;
    height: 30px;
}

.myHealthcare-list-view.qms .user-img {
    font-size: 110px;
}

.myHealthcare-list-view.qms .input-height {
    height: 24px;
    width: 150px;
    display: flex;
}

.myHealthcare-list-view.qms .column-alignment {
    justify-content: center;
}

.myHealthcare-list-view.qms .content-border {
    border: 1px solid #8080803d;
}

.myHealthcare-list-view.qms .text-margin {
    margin-left: 100px;
}

.myHealthcare-list-view.qms img.Group-252 {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.myHealthcare-list-view.qms img.Group-306 {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.myHealthcare-list-view.qms .btn-color {
    background: transparent !important;
    border: 1px solid transparent;
    cursor: pointer;
}

.myHealthcare-list-view.qms .btn-color:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.myHealthcare-list-view.qms img.Group-254 {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.myHealthcare-list-view.qms img.Group-277 {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.myHealthcare-list-view.qms img.Group-253 {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.myHealthcare-list-view.qms img.-e-ic-OPD {
    width: 33px;
    height: 19px;
    object-fit: contain;
    padding-bottom: 3px;
}

.myHealthcare-list-view.qms img.sync {
    width: 21px;
    height: 21px;
    object-fit: contain;
    color: gray !important;
}

.myHealthcare-list-view.qms .OPD {
    font-family: Roboto;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    ;
}

.myHealthcare-list-view.qms .img-opd {
    background-color: grey;
}

.myHealthcare-list-view.qms .timings-border {
    border: 1px solid #f0f0f0f0;
}

.myHealthcare-list-view.qms .img-opd {
    padding: 3px;
}

.myHealthcare-list-view.qms .nav-item {
    width: 25% !important;
    position: relative;
    font-size: 16px;
}

.myHealthcare-list-view.qms .nav-item .font-num {
    font-weight: 900;
    font-size: 18px;
}

.myHealthcare-list-view.qms .nav-pills .nav-link.active {
    color: #fff;
    background-color: #c05151;
    font-weight: bold;
}

.myHealthcare-list-view.qms .nav-pills .nav-link {
    background-color: #eaeaea;
    margin-right: 10px;
    margin-left: 10px;
}

.myHealthcare-list-view.qms .nav-link.active:after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #c05151;
    content: " ";
    position: absolute;
    top: 46px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.myHealthcare-list-view.qms .timings-border {
    background-color: #ffffff;
    margin-bottom: 1.25 rem;
    border: solid 1px rgb(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%);
    position: relative;
}

.myHealthcare-list-view.qms .search-size {
    font-size: 16px;
    color: #fff !important;
}

.myHealthcare-list-view.qms .tel-search {
    background: #c05151 !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.myHealthcare-list-view.qms .tel-searchbar {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.myHealthcare-list-view.qms .bold {
    font-weight: 500;
    font-size: 15px;
}

.myHealthcare-list-view.qms {
    font-size: 16px;
}

.myHealthcare-list-view.qms .custom-image {
    float: none;
    height: 75px;
    max-width: 75px;
}

.myHealthcare-list-view.qms .btn-outline-primary {
    padding: 0.25rem;
}

.myHealthcare-list-view.qms .token {
    color: #000;
    padding: 3px 8px 3px 8px;
    background-color: #fff;
    border: solid 1px #909090;
    font-size: 14px;
    position: relative;
    right: 10px;
}


/* css for Queue Status Screen */

.btn-bg-primary {
    background: #c05151;
    border: solid 1px #c05151;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
}

.btn-bg-primary:hover,
.btn-bg-primary:focus {
    color: #fff;
}

.Qms-timings {
    background: #8080801f;
    height: auto;
}

.qms-spical {
    background: #027bff !important;
    color: #fff !important;
    border-color: #027bff !important;
}

.qms-walkin {
    background: #02a850 !important;
    color: #fff !important;
    border-color: #02a850 !important;
}

.redirect-token {
    background-color: #d24350!important;
    color: #fff;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
}

.modal-token {
    color: #000;
    padding: 3px 8px 3px 8px;
    background-color: #fff;
    border: solid 1px #909090;
    font-size: 14px;
}

.fs14 {
    font-size: 14px !important;
}

button.close {
    opacity: 1;
}

button.close span {
    font-size: 18px !important;
}