.menu-option-content {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: space-evenly;
    height: 100vh;
    gap: 14px;
    padding: 0 14px;
    overflow: hidden;
}

.page-logo {
    border-radius: 4px 4px 0 0;
}

.page-sidebar ul.nav-menu li a i {
    color: #4a78c2 !important;
}

.burger-menu {
    width: 60px;
    height: 40px;
    background-color: #ffffff;
    position: absolute;
    top: 12px;
    left: 40px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.4s;
    z-index: 1120;
    box-shadow: 0px 1px 4px #00000050;
}

.burger-menu:hover {
    background-color: #dce4f1;
}

.burger-menu:active {
    background-color: #c9d8e8;
}

.burger-menu i {
    color: black;
    font-size: 24px;
    transition: 0.4s;
}

.burger-menu.right {
    left: 16px !important;
}

.menu-layer-bg {
    opacity: 0;
    pointer-events: none;
    background-color: #00000070;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s;
    z-index: 11000;
}

.page-sidebar {
    position: relative;
    left: -35%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
    width: 30%;
    max-width: 400px;
    max-height: 94vh;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #00000050;
    z-index: 1111110;
    background-color: white !important;
    background: white !important;
    border-radius: 4px;
    overflow: hidden;
}

.page-sidebar ul li a,
.page-sidebar ul li a i {
    color: black !important;
}

.page-sidebar.show {
    left: 0;
}

.page-sidebar .page-logo {
    background: #f2f0eb !important;
}

#menuContent {
    background: #f2f0eb;
}

.page-sidebar .primary-nav {
    overflow: initial;
}

.page-sidebar .info-card {
    width: 100%;
}

.page-sidebar .info-card img:nth-child(3) {
    width: 100%;
}

.menu-layer-bg.active {
    opacity: 1;
    pointer-events: all;
}

.page-logo {
    width: 100%;
}

.loaderBlocker {
    background-color: #00000020 !important;
    z-index: 100000000;
}

.option-section-content {
    position: relative;
    right: -78%;
    transform: translateY(3%);
    transition: 0.4s;
    width: 70%;
    height: 100%;
    max-width: 1300px;
    max-height: 94vh;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 2px 2px 10px #00000050;
    z-index: 1111110;
    /* background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent); */
    background-color: #f6F6F6F6;
    padding: 20px 10px 0;
    pointer-events: none;
}

.option-section-content .head-title-content {
    display: flex;
    justify-content: space-between;
}

.option-section-content .head-title-content .search-options-container {
    height: 34px;
    margin-right: 30px;
    width: 300px;
    padding: 0 10px;
    font-size: 15px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 1px 6px 1px #00000040;
    background: white;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.option-section-content .head-title-content .search-options-container .input-search {
    border: none;
    height: 100%;
    width: 84%;
}

.option-section-content .head-title-content .search-options-container i {
    color: #507cc3;
    font-size: 18px;
}

.option-section-content .head-title-content .search-options-container i:nth-child(3) {
    position: absolute;
    right: 12px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
}

.option-section-content .head-title-content .search-options-container i:nth-child(3).show-xmark {
    opacity: 1;
    pointer-events: initial;
}

.option-section-content.show {
    right: 0;
    pointer-events: initial;
}

.option-section-content h2 {
    color: #000000;
    font-size: 25px;
    margin-left: 30px;
    margin-bottom: 26px;
    font-weight: 500;
}

.option-section-content h2 i {
    color: #4a78c2;
}

.sec-options-container {
    height: 88%;
    background-color: #fff;
    overflow-y: auto;
    padding: 10px;
    margin: 0 8px;
    box-shadow: 0px 0px 6px 1px #00000040;
    border-radius: 4px;
}

.sec-options-container .section-head-content {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.2s;
    padding: 6px 14px;
    border-radius: 4px;
}

.sec-options-container .section-head-content:hover {
    background: #2c456e;
}

.sec-options-container .section-head-content:hover p {
    color: white !important;
    font-weight: 500;
}

.sec-options-container .section-head-content.active {
    background: #2c456e;
}

.sec-options-container .section-head-content.active p {
    color: white !important;
    font-weight: 500;
}

.sec-options-container .section-head-content i {
    font-size: 32px;
    transition: 0.2s;
    height: 30px;
    width: 30px;
    display: grid;
    place-content: center;
    cursor: pointer;
    border-radius: 50px;
    color: #f8942f;
    background: #00000020;
}

/* .sec-options-container .section-head-content i:hover{
} */

.sec-options-container .section-head-content i.rotate {
    transform: rotate(180deg);
}

.sec-options-container .sec-options-content {
    margin-left: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    height: 60px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 2px 4px #00000040;
    padding: 10px;
    transition: 0.2s;
}

.sec-options-container .sec-options-content hr {
    margin-top: 10px;
    border: solid 1px #f5f5f5 !important;
}

.sec-options-container .sec-options-content p.section-name {
    font-size: 18px;
    color: #151515;
    margin-bottom: 0px;
}

.options-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.option-card-grouper {
    background: #ffffff;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    border: solid 1px #e4e4e4;
    gap: 16px;
    align-items: center;
}

.searched-options {
    transform: translateY(-4px);
    box-shadow: 0px 3px 10px 2px #00000070;
}

.searched-options:hover {
    box-shadow: 0px 8px 20px 2px #00000070 !important;
    transform: translateY(-6px) !important;
}

.option-card-grouper .icon-container {
    background: #e4e4e4;
    border-radius: 4px;
}

.option-card-grouper:hover {
    box-shadow: 2px 4px 12px #00000020;
    transform: translateY(-4px);
}


.option-card-grouper:active {
    transform: translateY(0px);
}

.option-card-grouper .icon-container {
    height: 60px;
    width: 60px;
    max-width: 60px;
    max-height: 60px;
    min-width: 60px;
    display: grid;
    place-content: center;
}

.option-card-grouper .icon-container i {
    font-size: 30px;
    color: #4a78c2;
}

.option-card-grouper .option-card-content {
    display: flex;
    flex-direction: column;
}

.option-card-grouper .option-card-content span {
    font-size: 12px;
    color: #878787;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-height: 1.5;
    max-height: calc(1.5em* 2);
}

.options-container .option-card-grouper small {
    margin-left: 6px;
    font-size: 16px;
    color: #f59320;
    font-weight: 600;
}

.options-container .option-card-grouper a {
    margin-bottom: 0;
    transition: 0.2s;
    color: black;
    font-weight: 400;
    font-size: 13px;
    display: -webkit-box;
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    -webkit-line-clamp: 1;
    line-height: 1.5;
    max-height: calc(1.5em * 2);
}

/* .options-container .option-card-grouper:hover a{
    color: white ;
} */

.option-card-grouper.active {
    background: #ff8d2838;
}

.option-card-grouper.active .icon-container {
    background: #ff8d283d;
}

.bg-white {
    background-color: white;
}

.bg-100 {
    background: linear-gradient(138deg, rgba(0, 23, 63, 1) 0%, rgba(45, 59, 150, 1) 100%);
}

.user-menu-name {
    color: #f8942f;
}

.check-content {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}