body {
    color: rgb(31 41 55);
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 12px;
}

body .top_nav {
    background: #f7f7f7;
}



.login_content h1 {
    font: normal 25px Helvetica, Arial, sans-serif;
    letter-spacing: -0.05em;
    line-height: 20px;
    margin: 10px 0 30px;
}

.login_content {
    position: relative;
}

.login_content h1:before {
    content: "";
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, white 100%);
    height: 1px;
    position: absolute;
    top: 4%;
    left: -79px;
    width: 40%;
    /* transform: translateY(-50%); */
}

.login_content h1:after {
    content: "";
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, white 100%);
    height: 1px;
    position: absolute;
    top: 4%;
    right: -79px;
    width: 40%;
    /* transform: translateY(-50%); */
}


.separator {
    border-top: 1px solid #D8D8D8;
    margin-top: 10px;
    padding-top: 10px;
}


.wrapper {
    display: flex;
}

.top_nav {
    flex-grow: 1;
    flex-shrink: 1;
}

.right_col {
    padding: 20px;
}

.x_panel {
    /* position: relative; */
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    /* column-break-inside: avoid; */
    opacity: 1;
    transition: all .2s ease;
}

.top_panel {
    width: 100%;
}

.x_title {
    border-bottom: 2px solid #E6E9ED;
    margin-bottom: 20px;
    padding: 5px;
}

.x_title h2 {
    margin: 5px 0 6px;
}

.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}


#tbl-one-div {
    /* transition: height 1s ease-in-out; */
}

.toggled {
    height: 0 !important;
}

i.fa-solid .fa-chevron-up {
    transition: transform 0.3s ease-in-out;
}

i.fa-solid .fa-chevron-up {
    transform: rotate(180deg);
}

.brn_grp_header,
.item_type {
    border-bottom: 2px solid #E6E9ED;
    margin-bottom: 10px;
    padding: 5px;
}

.brn_grp_footer {
    border-top: 2px solid #E6E9ED;
}

.vscomp-toggle-button {
    border-radius: var(--rounded-btn, 0.5rem);
}
