@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background: rgba(103, 250, 243, 0.08);

}

.site_title {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 8px;
    text-align: center;
    color: rgba(0, 0, 0, 1)
}

.container-fluid {
    max-width: 734px;
    display: block;
    margin: auto;
    padding: 55px 16px;
}

.new-card {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 28px 14px 14px;
    border-radius: 15px;
    width: 100%;
}

.card-flex {
    display: flex;
    gap: 17px;
    /* justify-content: space-between; */
    align-items: center;
}

.card-flex p span:first-child {
    font-weight: 500;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(106, 97, 107, 1);
    margin-bottom: 3px;

}

.card-flex p span {
    display: block;
}

.card-flex p span:last-child {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);


}

.datab_birth_flex {
    display: flex;
    justify-content: space-between;
    padding: 13px 0;

}

.card_item_2 {
    width: 100%;
}

.card-footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 33px;
}

.site_title_2 {
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 22px;

}

.my-clinic {
    background: rgba(14, 79, 163, 1);
    padding: 12px 10px;
    border-radius: 5px;
    display: flex;
    gap: 16px;
    align-items: center;
    position: relative;
    margin-top: 5px;
}

.my-clinic span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);

}

.my-clinic img:last-child {
    position: absolute;
    right: 14px;
    bottom: 12px;
}

.site_title_3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
    margin-top: 17px;
}

.welcome_ul {
    margin-top: 19px;
}

.welcome_ul {
    list-style: none;
}

.welcome_ul {}

.welcome_ul button {
    border: 0;
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
    padding: 15px 11px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: none;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 12px;

}

.container-fluid-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.container-fluid-header h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);

}

.service {
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding: 10px;
    gap: 18px;
    position: relative;
    margin-bottom: 7px;
}

.service>div p {
    color: rgba(9, 0, 10, 1);
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;

}

.service>div p:last-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(0, 0, 255, 1);
    margin-top: 11px;
}

.back_img {
    position: absolute;
    right: 12px;
    bottom: 10px;
}

.service-data {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    justify-content: space-between;
}

.service-data p {
    font-weight: 900;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;

}

.service-data-lab p {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);

}

.all_dowland {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    padding: 21px;
    background: rgba(1, 76, 237, 0.74);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 0;
    position: absolute;
    width: 311px;
    bottom: 44px;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
}


.welcome img {
    display: block;
    margin: auto;
    margin-top: 91px;
    margin-bottom: 61px;
}

.welcome label {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    display: block;
    margin-bottom: 5px;

}

.welcome input {
    border: 1px solid rgba(24, 211, 224, 1);
    background: rgba(255, 255, 255, 1);
    height: 33px;
    padding: 5px;
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: transparent;
    backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
}

.loading.active {
    display: flex;

}

.main_page {
    display: none;
}

.logo {
    width: 74px;
    height: 67px;
    object-fit: contain;
}

.container-fluid-all {
    display: none;
}

.container-fluid-data {
    display: none;
}