.window {
    max-width: 38rem;
}
.required-field {
    font-weight: bold;
    color: #fa280b !important;
    position: relative;
    bottom: 1px;
    margin-left: 2px;
    font-size: 20px;
}
.hint-for-required-fields {
    margin-top: 10px;
}
.input-select {
    background-color: #fff;
    border-radius: 0.125rem;
    border: 0;
    width: 100%;
    color: #1d304e;
    padding: 0.719rem 1rem;
    font-size: 1rem;
    line-height: normal;
}
form .input-item {
    position: relative;
}
form .input-item p {
    margin-top: initial;
}
form .input-item input.error,
form .input-item select.error,
form .input-item textarea.error,
form .checkbox-item-error {
    outline: 1px solid red;
}
form .input-item input.valid,
form .input-item select.valid,
form .input-item textarea.valid,
form .checkbox-item-valid {
    outline: 1px solid #1D8544;
}
form .input-item p.error,
form .checkbox-item p.error {
    color: red !important;
    font-size: 13px !important;
    margin-top: 4px !important;
}
form .checkbox-item p.error-checkbox {
    margin-bottom: 0 !important;
}
.hide {
    display: none;
}
.nc-upload .nc-upload-input {
    padding-bottom: 0.719rem !important;
    padding-left: 1rem !important;
    padding-top: 0.719rem !important;
    margin: 0 !important;
}
.nc-upload-file-remove {
    font-size: 18px;
}
.disabled {
    opacity: 0.5;
    cursor: inherit;
}
.section-history .table .block:last-child {
    margin-bottom: 0.125rem !important;
}
.loading-page {
    position: absolute;
    z-index: 2;
    display: none;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    background: #fff;
}
.load-text-modal {
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
}
.table .block .item.status-done p {
    color: green
}
.table .block .item.status-default p {
    color: #20272c
}
.table .block .item.status-waiting p {
    color: #B4AC00
}
.table .block .item.status-warning p {
    color: red
}
.contract-details {
    color: inherit;
}
.modal-contract-details .amount-contract {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
}
.modal-contract-details .amount-contract-help-icon {
    position: relative;
    bottom: 5px;
    font-size: 15px;
    color: red;
}
.modal-contract-details .amount-contract-help-text {
    margin-top: 40px;
    font-size: 15px;
}
.documents-1C .item-month {
    background-color: transparent !important;
    font-weight: 500;
}
.btn-change {
    background-color: #fff;
    color: #000;
}
.btn-change:hover,
.pagination a:hover {
    color: #fff;
}
.section-history .more-info {
    cursor: pointer;
}
.modal .close {
    z-index: 3;
}
.modal .content {
    position: relative;
    z-index: 2;
}
#modal-history-indicator {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
} 
.tab-content {
    display: none;
}
.tab-item-active, 
.tab-content-active {
    display: initial;
}
.container-plastic-cards {
    margin: 5px 0 20px;
}
.plastic-cards {
    padding: 15px 20px 5px;
    border: 1px solid #1D8544;
    margin: 0 15px;
    border-radius: 4px;
}
.plastic-cards-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.plastic-cards-count {
    color: #b26f15;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    display: inline-flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    position: relative;
    left: 5px;
    top: 2px;
    border: 1px solid;
}
.plastic-cards-count span {
    position: relative;
    bottom: 2px;
}
.plastic-cards-tab-number strong {
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
}
.plastic-cards-tab-number {
    padding: 8px 10px;
    cursor: pointer;
    width: 78px;
    text-align: center;
    font-size: 0.7em;
}
.plastic-cards-tab-number svg path {
    fill: #3c7f79;
}
.plastic-cards-tab-number.tab-item-active {
    background-color: #3c7f79;
    border-radius: 5px;
}
.plastic-cards-tab-number.tab-item-active strong {
    color: #fff;
}
.plastic-cards-tab-number.tab-item-active svg path {
    fill: #fff;
}
.plastic-cards-tab-number-active,
.plastic-cards-tab-content-active {
    display: initial;
}
.input-item-description span {
    color: #b26f15;
    font-weight: 500;
    font-size: 13px;
}
.login-form .checkbox input {
    display: none;
}
.login-form .checkbox label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #1A221F;
}
.login-form .checkbox input:checked~label::before {
    background: #3C7F79;
}
.login-form .checkbox label::before {
    content: '';
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin: .125rem .5rem .125rem .25rem;
    border: 1px solid #3C7F79;
    background: #fff;
    border-radius: .25rem;
    min-width: 1rem;
    height: 1rem;
    display: block;
}
.login-form .checkbox label::after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .375rem;
    width: .75rem;
    left: .375rem;
    top: .375rem;
}
.login-form .agreement {
    padding: 0;
}
.login-form .agreement p {
    font-size: 14px;
    margin: 0;
}
.login-form .agreement a {
    border-bottom: 1px solid rgba(26, 34, 31, .2);
    color: #1A221F;
}
.modal {
    padding: 2rem;
}
.modal .close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    height: 1rem;
    width: 1rem;
}
.modal .close svg {
    stroke-width: .125rem;
    height: 1rem;
    width: 1rem;
}
.modal-rental {
    max-width: 90%;
    height: 90%;
}
.rental-content iframe {
    width: 100%;
    height: 80vh;
}
.section-nav-class-274 .nav {
    margin-bottom: 30px;
}
.section-nav-class-274 .nav {
    grid-template-columns: repeat(5, 1fr);
}
.section-nav-class-274 a:hover,
.section-nav-class-274 .active {
    background-color: #b26f15 !important;
    color: #fff;
}
.blocked {
    pointer-events: none;
    opacity: 0.5;
}
.sidebar .item-62 {
    opacity: 0.5;
}
.sidebar .item-62:hover {
    opacity: 1;
    background-color: #edf3f3;
    color: #1A221F;
}
.section .buttons {
    margin-top: 2.5rem;
}
.buttons-298 .btn,
.buttons-544 .btn,
.buttons-middle .btn {
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    min-width: auto;
}
.change-passord-error {
    color: red;
    margin-bottom: 0;
}
@media (max-width: 580px) {
    .login-form .checkbox label {
        align-items: flex-start;
    }
}
@media (max-width: 1024px) {
    .login-form {
        padding-top: 1rem !important;
        padding-bottom: 1.5rem !important;
    }
}
@media (min-width: 1025px) {
    .login-form {
        padding-top: 2rem !important;
    }
}