@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);

}

.welcome_ul button,
.back_img {
    cursor: pointer;
}

.service-data img {
    cursor: pointer;
}

.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: 15px 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%;
    /* background: linear-gradient(to right, #00f2fe, #4facfe); */

    /* background: linear-gradient(to right, rgb(63, 150, 208), rgb(28, 115, 177)); */
    /* background: linear-gradient(to right, #00f2fe, #4facfe); */
    /* background: linear-gradient(to right, #1fd1f9, #4facfe); */
    /* background: linear-gradient(to right, #00dbde, #3a7bd5); */
    /* background: linear-gradient(to right, #1fa2ff, #12d8fa, #a6ffcb); */
    background: linear-gradient(to right, #43e97b, #38f9d7);

}

.pdf_dow {
    width: 30px;
    height: 30px;
}

.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: rgb(0, 0, 0);
    margin-bottom: 3px;

}

.card-flex p span {
    display: block;
}

.card-flex p span:last-child {
    font-weight: bolder;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(255, 255, 255);



}

.age_ {
    padding-right: 30px;
}

.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;
}

.card-footer-flex p {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(255, 255, 255);

}

.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: rgb(63 150 208);
    padding: 12px 10px;
    border-radius: 5px;
    display: flex;
    gap: 16px;
    /* align-items: center; */
    position: relative;
    margin-top: 5px;
    /* background: linear-gradient(to right, #00f2fe, #4facfe); */

    /* background: linear-gradient(to right, rgb(63, 150, 208), rgb(28, 115, 177)); */
    /* background: linear-gradient(to right, #00f2fe, #4facfe); */
    /* background: linear-gradient(to right, #1fd1f9, #4facfe); */
    background: linear-gradient(to right, #00dbde, #3a7bd5);
    /* background: linear-gradient(to right, #1fa2ff, #12d8fa, #a6ffcb); */
}

.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: 23px 10px;
    gap: 18px;
    position: relative;
    margin-bottom: 7px;
}

.res_check {
    width: 30px;
    height: 30px;

}



.service>div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-check {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row !important;
}

.service-check p {
    margin-top: 0 !important;
}

.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: rgb(0, 0, 0) !important;
    margin-top: 11px;
}

.result_chekkkk {
    margin-top: 10px;
    display: block;
    color: rgba(255, 166, 0, 0.619);
    font-size: 14px;
    display: block;
}

.result_chekkkk.active {
    color: #3dc76b;
}

.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);

}

.service-data-lab {
    justify-content: space-between;
    align-items: center;
}

.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;

}

.sex_input {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.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;
}

.cloud_file_page {
    display: none;
    position: relative;
}

.cloud_file_header {
    display: flex;
    align-items: center;
    gap: 2;
}

.cloud_file_add {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    border: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.del_file {
    cursor: pointer;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.del_file img {
    width: 100%;
    height: 100%;
    
}

.cloud_file_insert_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid grey;
    padding: 5px;
    border-radius: 5px;
    background: rgb(196, 206, 236);
    margin: 10px 0;

}
.btns{
    display: flex;
    gap: 10px;
    align-items: center;
}

.cloud_file_insert_item_img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cloud_file_insert_item_img img {
    width: 40px;
    height: 40px;
}

.swal2-html-container {
    padding: 10px !important;
}

#swal-text {
    padding: 2px;
    margin: 10px !important;
}

.cloud_file_add img {
    width: 100%;
    height: 100%;
}

.checkbox_flex {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.checkbox_flex label {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.checkbox_flex input {
    width: 20px;
    cursor: pointer;
    height: 20px;
    margin-bottom: 0 !important;
    user-select: none;
}

.loading.active {
    display: flex;

}

.main_page {
    display: none;
}

.logo {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
    /* border: 1px solid #000; */
}

.container-fluid-all {
    display: none;
}

.container-fluid-data {
    display: none;
}

.container-fluid-data-lab {
    display: none;
}

.lab_back_2,
.lab_back_1 {
    cursor: pointer;
}

.doctor_back_img_retsept {
    cursor: pointer;
}

.dep_back_retsept {
    cursor: pointer;
}