﻿.tab-button {
    border: 2px solid #2563EB !important;
    background-color: #fff !important;
    color: #201e1e !important;
}

.btn-info {
    color: #fff !important;
    background-color: #2563EB !important;
    border-color: #2563EB !important;
}



html {
    scroll-behavior: smooth;
}

ul {
    list-style: none;
}

table {
    width: 100% !important;
}

.table-condensed td, .table-condensed th {
    font-size: 13px;
}

.d-none {
    display: none !important;
}

.datepicker-inline {
    width: 276px !important;
}

.hospital-schedules {
}

.hospital-schedules-cont .hospital img {
    border-radius: 10px;
    width: 50px;
    height: 50px;
}

.line {
    text-align: center;
    display: inline-block;
    position: relative;
    width: 80px;
    padding: 20px;
}

    .line:before {
        content: "";
        position: absolute;
        height: 5px;
        border-radius: 15px;
        background-color: #0084FF;
        -webkit-animation: load 1.5s cubic-bezier(0, 0, 0.58, 1) infinite;
        animation: load 1.5s cubic-bezier(0, 0, 0.58, 1) infinite;
    }

img.hero {
    width: 120px;
    height: auto;
    /*border-radius: 22px;*/
    /*background-color: #FFF;*/
    padding: 5px;
    margin-left: 10px;
}

@-webkit-keyframes load {
    0% {
        left: 0;
        right: 90%;
    }

    25% {
        left: 0;
        right: 0;
    }

    50% {
        left: 90%;
        right: 0;
    }

    75% {
        left: 0;
        right: 0;
    }

    100% {
        left: 0;
        right: 90%;
    }
}

@keyframes load {
    0% {
        left: 0;
        right: 90%;
    }

    25% {
        left: 0;
        right: 0;
    }

    50% {
        left: 90%;
        right: 0;
    }

    75% {
        left: 0;
        right: 0;
    }

    100% {
        left: 0;
        right: 90%;
    }
}

.remark-text {
    font-size: 13px;
    color: #EF4444;
}

.relieving-text {
    font-size: 15px;
    color: #19BEED;
}

.schedule-card-border {
    background: #FFFFFF;
    border: 1px solid #D4D4D8;
    border-radius: 10px;
    width: 100%;
    padding: 10px 10px;
}

.sch-btn-icon {
    width: 15px;
    height: 16px
}

.sch-right-text {
    margin-left: 5px;
    /*  margin-top: 2px;*/
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.hospital {
    margin-top: 30px;
}

    .hospital:first-child {
        margin-top: unset;
    }

    .hospital .hospital-info {
        display: flex;
    }

        .hospital .hospital-info img {
            width: 48px;
            height: 48px;
            border-radius: 10px;
        }

.hospital-name {
    align-items: center;
    display: flex;
}

.hospital .hospital-info > div {
    margin-left: .8em;
}

.hospital .hospital-info strong {
    font-size: 1.4em;
}

.hospital .hospital-info .badge {
    line-height: 1 !important;
    font-size: 0.8em;
    margin-top: 3px;
}

.hospital .hospital-schedules {
    /*max-height: 275px;*/
    /*overflow-x: visible;
      overflow-y: auto;*/
    scroll-behavior: smooth;
}

    .hospital .hospital-schedules .week {
        display: flex;
        margin-top: .5em;
        justify-content: center;
    }

        .hospital .hospital-schedules .week button.schedule-date {
            color: black;
            min-width: 30px;
            padding: 3px 12px;
            border-radius: 8px;
            background-color: #ececec;
            outline: none;
            box-shadow: none;
            display: flex !important;
            flex-direction: column;
            align-items: center;
            margin-left: .5em;
            transition: background-color 0.2s ease-in, transform 0.1s ease-in, color 0.2s ease-in;
            /*opacity: 0.5;*/
        }

            .hospital .hospital-schedules .week button.schedule-date[disabled] {
                color: #c9c9c9;
            }

            .hospital .hospital-schedules .week button.schedule-date:first-child {
                margin-left: 0;
            }


            /*.hospital .hospital-schedules .week:first-child button.schedule-date:first-child .dayofweek {
                color: #0084FF;  need to open
            }

            .hospital .hospital-schedules .week:first-child button.schedule-date:first-child .day {
                color: #0084FF;  need to open
            }
*/
            .hospital .hospital-schedules .week button.schedule-date.selected {
                background-color: #0084FF;
                color: #FFF;
            }

            .hospital .hospital-schedules .week button.schedule-date:active {
                background-color: #afafaf;
                transform: scale(1.1);
            }

/*.hospital .hospital-schedules .week button.schedule-date .bookable {
      opacity: 1;
    }
*/
.week .schedule-date {
}

    .week .schedule-date .dayofweek {
        font-size: .8em;
    }

    .week .schedule-date .day {
        font-size: 1.2em;
    }

.hospital ul {
    margin-top: 7px;
}

.hospital li {
    margin-bottom: 10px !important;
}

    .hospital li strong {
        font-size: 1.08em;
        color: #337ab7;
    }


.hospital .hospital-schedules .week button.schedule-date.available {
    color: white;
    background: #007bff;
}

.schedule-time {
    text-align: center;
    display: none;
}



    .schedule-time button {
        text-align: left;
        color: #000000;
        width: 100%;
        outline: none;
        font-size: 1.2em;
        /*  margin-top: 15px;*/
        margin-top: 0px;
        /*  margin-bottom: 15px;*/
        background-color: #ececec;
        border: 0;
        padding: 10px 15px;
        border-radius: 8px;
        transition: background-color 0.2s ease-in, transform 0.1s ease-in, color 0.2s ease-in;
    }

        .schedule-time button:active {
            border: none;
            background-color: #afafaf;
            transform: scale(1.1);
        }

        .schedule-time button.selected {
            background-color: #0084FF;
            color: #FFF;
        }

.patient-form {
    text-align: left;
}

*::-webkit-scrollbar {
    width: 3px;
}

*::-webkit-scrollbar-track {
    background: #eef1f9;
    margin: 7px 0 7px 0;
    border-radius: 20px;
}

*::-webkit-scrollbar-thumb {
    background: #575757;
    border-radius: 20px;
}

.loading button {
    transition: 0.1s ease;
    animation-name: skeleton;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes skeleton {
    0% {
        background-color: #c9c9c9;
    }

    100% {
        background-color: #F0F0F0;
    }
}

.loading button:nth-child(1) {
    transition-delay: 0s;
}

.loading button:nth-child(2) {
    transition-delay: 0.05s;
}

.loading button:nth-child(3) {
    transition-delay: 0.1s;
}

.loading button:nth-child(4) {
    transition-delay: 0.15s;
}

.loading button:nth-child(5) {
    transition-delay: 0.2s;
}

.loading button:nth-child(6) {
    transition-delay: 0.25s;
}

.loading button:nth-child(7) {
    transition-delay: 0.3s;
}

.loading button:nth-child(1) {
    animation-delay: 0.0s;
}

.loading button:nth-child(2) {
    animation-delay: 0.05s;
}

.loading button:nth-child(3) {
    animation-delay: 0.1s;
}

.loading button:nth-child(4) {
    animation-delay: 0.15s;
}

.loading button:nth-child(5) {
    animation-delay: 0.2s;
}

.loading button:nth-child(6) {
    animation-delay: 0.25s;
}

.loading button:nth-child(7) {
    animation-delay: 0.3s;
}

.swal-text {
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 30px !important;
    font-family: Pyidaungsu !important;
}
/* .btn-default.active{
        border-radius:unset!important;
    }
    .btn{
        border-radius:unset!important;
    }
    .rounded-default {
        border-radius: 10px !important;
    }*/



.text-name {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #0F172A;
}

.text-qualification {
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: #282E37;
}

.text-specialty {
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    color: #2563EB;
}

.badge-info-custom {
    background-color: #2563EB;
    border-color: #2563EB;
    border-radius: 8px;
    padding: 5px 8px !important;
    font-size: 12px !important;
}

.badge-info-custom-mm {
    background-color: #2563EB;
    border-color: #2563EB;
    border-radius: 8px;
    padding: 5px 8px 0px 8px;
    font-size: 12px !important;
}


.date-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #000000;
}


.title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #0F172A;
}