

/* Start:/bitrix/templates/dropfile/template_styles.css?17760340179917*/
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800;900&display=swap');

body {
    background-color: #F5F5F5;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Golos Text', sans-serif;
    font-optical-sizing: auto;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

button {
    font-family: 'Golos Text', sans-serif;
}

select {
    font-family: 'Golos Text', sans-serif;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
    border-radius: 32px;
}


.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    width: 100vw;
    background-image: url(/upload/redline.svg);
    background-position: calc(100% - 36px);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}

.table-wrapper {
    display: flex;
    justify-content: center;
    flex: 1;
    margin-top: 40px;
}

.form-container {
    background-color: #FFFFFF;
    padding: 32px 64px;
    border-radius: 32px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 460px;
    max-height: 594px;
    text-align: center;
    align-items: center;
}

.form-container-old {
    background-color: #FFFFFF;
    padding: 32px 64px;
    border-radius: 32px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 460px;
    /*max-height: 594px;*/
    margin-top: 100px;
    text-align: center;
    align-items: center;
}

.header {
    display: flex;
    padding: 16px;
    background-color: white;
    width: 100%;

}

.wrap-header {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.logo img {
    height: 40px;
    margin-right: 28px;
}

/* .redline {
    top: 0;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: -1;
} */

/* @media screen and (max-width: 1920px) {
    .redline {
        top: 100;
        left: 30px;
    }
} */

.header-form {
    text-align: left;
    font-size: 28px;
    color: #1F1739;
    line-height: 39.2px;
    font-weight: 700;
    padding-bottom: 32px;
}

.options-form {
    display: flex;
    flex-direction: row;
    margin-bottom: 32px;
}

.option-item {
    padding: 0 42.5px;
    font-weight: 600;
    color: #000000;
}

.action {
    display: flex;
    align-items: center;
    justify-content: center;
}

.action a {
    text-decoration: none;
    color: #1F1739;
    font-weight: 600;
    padding-left: 10px;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.action a:hover {
    opacity: 0.6;
    color: #644434;
}

/* .form-container h2 {
    color: #37494d;
    font-size: 24px;
    margin-bottom: 20px;
} */

.select-label {
    width: 100%;
    display: inline-flex;
    margin-bottom: 8px;
    font-weight: 500;
}
.dynamic-input {
    width: 100%;
    display: block;
    text-align: left;
    /*margin-bottom: 8px;*/
    margin-top: 20px;
    font-weight: 500;
    max-width: 440px;
}

.organization {
    background-color: #FFFFFF;
    color: #1F1739;
    padding: 12px 32px 12px 16px;
    border: 1px solid rgba(168, 168, 168, 1);
    border-radius: 12px;
    font-size: 16px;
    max-width: 462px;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    appearance: none;
    background-image: url("/bitrix/templates/dropfile/../../../upload/arrowDown.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
    background-size: 20px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.organization option {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  
.organization:active {
    background-image: url("/bitrix/templates/dropfile/../../../upload/arrowUp.png");
    background-size: 20px 20px;
    cursor: pointer;
}

.file-name-display {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 72%;
    vertical-align: middle;
    padding: 0 64px;
}

.table-page {
    display: flex;
    flex-direction: column;
}

.table-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.table-header-title {
    text-align: center;
    font-size: 32px;
    color: #1F1739;
    line-height: 39.2px;
    font-weight: 700;
}

.table-header-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    font-weight: 600;
}

.table-header-arrow {
    margin-right: 6px;
    width: 20px;
    height: 20px;
}

/* Таблица истории загрузок */
.table-container {
    border: 1px solid black;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    border-bottom: none;
    margin-bottom: 40px;
    width: fit-content;
}

.history-table {
    max-width: 1200px;
    border-collapse: collapse;
    table-layout: fixed;
}

.history-table th {
    padding: 12.8px 0px;
    text-align: center;
    font-size: 18px;
}

.history-table td {
    padding: 12px 8px;
    text-align: center;
    font-size: 18px;
    word-break: break-word;
}

.history-table 
th:nth-child(4),
td:nth-child(4) {
    max-width: 196px;
    width: 196px;
}

.history-table thead {
    background-color: rgba(31, 23, 57, 1);
    color: white;
}

.history-table thead th {
    border-left: 1px solid white;
    border-right: 1px solid white;
    font-weight: 400;
}

.history-table thead th:first-child {
    border-left: none;
}

.history-table thead th:last-child {
    border-right: none;
}

.history-table tbody td {
    background-color: white;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.link-cell {
    text-decoration: none;
    color: rgba(39, 45, 55, 1);
}

.history-table tbody td:first-child {
    border-left: none;
}

.history-table tbody td:last-child {
    border-right: none;
}

.history-table tbody tr:last-child td {
    border-bottom: 1px solid black;
}

.history-table th {
    border-bottom: 1px solid black;
}
/* Конец таблицы истории загрузок */

table {
    width: 100%;
    border-spacing: 0;
}

td {
    padding-bottom: 24px;
    padding-right: 8px;
    vertical-align: middle;
}

td label {
    font-size: 16px;
    color: #272D37;
}

tr {
    font-weight: 400;
}

.remeberbox {
    font-weight: normal;
}

.remeberbox input[type="checkbox"] {
    accent-color: #6F6F6F;
}

.upload-description {
    text-align: left;
    font-size: 14px;
    color: #363442;
    margin-bottom: 30px;
}

.download-link {
    font-size: 14px;
    margin: 15px 0;
}

.download-link a {
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

.download-link a:hover {
    text-decoration: underline;
}

.update-block {
    margin-top: 20px;
    margin-bottom: 20px;
}

.file-upload-block {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.file-upload-caption {
    width: 100%;
    display: inline-flex;
    font-weight: 500;
    margin-bottom: 16px;
}

.file-upload {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    border: 1px solid black;
    color: black;
    padding: 12px 0;
    border-radius: 300px;
    font-weight: 500;
    line-height: 24px;
    transition: background-color 0.3s
}

.file-upload:hover {
    /* background-color: #000000; */
}

.file-upload input {
    display: none;
}

#fileName {
    font-size: 16px;
}

.employees-block {
    margin-bottom: 20px;
    margin-top: 20px;
}

.employees-label {
    width: 100%;
    display: inline-flex;
    margin-bottom: 8px;
    font-weight: 500;
}

.employees-input {
    background-color: #FFFFFF;
    color: #1F1739;
    padding: 8px 16px;
    border: 1px solid rgba(168, 168, 168, 1);
    border-radius: 12px;
    font-size: 16px;
    width: -webkit-fill-available;
    display: inline-block;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
}


.input-field {
    width: 100%;
    padding: 8px 10px;
     margin: 8px 0 10px 0;
    border: 1px solid #A8A8A8;
    border-radius: 12px;
    background-color: #ffffff;
    font-size: 16px;
    color: #37494d;
}

.input-field:focus {
    outline: none;
    border-color: #A8A8A8;
    box-shadow: 0 0 5px rgba(168, 168, 168, 0.5);
}

.submit-btn {
    width: 100%;
    background-color: #1F1739;
    color: #ffffff;
    padding: 12px 0px;
    border: none;
    border-radius: 300px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #000000;
}
.submit-btn:disabled {
    background-color: #e8e8e8;
    color: #aaaaaa;
}

.message {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #644434;
}

.message-file {
    display: none;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: red;
}
.message-organization {
    display: none;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: red;


/* Общие стили для сообщений */
.message-container {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.5;
}

/* Успешные сообщения (например, успешная авторизация) */
.success-message {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

/* Ошибки при авторизации */
.error-message {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Общие стили для текста в сообщениях */
.message-container p {
    margin: 0;
}

@media screen and (max-width: 480px) {
    .form-container {
        width: 90%;
        padding: 20px;
    }

    .submit-btn {
        width: 100%;
    }
}
/* End */
/* /bitrix/templates/dropfile/template_styles.css?17760340179917 */
