﻿@font-face {
    font-family: 'New Atten Round';
    src: url('/fonts/fonnts.com-New_Atten_Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'New Atten Round';
    src: url('/fonts/fonnts.com-New_Atten_Bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'New Atten Round';
    src: url('/fonts/fonnts.com-New_Atten_Bold_Italic.otf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'New Atten Round';
    src: url('/fonts/fonnts.com-New_Atten_ExtraBold.otf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'New Atten Round';
    src: url('/fonts/fonnts.com-New_Atten_Medium.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'New Atten Round';
    src: url('/fonts/fonnts.com-New_Atten_ExtraBold_Italic.otf') format('truetype');
    font-weight: 800;
    font-style: italic;
}



body {
    --rz-secondary: var(--main-color) !important;
    --rz-datepicker-calendar-selected-background-color: var(--main-color) !important;
    --rz-datepicker-calendar-selected-hover-background-color: var(--main-color) !important;
    --elevation: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
}

.mud-drawer-header .logo {
    width: 115%;
    height: auto;
    margin-left: -7.5%;
}

.mud-main-content{
    padding-bottom: 32px; 
}

.dialog-smart .mud-dialog-title {
    padding-bottom: 0px;
}

.dialog-smart .mud-dialog-content {
    padding-top: 0px;
}

select {
    background-color: transparent;
}


a[disabled] {
    pointer-events: none;
}

.a-loader {
    width: fit-content;
    font-weight: bold;
    font-family: monospace;
    font-size: 20px;
    clip-path: inset(0 3ch 0 0);
    animation: l4 1s steps(4) infinite;
    color: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .a-loader:before {
        content: "Loading..."
    }

.workspace-select .mud-input.mud-input-text {
    margin-top: 0px !important;
}

@keyframes l4 {
    to {
        clip-path: inset(0 -1ch 0 0)
    }
}

.validation-message {
    color: red;
}

table {
    margin-top: 32px;
    border-collapse: collapse;
    text-align: left;
}

th, td {
    border: 4px solid transparent;
    padding: 8px;
}

thead th {
    width: 25%;
}


.thw10 {
    width: 10%;
}


.ilvlbtn:hover {
    background: var(--main-color);
    color: white;
}


.ilvlbtn {
    padding: 8px 16px;
    border-radius: 32px;
    font-size: 16px;
    width: 92px;
    background: #f0f0f0;
    cursor: pointer;
    margin: 0 2px;
}

.ilvlinput {
    border: solid 1px lightgrey;
    border-radius: 32px;
    padding: 8px;
    padding-left: 16px;
    margin-left: 16px;
}

input:focus {
    outline: none;
    box-shadow: 0px 0px 0px var(--main-color);
    border-color: var(--main-color);
}

:focus::-webkit-input-placeholder {
    color: var(--main-color);
}

.ilvlsingleinputwithlabel {
    margin-top: 16px;
    margin-bottom: 16px;
}

.ilvlsinglehorizontalbuttonsgroup {
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: right;
}


.tar {
    display: block;
    text-align: right
}


.row {
    display: flex;
    gap: 15px;
}

.dashboard .mud-button-label {
    justify-content: unset;
}

.card-holder {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.business-card-border {
    padding: 2px;
    background-color: #FFB800;
    width: max-content;
    height: max-content;
    border-radius: 6px;
    position: relative;
}

.business-card {
    position: relative;
    width: 400px;
    height: 242px;
    background-color: #2E2E2E;
}

    .business-card .mud-input {
        margin-top: 0px !important;
        font-size: 13px;
        color: white;
    }

    .business-card .company-name input,
    .business-card .position input,
    .business-card .company-address input,
    .business-card .name input {
        text-align: center;
    }

    .business-card .name {
        position: absolute;
        top: 25px;
        left: 35px;
        width: 170px;
    }

        .business-card .name .mud-input {
            font-size: 18px;
        }

    .business-card .position {
        position: absolute;
        top: 70px;
        left: 60px;
        width: 120px;
    }

    .business-card .company-name {
        position: absolute;
        top: 100px;
        right: 15px;
        width: 170px;
        z-index: 2;
    }

        .business-card .company-name .mud-input {
            font-size: 20px;
            color: black;
        }

    .business-card .phone {
        position: absolute;
        top: 127px;
        left: 20px;
    }

    .business-card .email {
        position: absolute;
        top: 162px;
        left: 20px;
    }

    .business-card .company-address {
        position: absolute;
        top: 202px;
        left: 20px;
        width: 50%;
    }

    .business-card .decoration {
        background-color: #FFB800;
        position: absolute;
        width: 200px;
        height: 100%;
        right: 0px;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        z-index: 1;
    }

    .business-card .remove-button {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 3;
        visibility: hidden;
    }

    .business-card:hover .remove-button {
        visibility: visible;
    }

    .business-card .overlay {
        opacity: 0;
        transition-duration: 0.3s;
    }

    .business-card:hover .overlay {
        opacity: 1;
    }


.side-bar {
    width: 100%;
    overflow-x: auto;
    overflow-y: clip;
    padding-bottom: 10px;
    gap: 10px;
    border-radius: 6px;
    display: flex;
}

.mud-nav-link.active svg {
    fill: var(--main-color);
}

.dashboard .mud-grid-item {
    position: relative;
}

.dashboard .edit-button {
    position: absolute;
    right: 15px;
    top: 17px;
    visibility: hidden;
}

.dashboard .mud-grid-item:hover .edit-button {
    visibility: visible;
}

.counterpart-company {
    padding: 10px;
    border: 1px solid var(--mud-palette-primary);
    height: max-content;
}

.counterpart-company-items-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.counterpart-item {
    position: relative;
    padding: 10px;
    width: max-content;
    display: flex;
    border: 1px solid var(--mud-palette-primary);
}

    .counterpart-item .btn-grp {
        opacity: 0;
        transition-duration: 0.3s;
        margin-left: -96px;
    }

    .counterpart-item:hover .btn-grp {
        opacity: 1;
        margin-left: unset;
    }

    .counterpart-item .overlay {
        opacity: 0;
        transition-duration: 0.3s;
    }

    .counterpart-item:hover .overlay {
        opacity: 1;
    }

.counterparts-bar {
    display: flex;
    gap: 15px;
    padding: 1px;
    padding-bottom: 10px;
    overflow-x: auto;
}

.success {
    border: 2.5px dashed #4BB543;
}

.error {
    border: 2.5px dashed #CA0B00;
}

.warning {
    border: 2.5px dashed #f2b321;
}

.task-tracker-paper {
    padding: 15px;
    position: relative;
    border: none;
    align-self: center;
    width: 100%;
}


    .task-tracker-paper.owned {
        outline: 2px dashed var(--main-color);
    }

        .task-tracker-paper.owned.success {
            outline-color: #4BB543;
        }

    .task-tracker-paper .btn-group {
        position: absolute;
        display: flex;
        flex-direction: column;
        right: 5px;
        top: 0px;
        padding: 5px;
        transform: translateY(-100%);
        opacity: 0;
        transition-duration: 0.1s;
        height: 0px;
    }

    .task-tracker-paper:hover .btn-group {
        transform: unset;
        opacity: 1;
        height: unset;
    }

    .task-tracker-paper .task-tracker-task a {
        text-decoration: underline;
        color: blue;
    }

    .task-tracker-paper img {
        height: 50px;
        width: 50px;
        position: absolute;
        background-color: #fff;
        border-radius: 50%;
        top: 3px;
        left: 3px;
    }


    .task-tracker-paper h6 {
        overflow: hidden;
        white-space: nowrap;
        max-width: 250px;
        text-overflow: ellipsis;
    }

    .task-tracker-paper p:not(.task-tracker-task) {
        overflow: hidden;
        white-space: nowrap;
        max-width: 250px;
        text-overflow: ellipsis;
    }

.circle-wrapper {
    position: relative;
    min-width: 56px;
    height: 56px;
}

.circle {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 2.5px;
    background-clip: content-box;
    animation: spin 10s linear infinite;
}


.circle-wrapper:active .circle {
    animation: spin 2s linear infinite;
}

.work-week-filter-holder {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 5px;
    z-index: 2000;
    align-items: center;
    justify-self: center;
}

.date {
    background-color: white;
    border-radius: 4px;
    padding: 3px 5px;
}

.note-dispaly-fix {
    padding-top: 10px;
    height: calc(50vh - 200px);
    overflow: auto;
    scrollbar-width: thin;
}

    .note-dispaly-fix > * {
        font-size: 0.86vw !important;
    }

    .note-dispaly-fix p {
        overflow: unset !important;
        white-space: break-spaces !important;
        max-width: unset !important;
    }

@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}

.table.log {
    width: 1200px;
}

    .table.log th {
        width: max-content !important;
    }

    .table.log .small {
        width: 25% !important;
    }

.employee-photo {
    margin: 20px 0px;
}

    .employee-photo img {
        width: 260px;
        object-fit: cover;
    }

    .employee-photo label span {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

.chat-gpt-wrapper {
    position: relative;
    display: grid;
}

.chat-gpt-side-bar {
    position: absolute;
    top: 0px;
    left: 0px;
    height: calc(100vh - 185px);
    padding: 10px 0px;
    width: 300px;
    transition: 1s;
}

    .chat-gpt-side-bar.closed {
        top: calc(-100% + 173px);
    }

    .chat-gpt-side-bar > :first-child {
        padding: 10px 10px;
        padding-top: 0px;
        display: flex;
        gap: 10px;
    }

        .chat-gpt-side-bar > :first-child > :first-child {
            flex: 1;
        }

    .chat-gpt-side-bar .arrow-button {
        position: absolute;
        bottom: 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

        .chat-gpt-side-bar .arrow-button button .mud-button-label svg {
            transition: 1s;
        }

    .chat-gpt-side-bar.opened .arrow-button button .mud-button-label svg {
        transform: rotate(-180deg);
    }

.chat-gpt-message {
    background-color: #15271f;
    padding: 10px 30px;
    color: white;
    position: relative;
}

    .chat-gpt-message > :first-child label {
        font-size: 18px;
    }

    .chat-gpt-message label {
        font-size: 15px;
        white-space: pre-wrap;
    }

    .chat-gpt-message.own {
        background-color: transparent;
        color: black;
    }

    .chat-gpt-message .img {
        height: 40px;
        width: 40px;
        border-radius: 10px;
        background-size: cover;
        background-position: center;
    }

    .chat-gpt-message .play-speech {
        position: absolute;
        top: 0px;
        right: 10px;
        display: none;
    }

    .chat-gpt-message:not(.own):hover .play-speech {
        transition-duration: 0.3s;
        display: flex;
    }

        .chat-gpt-message:not(.own):hover .play-speech .color svg {
            fill: gray;
        }

    .chat-gpt-message:not(.own).gpt-4 {
        background-color: #122c25;
    }

        .chat-gpt-message:not(.own).gpt-4 .img{
            /*background-image: url(/icons/chatApi/ChatGPT.png) !important;*/
        }

    .chat-gpt-message:not(.own).gemini {
        background-color: #c40a20;
    }

        .chat-gpt-message:not(.own).gemini .img {
            /*background-image: url(/icons/chatApi/Gemini.png) !important;
            background-color: white;*/
        }

    .chat-gpt-message:not(.own).azure {
        background-color: #0f1f45;
    }

        .chat-gpt-message:not(.own).azure .img {
            /*background-image: url(/icons/chatApi/Azure.png) !important;
            background-color: white;*/
        }



        .chat-gpt-wrapper .ai-loader {
            position: absolute;
            bottom: 130px;
            justify-self: center;
        }

.chat-gpt-wrapper .save-switch {
    position: absolute;
    right: 20px;
    top: 10px;
    background-color: white;
    border-radius: 6px;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

    .chat-gpt-wrapper .save-switch.show {
        padding: 10px;
        border: 1px solid var(--main-color);
        border-radius: 6px;
    }

    .chat-gpt-wrapper .save-switch .mud-input-control {
        display: none;
        transition-duration: 0.3s;
    }

    .chat-gpt-wrapper .save-switch.show .mud-input-control {
        display: unset;
    }

    .chat-gpt-wrapper .save-switch.show .info {
        align-self: end;
        padding: 0px;
    }

    .chat-gpt-wrapper .save-switch .info {
        display: flex;
        gap: 5px;
        align-items: center;
        padding: 5px 10px;
    }

        .chat-gpt-wrapper .save-switch .info span {
            text-transform: uppercase;
            font-weight: bold;
            padding-top: 3px;
        }

        .chat-gpt-wrapper .chat {
            overflow: scroll;
        }

.chat-gpt-wrapper .modified {
    text-transform: uppercase;
    font-weight: bold;
}

    .chat-gpt-wrapper .modified.azure {
        background-color: #0078D4;
        border-radius: 6px;
        color: white;
        padding: 2px 5px;
    }

    .chat-gpt-wrapper .modified.gemini {
        background-color: #EA4335;
        border-radius: 6px;
        color: white;
        padding: 2px 5px;
    }

    .chat-gpt-wrapper .modified.gpt-4 {
        background-color: #10A37F;
        border-radius: 6px;
        color: white;
        padding: 2px 5px;
    }

.chat-gpt-wrapper .status {
    border-radius: 6px;
    color: white;
    padding: 2px 5px;
    font-weight: bold;
    margin-left: 5px;
    border: unset;
}

    .chat-gpt-wrapper .status.generating {
        background-color: #0f1f45;
    }

    .chat-gpt-wrapper .status.error {
        background-color: #c40a20;
    }

    .chat-gpt-wrapper .status.success {
        background-color: #122c25;
    }

    .chat-gpt-wrapper .status.listening {
        background-color: #0f1f45;
    }

    .chat-gpt-wrapper .item-holder {
        overflow-y: scroll;
        overflow-x: hidden;
        height: calc(100% - 87px);
        width: 309px;
    }

    .chat-gpt-wrapper .item-holder button {
        padding: 0px;
    }

        .chat-gpt-wrapper .item-holder button .mud-button-label {
            text-align: start;
            justify-content: start;
            padding: 10px;
            border-bottom: 1px solid lightgray;
            border-radius: 4px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
        }

.mud-nav-link .mud-icon-root.mud-nav-link-expand-icon {
    fill: #f2b321 !important;
}

.mud-input-adornment.mud-input-adornment-end.mud-select-input .mud-icon-root {
    fill: #f2b321 !important;
}

.mud-nav-link {
    color: var(--main-color);
}

    .mud-nav-link svg {
        fill: var(--main-color) !important;
    }


#notes-page-main-container .tabs-holder {
    padding-top: 2px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    background-color: #e1e2e8;
    overflow-x: auto;
    padding-left: 10px;
}

    #notes-page-main-container .tabs-holder .tabs-holder-tabs-zone {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 5px;
    }

    #notes-page-main-container .tabs-holder .notes-tab {
        width: 232px;
        display: flex;
        gap: 3px;
        justify-content: space-between;
        align-items: center;
        padding: 5px 5px;
        background-color: white;
    }

        #notes-page-main-container .tabs-holder .notes-tab.selected {
            border: 1px solid green;
            border-width: 3px;
        }

    #notes-page-main-container .tabs-holder .add-new-tab-button {
        position: sticky;
        right: 0px;
        background-color: #e1e2e8;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }


.table-day-of-week {
    color: #333!important;
    font-size: 1vw!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    text-shadow: unset!important;
}

#notes-page-main-container .tabs-holder .mud-drop-item-preview-start {
    height: 100%;
    max-height: 400px;
    width: 30px;
}

.mud-table-pagination {
    display: flex;
    justify-content: center;
    padding: 10px !important;
}

.promt-item-holder-table .mud-table-body {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
}

.promt-item-holder-table .mud-input {
    margin-top: 0px !important;
}

.promt-item-holder-table .mud-select {
    margin-top: 0px !important;
    width: 50px;
}

.prompt-item {
    max-width: 300px;
}


    .prompt-item .prompt-item-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 5px;
        gap: 5px;
        background-color: var(--main-color);
        color: white;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        position: relative;
    }

        .prompt-item .prompt-item-header .header-text {
            width: 290px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 10px 0px;
        }

        .prompt-item .prompt-item-header .prompt-item-delete-button {
            position: absolute;
            right: 3px;
            opacity: 0;
            transition-duration: 0.3s;
        }

        .prompt-item .prompt-item-header:hover .prompt-item-delete-button {
            opacity: 100;
        }

    .prompt-item .prompt-item-img-holder {
        margin-bottom: -5px;
    }

        .prompt-item .prompt-item-img-holder button {
            position: relative;
            border-radius: 6px;
        }

            .prompt-item .prompt-item-img-holder button .mud-icon-button {
                position: absolute;
                top: 3px;
                right: 3px;
                opacity: 0;
                transition-duration: 0.3s;
                background-color: var(--main-color);
            }

        .prompt-item .prompt-item-img-holder .prompt-item-buttons-holder {
            position: absolute;
            top: 3px;
            right: 3px;
            opacity: 0;
            transition-duration: 0.3s;
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

            .prompt-item .prompt-item-img-holder .prompt-item-buttons-holder button {
                background-color: var(--main-color);
            }

        .prompt-item .prompt-item-img-holder button .mud-icon-button svg {
            fill: white;
        }

        .prompt-item .prompt-item-img-holder button:hover .prompt-item-buttons-holder {
            opacity: 1;
        }

            .prompt-item .prompt-item-img-holder button:hover .prompt-item-buttons-holder .mud-button-root {
                opacity: 1;
            }

                .prompt-item .prompt-item-img-holder button:hover .prompt-item-buttons-holder > :last-child.mud-button-root{
                    top: 60px;
                }

                .prompt-item .prompt-item-img-holder button .mud-icon-button:hover {
                    background-color: var(--main-color) !important;
                }

        .prompt-item .prompt-item-img-holder img {
            max-width: 100%;
            min-height: 300px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            object-fit: cover;
        }

.btn-error-ilv {
    background-color: var(--mud-palette-error);
    color: white;
}

    .btn-error-ilv:hover {
        background-color: var(--mud-palette-error-darken);
    }


.ilvlbtn:disabled:hover {
    background-color: #f0f0f0;
}

.ilvlbtn:disabled:hover {
    color: unset;
}

.voice-record-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.time-set-pannel input {
    color-scheme: dark;
    background-color: var(--main-color);
    border-radius: 4px;
    padding: 3px 5px;
    color: white;
}

.line-break {
    display: none;
}


@media only screen and (max-width: 600px) {
    .auto-text {
        white-space: pre-line;
    }
}

@media only screen and (max-width: 576px) {
    .voice-record-holder {
        flex-direction: column;
        gap: 10px;
    }

        .voice-record-holder .mud-button-root {
            margin: 0px !important;
        }

        .voice-record-holder #statuses {
            order: 2;
        }

        .voice-record-holder #micOff {
            order: 1;
        }

        .voice-record-holder #send {
            order: 3;
        }

    .chat-gpt-wrapper .save-switch {
        top: 80px;
    }

    .text {
        margin-top: 30px;
    }

    .status-holder {
        flex-direction: column;
    }
}

.medicine-calendar-info {
    display: flex;
    justify-content: center;
    font-size: 1vw!important;
}

.medicine-calendar-date {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5vw;
    font-size: 2vw!important;
    cursor: pointer;
}

.medicine-text-small {
    display: flex;
    justify-content: start;
    font-size: 0.7vw !important;
    width: 100%
}

.medicine-text-large {
    display: flex;
    justify-content: center;
    font-size: 0.8vw!important;
    width: 100%
}

.health-day-of-week {
    font-family: 'New Atten Round', Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.8vw;
    height: 1.5vw;
    width: 2.5vw;
    background: #00000010;
    border: 2px solid white;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    font-size: 1.1vw;
    letter-spacing: 0.1vw;
    line-height: 1.1vw;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
    padding-top: 3px;
}

.health-time {
    cursor: pointer;
    font-family: "New Atten Round", Arial, sans-serif; 
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.2vw;
    border: 2px solid white;
    color: white;
    background: transparent;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
    font-weight: 500;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    height: 1.5vw;
    width: 6vw;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
    padding-top: 3px;
}
    .health-time:hover {
        box-shadow: 0 0 10px 5px #cae6ff;
        text-shadow: 2px 2px 4px #83a0d0;
    }


.health-time input {
    height: 1.3vw;
    font-size: 1.2vw
}
.health-day-of-week-dark {
    font-family: 'New Atten Round', Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.8vw;
    height: 1.6vw;
    width: 2.6vw;
    background: linear-gradient(to top right, #136eb9, #14389f);
    border: 2px solid #3c4bff;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    font-size: 1.1vw;
    letter-spacing: 0.1vw;
    line-height: 1.1vw;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
    padding-top: 3px;
}
    .health-day-of-week-dark::before,
    .health-day-of-week-dark::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        box-shadow: 0 0 20px #83a0d0;
    }

    .health-day-of-week-dark::before {
        top: 0;
        left: 0;
    }

    .health-day-of-week-dark::after {
        bottom: 0;
        right: 0;
    }




.health-time-large {
    font-family: 'New Atten Round', Arial, sans-serif;
    letter-spacing: 0.1vw;
    position: relative;
    width: 5.4vw;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 3.2vw;
    background: #00000010;
    border-radius: 0.7vw;
    border: 2px solid white;
    color: white;
    font-weight: 500;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 1vw;
    line-height: 1vw;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

    .health-time-large span{
        line-height: 1vw;
    }

    .health-time-large:hover {
    box-shadow: 0 0 10px 5px #cae6ff;
    text-shadow: 2px 2px 4px #83a0d0;
    }


    .health-time-large input {
        height: 1.5vw;
        font-size: 1vw;
    }

.health-time-large-remove {
    width: 1vw;
    height: 1vw;
    position: absolute;
    top: -0.4vw;
    right: 0.5vw;
}

.health-time-overdue {
    color: #a3aff5!important;
    background: #00000010!important;
    border-color: #4c59a9!important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



.health-selected-red {
    position: relative;
    background: #1f72d2;
    /*    border-color: transparent;
*/ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 1.04167vw;
    line-height: 0.9vw;
    /*    height: calc(1.5vw - 4px);
*/ text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(100, 150, 255, 0.7);
    box-shadow: 0 0 5px 2px rgba(54, 122, 210, 0.4), 0 0 10px 5px rgba(116, 169, 255, 0.2);
    /*    box-shadow: 0 0 0 2px rgba(100, 150, 255, 1), 0 0 0 2px rgba(160, 200, 255, 0.2);
*/ /*box-shadow: 0 2px 4px rgba(54, 122, 210, 0.6),*/ /* Общая тень */
    /*0 4px 6px rgba(116, 169, 255, 0.8) !important;*/ /* Светлее тень снизу */
}

    /*.health-selected-red::before,
    .health-selected-red::after {
        content: '';
        position: absolute;
        width: calc(100% + 4px);*/ /* Increase size to accommodate border */
        /*height: calc(100% + 4px);*/ /* Increase size to accommodate border */
        /*border-radius: 1.04167vw;*/ /* Match border radius of the element */
        /*z-index: -1;*/ /* Place behind the element */
    /*}

    .health-selected-red::before {
        top: -2px;*/ /* Offset to create space for border */
        /*left: -2px;*/ /* Offset to create space for border */
        /*background: linear-gradient(to bottom, #5a8cdd, #0bbffe);*/ /* Gradient border color */
    /*}*/

/*    .health-selected-red.health-time:hover {
        height: 1.5vw;
    }*/

        .health-selected-red.day-of-month {
            bottom: -1.5vw;
        }

.day-of-month {
    display: block;
    font-size: 0.7vw;
    color: white;
    position: absolute;
    bottom: -1.5vw;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
}

    .day-of-month svg {
        color: white;
        position: absolute;
        right: -1.6vw;
        top: -0.2vw;
        cursor: pointer
    }

.health-selected-red .day-of-month {
    bottom: -1.4vw;
}


.health-selected-blue {
    position: relative;
    background: linear-gradient(to top right, #0fa8f7, #3561f7) !important;
    color: white !important;
    height: 3.2vw;
    border: 2px solid rgba(100, 150, 255, 0.7);
    box-shadow: 0 0 5px 2px rgba(54, 122, 210, 0.4), 0 0 10px 5px rgba(116, 169, 255, 0.2);
}

.health-selected-blue::before,
.health-selected-blue::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-shadow: 0 0 10px #83a0d0;
    z-index: 0;
    pointer-events: none;
}

.health-selected-blue::before {
    top: 0;
    left: 0;
}

.health-selected-blue::after {
    bottom: 0;
    right: 0;
}

/*    .health-selected-blue.health-time-large:hover {
        height: 3.2vw;
        width: 5.4vw;
    }

    .health-selected-blue.health-time-large:hover .day-of-month {
        bottom: calc(-1.5vw + 2px);
    }*/

.health-selected-green {
    position: relative;
    background: linear-gradient(to top right, #71bfbc, #146c89) !important;
    color: white !important;
    height: 3.2vw;
    border: 2px solid rgba(100, 150, 255, 0.7);
    box-shadow: 0 0 5px 2px rgba(54, 122, 210, 0.4), 0 0 10px 5px rgba(116, 169, 255, 0.2);
}

    .health-selected-green::before,
    .health-selected-green::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        box-shadow: 0 0 10px #83a0d0;
        z-index: 0;
        pointer-events: none;
    }

    .health-selected-green::before {
        top: 0;
        left: 0;
    }

    .health-selected-green::after {
        bottom: 0;
        right: 0;
    }


.health-edit-btn {
    letter-spacing: 0.1vw;
    font-family: 'New Atten Round', Arial, sans-serif;
    font-size: 1.08vw;
    /* line-height: 1vw; */
    border-radius: 1.04167vw;
    border: 2px solid #ffffff;
    color: white;
    width: 9.7vw;
    height: 1.6vw;
    background: #00000010;
    transition: box-shadow 0.3s ease, text-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding-top: 3px;
}

    .health-edit-btn:hover {
        box-shadow: 0 0 10px 5px #cae6ff;
        text-shadow: 2px 2px 4px #83a0d0;
    }

.health-text-shadow {
    transition: text-shadow 0.3s ease;
}

    .health-text-shadow:hover {
        text-shadow: 0 0 12px #83a0d0, 0 0 12px #83a0d0, 0 0 12px #83a0d0, 0 0 12px #83a0d0;
    }

.health-load-more-btn {
    margin: auto;
    margin-top: 45px;
    display: block;
}

.health-load-more-btn:hover svg {
    text-shadow: 0 0 20px #83a0d0;
}

.health-edit-btn-squared {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3vw;
    width: 2.8vw;
    background: #00000010;
    border: 2px solid white;
    border-radius: 0.7vw;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

    .health-edit-btn-squared > img {
        width: 2.1vw;
        height: 2.1vw;
    }

    .health-edit-btn-squared:hover {
        box-shadow: 0 0 10px 5px #cae6ff;
        text-shadow: 2px 2px 4px #83a0d0;
    }

.add-new-health-day-of-week {
    color: black !important;
    border: none !important;
    box-shadow: unset !important;
    text-shadow: unset !important;
}

.selected-health-day {
    font-family: 'New Atten Round', Arial, sans-serif;
    display: flex;
    outline: 0.2vw solid var(--main-color);
    justify-content: center;
    align-items: center;
    border-radius: 0.8vw;
    padding: 0 0.5vw;
    box-shadow: var(--elevation);
    font-weight: 700;
    font-size: 1.3vw;
}

.current-day-highlight {
    position: relative;
}

    .current-day-highlight::after {
        content: "";
        position: absolute;
        left: 20%;
        bottom: -2vw;
        width: 60%;
        height: 0.15vw; 
        background-color: white;
    }

.selected-health-day-of-week-dark {
    position: relative;
    font-family: 'New Atten Round', Arial, sans-serif;
    letter-spacing: 0.1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.8vw;
    padding: 0.3vw 0.4vw 0.2vw 0.4vw;
    font-weight: 500;
    font-size: 1.2vw;
    line-height: 1.2vw;
    background: var(--main-color);
    color: white;
}

    .selected-health-day-of-week-dark::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    }

    .selected-health-day-of-week-dark::before {
        top: 0;
        left: 0;
    }



.health-container {
    margin: auto;
    width: 85%;
}

    .health-container input {
    border: 1px solid white;
    border-radius: 4px;
    background: transparent;
    color: white;
    padding: 2px 5px;
    }

.hit-margin-bottom {
    margin-bottom: 3vw;
}

.medicine-name {
    position: relative;
    font-family: 'New Atten Round', Arial, sans-serif;
    width: 100%;
    height: 1.5vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1vw;
    line-height: 1vw;
    color: white;
    border-radius: 1.04167vw;
    letter-spacing: 0.1vw;
    background: #1f72d2;
    padding: 0 0.7vw;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(100, 150, 255, 0.7);
    box-shadow: 0 0 5px 2px rgba(54, 122, 210, 0.4), 0 0 10px 5px rgba(116, 169, 255, 0.2);
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 5px;
}

    /*.medicine-name::before,
    .medicine-name::after {
        content: '';
        position: absolute;
        width: calc(100% + 4px);*/ /* Increase size to accommodate border */
        /*height: calc(100% + 4px);*/ /* Increase size to accommodate border */
        /*border-radius: 1.04167vw;*/ /* Match border radius of the element */
        /*z-index: -1;*/ /* Place behind the element */
    /*}

    .medicine-name::before {
        top: -2px;*/ /* Offset to create space for border */
        /*left: -2px;*/ /* Offset to create space for border */
        /*background: linear-gradient(to bottom, #5a8cdd, #0bbffe);*/ /* Gradient border color */
    /*}*/

.medicine-name-wrapper {
    display: flex;
    align-items: center;
    gap: 0.78125vw;
    width: 16.666%
}


.time-is-over {
    position: relative;
    background: linear-gradient(to right, #7674ac, #a22b6f);
    color: white;
    border: unset;
}

    .time-is-over::before,
    .time-is-over::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 20px #83a0d0;
        border-radius: inherit;
        z-index: 0;
        pointer-events: none;
    }

    .time-is-over::before {
        top: 0;
        left: 0;
    }

    .time-is-over::after {
        bottom: 0;
        right: 0;
    }

/*.about-time {
    z-index: 0;
    background: radial-gradient(circle, #ff442d, #564e56);
    color: white;
    animation: ripple 1.5s linear infinite;
    transition: all 0.7s ease;
}*/

.about-time {
    z-index: 0;
    color: white;
    animation: blink 2s steps(1) infinite;
    transition: all 0.4s ease;
    border: unset;
}

.about-time-hydration {
    z-index: 0;
    color: white;
    animation: blink-border-and-color 2s steps(1) infinite;
    transition: all 0.4s ease;
    border: unset;
}

.about-time-message {
    padding: 0.2vw 0.5vw;
    font-size: 1vw;
    text-align: center;
    font-weight: 600;
    margin: auto;
    margin-top: 1vw;
    color: white;
    background: #00182587;
    border: 0.05208vw solid white;
    border-radius: 10px;
}

.medicine-message {
    padding: 0.3vw;
    background: #ffcdc9;
    text-align: center;
    border: 0.05208vw solid red;
    font-size: 1.04167vw;
    border-radius: 0.5vw;
    font-weight: 600;
    width: 90%;
    margin: auto;
    margin-top: 1vw;
}

.header-date {
    font-size: 22px;
}

.time-display {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    font-size: 38px;
    font-weight: bold;
    color: white;
    text-align: center;
}


.header-time {
    font-family: "new-atten" sans-serif;
    font-weight: 400;
    font-style: normal;
}

.medicine-header {
    font-size: 1.2vw;
    letter-spacing: 0.1vw;
    font-family: 'New Atten Round', Arial, sans-serif;
    color: white;
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    text-shadow: 0 0 8px #83a0d0,
    0 0 8px #83a0d0,
    0 0 8px #83a0d0, 0 0 8px #83a0d0;
}

.health-icon {
    filter: drop-shadow(0 0 4px #83a0d0) drop-shadow(0 0 4px #83a0d0);
    width: 2.8vw;
    height: 2.8vw;
    margin-right: 1.2vw;
}

    .health-icon.hit-icon {
        height: 4vw;
        width: 4vw;
        margin-right: 0.5vw;
        margin-left: -0.5vw;
        margin-bottom: -0.8vw;
    }

.medicine-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.8vw
}

.medicine-header-button-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2vw
}


.medicine-item {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.medicine-days {
    display: flex;
    justify-content: space-between;
    align-items: center;
    row-gap: 0.3vw;
    width: 20vw;
    flex-wrap: wrap;
}

.medicine-time-wrapper {
    display: flex;
    align-items: center;
    column-gap: 0.5vw;
    row-gap: 1.7vw;
    width: 33.333%;
    flex-wrap: wrap
}

.medicine-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    width: 95%;
    margin: auto;
    margin-bottom: 2.04167vw
}

.medicile-load-more-btn {
    width: 100%;
    height: 1.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.04167vw;
    background: transparent;
    border: 1px solid white;
    color: white;
}

    .medicile-load-more-btn:hover {
    box-shadow: 0 0 20px 10px #cae6ff;
    background: #ffffff38;
    }


    .food-hydration-wrapper {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3vw;
    }
.food-hydration {
    width: 45%;
}

.food-hydration-time {
    align-items: center;
    width: 88%;
    display: flex;
    column-gap: 0.7vw;
    row-gap: 1.5vw;
    flex-wrap: wrap;
    margin: auto
}
.medicine-content{
    margin-bottom: 4vw;
}

.hit-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.hit-dates {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 20vw;
}

.workouts {
    display: flex;
    justify-content: space-between;
    gap: 0.5vw;
    width: 36%;
    flex-wrap:wrap;
}

.workouts-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 1.2vw;
    width: 100%;
}

.workout-item {
    font-family: "New Atten Round", Arial, sans-serif;
    letter-spacing: 0.1vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.1vw;
    min-height: 3vw;
    height: fit-content;
    padding: 0.2vw 1.4vw 0.2vw 1.1vw;
    background: rgba(0, 0, 0, 0.063);
    border-radius: 0.7vw;
    border: 2px solid white;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
    position: relative;
    font-size: 1.2vw;
    font-weight: 500;
    width: fit-content;
    transition: box-shadow 0.3s, text-shadow 0.3s;
    text-transform: uppercase;
    padding-top: 10px;
}

    .workout-item:hover {
        box-shadow: 0 0 10px 5px #cae6ff;
        text-shadow: 2px 2px 4px #83a0d0;
    }
    .workout-item input {
        font-size: 1.2vw;
        width: 99%;
        padding: 0 0.2vw;
    }

.add-workout-icon {
    width: 2.08333vw;
    height: 2.08333vw;
}

.relax-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.relax-items-wrapper {
    display: flex;
    align-items: center;
    column-gap: 1vw;
    row-gap: 0.7vw;
    flex-wrap: wrap;
    width: 73%;
    font-size: 1.45833vw;
    font-weight: 500;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 40vw;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-height: 80vh;
    overflow-y: auto;
}


.alerts-container {
    height: 38vh;
    max-height: 38vh;
    overflow-y: auto;
    box-sizing: border-box;
}

    .alerts-container .holder {
        display: flex;
        justify-content: space-between;
        margin-top: 2px;
    }

.workout-popup-section-header {
    font-size: 1.5vw;
    font-weight: bold;
}

.workout-popup-btn {
    padding: 0.2vw 1vw;
    border-radius: 0.3vw;
    font-weight: bold;
    font-size: 1.3vw;
    height: fit-content;
    color: white;
}

.workout-popup-date {
    font-size: 1.35vw;
    background: grey;
    width: fit-content;
    color: white;
    padding: 0 0.5vw;
    border-radius: 0.25vw;
}

.workout-popup-save-btn {
    background: #05a705;
}

.workout-popup-cancel-btn {
    background: grey;
}

.workout-popup-delete-btn {
    background: red;
}

.workout-popup-save-btn:hover {
    background: #019201;
}

.workout-popup-cancel-btn:hover {
    background: #706f6f;
}

.workout-popup-delete-btn:hover {
    background: #e40000;
}

.workout-popup-comment {
    width: 100%;
    height: 6vw;
    border: 1px solid black;
    border-radius: 4px;
    padding: 5px 10px;
}

.workout-popup-period {
    display: flex;
    justify-content: space-between;
    font-size: 1.2vw;
    margin-bottom: 20px;
}

    .workout-popup-period input {
        font-size: 1.2vw
    }

.health-container .mud-icon-size-small {
    font-size: 1.2vw !important;
}

.health-container .mud-icon-size-medium {
    font-size: 1.2vw !important;
}

.health-add-btn {
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
    width: 9.375vw;
}

.add-new-workout-button {
    flex: unset
}

.exercise-name {
    border: 1px solid #0000003d;
    padding: 0 0.7vw;
    border-radius: 0.4vw;
    font-size: 1.3vw;
    font-weight: 500;
}

.add-set-btn {
    margin-bottom: 1vw;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 1.5vw;
    font-size: 1.3vw;
}

.set-wrapper {
    display: flex;
    justify-content: space-between;
    font-size: 1.1vw;
}

.add-medicine-btn {
    color: white;
    width: 100%;
    height: 1.5vw;
    display: flex;
    align-items: center;
    border-radius: 1.04167vw;
    background: transparent;
    border: 2px solid white;
    margin-bottom: 0.78125vh;
    align-items: center;
    transition: box-shadow 0.3s ease, background 0.3s ease;
}



    .add-medicine-btn:hover {
        box-shadow: 0 0 20px 10px #cae6ff;
        background: #ffffff38;
    }

.history-popup .health-time-large {
    height: 2.8vw;
    border-radius: 0.5vw;
}

.history-popup .food-hydration-wrapper {
    flex-direction: column;
    gap: 1vw;
}

.history-popup .medicine-time-wrapper {
    width: unset;
}

.history-popup .health-report-wrapper {
    margin-bottom: 1vw;
}

.history-popup .medicine-header {
    margin-bottom: 0.5vw;
}

.history-popup .workout-popup-date {
    margin: auto;
    font-size: 1.5vw;
    margin-bottom: 0.5vw;
}

.history-popup .workout-item {
    min-height: unset;
    padding: 0.2vw 1vw;
    line-height: unset;
    border-radius: 0.5vw;
    font-size: 1.5vw;
}

.history-popup .relax-wrapper {
    gap: unset;
    flex-direction: column;
    align-items: start;
}

.history-popup .relax-items-wrapper {
    width: unset;
}

.history-popup .food-hydration-wrapper {
    margin-bottom: 1vw;
}

.workout-popup-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.health-icon-close {
    width: 2vw;
    height: 2vw;
    margin: 0;
}

.medicine-header-info {
    justify-content: start;
    position: absolute;
    bottom: -1.7vw;
    left: 0;
    font-size: 0.7vw !important;
}

.health-time-edit-icon {
    opacity: 0;
    transition: opacity 0.3s ease;
    margin-left: 5px;
}

.day-of-month:hover .health-time-edit-icon {
    opacity: 1;
}

#notes-page-main-container.main .filter-select.hide {
    border: none;
    width: unset;
    background-color: transparent;
}

    #notes-page-main-container.main .filter-select.hide .mud-select,
    #notes-page-main-container.main .filter-select.hide .mud-switch {
        display: none;
    }

#notes-page-main-container.main .filter-select.show .settings-button {
    order: -1;
    padding: 3px;
}

@media (max-width: 576px) {
    .workouts {
        gap: 2.5vw;
    }

    .medicine-calendar-date {
        font-size: 6vw !important;
        margin-bottom: 5vw;
    }
    .medicine-calendar-info {
        font-size: 2.7vw !important;
    }

    .add-new-workout-button {
        margin: auto;
        width: 20vw;
    }

    .add-medicine-btn {
        height: 4.5vw;
    }

    .health-add-btn {
        margin-top: 2vw;
        width: 20vw;
    }

    .health-edit-btn {
        font-size: 4.5vw;
        line-height: 4.5vw;
        width: 40vw;
        height: 7vw;
        border-radius: 3vw;
    }

    .alerts-container {
        height: 50vh;
        max-height: 50vh;
    }

    .popup-content {
        max-width: 90vw;
    }

    .health-container .mud-icon-size-small {
        font-size: 4.6vw !important;
    }

    .health-container .mud-icon-size-medium {
        font-size: 4.6vw !important;
    }

    .mud-main-content {
        height: 100vh !important;
    }

    .header-date {
        display: none;
    }

    .health-container {
        width: 100%;
        padding-bottom: 5vh;
    }

    .medicine-content {
        margin-bottom: 8vw;
    }

    .medicine-header-wrapper {
        align-items: center;
        margin-bottom: 7vw;
    }

    .medicine-header-button-wrapper{
        align-items: flex-start;
    }

    .medicine-header {
        font-size: 6vw;
        align-items: start;
    }

    .health-icon {
        width: 7vw;
        height: 7vw;
        margin-right: 0.52083vw;
    }
        .health-icon.hit-icon {
            width: 9vw;
            height: 9vw;
            margin-right: -0.5vw;
            margin-left: -1.3vw;
        }

    .medicine-wrapper {
        gap: 12vw;
        margin-bottom: 4vw;
    }

    .health-load-more-btn {
        margin-top: 5vw;
    }

    .medicine-item {
        flex-direction: column;
        gap: 2vw;
        align-items: start;
    }

    .medicine-name {
        height: 7vw;
        width: fit-content;
        text-align: center;
        justify-content: center;
        font-size: 6vw;
        line-height: 5vw;
        border-radius: 3.04167vw;
        padding: 0.7vw 3vw;
        margin-bottom: 2vw;
        padding-top: 5px;
    }

    .hit-margin-bottom{
        margin-bottom: 7vw;
    }

    .medicine-name input {
        height: 4.3vw;
        width: 35vw;
        font-size: 3.2vw;
    }

    .medicine-name-wrapper {
        width: 100%;
    }

    .medicine-text-small {
        font-size: 3.7vw!important;
        justify-content: center;
    }

    .medicine-text-large {
        font-size: 3.5vw!important;
    }

    .medicine-days {
        width: 100%;
    }

    .health-day-of-week {
        width: 11vw;
        height: 6vw;
        font-size: 5.2vw;
        border-radius: 3.5vw;
        margin-bottom: 5vw;
        padding-top: 3px;
    }

    .day-of-month {
        font-size: 3.3vw;
        bottom: -4vw;
    }

    .day-of-month svg {
        right: -5.6vw;
        top: -2.2vw;
    }



    .health-selected-red .day-of-month {
        bottom: -4vw;
    }
    .health-time.health-time-overdue .day-of-month {
        bottom: -6.1vw !important;
    }

        .health-time.health-time-overdue .day-of-month svg {
            top: 0 !important;
        }
    .health-time-large .day-of-month {
        bottom: -5vw;
    }

    .selected-health-day-of-week-dark {
        border-radius: 1.8vw;
        font-size: 3vw;
    }

    .health-day-of-week-dark {
        width: 11vw;
        height: 6vw;
        font-size: 5.2vw;
        border-radius: 3.5vw;
        margin-bottom: 4vw;
    }

    .selected-health-day {
        border-radius: 1.8vw;
        font-size: 3vw;
    }

    .current-day-highlight::after {
        bottom: -6vw;
        height: 0.5vw;
    }

    .medicine-time-wrapper {
        width: 100%;
        column-gap: 2vw;
        row-gap: 6vw;
    }

    .medicile-load-more-btn {
        height: 5vw;
    }

    .health-time {
        height: 6vw;
        width: 27.2vw;
        font-size: 4.3vw;
        border-radius: 2.8vw;
        padding: 0.5vw 2vw;
        padding-top: 1vw;
    }

        .health-time .day-of-month {
            bottom: -4vw;
        }

    .food-hydration-wrapper {
        flex-direction: column;
        gap: 12vw;
        margin-bottom: 8vw;
    }

    .food-hydration {
        width: 100%;
    }

    .food-hydration-time {
        width: 90%;
        column-gap: 2vw;
        row-gap: 7vw;
    }

    .health-time-large {
        width: 19.3vw;
        height: 12vw;
        font-size: 4vw;
        border-radius: 3vw;
    }

        .health-time-large input {
            height: 4.5vw;
            font-size: 3.5vw;
        }

    .health-time-large-remove {
        right: 3.89583vw;
        top: -1.10417vw;
    }

    .hit-wrapper {
        flex-direction: column;
        align-items: start;
        gap: 3vw;
        position: relative;
    }

    .hit-dates {
        margin: auto;
        width: 90%;
    }

    .workouts {
        margin: auto;
        width: 90%;
    }

    .workout-item {
        gap: 3.3vw;
        min-height: 9.64583vw;
        height: fit-content;
        padding: 1.5vw 2.82292vw;
        border-radius: 2vw;
        font-size: 5vw;
        line-height: 5vw;
        padding-top: 2vw;
    }

    .health-edit-btn-squared {
        height: 8.64583vw;
        width: 7.64583vw;
        border-radius: 2vw;
    }

        .health-edit-btn-squared > img {
            width: 6.02083vw;
            height: 6.02083vw;
        }

    .add-workout-btn {
        position: absolute;
        top: 0;
        right: 0;
    }

    .medicine-message {
        padding: 0.5vw 2.5vw;
        font-size: 3.04167vw;
        border-radius: 1vw;
        margin-top: 2vw;
    }

    .about-time-message {
        padding: 0.5vw 2.5vw;
        font-size: 3.04167vw;
        border-radius: 1vw;
        margin-top: 2vw;
    }

    .relax-wrapper {
        flex-direction: column;
        align-items: start;
        gap: 3vw;
        position: relative;
    }

    .relax-items-wrapper {
        width: 90%;
        margin: auto;
        gap: 2.5vw;
    }

    .workout-item input {
        height: 6vw;
        font-size: 4vw;
        width: fit-content;
        padding: 0.5vw 1.2vw;
    }

    .workout-popup-section-header {
        font-size: 5vw;
    }

    .workout-popup-btn {
        padding: 0.5vw 3vw;
        border-radius: 1.5vw;
        font-size: 5vw;
    }

    .workout-popup-date {
        font-size: 5vw;
        padding: 0 2.5vw;
        border-radius: 1vw;
    }

    .workout-popup-comment {
        height: 20vw;
    }

    .workout-popup-period {
        font-size: 4vw;
        margin-bottom: 20px;
    }

        .workout-popup-period input {
            font-size: 4vw
        }

    .add-set-btn {
        height: 5.2vw;
        font-size: 3.4vw;
    }

    .exercise-name {
        padding: 0 1.5vw;
        border-radius: 1vw;
        font-size: 4vw;
    }

    .add-exercise-btn {
        padding-left: 1.5vw;
    }

    .set-wrapper {
        position: relative;
        flex-direction: column;
        font-size: 4vw;
        border: 1px solid black;
        padding: 10px;
        border-radius: 4px;
    }

    .remove-set-btn {
        position: absolute;
        right: 0;
        top: 0;
    }

    .line-break {
        display: block !important;
    }

    .mainpage-time {
        text-align: right;
        min-width: 32vw !important;
        font-size: 7.5vw !important;
    }
    .hit-header{
        padding-top: 1vw;
    }

    .location-text {
        font-size: 4vw;
    }

    .main-page-text {
        font-size: 4vw;
    }
    .medicine-header-info {
        display: none;
    }
}

@media (max-width: 576px) {
    .mainpage-time {
        text-align: right;
        min-width: 32vw !important;
        font-size: 7.5vw !important;
    }

    .location-text {
        font-size: 4vw;
    }

    .main-page-text {
        font-size: 4vw;
    }

    .line-break {
        display: block !important;
    }


    #notes-page-main-container .filter-select {
/*        position: unset;*/
        border: none;
/*        width: unset;
*/        top: 75px;
    }

}



.all-items-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    gap: 75px;
}

.all-items-header-name {
    font-size: 20px;
    font-weight: 500;
}


@media (max-width: 576px) {
    .all-items-header {
        flex-direction: column;
        gap: 20px;
    }

    .all-items-header-name {
        font-size: 20px;
    }
}



    @keyframes blink-border-and-color {
        0%, 100% {
            border: 2px solid white;
            color: white;
        }

        50% {
            border: 2px solid #4c59a9;
            color: #a3aff5;
        }
    }
    
.tasks-business-cards {
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 50px;
}

.all-items-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    gap: 75px;
}

.all-items-header-name {
    font-size: 20px;
    font-weight: 500;
}
.items-pages-sections-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}
.items-pages-sections-name {
    font-weight: bold;
    font-size: 20px;
}
.item-pages-header-wrapper {
    display: flex;
    gap: 50px;
}
.weekly-report-employee-card {
    height: calc(50vh - 50px);
    width: 25%;
}
.daily-planning-notes-container {
    display: flex;
    gap: 10px;
    padding: 10px
}
.daily-planning-notes-tasks {
    position: relative;
    height: calc(100vh - 159px);
    width: 35vw;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}
.daily-planning-notes-tasks-select {
    position: absolute;
    width: 100%;
    background: #f2f2f2;
    bottom: 36px;
    z-index: 500;
    border-top: 1px solid grey;
    overflow: auto;
    scrollbar-width: thin;
    padding: 16px 25px 16px 16px;
}
    .daily-planning-notes-tasks-select.visible {
        max-height: 50vh;
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        transition: height 0.5s ease-out, transform 0.5s ease-out, opacity 0.5s ease-out;
    }

    .daily-planning-notes-tasks-select.hidden {
        height: 0px;
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
        transition: height 0.5s ease-out, transform 0.5s ease-out, opacity 0.5s ease-out;
    }

.daily-planning-notes-tasks-extended {
position: relative;
height: calc(100vh - 200px);
width: 100%;
}
.daily-planning-notes-tasks-records-list {
    list-style-type: none;
    padding-left: 16px;
    margin-top: 30px;
}

.daily-planning-notes-tasks-records-list li::marker {
    content: counter(list-item) ") ";
    color: rgb(230, 0, 0);
}

.daily-planning-notes-tasks-record-item {
    position: relative;
    color: rgb(230, 0, 0);
    text-decoration: underline;
}

.mobile-tasks-container {
    display: none;
}

@media (max-width: 576px) {
    .tasks-business-cards {
        justify-content: center;
    }
    .all-items-header {
        flex-direction: column;
        gap: 20px;
    }
    .all-items-header-name {
        font-size: 20px;
    }
    .items-pages-sections-name{
        font-size: 18px;
    }
    .item-pages-header-wrapper{
        flex-direction: column;
        gap: 20px;
    }
    .item-pages-image{
        height: auto!important;
    }
    .weekly-report-employee-card {
        height: unset;
        width: 100%;
    }
    .daily-planning-notes-container {
        flex-direction: column;
    }
    .daily-planning-notes-tasks {
        width: 100%;
        height: 60vh;
    }
    .daily-planning-notes-tasks-extended{
        width: 100%;
        height: 80vh;
    }
    .daily-planning-notes-tasks-select.visible {
        max-height: 50vh;
    }
    .desktop-table{
        display: none!important;
    }
    .mobile-tasks-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 20px 0;
    }
}

@media (min-width: 577px) and (max-width: 789px) {
    .main-page-header-text {
        font-size: 30px !important;
    }

    .mainpage-time {
        font-size: 39px !important;
    }
}
@media (min-width: 577px) and (max-width: 850px) {
    .daily-planning-notes-container {
        flex-direction: column;
    }
    .daily-planning-notes-tasks {
        width: 100%;
        height: 60vh;
    }
}

@media (min-width: 790px) and (max-width: 1049px) {
    .main-page-header-text {
        font-size: 32px !important;
    }
    .mainpage-time {
        font-size: 34px !important;
    }
}

@media (min-width: 1050px) and (max-width: 1119px) {
    .main-page-header-text {
        font-size: 34px !important;
    }
    .mainpage-time {
        font-size: 36px !important;
    }
}

@media (min-width: 1120px) and (max-width: 1289px){
    .main-page-header-text {
        font-size: 38px!important;
    }
    .mainpage-time {
        font-size: 38px !important;
    }
}
@media (min-width: 728px) and (max-width: 1175px) {
    .weekly-report-employee-card {
        width: 33.333%;
    }
}

@media (min-width: 577px) and (max-width: 727px) {
    .weekly-report-employee-card {
        width: 50%;
/*        height: 50%!important;
*/    }
}
    /* Планшеты */
    @media (min-width: 577px) and (max-width: 992px) and (orientation: portrait) {
        .weekly-report-employee-card {
            height: unset;
        }
/**/
        .daily-planning-notes-container {
            flex-direction: column;
        }

        .daily-planning-notes-tasks {
            width: 100%;
            height: 50vh;
        }

        .daily-planning-notes-tasks-extended {
            width: 100%;
            height: 70vh;
        }

        .daily-planning-notes-tasks-select.visible {
            max-height: 30vh;
        }
    }

    /* Ноутбуки и десктопы */
    @media (min-width: 992px) and (max-width: 1200px) {
        /* Стили для ноутбуков */
    }

    /* Большие десктопы */
    @media (min-width: 1200px) {
        /* Стили для больших экранов */
    }
