body {
    background-image: linear-gradient(to right top, #d89bbe, #cf9cc8, #c49dd2, #b5a0da, #a3a3e1, #93acec, #7fb6f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Roboto';
}

#loader {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#loader p {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
}

.user_PIB, .user_Title, .user_Data, .user_Pair, .User_datatime {
    width: 300px;
    height: 50px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 24px;
    margin-bottom: 10px;
    padding-left: 10px;
    text-align: left;
}

.creat_bort_user {
    background-color: rgba(255, 255, 255, 0.40);
    border-radius: 25px;
    width: 340px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}

.creat_bort_user_color {
    background-color: rgba(255, 255, 255, 0.40);
}

.form_class_creat_edit {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.count_BD {
    font-size: 20px;
    color: rgb(32, 32, 32);
    text-align: left;
    margin-bottom: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    padding-right: 20px;
    background-image: url('https://icons8.com/icon/nkGDoqzPxYM3/calendar');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 50px;
    opacity: 0.8;
}

.placeholder_css::placeholder {
    color: #fdfdfd;
}

.cursor_pointer_poisk {
    text-decoration: none;
    color: black;
}

.cursor_pointer_poisk:hover {
    cursor: pointer;
}

a {
    color: black;
}

a:hover {
    border-bottom: 1px solid black;
}

.span_text {
    font-size: 20px;
}

.creat_bort_user_on {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(56, 56, 56, 0.8);
    border-radius: 15px;
    color: rgba(255, 255, 255, 0.7);
}