.time-slot {
    border-radius: 30px;
    margin-bottom: 10px;
    margin-right: 1rem;
    height: 39px;
    width: 170px;
    box-shadow: 0 2px 4px -2px #79e79d;
    background: #47cf73;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.time-slot:hover {
    background-color: #3596E8 !important;
    cursor: pointer;
    color: #fff;
}

.h-300px {
    height: 300px;
}

.bookedSlot {
    pointer-events: none;
    color: white;
    background: #df4f4f !important;
    box-shadow: 0 2px 4px -2px #e87c7c;
}

.activeSlot {
    background-color: #3596E8 !important;
    cursor: pointer;
    color: #fff;
}

.iti {
    display: block !important;
    width: 100%;
}

.appointment-circle .badge-circle {
    border-radius: 50%;
    padding: 0;
    min-width: unset;
    width: 12px !important;
    height: 12px !important;
}

.w-150px {
    width: 150px;
}

.swal-modal .swal-text {
    text-align: center !important;
}

.form-control[readOnly] {
    background-color: #fff !important;
}

.ribbon {
    position: relative;
}

.ribbon .ribbon-label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    background-color: #009EF7;
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    top: 50%;
    left: 70%;
    transform: translateX(-5px) translateY(-50%);
}

.ribbon-vertical .ribbon-label {
    padding: 5px 10px;
    min-width: 36px;
    min-height: 46px;
    text-align: center;
}

.ribbon.ribbon-top .ribbon-label {
    top: 0;
    transform: translateX(-15px) translateY(-4px);
    border-bottom-right-radius: 0.475rem;
    border-bottom-left-radius: 0.475rem;
}

.rating-input {
    position: absolute !important;
    left: -9999px !important;
}

.rating-input[disabled] {
    display: none;
}

.rating-label > i {
    line-height: 1;
    color: #b5b5c3;
}

.rating-label > .svg-icon {
    line-height: 1;
}

.rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #b5b5c3;
}

.rating-label > .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}

label.rating-label {
    cursor: pointer;
}

div.rating-label.checked > i, label.rating-label > i {
    color: #b5b5c3;
}

div.rating-label.checked > .svg-icon svg [fill]:not(.permanent):not(g), label.rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #FFC107FF;
}

div.rating-label.checked > .svg-icon svg:hover [fill]:not(.permanent):not(g), label.rating-label > .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}

.rating-input:checked ~ .rating-label > i {
    color: #b5b5c3;
}

.rating-input:checked ~ .rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #b5b5c3;
}

.rating-input:checked ~ .rating-label > .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}

.rating:hover label.rating-label > i {
    color: #FFC107FF;
}

.rating:hover label.rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #FFC107FF;
}

.rating:hover label.rating-label > .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}

label.rating-label:hover ~ .rating-label > i {
    color: #b5b5c3;
}

label.rating-label:hover ~ .rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #b5b5c3;
}

label.rating-label:hover ~ .rating-label > .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}

.review-star {
    color: #FFC107FF;
    font-size: 15px;
}

.telemedicine-icon {
    background: #3396ac;
    color: #fff;
    padding: 4px 4px 4px 7px;
    border-radius: 50%;
    margin-left: -20px;
}

.avg-review-star-div .review-count {
    color: #CED4DAFF;
}

.review-star-div .review-star {
    color: #FFC107FF;
    font-size: 25px;
}

.review-star-div .review-count {
    color: #CED4DAFF;
}

.bg-status-canceled {
    background-color: #F1416C !important;
}

.bg-status-booked {
    background-color: #399EF7 !important;
}

.bg-status-checkIn {
    background-color: #50CD89 !important;
}

.bg-status-checkOut {
    background-color: #FAC702 !important;
}

body {
    overflow-x: hidden;
}

.sidebar-app-logo {
    max-height: 50px;
    max-width: 120px;
}

.card-register {
    /* background: #f4f5f7 !important; */
}

.card-register .container {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 1px solid #ede8e8 !important;
    background: #fff !important;
}

.stage-register {
    font-size: 14px !important;
    color: #6e798e !important;
    font-weight: 600 !important;
    margin: 20px 0 20px 0;
}

.form-register-field-fone {
    padding-left: 89px !important;
}


.sidebar-app-logo {
    max-height: 50px;
    max-width: 120px
}

.card-logo-height {
    height: 20px !important
}

.pe-25 {
    padding-right: 7rem !important
}

.prescription-app-logo {
    max-height: 80px;
    max-width: 140px
}

@media (max-width: 320px) {
    .problem-btn {
        width: 65px !important
    }
}

@media (max-width: 480px) {
    #toast-container > .toast {
        min-width: 310px !important;
        width: 310px !important
    }
}

@media (max-width: 320px) {
    #toast-container > .toast {
        min-width: 270px !important;
        width: 270px !important
    }
}

@media (max-width: 321px) {
    .width-320 {
        width: 290px !important
    }
}

@media (max-width: 1024px) {
    .custom-appointment-status {
        display: none !important
    }
}

.min-w-input {
    min-width: 1.563em !important
}

.checkbox-content {
    width: 85px
}

@media (max-width: 345px) {
    .flex-xs-column {
        flex-direction: column !important
    }
}

.extra-margin {
    margin-top: 21px !important
}

.purchase-tax {
    min-width: 42px !important
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.fs-12 {
    font-size: 12px
}

.fs-15 {
    font-size: 15px
}

.flex-1 {
    flex: 1
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.text-primary {
    color: #ff8e4b !important
}

.patient_unique_id, .patient_unique_id_span {
    color: #ff8e4b
}

.card .smart-card-header {
    background-color: #161e54;
    padding: 14px 25px
}

.card .smart-card-header .logo {
    height: 40px;
    min-width: 40px;
    width: auto
}

.card .card-body {
    padding: 20px 25px
}

.card .card-body .card-img {
    border-radius: 4px;
    height: 150px;
    min-width: 110px;
    overflow: hidden;
    width: 110px
}

@media (max-width: 768px) {
    .card .card-body .card-img {
        text-align: center;
        width: 100%
    }
}

.card .card-body .patient-desc tr td {
    color: #5a5a5a;
    font-size: 15px;
    height: 20px;
    padding: 4px 0
}

.card .card-body .qr-code {
    height: 80px;
    width: 80px
}

@media (max-width: 768px) {
    .card .card-body .qr-main-div {
        text-align: center;
        width: 60% !important
    }
}

@media (max-width: 425px) {
    .card .card-body .qr-main-div {
        text-align: center;
        width: 70% !important
    }
}

@media (max-width: 340px) {
    .card .card-body .qr-main-div {
        text-align: center;
        width: 80% !important
    }
}

.card .card-body .address-text {
    color: #5a5a5a;
    font-size: 15px
}

.card .card-body .signature-text {
    color: #909090
}

.display_show {
    display: none
}

.color-black {
    color: #000 !important
}

.color-white {
    color: #fff !important
}

.smart-card-tem-body {
    width: 600px
}

.patient-modal-content {
    background-color: transparent !important
}

.patient-smart-card-body {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.patient-smart-card-ser-detail {
    color: #fff !important
}

@media (max-width: 500px) {
    .add-slot {
        flex-direction: column;
        margin-left: 100px
    }
}

@media (max-width: 475px) {
    .add-slot {
        flex-direction: column;
        margin-left: 90px
    }
}

@media (max-width: 450px) {
    .add-slot {
        flex-direction: column;
        margin-left: 80px
    }
}

@media (max-width: 425px) {
    .add-slot {
        flex-direction: column;
        margin-left: 60px
    }
}

@media (max-width: 400px) {
    .add-slot {
        flex-direction: column;
        margin-left: 50px
    }
}

@media (max-width: 375px) {
    .add-slot {
        flex-direction: column;
        margin-left: 40px
    }
}

@media (max-width: 350px) {
    .add-slot {
        flex-direction: column;
        margin-left: 25px
    }
}

@media (max-width: 330px) {
    .add-slot {
        flex-direction: column;
        margin-left: 15px
    }
}

@media (max-width: 320px) {
    .add-slot {
        flex-direction: column;
        margin-left: 8px
    }
}

@media (max-width: 575px) {
    .checkbox-content {
        margin-top: 25px
    }
}

@media (max-width: 500px) {
    .checkbox-content {
        margin-top: 0
    }
}

.admin-dashbord-user-card-header {
    background-color: #2ead6547;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #2ead65;
    padding: 15px 0 40px 15px
}

.admin-dashbord-user-card-body {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px;
    position: relative
}

@media (max-width: 1800px) {
    .admin-dashbord-user-card-body {
        flex-direction: column
    }
}

@media (max-width: 1024px) {
    .admin-dashbord-user-card-body {
        flex-direction: row
    }
}

.admin-user-card-img {
    border: 4px solid #fff;
    border-radius: 50%;
    height: 70px !important;
    position: relative;
    top: -40px;
    width: 70px !important
}

.admin-user-data {
    margin-top: -25px
}

@media (max-width: 1040px) {
    .admin-user-data {
        margin-top: 10px
    }
}

.admin-dashbord-earning-card-header {
    background-color: #fff !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 0 15px 15px
}

.admin-dashbord-earning-card-body {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 60px;
    padding: 20px
}

.admin-wiget-appointment-card1, .admin-wiget-appointment-card2, .admin-wiget-appointment-card3 {
    background-color: #fff
}

@media (max-width: 1440px) {
    .admin-card-icon {
        font-size: 20px !important
    }
}

@media (max-width: 1024px) {
    .admin-card-icon {
        font-size: 25px !important
    }
}

.admin-radial-bar {
    background-color: #ccc;
    border-radius: 50%;
    height: 80px;
    margin-left: auto;
    margin-right: 50px;
    width: 80px
}

.admin-radial-bar__mask {
    clip: rect(0, 80px, 80px, 40px)
}

.admin-radial-bar__fill, .admin-radial-bar__mask {
    -webkit-backface-visibility: hidden;
    border-radius: 50%;
    height: 80px;
    position: absolute;
    transition: transform 1s;
    width: 80px
}

.admin-radial-bar__fill {
    clip: rect(0, 40px, 80px, 0);
    background-color: #2ead65
}

.admin-radial-bar__inset {
    background-color: #fbfbfb;
    border-radius: 50%;
    display: table-cell;
    height: 70px;
    margin-left: 5px;
    margin-top: 5px;
    position: absolute;
    width: 70px
}

.admin-radial-bar__percent {
    color: #627ce8;
    font-size: 22px;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%)
}

.admin-patient-widget-icon {
    height: 70px !important;
    min-width: 70px !important;
    width: 70px !important
}

@media (max-width: 1440px) {
    .admin-patient-widget-icon {
        height: 40px !important;
        min-width: 40px !important;
        width: 40px !important
    }
}

@media (max-width: 1024px) {
    .admin-patient-widget-icon {
        height: 50px !important;
        min-width: 50px !important;
        width: 50px !important
    }
}

.blood_group {
    width: 100px
}

.dashbord-patient-card-header {
    background-color: #2ead6547;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #2ead65;
    padding: 15px 0 40px 15px
}

.dashbord-patient-card-body {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px;
    position: relative
}

.patient-card-img {
    border: 4px solid #fff;
    border-radius: 50%;
    height: 70px !important;
    position: relative;
    top: -40px;
    width: 70px !important
}

.dashbord-doctor-card-header {
    background-color: #2ead6521;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #2ead65;
    padding: 15px 0 40px 15px
}

.dashbord-doctor-card-body {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px;
    position: relative
}

@media (max-width: 1400px) {
    .dashbord-doctor-card-body {
        flex-direction: column;
        float: start
    }
}

.doctor-card-img {
    border: 4px solid #fff;
    border-radius: 50%;
    height: 72px !important;
    position: relative;
    top: -40px;
    width: 72px !important
}

.dashboard-vizit {
    margin-left: 100px
}

.card-header-dashbord {
    padding: 0 !important
}

.patient-dashbord-earning-card-header {
    background-color: #fff !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 17px 0 0 17px
}

.patient-dashbord-earning-card-body {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 60px;
    padding: 15px
}

.patient-wiget-appointment-card1, .patient-wiget-appointment-card2, .patient-wiget-appointment-card3 {
    background-color: #fff
}

.dashboard-card {
    width: 345px !important
}

.doctor-data, .patient-data {
    margin-top: -40px
}

.dashbord-doctor-card {
    border-radius: 10px
}

@media (max-width: 768px) {
    .dashbord-doctor-card {
        width: 357px
    }
}

@media (max-width: 425px) {
    .dashbord-doctor-card {
        margin-bottom: 280px;
        width: 395px
    }
}

@media (max-width: 375px) {
    .dashbord-doctor-card {
        width: 345px
    }
}

@media (max-width: 320px) {
    .dashbord-doctor-card {
        width: 290px
    }
}

.doctor-dashbord-earning-card-header {
    background-color: #fff !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 0 15px 15px
}

.doctor-dashbord-earning-card-body {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 60px;
    padding: 15px
}

@media (max-width: 768px) {
    .doctor-dashbord-earning-card-body {
        height: 140px
    }
}

@media (max-width: 1024px) {
    .doctor-dashbord-earning-card-body {
        height: 140px
    }
}

@media (max-width: 1400px) {
    .doctor-dashbord-earning-card-body {
        height: 100px !important
    }
}

.doctor-dashbord-earning-card {
    border-radius: 10px
}

.doctor-wiget-appointment-card1, .doctor-wiget-appointment-card2, .doctor-wiget-appointment-card3 {
    background-color: #fff;
    height: 170px !important;
}

@media (max-width: 1440px) {
    .card-icon {
        font-size: 20px !important
    }
}

@media (max-width: 1024px) {
    .card-icon {
        font-size: 25px !important
    }
}

.doctor-radial-bar, .patient-radial-bar {
    background-color: #ccc;
    border-radius: 50%;
    height: 80px;
    margin-left: auto;
    margin-right: 40px;
    width: 80px
}

.doctor-radial-bar__mask, .patient-radial-bar__mask {
    clip: rect(0, 80px, 80px, 40px)
}

.doctor-radial-bar__mask, .patient-radial-bar__fill, .patient-radial-bar__mask {
    -webkit-backface-visibility: hidden;
    border-radius: 50%;
    height: 80px;
    position: absolute;
    transition: transform 1s;
    width: 80px
}

.doctor-radial-bar__fill, .patient-radial-bar__fill {
    clip: rect(0, 40px, 80px, 0);
    background-color: #2ead65
}

.doctor-radial-bar__fill {
    -webkit-backface-visibility: hidden;
    border-radius: 50%;
    height: 80px;
    position: absolute;
    transition: transform 1s;
    width: 80px
}

.doctor-radial-bar__inset, .patient-radial-bar__inset {
    background-color: #fbfbfb;
    border-radius: 50%;
    display: table-cell;
    height: 70px;
    margin-left: 5px;
    margin-top: 5px;
    position: absolute;
    width: 70px
}

.doctor-radial-bar__percent, .patient-radial-bar__percent {
    color: #627ce8;
    font-size: 22px;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%)
}

.doctor-widget-icon, .patient-widget-icon {
    height: 60px !important;
    min-width: 60px !important;
    width: 60px !important
}

@media (max-width: 1440px) {
    .doctor-widget-icon, .patient-widget-icon {
        height: 40px !important;
        min-width: 40px !important;
        width: 40px !important
    }
}

@media (max-width: 1024px) {
    .doctor-widget-icon, .patient-widget-icon {
        height: 50px !important;
        min-width: 50px !important;
        width: 50px !important
    }
}

.patient_unique_id {
    width: 133px
}

@media (max-width: 768px) {
    .patient_unique_id {
        width: 100% !important
    }
}

.card-main-div {
    width: 75% !important
}

@media (max-width: 992px) {
    .card-main-div {
        width: 100% !important
    }
}

@media (max-width: 1400px) {
    .custom-margin-transaction-filter {
        margin-top: 10px !important
    }

    .custom-margin-filter {
        margin-right: 0 !important
    }
}

.custom-margin-filter {
    margin-right: 10px !important
}

