body {
    background-color: #F2F4F6;
}

.left-sidebar {
    width: 260px;
    height: 100vh;
    background-color: #1F2937;
    color: #fff;
    overflow-y: auto;
}

.right-content {
    width: calc(100vw - 280px);
    overflow-y: auto;
    margin: 0 auto;
    overflow-x: hidden;
}


.main-box {
    background-color: #fff;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    border-radius: 5px;
    color: #495057;
}

.color-white-dark {
    color: #495057;
}

.main-color-dark {
    color: #1F2937;
}

.microclimat-box, .general-info-box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100px;
}

.icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-align: center;
    background-color: #F8BD7A;
}

.info-box_info {
    line-height: 0.8;
    font-weight: 800;
}

.info-box_title {
    color: #9CA3AF;
}

.color-white {
    color: #fff;
}

.general-info-box {
    height: 150px;
}

.general-info-box__image {
    width: 100px;
    height: 100px;
}

.general-info-box {
    justify-content: space-evenly;
}

.fw-800 {
    font-weight: 800;
}

.logo-img {
    max-height: 200px;
}

label {
    font-weight: bold;
}

.menu-btn {
    position: absolute;
    cursor: pointer;
    display: none;
    z-index: 150;
    top: 8px;
    left: 12px;
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 50%;
}

span.span-line::before, span.span-line::after {
    content: "";
    display: block;
    transition: all 0.2s;
}

span.span-line, span.span-line::before, span.span-line::after {
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #1F2937;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -10px;
}

span.span-line::before {
    transform: translateY(-5px);
}

span.span-line::after {
    transform: translateY(5px);
}

.menu-btn__active span.span-line {
    background-color: #fff;
}

.menu-btn__active span.span-line::before {
    transform: rotate(135deg);
}

.menu-btn__active span.span-line::after {
    transform: rotate(-135deg);
}

.nav-menu {
    display: none;
}

@media (max-width: 1200px) {
    .nav-menu {
        position: fixed;
        width: 100vw;
        z-index: 120;
        height: 60px;
        color: #fff;
        background-color: #1F2937;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        font-size: 20px;
        border-bottom: 1px solid #fff;
    }

    .menu-btn {
        display: block;
    }

    .left-sidebar {
        position: absolute;
        min-height: 100vh;
        top: -12px;
        transform: translateX(-100%);
        transition: 0.5s;
        z-index: 99;
    }

    .left-sidebar__active {
        transform: translateX(0%);
    }

    .right-content {
        width: 100%;
        margin-top: 60px;
        overflow: auto;
    }

}

.pasport-tab {
    display: none;
}

.dselect-wrapper > .form-select {
    text-align: left;
}

.is-invalid + .dselect-wrapper > .form-select {
    border-color: #dc3545;
}

.nav-pills .nav-link.completed {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-primary);
}

.nav-pills .nav-link.completed span::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 7px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    transform: translate(50%, -50%) rotate(-45deg);
}

.select2-container .select2-selection--single {
    height: 38px;
    padding: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 6px;
}

.plus-button svg {
    margin-top: -3px;
    margin-right: -5px;
    width: 1em;
    height: 1em;
}
