body {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #FDFBFB;
    background-color: #D0E1E8;
}
.header {
    background: #125570;
    color: #FDFBFB;
    height: 75px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.filing_table thead th {
    background-color: #63A0B8 !important;
    border: none !important;
    border-radius: 0 !important;
}

.filing_table {
}

.filing_table thead {
    border-left: 2px solid #125570;
    border-right: 2px solid #125570;
}

a {
    text-decoration: none;
    color: #FDFBFB;
}

h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
}

a {
    color: #FDFBFB;
    text-decoration: none !important;
}
a:hover, a:visited {
    color: #FDFBFB !important;
}

.logo {
    position: relative;
    margin: 25px 15px;
}

.logo span {
    font-weight: 600;
    font-size: 28px;
}

.logo-img {
    position: absolute;
    top: -25px;
    left: 61px;
}

.user_info {
    display: flex;
    gap: 60px;
    align-items: center;
}

.page {
    background-color: #4dcbc3;
    margin: 20px 10px;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
    display: inline-grid;
    justify-items: center;
    align-items: center;

}

.btn-filing:hover {
    background-color: #125570 !important;
}

.btn-filing {
    transition: background-color 0.3s ease;


}


.js-editable {
    cursor: pointer;
}

.js-editable:hover {
    box-shadow: 0 1px #125570;
}

.dropdown-menu {
    background-color: #125570;
}

.dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FBFDFD;
}

.dropdown-item:hover {
    background-color: #63A0B8;
}

.form-content {
    position: relative;
    background: #125570;
    width: fit-content;
    border-radius: 20px;
    margin: 50px auto;
    padding: 50px;
    display: grid;
    justify-items: center;
    align-items: center;
    min-width: 34%;
    height: 100%;
}

.back-btn i {
    position: absolute;
    top: 20px;
    left: 20px;
}
.back-btn:hover i {
    color: #63A0B8;
}

.no-padding {
    padding: 0;
}

.btn-primary {
    background-color: #EAAB67;
    border: none;
    color: #125570;
}

.btn-primary:hover {
    background-color: #92530E;
    border: none;
    color: #FDFBFB;
}

.btn-outline-primary {
    border-color: #FDD154;
    color: #FDD154
}

.btn-outline-primary:hover {
    background-color: #FDD154;
    color: black
}

.form-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 50px;
}

.form-check-input:checked {
    background-color: #125570;
    border-color: #125570;
}

.invalid-feedback {
    background-color: #E8BFC9;
    border-radius: 0.25rem;
    border: 1px solid;
    border-bottom: 5px solid;
}

.home {
    margin: 50px 30px;
}

.nav-item {
    color: #FBFDFD;
}

.nav-tabs .nav-item {
    width: 10%;
    text-align: center;
}

.nav-link {
    color: #FBFDFD;
    background-color: #63A0B8 !important;
}

.nav-tabs {
    border-color: #125570;
}

a.active {
    background-color: #125570 !important;
    color: #FBFDFD !important;
}



.portfolio {
    padding: 20px;
    min-height: 400px;
    color: #125570;
}

.portfolio .nav {
    margin: 20px 0;
    gap: 20px;
}

.objects {
    margin-left: 0;
}

.objects select {
    height: fit-content;
    margin-left: 10px;
}

.table {
    border-radius: 0.25rem;
    color: #125570;
    background-color: aliceblue;
}

.table td a {
    color: #125570;
}

.table td a:hover {
    color: #125570 !important;
}

.table td a:visited {
    color: #125570 !important;
}

.table td .dropdown-menu a {
    color: #FDFDFD !important;
}

.table td .dropdown-menu a:hover {
    color: #FDFDFD !important;
}
.table td .dropdown-menu a:visited {
    color: #FDFDFD;
}

.table thead th {
    background-color: #125570;
}

table.table thead th.asc.orderable {
    background-image: url('/static/icons/up-arrow.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position-y: center;
    padding: 15px 25px;
    background-position-x: 5px;
}

table.table thead tr th:first-child { border-top-left-radius: 0.25rem; }
table.table thead tr th:last-child { border-top-right-radius: 0.25rem; }

.bluetext {
    color: #125570;
}

table.table thead th.desc.orderable {
    background-image: url('/static/icons/down-arrow.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position-y: center;
    background-position-x: 5px;
    padding: 15px 25px;

}

.table-check-input {
    display: table;
    position: initial;
    margin-left: initial;
}

.pagination a {
    background-color: #63A0B8;
    color: #FBFDFD;
    border-color: #125570 !important;
}

.pagination a:hover {
    background-color: #125570;
    color: #FBFDFD;
    border-color: #125570;
}

.pagination a:visited {
    background-color: #63A0B8;
    color: #FBFDFD;
    border-color: #125570;
}

.active>a {
    background-color: #125570 !important;
}

.bootstrap-datetimepicker-widget {
    background-color: white;
}

.inputs {
    margin: 20px 0;
    gap: 30px
}

.flex {
    display: flex;
    gap: 10px;
}

.nowrap {
    white-space: nowrap;
}

.align-self-center {
    align-self: center;
}

.dashes {
    margin: 0;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-end;
}

.dash {
    width: 49%;
}

.full-width-dash {
    width: 100%;
}

.double-dash-selects {
    display: flex;
    align-items: center;
    margin: 5px 0;

}

.dash-select {
    max-width: 50%;
}

.select-label {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}

.no-left-bradius {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px
}

.no-right-bradius {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px
}
.table-link:visited {
    color: #125570 !important;
}
.table-row {
    display: table-row;
}
.rotate {
    transform: rotate(90deg);
}
.table-link {
    color: #125570;
    text-decoration: none;
}
.table-link:hover {
    color: #125570 !important;
    text-decoration: none !important;
}
.aside-filter{
    overflow-y: auto;
    max-height: 600px;
}
.aside-filter label {
    color: #125570;
    font-size: 14px;
}
.table .min_color {
    background-color: red;
}
.table .max_color {
    background-color: green;
}
.table .base_color {
    background-color: yellow;
}
.sticky-column {
    position: sticky;
    left: 0;
}
td.sticky-column {
    background: white;
}

.bg-danger {
    background-color: #dc3545 !important; /* красный */
    color: white !important;
}

.bg-brown {
    background-color: #DEB887 !important; /* коричневый */
}