﻿






.btn {
    border: solid 2px #fff !important;
    border-radius: 5px;
}

.btn-secondary,
.btn-successm,
.btn-primary {
    font-size: 14px;
    font-weight: 500;
    background: #28c7b8;
    border-color: #23bcae;
}

.btn-secondary:hover,
.btn-success:hover,
.btn-primary:hover {
    background: #209f93 !important;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    position: absolute;
    /* top: 50%;
                    left: 50%; */
    text-align: center;
    z-index: 100;
    height: 200px;
    width: 200px;
    animation: spin 2s linear infinite;
}

#title-patient {
    color: #fff;
    font-size: 15px;
}

.slick-prev {
    left: -20px !important;
    z-index: 1;
    font-weight: bold !important;
}

.slick-next {
    right: -20px !important;
    font-weight: bold !important;
}

.slick-dots {
    bottom: 10px !important;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: #28C7B8 !important;
    color: #fff !important;
    opacity: 1 !important;
}

.id-container
* {
    font-family: Arial,Helvetica,sans-serif;
    box-sizing: border-box
}

.id-container {
    width: 420px;
    height: 250px;
    border: 1px solid #333;
    padding: 10px !important;
    display: flex;
    flex-direction: column;
    background: #fff
}

.id-bottom, .id-container, .id-middle, .id-top {
    position: relative;
    z-index: 10
}

.id-top {
    margin-bottom: 20px
}

.id-middle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    font-size: 10.5px
}

.id-bottom {
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    padding: 5px 5px 1px
}

.id-main-heading {
    font-size: 20px !important;
    text-align: center;
    margin: 0
}

.id-sub-heading {
    font-size: 14px !important;
    text-align: center;
    margin: 0
}

.id-details {
    padding: 3px 5px;
    width: 240px !important
}

.id-details-list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-direction: column
}

    .id-details-list li {
        display: -webkit-inline-flex;
        word-wrap: break-word
    }

        .id-details-list li span:first-child {
            float: left;
            font-weight: 600;
            
        }

        .id-details-list li span:last-child {
            float: right;
            word-break: break-all
        }

.qr-code {
    border: 1px solid #bbb;
    height: 60px !important;
    width: 60px !important;
}

    .qr-code img {
        height: 60px !important;
        width: 60px !important;
    }

.user-photo {
    border: 1px solid #bbb;
    height: 60px !important;
    width: 60px !important
}

    .user-photo img {
        height: 60px !important;
        width: 60px !important;
        object-fit: fill
    }

.watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    z-index: 2;
    opacity: .6
}

@media (max-width: 375px) {
    .id-container * {
        font-family: Arial,Helvetica,sans-serif;
        box-sizing: border-box
    }

    .id-container {
        width: 360px !important;
        height: 190.896px !important;
        border: 1px solid #333;
        padding: 5px !important;
        display: flex !important;
        flex-direction: column !important;
        background: #fff !important;
        margin-bottom: 5px !important;
    }

    .id-top {
        margin-bottom: 20px !important;
    }

    .id-middle {
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        flex: 1 !important;
        font-size: 10.5px !important;
    }

    .id-bottom {
        font-size: 11px !important;
        display: flex !important;
        justify-content: space-between !important;
        padding: 5px 5px 1px !important;
    }

    .id-main-heading {
        font-size: 14px !important;
        text-align: center !important;
        margin: 0 !important;
    }

    .id-sub-heading {
        font-size: 11px !important;
        text-align: center !important;
        margin: 0 !important;
    }

    .id-details {
        padding: 3px 5px !important;
        width: 130px !important
    }

    .id-details-list {
        display: flex !important;
        list-style-type: none !important;
        padding: 0 !important;
        margin: 0 !important;
        flex-direction: column !important;
    }

        .id-details-list li {
            display: -webkit-inline-flex !important;
            word-wrap: break-word !important;
        }

            .id-details-list li span:first-child {
                float: left !important;
                font-weight: 600 !important
            }

            .id-details-list li span:last-child {
                float: right !important;
                word-break: break-all
            }

    .qr-code {
        border: 1px solid #bbb !important;
        height: 60px !important;
        width: 60px !important;
    }

        .qr-code img {
            height: 60px !important;
            width: 60px !important;
        }

    .user-photo {
        border: 1px solid #bbb !important;
        height: 60px !important;
        width: 60px !important
    }

        .user-photo img {
            height: 60px !important;
            width: 60px !important;
            object-fit: fill !important;
        }

    .watermark {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%,-50%);
        z-index: 2;
        opacity: .6
    }
}

table th {
    position: sticky;
    top: -10px;
    z-index: 1;
    border-top: 0;
    background: #ededed;
}



/*PATIENT SLIDER IMAGE*/
.slider-image {
    height: 250px;
    width: 100%;
}

/*Service*/
.grid-container {
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    width: 100%;
    grid-template-rows: 1fr;
}

.grid-item {
    /*background: #28C7B8;*/
}

.btn-service {
    background: #28C7B8 !important;
    border: solid 2px #fff;
    border-radius: 10px !important;
}

    .btn-service:hover {
        background: #28A89C !important;
    }

.service-title {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.btn-img {
    height: 60px;
    width: 60px;
    padding: 5px;
}

@media (min-width: 375px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 600px) {
    .grid-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 900px) {
    .grid-container {
        grid-template-columns: repeat(8, 1fr);
    }
}


/*CALCULATOR*/
.grid-calculator-container {
    margin: 0 auto;
    display: grid;
    gap: 1.5rem;
    width: 100%;
    grid-template-rows: 1fr;
}

.calculator-title {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

@media (min-width: 375px) {
    .grid-calculator-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 600px) {
    .grid-calculator-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 900px) {
    .grid-calculator-container {
        grid-template-columns: repeat(6, 1fr);
    }
}


/*SHEDULE*/
.table__wrapper_shedule {
    margin-top: -5px;
    margin-bottom: 5px;
    margin-left: 5px;
    overflow: scroll;
    position: relative;
    min-height: 129px !important;
    z-index: 0;
    max-height: 140px !important;
}

    .table__wrapper_shedule table {
        width: 100%;
        overflow: scroll;
        margin-bottom: 0;
    }

    .table__wrapper_shedule thead {
        background: #065e94;
        color: #fff;
        position: sticky;
        top: -1px;
        z-index: 1;
        --webkit-position: sticky;
    }

    .table__wrapper_shedule tr th {
        padding: 3px 5px;
        font-weight: 500;
        border: 1px solid #fff;
        vertical-align: middle;
        font-size: 12px;
        background: #28A89C !important;
    }

    .table__wrapper_shedule tr td {
        padding: 3px 2px;
        font-size: 14px;
    }

.health-tips-slider {
    height: 160px !important;
}

.btn-fettures {
}

.btn-white-quick {
    background-color: #fd9702 !important;
    border: 1px solid #ccc;
    color: white !important;
}

.bg-white {
    background: #ffe1b5 !important;
}

/*QUICK SERVERS*/

.grid-container-services {
    margin: 0 auto;
    display: grid;
    gap: 1.5rem;
    width: 100%;
    grid-template-rows: 1fr;
}

.login {
    margin-top: 10px;
}
.footer-address {
    font-size: medium;
}
/*.calculator-title {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}*/

@media (min-width: 375px) {
    .grid-container-services {
        grid-template-columns: repeat(1, 1fr);
    }

    .id-container {
        width: 360px !important;
        height: 220px !important;
        border: 1px solid #333;
        padding: 10px !important;
        display: flex;
        flex-direction: column;
        background: #fff;
    }

    .logo {
        display: inline-block;
        margin-right: 30px;
        width: 180px;
    }

        .logo img {
            width: 180px;
        }

    .footer-address {
        font-size: x-small;
    }
}

@media (min-width: 280px) {
    .id-container {
        width: 350px !important;
        height: 230.896px !important;
    }
    .footer-address {
        font-size: x-small;
    }
}
@media(min-width:540px) {
    .id-container {
        width: 354px !important;
        height: 240.896px !important;
    }
    .footer-address {
        font-size: 13px;
    }
}

@media (min-width: 600px) {
    .grid-container-services {
        grid-template-columns: repeat(2, 1fr);
    }

    .id-container {
        width: 342px !important;
        height: 250px !important;
        border: 1px solid #333;
        padding: 10px !important;
        display: flex;
        flex-direction: column;
        background: #fff;
    }

    .logo {
        display: inline-block;
        margin-right: 30px;
        width: 550px;
    }

        .logo img {
            width: 195px;
        }
}

@media (min-width: 900px) {
    .grid-container-services {
        grid-template-columns: repeat(4, 1fr);
    }

    .id-container {
        width: 342px !important;
        height: 250px !important;
        border: 1px solid #333;
        padding: 10px !important;
        display: flex;
        flex-direction: column;
        background: #fff;
    }
}


.nav-tabs.nav-tabs-bottom > li > a.active, .nav-tabs.nav-tabs-bottom > li > a.active:hover, .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #28C7B8 !important;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
}

/*Patiene document*/
.img-size {
    width: 250px;
    height: 120px;
}

.error-msg {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    font-size:14px;
    /*height: calc(10vh);*/
}
@media only screen and (max-width: 767px) {
    .id-container {
        width: 100% !important;
        height: auto !important;
    }
    .id-middle .id-details {
        padding: 2px 10px !important;
        width: auto !important;
    }
}


/*header*/
.header {
    background: #ecfffd;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.06);
}

.navbar-header {
    width: 120px;
    flex: 0 0 120px;

}

.logo {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

    .logo:hover {
        color: inherit;
    }

    .logo img {
        width: 80px;
        flex: 0 0 80px;
        border-radius: 12px;
    }

.logo-slogan {
    flex: 1;
    color: #333;
}

.logo p {
    margin-bottom: 0;
}

.logo-title {
    font-size: 24px;
    font-weight: 600;
    color: #e32d38;
}

.logo-slogan-2 {
    font-weight: bold;
    font-size: 14px;
}


.contact {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.contact ul{
    padding:0;
    margin-bottom: 0;
}

.contacts button,
.contacts a {
    font-size: 15px;
    padding: 1px 10px;
    border-radius: 5px;
}


.contacts .btn-outline-danger a {
    color: red;
}

.contacts a:hover {
    color: #fff;
}

.inf i {
    margin-right: 8px;
    color: #28c7b8;
}

.inf a:hover {
    color: inherit;
}

.date_time {
    display: flex;
    align-items: center;
    gap: 10px;

}

    .date_time i {
        color: #28c7b8;
        font-size: 16px;
        font-size: 16px;
    }

.header-right {
    display: flex;
    gap: 30px;
    align-items: flex-end;
}

.noity {
    display: flex;
    justify-content: flex-end;
}

.nav-link {
    background: #ecfffd;
}

@media only screen and (max-width: 992px) {
    .navbar-header {
        width: 100%;
    }
    .header-right{
        display: none;
    }

}
@media only screen and (max-width: 767px) {
    .header-nav-custom {
        flex-direction: column;
    }
    .logo {
        gap: 10px;
    }
    .slider-image {
        height: auto;
    }
}

@media only screen and (max-width: 575.98px) {
    #mobile_btn {
        top: 30px;
        display: none;
    }
    .navbar-brand.logo {
         text-align: left;
    }
    .logo-slogan-2 {
        font-weight: bold;
        font-size: 13px;
    }
    .logo img {
        width: 50px;
        flex: 0 0 50px;
        border-radius: 0;
    }
    p.logo-slogan-2 {
        white-space: pre-line;
        line-height: 1.8;
        margin-top: -22px;
    }
    .logo p br{
        display: none;
    }

    .header-nav {
        padding: 10px 30px 10px 16px !important;
    }
    .header-right{
        display: none;
    }
}