:root {
    --sidebar-width: 350px;
}

#sideright-folders {
    border-radius: 0;
    background-color: var(--Gray-Gray-100) !important;
    min-width: 200px;
    max-width: 550px;
    transition: width 0.3s ease-in-out;
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.sidenav.fixed-start~.main-content {
    transition: width 0.3s ease-in-out, margin-right 0.3s ease-in-out;
}

#resizer {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: transparent;
    cursor: col-resize;
    z-index: 1031;
}

#resizer:hover, #resizer:active {
    background-color: rgba(0, 0, 0, 0.1);
}

.dark-page #sideright-folders {
    border-radius: 0;
    background-color: var(--Gray-Gray-100) !important;
}

#sideright-folders p span {
    font-weight: 700;
    font-family: 'Nunito';
    font-size: 18px;
    line-height: 24.55px;
}

#sideright-folders .form-check .form-check-input {
    float: none;
    margin-left: 0;
    min-width: 16px;
}

#sideright-folders ul.list-group li.list-group-item {
    padding: 8px 12px;
}

#sideright-folders .rightside-content button svg {
    margin: 0 8px;
}

#toggle-btn {
    top: 5rem;
    right: 0;
    height: 6rem;
    width: 24px;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background-color: var(--Gray-Gray-100) !important;
    display: none;
}

.sidebar-open {
    margin-right: var(--sidebar-width) !important;
    transition: margin-right 0.3s ease-in-out;
}

.sidebar-closed {
    margin-right: 1.5rem !important;
}

#getContract-name {
    line-height: 40px;
    background-color: var(--Primary-Blue-100);
    border: 1px solid var(--Primary-Blue-200);

}
