/* Header & Navigation ====================== */
/*===== Common css ===========*/
.dnext-align-inline {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dnext-ee-admin-header-title {
    padding: 12px 16px;
    border-bottom: 1px solid #E5E7EB;
}

.dnext-ee-admin-header-title h1 {
    color: #222c39;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 0;
}

.dnxte-arrow-up.rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.dnext-ee-admin-header-sub-title {
    padding: 10px 16px;
    border-bottom: 1px solid #E5E7EB;
}

.dnext-ee-admin-header-sub-title p {
    color: #222c39;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin: 0;
}

.dnext-ee-admin-content {
    padding: 24px 17px;
    position: relative;
}

.dnext-ee-row+.dnext-ee-row {
    margin-top: 20px;
}

.dnext-ee-row label {
    color: #586892;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.dnext-ee-wrapper {
    border-radius: 2px 2px 0px 0px;
    border: 1px solid #e5e7eb;
    background: #fff;
    margin-bottom: 57px;
}

.dnext-ee-wrapper .toggle>span {
    min-width: 200px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.dnext-ee-wrapper .toggle {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.dnext-ee-wrapper .toggle.flex-full {
    display: flex;
}

.dnext-ee-wrapper .child-toggle-switch,
.dnext-ee-wrapper .toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 44px;
    height: 22px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.dnext-ee-wrapper .child-toggle-switch::after,
.dnext-ee-wrapper .child-toggle-switch:before,
.dnext-ee-wrapper .toggle-switch:before,
.dnext-ee-wrapper .toggle-switch:after {
    content: "";
}

.dnext-ee-wrapper .child-toggle-switch:before,
.dnext-ee-wrapper .toggle-switch:before {
    display: block;
    background: #fff;
    border-radius: 50%;
    box-shadow: none;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 4px;
    transition: left 0.25s;
}

.dnext-ee-wrapper .toggle-checkbox_:checked+.child-toggle-switch,
.dnext-ee-wrapper .toggle-checkbox:checked+.toggle-switch {
    background: #7a5af8;
}

.dnext-ee-wrapper .toggle-checkbox_:checked+.child-toggle-switch:before,
.dnext-ee-wrapper .toggle-checkbox:checked+.toggle-switch:before {
    left: 24px;
}

.dnext-ee-wrapper .toggle-checkbox_,
.dnext-ee-wrapper .toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.dnxte-dashicon-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
}

.dnxte-dashicon-container label.single-icon-box {
    padding: 5px !important;
}

.toggle-with-nested-children .list_item {
    margin-top: 23px;
}

.dnxte-tooltip-container {
    position: relative;
    display: inline-block;
    cursor: help;
    color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    margin-right: 20px;
    box-sizing: border-box;
}

.dnxte-tooltip-container .tooltip-text {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 6px 10px;
    border-radius: 4px;
    position: absolute;
    z-index: 10;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, -10%);
    opacity: 0;
    font-size: 13px;
    width: 200px;
    box-sizing: border-box;
    transition: all 0.15s ease;
    pointer-events: none;
}

.dnxte-tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -45%);
    width: 200px;
    height: auto;
}

.dnxte-tooltip-container .tooltip-text::before {
    right: 0;
    display: block;
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    border: solid;
    border-width: 10px 10px 0 10px;
    border-color: transparent;
    transform: translate(-50%, 100%);
    border-top-color: #000;
    box-sizing: border-box;
}

.dnext-ee-wrapper .dnext-ee-btn {
    display: inline-flex;
    height: 32px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 4px;
    background: #7A5AF8;
    position: absolute;
    bottom: -57px;
    left: 0;
    border: 0;
}

.dnext-ee-wrapper .dnext-ee-btn:hover {
    background: #6B55D3;
}

.dnext-ee-wrapper .dnext-ee-btn:disabled {
    background: #7A5AF8 !important;
}

/* Controls Icon */
.dnext-ee-wrapper span.dnxte-arrow-up-icons {
    display: block;
    margin-left: auto;
}

.dnext-ee-wrapper span.dnxte-arrow-up-icons img {
    cursor: pointer;
}

.dnext-ee-wrapper span.dnxte-arrow-up-icons img.dnxte-angle-down.dnxte-control-icon {
    transform: rotate(180deg);
}

/* Toaster Notification */
.dnxte-toast.dnxte-header-navigation {
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 99999;
    background-color: #23282d;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    left: unset;
    min-width: unset;
}

.dnxte-toast.dnxte-header-navigation.show {
    opacity: 0.95;
    transform: translateY(0);
    pointer-events: auto;
}

.dnxte-toast.error {
    background-color: #d63638;
}

.dnxte-toast.success {
    background-color: #46b450;
}

/*========== end common css =============*/


.dnext-ee-row.header_navigation_features .dnext-ee-row {
    padding: 17px 0;
    margin: 0;
    border-bottom: 1px solid rgba(245, 245, 245, 1);
}

.dnext-ee-row.header_navigation_features .child-data .dnext-ee-row {
    padding: 12px 0;
    border-bottom: none;
}

.dnext-ee-row.header_navigation_features .dnext-ee-row:last-child {
    border-bottom: 0;
}

.child-data {
    display: none;
    padding: 20px;
    margin-top: 15px;
    background: rgba(248, 247, 255, 0.98);
    flex-wrap: wrap;
    gap: 16px;
}

.button-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.child-data .single-effect-box {
    display: inline-flex;
    padding: 20px 30px;
    background: #fff;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    font-size: 12px;
    color: rgba(122, 90, 248, 1);
    cursor: pointer;
    flex: 1;
    min-width: max-content;
    border-radius: 2px;
}

.child-data .single-effect-box input {
    display: none;
}

.child-data .single-effect-box[data-state="active"] {
    background: rgba(122, 90, 248, 1);
}

.child-data .single-effect-box[data-state="active"] .effect-box {
    color: #fff;
}

.effect-box span {
    display: inline-block;
    transition: all .3s ease-in-out;
    padding: 10px 20px;
    position: relative;
}

.child-data .effect-box.hover_effect_fill span {
    background: rgba(122, 90, 248, 1);
    color: #fff;
    border-radius: 4px;
}

.child-data .effect-box.hover_effect_glow span {
    background: #F4F3FF;
    color: #7A5AF8;
    border-radius: 999px;
}

.effect-box.hover_effect_borderbr span {
    border-bottom: 2px solid var(--accent-color);
    border-radius: 999px;
}

.child-data .single-effect-box[data-state="active"] .effect-box.hover_effect_fill span {
    background: rgb(49, 10, 204);

}

.child-data .single-effect-box[data-state="active"] .effect-box.hover_effect_borderbr span {
    border-color: #fff;
}

.header_navigation_features .dnext-ee-row .regular-text {
    border-color: rgba(229, 231, 235, 1);
    font-size: 12px;
    font-weight: 400;
}

.header_navigation_features .dnext-ee-row .regular-text::placeholder {
    color: rgba(156, 163, 175, 1);

}

.display-flex.hide-on-device {
    display: flex;
    align-items: center;
    gap: 16px;
}

.display-flex.hide-on-device label {
    cursor: pointer;
}

.display-flex.hide-on-device label span {
    color: rgba(34, 44, 57, 1);
}

.effect-box.hover_effect_corner_in span:before {
    position: absolute;
    left: 10px;
    bottom: 2px;
    width: 8px;
    height: 8px;
    content: "";
    border-width: 2px 0px 0px 2px;
    border-style: solid;
    border-color: #7A5AF8;
    transform: matrix(1, 0, 0, -1, 0, 0);

}


.effect-box.hover_effect_corner_in span:after {

    position: absolute;
    right: 10px;
    top: 2px;
    content: "";

    width: 8px;
    height: 8px;


    border-width: 2px 0px 0px 2px;
    border-style: solid;
    border-color: #7A5AF8;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.single-effect-box[data-state="active"] .effect-box.hover_effect_corner_in span:before,
.single-effect-box[data-state="active"] .effect-box.hover_effect_corner_in span:after {


    border-color: #fff;
}

.effect-box.hover_effect_underline span {
    border-bottom: 2px solid var(--accent-color);
}

.single-effect-box[data-state="active"] .effect-box.hover_effect_underline span {
    border-color: #fff;
}

.effect-box.hover_effect_dots span:before {
    position: absolute;
    left: 50%;
    bottom: -2px;
    content: "\e904";
    transform: translate(-50%);
    font-family: 'icomoon';
    font-size: 5px;

}

.effect-box.hover_effect_border_oval span {
    border: 1.5px solid var(--accent-color);
    border-radius: 999px;
}

.single-effect-box[data-state="active"] .effect-box.hover_effect_border_oval span {
    border-color: #fff;
}

.effect-box.hover_effect_brackets span:before {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    content: "\e901";
    font-family: 'icomoon';
}

.effect-box.hover_effect_brackets span:after {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0, -50%);
    content: "\e900";
    font-family: 'icomoon';
}

.effect-box.hover_effect_corner_out span:before {
    position: absolute;
    left: 10px;
    top: 2px;
    width: 8px;
    height: 8px;
    content: "";

    border-width: 2px 0px 0px 2px;
    border-style: solid;
    border-color: #7A5AF8;

}

.single-effect-box[data-state="active"] .effect-box.hover_effect_corner_out span:before,
.single-effect-box[data-state="active"] .effect-box.hover_effect_corner_out span:after {
    border-color: #fff;
}

.effect-box.hover_effect_corner_out span:after {

    position: absolute;
    right: 10px;
    bottom: 2px;
    content: "";
    width: 8px;
    height: 8px;


    border-width: 2px 0px 0px 2px;
    border-style: solid;
    border-color: #7A5AF8;
    transform: rotate(180deg);
}

.effect-box.hover_effect_simple_underline span {
    padding: 0px;
    background: linear-gradient(to top, rgba(103, 58, 183, 0.3) 30%, transparent 30%);
}

.effect-box.hover_effect_wavy span:before {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0);
    content: "\e905";
    font-family: 'icomoon';
    overflow: hidden;
    width: 100px;
}

.effect-box.hover_effect_vertical_sides span {
    border-left: 2px solid var(--accent-color);
    border-right: 2px solid var(--accent-color);
    background-color: #F4F3FF;
}

.single-effect-box[data-state="active"] .effect-box.hover_effect_vertical_sides span {
    border-color: rgb(49, 10, 204);
    color: var(--accent-color);
}

.effect-box.hover_effect_top_border span {
    border-top: 2px solid var(--accent-color);
    background-color: #F4F3FF;
}

.single-effect-box[data-state="active"] .effect-box.hover_effect_top_border span {
    border-color: rgb(49, 10, 204);
    color: var(--accent-color);
}

.effect-box.hover_effect_bottom_border span {
    border-top: 2px solid var(--accent-color);
    border-bottom: 2px solid var(--accent-color);
    background-color: #F4F3FF;
}

.single-effect-box[data-state="active"] .effect-box.hover_effect_bottom_border span {
    border-color: rgb(49, 10, 204);
    color: var(--accent-color);
}


/* file type css */
.fileupload_group {
    flex: 1;
    display: flex;
    align-items: center;
}

img.on-scroll-logo-preview {
    width: 80px;
    height: auto;
}

.fileupload_container {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(229, 231, 235, 1);
    background-color: #fff;
    display: flex;
    align-items: center;
}

.fileupload_text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 20px;
}

.fileupload_filename {
    color: #0f172a;
    /* slate-900 */
}

.file-name {
    flex: none;
    cursor: pointer;
    border-left: 1px solid #e2e8f0;
    /* slate-200 */
    padding: 0 16px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    background-color: var(--accent-color);
    /* slate-100 */
    color: #fff;
    /* slate-600 */
    font-size: 16px;
    font-weight: 400;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*Customizer Notice Style*/
.dnext-ee-wrapper.customizer-notice-wrapper {
    background: rgba(222, 226, 230, 1);
    margin-top: 82px;
}

.customizer-notice-wrapper .dnext-ee-admin-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
}

.header-navigation-admin-page .customizer-notice-wrapper .button-primary {
    background: rgba(122, 90, 248, 1);
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 3px 13px;
    font-size: 12px;
    border-radius: 4px;
    border: none;
}

.header-navigation-admin-page .customizer-notice-wrapper .button-primary i {
    font-size: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    rotate: -45deg;
}

/* End Header & Navigation admin styles ==================== */


/* Style from admin dashboard */
.divi-essential_page_dnxte-header-navigation #wpcontent {
    padding-left: 0;
}

.page_inner_wrap_content {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

.page_inner_bg {
    background: #fff;
}

.total_wrap {
    scroll-margin-block-start: 150px;
    scroll-margin-block-end: 150px;
}

/* Navbar ====== */
html {
    scroll-behavior: smooth;
}

.dnxte_dashb_page_toper_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto;
}

.dnxte_dashb_page_toper_head .dnxte_dashb_title_left h3 {
    font-size: 16px;
    color: #30374f;
    line-height: 18px;
    font-weight: 500;
    margin: 0 0 8px;
}

.dnxte_dashb_page_toper_head .dnxte_dashb_title_left p {
    font-size: 14px;
    line-height: 18px;
    color: #5d6b98;
    margin: 0 0 5px;
}

.dnxte_dashb_page_toper_head .dnxte_dashb_button_right .dnxte_dashb_button_wrap {
    display: flex;
    border: 1px solid #eff1f5;
    padding: 4px;
    border-radius: 4px;
}

.dnxte_dashb_page_toper_head .dnxte_dashb_button_right .dnxte_dashb_button_wrap a {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #30374f;
    text-transform: capitalize;
    text-decoration: none;
    background: #eff1f5;
    border-radius: 2px;
    transition: all 0.5s;
    padding: 10px 22px;
    margin-right: 4px;
}

.dnxte_dashb_page_toper_head .dnxte_dashb_button_right .dnxte_dashb_button_wrap a:hover,
.dnxte_dashb_page_toper_head .dnxte_dashb_button_right .dnxte_dashb_button_wrap a.active {
    background: #6938ef !important;
    color: #fff !important;
}

.dnxte_dashb_page_toper_head .dnxte_dashb_button_right .dnxte_dashb_button_wrap a:focus {
    box-shadow: none;
    outline: none;
}

.dnxte_dashb_page_toper_head .dnxte_dashb_button_right .dnxte_dashb_button_wrap a:last-child {
    margin-right: 0;
    background: #fff;
    color: #30374f;
}

.dnxte_dashb_page_toper_head .dnxte_dashb_button_right .dnxte_dashb_button_wrap a:last-child:hover {
    background: #6938ef;
    color: #fff;
}

.dnxte_dashb_primary_nav_wrap {
    background: #fff;
    margin-bottom: 40px;
}

.dnxte_dashb_primary_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.dnxte_dashb_menu_leftside {
    display: flex;
    align-items: center;
}

.dnxte_dashb_menu_leftside a:focus {
    outline: none;
    box-shadow: none;
}

.dnxte_dashb_menu_leftside ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 45px;
    display: flex;
}

.dnxte_dashb_menu_leftside ul li {
    margin-right: 25px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease-in-out, color 0.3s ease-in-out;
    color: #555;
    transition: all 0.5s;
    margin-bottom: 0;
}

.dnxte_dashb_menu_leftside ul li a {
    font-size: 14px;
    line-height: 120%;
    font-weight: 500;
    padding: 19px 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #5d6b98;
    transition: all 0.5s;
}

.dnxte_dashb_menu_leftside ul li a:focus {
    outline: none;
    box-shadow: none;
}

.dnxte_dashb_menu_leftside ul li a svg {
    margin-right: 8px;
    /* width: 18px;
  height: 18px; */
}

.dnxte_dashb_menu_leftside ul li:hover a {
    color: #7a5af8;
    font-weight: 500;
}

.dnxte_dashb_menu_leftside ul li.active {
    transition: all 0.5s ease-in-out;
    border-bottom: 2px solid #7a5af8;
}

.dnxte_dashb_menu_leftside ul li.active a {
    color: #7a5af8;
}

.dnxte_dashb_menu_leftside ul li.active a svg>path {
    fill: #7a5af8;
}

.dnxte_dashb_menu_rightside {
    display: flex;
    align-items: center;
}

.dnxte_dashb_menu_rightside .dnxte_dashb_vesion {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #7d89b0;
    position: relative;
    margin-right: 35px;
    /* text-transform: capitalize; */
}

.dnxte_dashb_menu_rightside .dnxte_dashb_vesion::before {
    position: absolute;
    content: "";
    right: -17px;
    height: 100%;
    width: 1px;
    background: #eff1f5;
    top: 50%;
    transform: translateY(-50%);
}

.dnxte_dashb_menu_rightside .dnxte_dashb_vesion span {
    border: 1px solid #eff1f5;
    border-radius: 4px;
    font-weight: 500;
    color: #5d6b98;
    padding: 5px 6px;
    margin-left: 4px;
}

.dnxte_dashb_menu_rightside .dnxte_dashb_question_wrap {
    display: flex;
}

.dnxte_dashb_menu_rightside .dnxte_dashb_question_wrap .dnxte_dashb_drop {
    position: relative;
    z-index: 2;
}

.dnxte_dashb_menu_rightside .dnxte_dashb_question_wrap .dnxte_dashb_drop svg {
    font-size: 20px;
}

.dnxte_dashb_menu_rightside .dnxte_dashb_question_wrap .dnxte_dashb_drop .drop_down_wrap {
    position: absolute;
    right: 0;
    top: 100%;
    width: 270px;
    margin: 0;
    background: #fff;
    height: max-content;
    z-index: 0;
    padding: 16px;
    border-radius: 8px;
    display: none;
    box-shadow: 3px 10px 20px 0 rgba(0, 0, 0, 0.06);
}

.dnxte_dashb_menu_rightside .dnxte_dashb_question_wrap .dnxte_dashb_drop .drop_down_wrap a {
    text-decoration: none;
    color: #5d6b98;
}

.dnxte_dashb_menu_rightside .dnxte_dashb_question_wrap .dnxte_dashb_drop .drop_down_wrap a:focus {
    box-shadow: none;
    outline: none;
    color: #5d6b98;
}

.dnxte_dashb_menu_rightside .dnxte_dashb_question_wrap .dnxte_dashb_drop .drop_down_wrap .single_item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.5s;
}

.dnxte_dashb_menu_rightside .dnxte_dashb_question_wrap .dnxte_dashb_drop .drop_down_wrap .single_item .drop_content h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #30374f;
    margin: 0;
}

.dnxte_dashb_menu_rightside .dnxte_dashb_question_wrap .dnxte_dashb_drop .drop_down_wrap .single_item .drop_content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #7d89b0;
    margin: 0;
}

.dnxte_dashb_menu_rightside .dnxte_dashb_question_wrap .dnxte_dashb_drop .drop_down_wrap .single_item:hover {
    background: #eff1f5;
}

.dnxte_dashb_menu_rightside .dnxte_dashb_question_wrap .dnxte_dashb_drop:hover .drop_down_wrap {
    display: block;
    animation: drop-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.dnxte_dashb_menu_rightside .dnxte_dashb_notification {
    margin-left: 18px;
}

.dnxte_dashb_menu_rightside .dnxte_dashb_notification svg {
    color: #5d6b98;
    font-size: 20px;
    display: inline-block;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
    background: transparent;
    transition: all 0.5s;
}

.dnxte_dashb_menu_rightside .dnxte_dashb_notification svg:hover {
    background: #eff1f5;
}

.filter_nav_left ul li {
    display: inline-flex;
}

.filter_nav_left ul li a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #5d6b98;
    text-decoration: none;
    padding: 9px 10px;
    border: 1px solid #dcdfea;
    text-decoration: none;
    margin-right: 10px;
    border-radius: 4px;
    transition: all 0.5s;
}

.filter_nav_left ul li a:hover,
.filter_nav_left ul li a.active {
    background: #7a5af8;
    color: #fff;
}

.filter_nav_left ul li a:focus {
    box-shadow: none;
}

.mobile-sidebar-menu {
    position: fixed;
    right: 0px;
    top: 46px;
    width: 230px;
    height: 100%;
    background: white;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.mobile-sidebar-menu .mobile-sidebar-menu-header button {
    border: none;
    margin-bottom: 20px;
}

.mobile-sidebar-menu .mobile-sidebar-menu-header button svg {
    font-size: 20px;
    color: #30374f;
}

.mobile-sidebar-menu ul {
    margin: 0;
}

.mobile-sidebar-menu ul li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    color: #30374f;
    text-decoration: none;
    padding: 10px;
    border-bottom: 1px solid rgba(48, 55, 79, 0.1294117647);
}

.mobile-sidebar-menu ul li a:focus {
    box-shadow: none;
    outline: none;
}

.mobile-sidebar-menu ul li a svg {
    margin-right: 8px;
}

.mobile-sidebar-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}