@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo2/exo2-regular.otf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo2/exo2-medium.otf');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo2/exo2-semibold.otf');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo2/exo2-bold.otf');
    font-style: normal;
    font-weight: bold;
}

input {
    font-family: 'Exo 2', sans-serif;
}

input[type="text"]::-webkit-input-placeholder, input[type="text"]:-moz-placeholder {
    font-family: 'Exo 2', sans-serif;
}

body {
    font-family: "Exo 2", sans-serif;
}

.header {
    background: #344813;
    width: 242px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 97;
    height: 100vh;
    min-height: 480px;
    overflow-y: auto;
}

.header-logo {
    padding: 60px 15px 98px 35px;
}

.header-logo img, .header-logo svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    max-width: 100%;
}

.header-logo .logo-motto {
    margin-right: 0;
}

.header-menu {
    margin-bottom: 8px;
}

.header-menu ul {
    list-style: none;
}

.header-menu ul li {
    display: block;
    position: relative;
}

.header-menu ul li:before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    background: #F8F8FA;
}

.header-menu ul li.active:before {
    opacity: 1;
}

.header-menu a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    padding: 16px 10px 16px 50px;
    transition: all 0.4s;
}

.header-menu li.active a, .header-menu li:hover a {
    background: rgba(255, 255, 255, 0.1);
}

.header-menu-bottom {
    padding: 8px 0 24px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
}

.header-menu-bottom .btn {
    outline: none;
}

.header-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu-list .nav-item {
    margin: 0;
}

.header-menu-list .btn {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    padding: 16px 10px 16px 50px;
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none !important;
    margin: 0;
    text-align: left;
}

.btn-success {

}

.btn-back {

}

.users-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    padding: 16px 10px 24px 50px;
    text-decoration: none;
}

.users-btn:hover {
    color: #fff;
}

.mail-link {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    padding: 24px 10px 16px 50px;
    text-decoration: none;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.mail-link:hover {
    color: #fff;
}

.logout-button-wrap {
    padding: 16px 10px 16px 50px;
}

.logout-button-wrap .logout-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    padding: 0;
}

.logout-button-wrap .logout-btn svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.cke_chrome {
    background: #FFFFFF !important;
    border: 1px solid #C5C8D9 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    outline: none !important;
    overflow: hidden;
}

.cke_bottom {
    padding: 6px 8px 2px;
    background: transparent !important;
}

.cke_contents {
    min-height: 130px !important;
}

.form {
    width: 729px;
    max-width: 100%;
}

.form-item {
    font-family: "Exo 2", sans-serif;
    margin-bottom: 20px;
    position: relative;
}

.auth-form-wrap .form-item {
    margin-bottom: 8px;
}

.input-wrap {
    position: relative;
}

.form-item-submit {
    margin-bottom: 0;
}

.form-item label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #30364D;
    margin: 0 0 5px 0;
}

.form .form-item label {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #C5C8D9;
}

.form-item input[type="text"], .form-item input[type="number"], .form-item input[type="password"], .form-item input[type="datetime-local"] {
    /*background: rgba(197, 200, 217, 0.1);*/
    border: 1px solid #C5C8D9;
    border-radius: 5px;
    height: 49px;
    width: 100%;
    padding: 0 16px;
    display: block;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    font-family: "Exo 2", sans-serif;
}

.form-item input[type="datetime-local"] {
    color: #777D98;
}

.form .form-item input {

}

.form .form-item input.valid {
    background: #fff;
}

.form-item input[type="text"]::-webkit-input-placeholder, .form-item input[type="password"]::-webkit-input-placeholder, .form-item input[type="text"]:-moz-placeholder,
.form-item input[type="password"]:-moz-placeholder, .form-item input[type="datetime-local"]::-webkit-input-placeholder, .form-item input[type="datetime-local"]:-moz-placeholder,
.form-item input::-webkit-input-placeholder, .form-item input:-moz-placeholder {
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #777D98;
}

.form-item-group {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.form-item-group2 {
    justify-content: space-between;
}

.form-item-group2 .form-item {
    width: 48.5%;
}

.form-item-checkbox {

}

.form-item-checkbox input, input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    border-radius: 6px;
}

.form-item-checkbox span {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    max-width: 85%;
}

/*datetime input styles*/
::-webkit-datetime-edit {
}

::-webkit-datetime-edit-fields-wrapper {
}

::-webkit-datetime-edit-text {
}

::-webkit-datetime-edit-month-field {
}

::-webkit-datetime-edit-day-field {
}

::-webkit-datetime-edit-year-field {
}

::-webkit-inner-spin-button {
    display: none;
}

::-webkit-calendar-picker-indicator {
    background: url(../img/date-icon1.svg) no-repeat center center;
}

.form-item .select2-container {
    background: rgba(197, 200, 217, 0.1);
    background: #fff;
    border: 1px solid #C5C8D9;
    border-radius: 5px;
    height: 49px;
    width: 100% !important;
    padding: 14px 16px;
    display: block;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #777D98;
    font-family: "Exo 2", sans-serif;
}

.form-item .select2-container .select2-selection__rendered {
    color: inherit;
    line-height: 130%;
}

.form-item .select2-container .select2-selection {
    background: transparent;
    border: 0;
    border-radius: 0;
}

.select2-container--default .select2-selection .select2-selection__arrow {
    height: 100%;
    width: 40px;
    right: -3px;
    background: url(../img/select1.svg) no-repeat center center;
}

.select2-container--default .select2-selection .select2-selection__arrow b {
    display: none;
}

.form-item-submit {
    padding-top: 8px;
}

.form-item [type="submit"] {
    display: block;
    width: 100%;
    height: 49px;
    border: 0;
    box-shadow: none;
    background: #344813;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0;
}

.form-item [type="submit"]:hover {
    cursor: pointer;
    opacity: 0.9;
}

.form-item [type="submit"][disabled], .form-item [type="submit"].disabled {
    color: #777D98;
    background: #F4F4F4;
}

.form-item-checkbox {

}

.form-item-checkbox input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.form-item-checkbox label {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 10%;
    font-size: 12px;
}

.form-item-checkbox label span {
    width: 80%;
    line-height: 10%;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.show-password-button {
    display: block;
    border: 0;
    outline: none;
    box-shadow: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 3;
    background: transparent;
}

.show-password-button:hover {
    cursor: pointer;
}

.button {
    display: inline-block;
    width: 100%;
    height: 49px;
    line-height: 49px;
    border: 0;
    box-shadow: none;
    background: #344813;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 32px;
    text-decoration: none;
    text-align: center;
}

.button:hover {
    cursor: pointer;
    opacity: 0.85;
    color: #fff;
}

.transparent-button {
    border: 1px solid #C5C8D9;
    background: transparent;
    font-weight: 400;
    color: #30364D;
}

.transparent-button:hover {
    color: #30364D;
}

.red-button {
    border: 1px solid #EE505A;
    background: #EE505A;
    color: #fff;
}

.red-button:hover {
    color: #fff;
}

.validation-summary-errors {

}

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
}

.field-validation-error {
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
    padding-top: 5px;
    color: rgb(220, 53, 69);
}


.auth-section {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    background: #F8F8FA url(../img/admin-auth-bg.png) no-repeat right 0px bottom 0px;
}

.auth-section .inner-section {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.container {
    margin-left: 240px !important;
}

.auth-form-wrap {
    background: #FFF;
    width: 418px;
    max-width: 100%;
    padding: 32px 32px;
    border-radius: 5px;
}

.auth-form-wrap h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #30364D;
    padding: 0 0 24px 0;
    margin: 0;
    text-align: center;
}

.login-error-block {
    display: none;
    text-align: center;
}

.login-error-block .title {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #30364D;
    padding: 0 0 16px 0;
    margin: 0;
}

.login-error-block .title svg {
    display: block;
    margin: 0 auto 16px auto;
}

.login-error-block .title span {
    display: block;
}

.login-error-block p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #30364D;
    padding: 0 0 24px 0;
    margin: 0;
}

.login-error-block .button {
    display: block;
}

.main {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background: #F8F8FA;
}

.content-section {
    padding: 60px 0 60px 0;
    margin: 0;
}

.inner-section {
    padding: 0 20px 0 20px;
}

.content-section h1 {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #30364D;
    padding: 0;
    margin: 0 0 24px 0;
}

.controls-panel {
    margin-bottom: 24px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.controls-panel-right {
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
}

.controls-panel-right .button {
    display: inline-block;
    width: auto;
}

.search-block {
    position: relative;
    display: inline-block;
}

.search-block form {
    display: inline-block;
}

.search-block input[type="text"] {
    width: 600px;
    max-width: 100%;
    height: 49px;
    padding: 0 46px 0 16px;
    border: 1px solid #C5C8D9;
    border-radius: 5px;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    color: #777D98;
    background: transparent;
}

.search-block input[type="text"]::-webkit-input-placeholder, .search-block input[type="text"]:-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #777D98;
}

.search-block [type="submit"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 46px;
    height: 100%;
    background: url(../img/search-icon1.svg) no-repeat center center;
    border: 0;
    outline: none;
    box-shadow: none;
}

.search-block [type="submit"]:hover {
    cursor: pointer;
    opacity: 0.8;
}

header::-webkit-scrollbar {
    width: 3px;
}

header::-webkit-scrollbar-track {
    background: #344813;
    border-radius: 20px;
}

header::-webkit-scrollbar-thumb {
    background: #344813;
    border-radius: 20px;
    border: 0;
}

.table-wrap {
    max-height: 80vh;
    overflow-y: auto;
}

.table-wrap::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.table-wrap::-webkit-scrollbar-track {
    background: #F4F4F4;
    border-radius: 20px;
}

.table-wrap::-webkit-scrollbar-thumb {
    background: #344813;
    border-radius: 20px;
    border: 0;
}

.table-content {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0px 24px 0px 24px;
    margin: 0 18px 0 0;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 !important;
    vertical-align: middle !important;
}

table tr {

}

table th {
    text-align: left;
    border-bottom: 0 !important;
    padding: 24px 48px 24px 0 !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #777D98;
}

th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    background: linear-gradient(90deg, #fff, #fff, #fff, #fff);
}

table th:first-child {
    width: 50px;
}

table th .form-item {
    margin-bottom: 0;
}

.btn-delete-all {
    margin-bottom: 20px;
    width: auto;
}

.btn-delete-all[disabled] {
    background: gray !important;
    border-color: gray !important;
    cursor: default !important;
    opacity: 1 !important;
}

.btn-select{
    width: auto;
}

th:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #F4F4F4;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    margin-top: -2px;
}


table td {
    text-align: left;
    border-bottom: 2px solid #F4F4F4 !important;
    padding: 16px 48px 16px 0 !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #30364D;
}

table td:last-child {
    padding-right: 0 !important;
}

table tr:last-child td {
    border-bottom: 0 !important;
}

table td strong, table td b {
    font-weight: 600;
}

table td a {
    color: inherit;
    text-decoration: none;
}

.sort-table-button {
    display: block;
    text-decoration: none;
    color: #30364D;
    padding: 0 0 0 30px;
    background: url(../img/sort-down.svg) no-repeat 0 center;
    background-size: 13.33px;
}

.sort-table-button:hover {
    color: #30364D;
}

.sort-table-button.up {
    background: url(../img/sort-up.svg) no-repeat 0 center;
    background-size: 13.33px;
}

.sort-table-button svg {
    display: inline-block;
    vertical-align: middle;
}

.table-img {
    display: inline-block;
    vertical-align: middle;
    width: 49px;
    height: 49px;
    background: #777D98;
    border-radius: 5px;
    margin-right: 8px;
}

.table-img-text {
    display: inline-block;
    vertical-align: middle;
    max-width: 60%;
}

.table-controls-container {
    position: relative;
}

.table-controls-head {

}

.table-controls-head-button {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 35px;
    background: transparent;
    border: 0;
    outline: none;
    margin-left: auto;
}

.table-controls-head-button.disabled svg path {
    fill: #C5C8D9;
}

.table-controls-menu {
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(48, 54, 77, 0.08);
    border-radius: 5px;
    z-index: 97;
    padding: 7px 0;
    width: 142px;
    position: absolute;
    top: 100%;
    right: 0px;
}

.table-controls-menu.active {
    display: block;
}

.table-controls-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.table-controls-menu li {
    margin: 0;
    padding: 0;
}

.table-controls-menu a {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 16px 8px 16px;
    color: #777D98;
}

.table-controls-menu a:hover {
    color: #30364D;
    background: rgba(197, 200, 217, 0.1);
}

.table-controls-menu a svg path {
    fill: #777D98;
}

.table-controls-menu a:hover svg path {
    fill: #30364D;
}

.page-size{
    padding: 30px 0 0 0;
}

.pagination {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    padding: 0 0 30px 0;
}

.pagination ul {
    display: inline-block;
    list-style: none;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #30364D;
}

.pagination li.prev, .pagination li.next {
    color: #777D98;
    padding: 0;
}

.pagination li.prev {
    margin-right: 86px;
}

.pagination li.next {
    margin-left: 86px;
}

.pagination li svg {
    display: inline-block;
    vertical-align: middle;
}

.pagination li.prev svg {
    margin-right: 14px;
}

.pagination li.next svg {
    margin-left: 14px;
}

.pagination a {
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    padding: 0 8px;
    border-radius: 5px;
    color: #30364D;
}

.pagination a:hover {
    opacity: 0.8;
}

.pagination .active a, .pagination a.active {
    background: #C5C8D9;
    color: #fff;
    opacity: 1;
    border-radius: 10px;
}

.bottom-form-buttons {
    padding: 4px 0 0 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.bottom-form-buttons .button {
    width: 48.5%;
}

.red {
    color: #EE505A !important;
}

.main-login .inner-section {
    padding: 0 40px;
}

.disabled {
    background-color: #DDD !important;
    color: #999 !important;
    border-radius: 10px;
}

.td-controls-container {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 40px;
}

.td-controls {
    display: inline-block;
    vertical-align: middle;
}

.send-sms {
    color: #0d95e8;
    cursor: pointer;
    text-decoration: none;
}

.send-sms:hover {
    color: rgba(13, 149, 232, 0.7);
}

.positive-button {
    font-family: 'Exo 2', sans-serif;
    text-decoration: none;
    border: 1px solid #344813;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #30364D;
    padding: 15px 67px;
    outline: none;
    background: transparent;
}

.positive-button:hover {
    background: #EDEFE9;
    border-color: #EDEFE9;
    cursor: pointer;
}

.positive-button:active, .positive-button.active {
    background: #D7DFC8;
    border-color: #8EAD5C;
}

.positive-button:disabled, .positive-button.disabled {
    background: #F4F4F4;
    border-color: #F4F4F4;
    color: #777D98;
}

.negative-button {
    font-family: 'Exo 2', sans-serif;
    text-decoration: none;
    border: 1px solid #EE505A;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #30364D;
    padding: 15px 67px;
    outline: none;
    background: transparent;
}

.negative-button:hover {
    background: #FFF0F1;
    border-color: #FFF0F1;
    cursor: pointer;
}

.negative-button:active, .negative-button.active {
    background: #F8D6D8;
    border-color: #F98C92;
}

.negative-button:disabled, .negative-button.disabled {
    background: #F4F4F4;
    border-color: #F4F4F4;
    color: #777D98;
}

@media screen and (max-width: 1000px) {
    .table {
        background: #FFFFFF;
    }
}

.form-item-file {
    padding: 8px 0 10px 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
}

.form-item-file-content {
    position: relative;
}

.file-placeholder {
    font-weight: 700;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
    color: #2B2B2B;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}

.file-placeholder svg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
    flex-shrink: 0;
}

.file-placeholder span {
    display: inline-block;
    vertical-align: middle;
}

.form-item-file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

.uploaded-files {
    padding-top: 18px;
}

.uploaded-files-item {
    margin: 0 28px 8px 0;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 170%;
    text-transform: uppercase;
    color: #2B2B2B;
}

.uploaded-files-item span {
    display: inline-block;
    vertical-align: middle;
}

.uploaded-files-item .to-trash-button {
    margin: 0 0 0 8px;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border: 0;
    background: transparent;
}

.uploaded-files-item .to-trash-button:hover {
    opacity: 0.7;
    cursor: pointer;
}

.big-search-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
    gap: 15px;
    align-items: flex-end;
}

.big-search-block div {
    margin-bottom: 0;
}

.big-search-block .form-item label {
    margin-top: -22px;
}

.big-search-block .form-item-submit {
    width: 120px;
    padding-top: 0;
    margin-right: 0;
}

.big-search-block + .controls-panel-right {
    margin-left: 0;
    gap: 15px;
}

.big-search-block + .controls-panel-right div {
    margin: 0;
}

.removeGallery {
    position: absolute;
    z-index: 3;
    top: 11px;
    right: 20px;
    cursor: pointer;
}

.hashGallaryBlock .form-item {
    position: relative;
}

.hashGallaryBlock label {
    display: block;
    margin-bottom: 6px;
}

.hashGallaryBlock #addGallery {
    display: block;
    margin-bottom: 12px;
}

#captcha {

}

.captcha-code {
    display:flex;
    flex-flow:row wrap;
    justify-content:flex-start;
    align-items:center;
    margin-bottom:12px;
}

.captcha-code .refresh-button {
    border:0;
    outline:none;
    width:24px;
    height:59px;
    margin-left:16px;
    background:url(../img/refresh.png) no-repeat center center;
}

.captcha-code .refresh-button:hover {
    cursor:pointer;
}

.code-img-wrap {
    border-radius: 0px;
    border: 3px solid transparent;
    background: #FFF;
    width:174px;
    height:59px;
    display:flex;
    flex-flow:column wrap;
    justify-content:center;
    align-items:center;
}

.captcha-input {
    flex: 1 0;
    max-width: 230px;
    margin-left: auto;
    padding: 0 10px 0 20px !important;
}

.captcha-input::placeholder {
    font-size:15px;
}

.captcha-code .code-img {
    display: block;
    max-width: 96%;
}

.captcha-code .button {
    flex: 1 0;
    margin-left: 20px;
}

.file-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.file-item {
    position: relative;
    min-width: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #f0f0f0;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}

.info-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.file-item:hover .info-icon {
    display: block;
}

.file-preview {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-grow: 1;
    border-radius: 10px;
}

.img-select, .file-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.file-preview .document-icon {
    width: auto;
    height: auto;
}

.file-selection {
    width: 100%;
}

.selected {
    background-color: #d0e0f0;
}

.file-name {
    font-weight: 700;
    font-size: 15px;
    line-height: 170%;
    color: #2B2B2B;
    align-items: flex-start;
    padding-right: 30px;
    word-break: break-all;
}

.modal-info{
    border-radius: 10px;
}

.modal-image{
    border-radius: 10px;
    width: 100%;
}

.action-panel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: white;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 1000;
    border-radius: 10px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
