.section-content .the_accounts {
    border-left: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
}

.section-content .the_accounts .search_area {
    display: flex;
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 0px 6px;
    margin: 4px;
}

.section-content .the_accounts .search_area .search-inp {
    padding: 5px 0px 2px 5px;
    border: none;
}

.section-content .the_accounts .search_area .search-inp:focus {
    box-shadow: none !important;
}

.section-content .the_accounts .search_area .icon-holder {
    display: flex;
    border-right: 1px solid #ccc;
    padding-right: 6px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.section-content .the_accounts .search_area .icon-holder > i {
    color: #ccc;
}

.section-content .the_accounts .option-section {
    padding: 15px;
}

.section-content .the_accounts .option-section > ul {
    margin: 0%;
    padding: 0%;
}

.section-content .the_accounts .option-section > ul > li {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.section-content
    .the_accounts
    .option-section
    > ul
    > li
    > .holder-folder-icon
    > i {
    color: #369;
}

.section-content
    .the_accounts
    .option-section
    > ul
    > li
    > .holder-folder-icon
    .open-folder {
    display: none;
}

.section-content
    .the_accounts
    .option-section
    > ul
    > li
    > .holder-folder-icon.change
    .open-folder {
    display: block;
}

.section-content
    .the_accounts
    .option-section
    > ul
    > li
    > .holder-folder-icon.change
    .static-folder {
    display: none;
}

.section-content .the_accounts .option-section > ul > li > .holder-folder-icon {
    position: relative;
}

.section-content
    .the_accounts
    .option-section
    > ul
    > li
    > .holder-folder-icon::before {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    content: "";
    position: absolute;
    transform: rotate(0deg);
    width: 0%;
    height: 0px;
    top: 0%;
    right: 0px;
    border: 0px dashed #999;
}

.section-content
    .the_accounts
    .option-section
    > ul
    > li
    > .holder-folder-icon.change::before {
    content: "";
    position: absolute;
    transform: rotate(180deg);
    width: 6%;
    height: 45px;
    top: 23px;
    right: 4px;
    z-index: 1111;
    border: 1px dashed #999;
    visibility: visible;
    opacity: 1;
}

.section-content .the_accounts .option-section > ul > li > .section-name {
    display: block;
    color: #369;
    padding: 0px 5px 0px 0px;
    width: 100%;
    font-family: "Roboto", "Segoe UI", Tahoma, Helvetica, "Open Sans", arial,
        serif;
}

.section-content .the_accounts .option-section > ul > li > .section-name:hover {
    background-color: #f5f5f5;
}

.card {
    border: none !important;
}

.card-body {
    padding: 4px 14px 4px 10px !important;
}

.nested-s {
    padding: 0 7px 0px 0px !important;
}

.nested-item {
    position: relative;
}

.nested-item::before {
    content: "";
    position: absolute;
    top: 48%;
    right: -13px;
    width: 9%;
    height: 2px;
    border: 1px dashed #999999;
}

.option-section .a_content {
    position: relative;
}

.option-section .a_content::before {
    content: "";
    position: absolute;
    transform: rotate(180deg);
    width: 6%;
    height: 45px;
    top: 23px;
    right: 4px;
    z-index: 1111;
    border: 1px dashed #999;
    visibility: visible;
    opacity: 1;
}
.option-section {
    display: flex;
    flex-direction: column;
}

.option-section .item {
    padding: 7px 10px;
    border-radius: 4px;
    color: #c2c7d0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: flex;
    gap: 10px;
    position: relative;
    font-size: 13px;
    align-items: center;
}
.option-section .item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.option-section .collapse-border .item::before {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 16px;
    height: 1px;
    background-color: #c2c7d0;
}
.option-section .item .arrow-after {
    display: none;
}
.option-section .item[aria-expanded="true"] .arrow-before {
    display: none;
}
.option-section .item[aria-expanded="true"] .arrow-after {
    display: block;
}
.option-section .item .arrow-after,
.option-section .item .arrow-before {
    color: #c2c7d0;
    font-size: 14px;
}
.option-section .item .content-item {
    display: flex;

    gap: 10px;
    align-items: center;
}
.option-section .item .content-item i,
.option-section .item .content-item svg {
    color: #c2c7d0;
    font-size: 16px;
}
.option-section .collapse-border {
    position: relative;
}
.option-section .collapse-border::before {
    content: "";
    position: absolute;
    right: 13.5px;
    top: 0;
    height: calc(100% - 17px);
    width: 1px;
    background-color: #c2c7d0;
}
.option-section .mar-side {
    margin-right: 30px;
}

.close_nav {
    width: fit-content;
    margin-right: auto;
}
.modal {
    z-index: 1115;
}
