body {
    font-family: "Wix Madefor Display", serif !important;
    background-color: #e5eefd !important;
    font-weight: 400 !important;
}

html, body {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: auto;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

#title-text {
    font-size: 29px !important;
    font-weight: 600 !important;
    line-height: 1.05 !important;
}

b {
    font-weight: 600 !important;
}

.modal-fullscreen .modal-content {
    height: auto !important;
    min-height: 100% !important;
}

select {
    border-radius: 1000px !important;
    border: none !important;
    height: 40px !important;
    width: 100% !important;
    font-weight: 500 !important;
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23007BFF' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708' /%3E%3C/svg%3E") !important;
    background-image: var(--bs-form-select-bg-img) !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 40px 30px !important;
    background-color: #e5eefd !important;
}

.FIO-input {
    border: 3px solid #017eff !important;
}

.request-list-title {
    color: black !important;
    font-weight: 600;
    text-decoration: none !important;
}

p {
    font-weight: 600 !important;
    font-size: 14px !important;
}

p.text {
    font-weight: 500 !important;
    font-size: 1rem !important;
}

.block-title, .title-span {
    color: #656565 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}


.modal.show {
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 0;
}
.modal-content{
    border: none !important;
}
.modal-dialog {
    z-index: 999 !important;
}


.calculated {
    color: #007BFF !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-size: 22px !important;
    font-weight: 600 !important;
}

label {
    font-weight: 600 !important;
    font-size: 14px !important;
}

.file-input-label {
    font-weight: 400 !important;
    font-size: 1rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}


.main-file-preview {
    max-width: 80%;
    border-radius: 10px;
}

  
.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
  
.radio-input {
    display: none; /* Скрываем стандартный input */
}
  
.radio-custom {
    width: 28px; /* Размер кружка */
    min-width: 28px; /* Размер кружка */
    height: 28px; /* Размер кружка */
    min-height: 28px; /* Размер кружка */
    border: 3px solid #007BFF; /* Граница кружка */
    border-radius: 50%; /* Делаем круг */
    margin-right: 8px; /* Отступ от текста */
    position: relative;
}
  
.radio-input:checked + .radio-custom {
    border-color: #007BFF; /* Цвет границы при выборе */
}
  
.radio-input:checked + .radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px; /* Размер внутреннего кружка */
    height: 18px; /* Размер внутреннего кружка */
    background-color: #007BFF; /* Цвет внутреннего кружка */
    border-radius: 50%; /* Делаем круг */
}

.radio-custom.red {
    width: 28px; /* Размер кружка */
    min-width: 28px; /* Размер кружка */
    height: 28px; /* Размер кружка */
    min-height: 28px; /* Размер кружка */
    border: 3px solid #B22222; /* Граница кружка */
    border-radius: 50%; /* Делаем круг */
    margin-right: 8px; /* Отступ от текста */
    position: relative;
}
.radio-input.red:checked + .radio-custom.red::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px; /* Размер внутреннего кружка */
    height: 18px; /* Размер внутреннего кружка */
    background-color: #B22222; /* Цвет внутреннего кружка */
    border-radius: 50%; /* Делаем круг */
}
.radio-input.red:checked + .radio-custom.red {
    border-color: #B22222; /* Цвет границы при выборе */
}
  
.radio-text {
    font-size: 14px;
    color: #656565;
    transition: 0.2s;
}

.logo {
    width: 40px;
}

.block {
    background-color: #cee3fd !important;
    border-radius: 20px !important;
    border: none !important;
}


.modal-content {
    background-color: #e5eefd !important;
}

.modal-fullscreen {
    max-width: 90vw !important;
}

.list-group-item {
    border: none !important;
    background-color: #e5eefd !important;
}

.list-group-item.active {
    background-color: #cee3fd !important;
    color: black !important;
}

.list-group-item:hover {
    border: none !important;
    background-color: #d3e3ff !important;
}

.card-body {
    border-radius: 25px !important;
}

input {
    border-radius: 1000px !important;
    border: none !important;
    padding: 12px !important;
}

input::placeholder, textarea::placeholder {
    color: #A0A0A0 !important;
}

.container {
    position: relative !important;
}

.request-list {
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

.edit-button {
    position: absolute;
    right: 1rem;
    transition: all 0.2s ease !important;
    border: none !important;
    background-color: #cee3fd !important;
    fill: #017eff !important;
    border: 1px solid #017eff !important;
    border-radius: 10px;
    max-width: 40px;
    max-height: 40px;
    min-width: 40px;
    min-height: 40px;
}

.edit-button:hover {
    background-color: #017eff !important;
    fill: #ffffff !important;
}

.edit-button:active {
    background-color: #0052a3 !important;
    border: 1px solid #0052a3 !important;
    fill: #ffffff !important;
}

.bi-pencil-square {
    position: absolute;
    left: 9.5px;
    top: 10px;
}

.menu-button {
    position: absolute;
    right: 1rem;
    border: none !important;
    background-color: #e5eefd !important;
    border: 1px solid black !important;
    fill: black;
    border-radius: 10px;
    transition: all 0.2s ease !important;
}

.message-tg {
    position: absolute;
    right: 1rem;
    top: 3.5rem;
    border: none !important;
    background-color: #e5eefd !important;
    border: 1px solid black !important;
    fill: black;
    border-radius: 10px;
    transition: all 0.2s ease !important;
}

.menu-button:hover, .message-tg:hover {
    background-color: black !important;
    fill: white;
}
.menu-button:active, .message-tg:active {
    background-color: black !important;
    fill: white;
}

.save-button {
    max-height: 40px !important;
}

.btn {
    border-radius: 20px !important;
}
.btn.btn-primary:hover {
    background-color: #004691 !important;
}
.btn.btn-primary:active {
    background-color: #0052a3 !important;
}

.btn.btn-primary {
    background-color: #017eff !important;
    border: none !important;
    transition: all 0.2s ease !important;
    font-size: 1rem !important;
}

.btn-outline-primary {
    transition: all 0.2s ease !important;
    font-weight: 500 !important;
}
.btn.btn-outline-primary:hover {
    background-color: #004691 !important;
    border-color: #004691 !important;
}
.btn.btn-outline-primary:active {
    background-color: #0052a3 !important;
    border-color: #0052a3 !important;
}

.btn.btn-success:hover {
    background-color: #0f643c !important;
}
.btn.btn-success:active {
    background-color: #093923 !important;
}
.btn.btn-success {
    background-color: #198754 !important;
    border: none !important;
    transition: all 0.2s ease !important;
    font-size: 1rem !important;
}

.btn.btn-primary.get-file-button {
    border-radius: 5px !important;
    font-size: 14px !important;
    padding: 0.25rem 0.5rem;
}

.upload-icon {
    position: relative;
    bottom: 1px;
}


#about-form {
    display: none;
}

textarea {
    width: 100%;
    border-radius: 10px !important;
    border: none !important;
    min-height: 1.5rem !important;
    height: auto;
    padding: 0.5rem;
    resize: none !important;
}



.delete-contact-button, .delete-analysis-button, .delete-product-button {
    background-color: none !important;
    border: solid 2px black !important;
}


.btn.fast-bottom {
    width: 54px !important;
    height: 54px !important;
}


.notification {
    max-width: 300px;
    position: fixed;
    top: 20px;
    right: -300px;
    background-color: #017eff;
    color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease-in-out;
    z-index: 1000;
}





/* 
Отчет по ОПВ
*/
/* table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.table-container {
    overflow-y: auto !important;
    width: 100%;
    max-height: 500px !important;
}

.table-template {
    width: 100% !important;
}

tbody, td, tfoot, th, thead, tr {
    border-right: 1px solid #017eff !important;
    border-bottom: 1px solid #017eff !important;
    background-color: white;
}

td.left-column {
    border-left: 1px solid #017eff !important;
}

th {
    border-top: 1px solid #017eff !important;
}

th.left-column {
    border-left: 1px solid #017eff !important;
}

thead th {
    position: sticky !important;
    top: 0 !important;
    background: white !important;
    z-index: 2 !important;
}

th.date-input-field {
    width: 120px !important;
}

td.date-input-field {
    width: 120px !important;
}

input[type="date"].date-input {
    padding: 8px !important;
    border: none !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    background-color: #fff !important;
    color: #333 !important;
    padding: 0px !important;
    width: 120px !important;
}

th.time-input-field {
    width: 75px !important;
}

td.time-input-field {
    width: 75px !important;
}

input[type="time"] {
    padding: 8px !important;
    border: none !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    background-color: #fff !important;
    color: #333 !important;
    padding: 0px !important;
    width: 75px !important;
}

th.analysis-title-input-field {
    min-width: 100px !important;
}

td.analysis-title-input-field {
    min-width: 100px !important;
} */