.signIn {
    position: relative;
    padding-top: 85px;
    min-height: 800px;
    padding-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/profile_bcg.png);
}
@media only screen and (max-width: 500px) {
    .signIn {
        min-height: 620px;
        padding-top: 0px;
    }
}
.signIn h1 {
    display: block;
    margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
    .signIn h1 {
        font-size: 40px;
    }
}
.signIn h2 {
    display: none;
    text-align: center;
    margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
    .signIn h2 {
        display: block;
    }
}
.signInForm__card {
    margin-top: 60px;
    padding: 55px 30px 30px 30px;
    background-color: #ffffff;
    border-radius: 10px;
    max-width: 440px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}

.signInForm__card input[type="date"] {
    cursor: pointer;
}

.input-container {
    position: relative;
    margin: 20px 0;
}
.input-container input[type="date"] {
    padding: 10px;
}
.placeholder {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #aaa;
    pointer-events: none; /*чтобы текст не мешал вводу*/
    transition: 0.2s ease all;
}
@media (min-width: 768px) {
    input[type="text"]:focus + .placeholder,
    input[type="text"]:valid + .placeholder {
        top: -10px;
        left: 10px;
        font-size: 12px;
        color: #666;
    }
    input[type="date"]:after {
        opacity: 0;
    }
}
@media (max-width: 768px) {
    .mobile {
        top: -10px;
        left: 10px;
        font-size: 12px;
        color: #666;
    }
}

.signInForm__card .input-icon select,
.signInForm__card .input-icon select option {
    color: #000000;
}

.signInForm__card .input-icon select option[value=""],
.signInForm__card .input-icon select:invalid {
    color: #bbb4b4;
}

.signInForm__card input[type="checkbox"] {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border: 2px solid white;
    box-shadow: 0 0 0 2px #ddd;
}

.signInForm__card input[type="checkbox"]:checked {
    background-color: #009688;
}

@media only screen and (max-width: 500px) {
    .signInForm__card {
        margin-top: 40px;
        max-width: 100%;
    }
}
.signInForm__card h3 {
    margin-bottom: 30px;
}
.signInForm__card input,
.signInForm__card select {
    border: 1px solid #dfdedf;
    border-radius: 5px;
    width: 100%;
    height: 48px;
    font-size: 16px;
    color: #000000;
    padding: 0 17px;
    margin-bottom: 20px;
}
.signInForm__card .input-icon {
    margin-bottom: 20px;
}
.signInForm__card .input-icon input {
    margin-bottom: 0;
}
.signInForm__card button {
    width: 100%;
}
.signInForm__card span {
    display: block;
    cursor: pointer;
    /*margin-top: 50px;*/
    margin-bottom: 0;
    color: #969ba3;
    font-size: 16px;
    text-align: center;
}
.signInForm__card p {
    font-size: 16px;
    color: #000000;
}
.signInForm__card p.message {
    margin-bottom: 40px;
}
.signInForm__card p.message span {
    display: inline-block;
    cursor: text;
    text-align: left;
    color: inherit;
    margin-top: 0;
    font-size: inherit;
}
.signInForm__card p.approve {
    margin-top: 50px;
}
.signInForm__card p a {
    text-decoration: underline !important;
    cursor: pointer;
    color: #000000;
}

.profile {
}
@media only screen and (max-width: 500px) {
    .profile {
    }
}
@media only screen and (max-width: 575px) {
    .profileHeader__code {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .profileHeader__code {
        margin-bottom: 30px;
    }
}
.profileHeader__codes {
    display: none;
    margin-top: 25px;
    text-align: center;
}
@media only screen and (max-width: 575px) {
    .profileHeader__codes {
        display: block !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .profileHeader__codes {
        display: block !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .profileHeader__codes {
        display: block !important;
    }
}
.profileHeader__codes img {
    max-width: 100%;
}
.profileHeader__codes p {
    font-size: 14px;
    line-height: 140%;
    font-weight: 600;
    margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
    .profileHeader__codes p {
        margin-bottom: 15px;
    }
}
.profileHeader__description {
    display: flex;
}
@media only screen and (max-width: 575px) {
    .profileHeader__description {
        flex-wrap: wrap;
    }
}
.profileHeader__description p,
.profileHeader__description span {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
    .profileHeader__description p,
    .profileHeader__description span {
        font-size: 12px;
        width: 100%;
    }
}
.profileHeader__description span {
    color: #007a65;
    margin-left: 65px;
    cursor: pointer;
}
@media only screen and (max-width: 575px) {
    .profileHeader__description span {
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .profileHeader__description span {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .profileHeader__description span {
        display: none;
    }
}
.profileBar {
    position: relative;
}
.profileBar::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: #e5e5e5;
}
.profileBar .container {
    margin-top: 20px;
    display: flex;
    position: relative;
    overflow-x: auto;
}
@media (max-width: 992px) {
    .profileBar .container {
        flex-direction: column;
    }
}
.profileBar__button {
    margin-right: 20px;
    color: #838383;
    padding-right: 10px;
    position: relative;
    padding-bottom: 15px;
    cursor: pointer;
    white-space: nowrap;
}
.profileBar__button--active {
    color: #007a65;
}
.profileBar__button--active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #007a65;
}

.profileBar__button-child {
    background-color: #007a65;
    color: white;
    font-size: 18px;
    /*margin-left: 20px;*/
    margin-right: 0;
    padding: 5px 15px 5px 15px;
    border-radius: 25px;
    transition:
        background-color 0.3s ease,
        transform 0.1s ease;
    cursor: pointer;
}
@media (max-width: 992px) {
    .profileBar__button-child {
        margin-top: 10px;
    }
}

.profileBar__button-child:active {
    background-color: #005f50; /* Темнее при нажатии */
    transform: scale(0.95); /* Уменьшение кнопки */
}

.profileBar__button-child::before {
    display: none;
}

.green-button:hover {
    background-color: darkgreen;
}

.top-div {
    background-color: white; /* Цвет фона верхнего div */
    padding: 20px; /* Отступы внутри верхнего div */
    text-align: center; /* Выравнивание текста по центру */
}

.bottom-div {
    background-color: grey; /* Серый фон нижнего div */
    height: 200px; /* Высота нижнего div */
}

.profileTab {
    padding-top: 25px;
    display: none;
}
.profileTab--active {
    display: block;
}
.profileTab__header {
    margin-top: 0;
    margin-bottom: 50px;
}
@media only screen and (max-width: 500px) {
    .profileTab__header {
        margin-bottom: 40px;
    }
}
.profileTab__header h2,
.profileTab__header h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.profileTab__header p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 24px;
}
@media only screen and (max-width: 500px) {
    .profileTab__header p {
        font-size: 18px;
        display: none;
    }
}
.profileTab__form {
    margin-bottom: 25px;
    display: none;
}
.profileTab__form--active {
    display: block;
}
.profileTab__form input {
    border: 1px solid #dfdedf;
}
.profileTab__form .input-icon [class^="icon-"].right-icon,
.profileTab__form .input-icon [class*=" icon-"].right-icon {
    color: #969ba3 !important;
}
.profileTab__form .password_old {
    margin-bottom: 36px;
}
.profileTab__form .password_new {
    margin-top: 16px;
}
.profileTab__form textarea {
    border: 1px solid #dfdedf;
    border-radius: 10px;
    background-color: #ffffff;
    color: #000000;
    resize: vertical;
    width: 100%;
    padding: 5px 17px;
}
.profileTab__form button {
    margin-top: 20px !important;
}
.profileTab__info {
    padding-bottom: 75px;
}
.profileTab__infoLeft {
    margin-bottom: 70px;
}
@media only screen and (max-width: 500px) {
    .profileTab__infoLeft {
        margin-bottom: 58px;
    }
}
.profileTab__infoLeft h3 {
    margin-bottom: 60px;
}
@media only screen and (max-width: 500px) {
    .profileTab__infoLeft h3 {
        margin-bottom: 40px;
    }
}
.profileTab__infoRight {
    padding-top: 12px;
}
.profileTab__infoRight h4 {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
}
.profileTab__infoRight h3 {
    margin-bottom: 40px;
}
.profileTab__infoRight p {
    font-size: 18px;
    margin-bottom: 20px;
}
.profileTab__infoRight button {
    width: 100%;
}
.profileTab__infoRight button:nth-last-child(1) {
    margin-top: 25px;
}
.profileTab__info ul {
    list-style-type: none;
    padding-left: 0;
}
.profileTab__info ul li {
    margin-bottom: 35px;
}
.profileTab__info ul li:nth-last-child(1) {
    margin-bottom: 0;
}
.profileTab__info ul li p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #838383;
}
.profileTab__info ul li h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
}

.notesList {
    padding-bottom: 70px;
}
.notesList__button {
    width: 190px;
    margin: 0 auto;
    display: block;
}
.notesListItem {
    background-color: #e8fae6;
    padding: 30px 35px 35px 35px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.notesListItemGirl {
    background-color: #ffdce3;
    padding: 30px 35px 35px 35px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.notesListItemBoy {
    background-color: #95d1d9;
    padding: 30px 35px 35px 35px;
    border-radius: 10px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 500px) {
    .notesListItem,
    .notesListItemGirl,
    .notesListItemBoy {
        padding: 20px 15px;
    }
}
.notesListItem--blue {
    background-color: #ebf8ff;
}
.notesListItem:hover,
.notesListItemGirl:hover,
.notesListItemBoy:hover {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}
.notesListItem__form {
    margin-top: 50px;
    width: 100%;
    display: none;
}
.notesListItem__form--active {
    display: block;
}
@media only screen and (max-width: 500px) {
    .notesListItem__form h4,
    .notesListItem__form textarea,
    .notesListItem__form p {
        max-width: 100% !important;
    }
}
@media (min-width: 500px) {
    .notesListItem__form h4,
    .notesListItem__form textarea,
    .notesListItem__form p {
        max-width: 100% !important;
    }
}
@media (min-width: 768px) {
    .notesListItem__form h4,
    .notesListItem__form textarea,
    .notesListItem__form p {
        max-width: 370px !important;
    }
}
.notesListItem__form h4 {
    margin-bottom: 20px;
    max-width: 370px;
}
.notesListItem__form textarea {
    border: 1px solid #dfdedf;
    border-radius: 10px;
    background-color: #ffffff;
    color: #000000;
    resize: vertical;
    width: 100%;
    padding: 5px 17px;
    max-width: 370px;
}
.notesListItem__form p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px;
    max-width: 370px;
}
.notesListItem button {
    margin-top: 20px;
    margin-right: 30px;
    width: 250px;
}
@media only screen and (max-width: 500px) {
    .notesListItem button {
        margin-right: 0;
        width: 100%;
    }
}
@media (min-width: 500px) {
    .notesListItem button {
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .notesListItem button {
        margin-right: 20px;
    }
}
@media (min-width: 1000px) {
    .notesListItem button {
        margin-right: 30px;
    }
}
.notesListItem button[type="submit"] {
    width: 370px;
}
@media only screen and (max-width: 500px) {
    .notesListItem button[type="submit"] {
        width: 100%;
    }
}
@media (min-width: 500px) {
    .notesListItem button[type="submit"] {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .notesListItem button[type="submit"] {
        width: 370px;
    }
}
.notesListItem button.btn-change {
    margin-top: 40px;
}
@media only screen and (max-width: 500px) {
    .notesListItem button.btn-change {
        margin-top: 20px;
    }
}
.notesListItem button.btn-change--hidden {
    display: none;
}
.notesListItem button.btn-cancel {
    width: 190px;
}
@media only screen and (max-width: 500px) {
    .notesListItem button.btn-cancel {
        width: 100%;
    }
}
@media (min-width: 500px) {
    .notesListItem button.btn-cancel {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .notesListItem button.btn-cancel {
        width: 190px;
    }
}
.notesListItem button i {
    font-size: 24px;
}
.notesListItem__header {
    margin-bottom: 25px;
}
.notesListItem__header a {
    color: #333333;
}
.notesListItem__header a:hover {
    text-decoration: underline !important;
}
.notesListItem__info--inline ul {
    align-items: center;
}
.notesListItem__info--inline ul li {
    width: unset !important;
    max-width: unset !important;
    padding-right: 35px !important;
    margin-bottom: 0 !important;
    order: 1 !important;
}
@media only screen and (max-width: 500px) {
    .notesListItem__info--inline ul li {
        width: 100% !important;
        margin-bottom: 17px !important;
    }
}
@media (min-width: 500px) {
    .notesListItem__info--inline ul li {
        width: 100% !important;
        margin-bottom: 17px !important;
    }
}
@media (min-width: 768px) {
    .notesListItem__info--inline ul li {
        width: unset !important;
        margin-bottom: 0 !important;
    }
}
.notesListItem__info--inline ul li:nth-child(2n) {
    max-width: unset !important;
    order: 1 !important;
}
@media only screen and (max-width: 500px) {
    .notesListItem__info--inline ul li:nth-last-child(1) {
        margin-bottom: 0 !important;
        padding-right: 0 !important;
    }
}
.notesListItem__info--inline ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 170px;
    margin-top: 0;
}
@media only screen and (max-width: 500px) {
    .notesListItem__info--inline ul li a {
        width: 100%;
        margin-top: 23px;
    }
}
@media (min-width: 500px) {
    .notesListItem__info--inline ul li a {
        margin-top: 23px;
    }
}
@media (min-width: 768px) {
    .notesListItem__info--inline ul li a {
        margin-top: 0;
    }
}
.notesListItem__info ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.notesListItem__info ul li {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    max-width: 230px;
    padding-right: 15px;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 500px) {
    .notesListItem__info ul li {
        padding-right: 0;
        align-items: flex-start;
    }
}
@media (min-width: 500px) {
    .notesListItem__info ul li {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .notesListItem__info ul li {
        max-width: 230px;
    }
}
.notesListItem__info ul li:nth-child(2n) {
    max-width: calc(100% - 230px);
}
@media only screen and (max-width: 500px) {
    .notesListItem__info ul li:nth-child(2n) {
        max-width: 100%;
        order: 2;
    }
}
@media (min-width: 500px) {
    .notesListItem__info ul li:nth-child(2n) {
        max-width: 100%;
        order: 2;
    }
}
@media (min-width: 768px) {
    .notesListItem__info ul li:nth-child(2n) {
        max-width: calc(100% - 230px);
        order: unset;
    }
}
.notesListItem__info ul li.notesListItem__doctor a,
.notesListItem__info ul li.notesListItem__location a {
    text-decoration: underline !important;
    display: contents;
    color: inherit;
}
.notesListItem__icon {
    margin-right: 15px;
    width: 24px;
    display: inline-flex;
    justify-content: center;
}
.notesListItem__icon i {
    font-size: 24px;
    color: #333333;
}
.notesListItem__icon i::before {
    color: inherit;
}
.notesListItem__info ul li:first-child:last-child {
    width: 100%;
    max-width: none;
}

/* Пагинация анализов */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 10px 0;
}

.pagination__link {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border: 1px solid #007a65;
    color: #333333;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.pagination__link:hover {
    background-color: #007a65;
    color: white;
}

.pagination__active {
    background-color: #007a65;
    color: white;
    font-weight: bold;
    border: 1px solid #007a65;
    cursor: default;
}

.pagination__dots {
    padding: 10px 15px;
    margin: 0 5px;
    color: #333;
}

.pagination__prev,
.pagination__next {
    font-weight: bold;
}

.pagination__prev.disabled,
.pagination__next.disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media only screen and (max-width: 768px) {
    .pagination__link {
        padding: 8px 12px;
        margin: 0 4px;
    }
}

@media only screen and (max-width: 500px) {
    .pagination__link {
        padding: 6px 8px;
        margin: 0 3px;
    }

    .pagination__prev,
    .pagination__next {
        display: none;
    }

    .pagination__dots {
        display: none;
    }
}

/*# sourceMappingURL=profile.css.map */

/* Фон модального окна настроек */
.del-child-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Модальное окно настроек */
.del-child-modal {
    background: white;
    padding-top: 40px;
    padding-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 600px; /* Adjust width as needed */
    text-align: center;
}

/* Фон модального окна подтверждения */
.confirmation-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Модальное окно подтверждения */
.confirmation-modal {
    background: white;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 600px; /* Adjust width as needed */
    text-align: center;
}

.content-link {
    flex: 10;
    text-decoration: none;
    color: inherit;
}

.settings-link {
    flex: 2;
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: right;
}

.content-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.content-text-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    padding: 0;
    margin: 0;
}

.settings-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.child-prof {
    /*margin-top: 3px;*/
    padding-top: 5px;
}

.back-to-profile {
    position: relative;
    white-space: nowrap;

    box-sizing: border-box;
    border: 2px solid #007a65;
    background-color: white;
    color: #007a65;
    font-size: 18px;
    font-weight: 600;
    padding: 2px 13px 5px 9px;
    border-radius: 25px;
    cursor: pointer;
}

@media only screen and (max-width: 1199px) {
    .back-to-profile {
        position: relative;
        white-space: nowrap;
    }
}

.current_child {
    border: 2px solid #007a65;
    border-radius: 15px;
    opacity: 0.5;
}

/* Кнопка "Вернуться назад" при появлении сообщения */
.button-link-back {
    display: inline-block;
    margin-left: 10px;
    padding: 10px 20px;
    color: white;
    background-color: red;
    font-size: 110%;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.button-link-back:hover {
    background-color: darkred; /* Цвет фона при наведении */
    color: white;
}

/* Адаптив карточки ребенка */

@media (max-width: 768px) {
    .card-body.row,
    .content-text {
        display: block;
    }
    .content-text-item {
        max-width: 100% !important;
    }
    .settings-link {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .settings-text.settings-button {
        display: inline-block;
    }
    .content-link {
        margin-bottom: 0.5rem;
    }
    .del-child-modal {
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .del-child-modal .deleteButton {
        font-size: 90%;
    }
}

.custom-h3 {
    font-size: 1.6em;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

@media (max-width: 420px) {
    .custom-h3 {
        font-size: 1.3em;
    }
}

.attention-box {
    text-align: center; /* или text-align: justify; */
    word-wrap: break-word;
    word-break: normal;
    overflow-wrap: break-word;

    padding: 20px 10px 20px 0;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 13px;
    max-width: 100%;
}
