
.sticky-thead {
    position: sticky;
    top: 40px;
    background-color: #fff;
    height: 92px;
    z-index: 10;
}
.sticky-thead tr:nth-child(1) th {
    height: 46px;
}

/* The height of the first row */
.sticky-thead tr:nth-child(2) th {
    top: 46px;
}
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.disabled-input {
    background-color: #e9ecef !important;
}
.small-note {
    font-size: 10px;
}



.sticky-thead1 {
    position: sticky;
    top: 40px;
    height: 120px;
    background-color: #fff;
    z-index: 10;
}
.sticky-thead2 {
    position: sticky;
    top: 160px;
    background-color: #fff;
    z-index: 10;
}
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.disabled-input {
    background-color: #e9ecef !important;
}



.bg-light-blue {
    background-color: #e8f4fa !important;
}


.modal-footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.comments-content {
    cursor: pointer;
    margin-right: 0;
}
@media (max-width: 1200px) {
.btn-responsive {
        font-size: 10px !important;
        width: 20% !important;
}
.btn-custom-width {
        width: 25% !important;
}
}
.btn-short-text {
    display: none;
}
@media (max-width: 1200px) {
.btn-full-text {
        display: none;
}
.btn-short-text {
        display: inline;
}
}
.warning-icon {
    color: #f5a623; /* желтый */
    font-size: 16px;
    margin-right: 5px;
    cursor: pointer;
}



.bg-light-blue {
    background-color: #e8f4fa !important;
}


.bg-main-blue {
    background-color: #d9f0ff !important;
}
.bg-light-blue {
    background-color: #e8f4fa !important;
}


.modal-footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.comments-content {
    cursor: pointer;
    margin-right: 0;
}

