/* /Components/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-n4qo89sib9] {
    position: relative;
    display: inline-block;
 /*   border-bottom: 1px dotted black;*/
   /* cursor: help;*/
}

    .tooltip-wrapper .tooltiptext[b-n4qo89sib9] {
        visibility: hidden;
        position: absolute;
        width: 160px;
        background-color: #363636;
        color: #fff;
        text-align: center;
        padding: 10px 5px;
        border-radius: 6px;
        z-index: 1;
        font-size: 12px;
        top: 120%;
        left: 50%;
        margin-left: -10px;
    }

        .tooltip-wrapper .tooltiptext[b-n4qo89sib9]::after {
            content: " ";
            position: absolute;
            bottom: 100%; /* At the top of the tooltip */
            left: 20%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }
.tooltip-wrapper:hover .tooltiptext[b-n4qo89sib9] {
    visibility: visible;
}
/* /Pages/Exam.razor.rz.scp.css */
/*.navigation {*/
  /*  width: 200px;*/
/*}*/

/* reset our lists to remove bullet points and padding */
/*.mainmenu, .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size:12px !important;
}*/

    /* make ALL links (main and submenu) have padding and background color */
    /*.mainmenu a {
        display: block;
        background-color:#ffffff;
        text-decoration: none;
        padding: 10px;
        color: #000;
    }*/

        /* add hover behaviour */
        /*.mainmenu a:hover {
            display: block;
            background-color: #E6F7FC;
            color: #00AAE0;
        }*/


    /* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

    /*.mainmenu li:hover .submenu {
        display: block;

        max-height: 100%;
    }*/

    /*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

    /*.submenu a {
        background-color: #999;
    }*/

        /* hover behaviour for links inside .submenu */
        /*.submenu a:hover {
            background-color: #666;
        }*/

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
/*.submenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
}*/
.container[b-y2jcyfmbv8] {
    display: flex;
    position: inherit;
    -ms-overflow-style: none;
}
    .container[b-y2jcyfmbv8]::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }
.side-navigation[b-y2jcyfmbv8] {
   /* width: 25%;*/
    height: 78%;
    color: #fff;
    display: flex;
    position:fixed;
/*    justify-content: center;*/
}

.rest-of-the-body[b-y2jcyfmbv8] {
    /*    background-color: aqua;*/
    width: 100%;
   /* height: 100vh;*/
    color: #000;
/*    display: flex;*/
    margin-left: 290px;
 /*   border: solid;
    border-width:1px;
    border-color: #99999942;*/
    position:relative;
    /*    justify-content: center;*/
}
/* Fixed sidenav, full height */
 .sidenav[b-y2jcyfmbv8] {
    /*    height: 100%;*/
    width: 260px;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
   /* background-color: rgb(230 247 252 / 0.26);*/
    overflow: auto;
    /*    padding-top: 20px;*/
}
    .sidenav[b-y2jcyfmbv8]::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

    /* Style the sidenav links and the dropdown button */
    .sidenav a[b-y2jcyfmbv8], .dropdown-btn[b-y2jcyfmbv8] {
        padding: 12px 12px 12px 12px;
        text-decoration: none;
        font-size: 12px;
         color: #999999;
        display: block;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
    }
.dropdown-btn[b-y2jcyfmbv8] {
    font-size: 13.5px !important;
    color:#999999 !important;

}
    /* On mouse-over */
        .sidenav a:hover[b-y2jcyfmbv8], .dropdown-btn:hover[b-y2jcyfmbv8] {
            background-color: #E6F7FC;
            color: #00AAE0;
            border-radius:6px;
        }


/* Add an active class to the active dropdown button */
.active[b-y2jcyfmbv8] {
    background-color: #E6F7FC;
    color: #00AAE0;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container[b-y2jcyfmbv8] {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down[b-y2jcyfmbv8] {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav[b-y2jcyfmbv8] {
        padding-top: 15px;
    }

        .sidenav a[b-y2jcyfmbv8] {
            font-size: 18px;
        }
}
.showSubMenu[b-y2jcyfmbv8] {
    display: block !important;
    padding-left: 20px !important;
}
.hideSubMenu[b-y2jcyfmbv8] {
    display: none !important;
}
/* /Pages/PrescriptionHistory.razor.rz.scp.css */
/*.navigation {*/
  /*  width: 200px;*/
/*}*/

/* reset our lists to remove bullet points and padding */
/*.mainmenu, .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size:12px !important;
}*/

    /* make ALL links (main and submenu) have padding and background color */
    /*.mainmenu a {
        display: block;
        background-color:#ffffff;
        text-decoration: none;
        padding: 10px;
        color: #000;
    }*/

        /* add hover behaviour */
        /*.mainmenu a:hover {
            display: block;
            background-color: #E6F7FC;
            color: #00AAE0;
        }*/


    /* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

    /*.mainmenu li:hover .submenu {
        display: block;

        max-height: 100%;
    }*/

    /*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

    /*.submenu a {
        background-color: #999;
    }*/

        /* hover behaviour for links inside .submenu */
        /*.submenu a:hover {
            background-color: #666;
        }*/

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
/*.submenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
}*/
.container[b-0x35vzznci] {
    display: flex;
    position: inherit;
    -ms-overflow-style: none;
}
    .container[b-0x35vzznci]::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }
.side-navigation[b-0x35vzznci] {
   /* width: 25%;*/
    height: 78%;
    color: #fff;
    display: flex;
    position:fixed;
/*    justify-content: center;*/
}

.rest-of-the-body[b-0x35vzznci] {
    /*    background-color: aqua;*/
    width: 100%;
   /* height: 100vh;*/
    color: #000;
/*    display: flex;*/
    margin-left: 290px;
 /*   border: solid;
    border-width:1px;
    border-color: #99999942;*/
    position:relative;
    /*    justify-content: center;*/
}
/* Fixed sidenav, full height */
 .sidenav[b-0x35vzznci] {
    /*    height: 100%;*/
    width: 260px;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
   /* background-color: rgb(230 247 252 / 0.26);*/
    overflow: auto;
    /*    padding-top: 20px;*/
}
    .sidenav[b-0x35vzznci]::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

    /* Style the sidenav links and the dropdown button */
    .sidenav a[b-0x35vzznci], .dropdown-btn[b-0x35vzznci] {
        padding: 12px 12px 12px 12px;
        text-decoration: none;
        font-size: 12px;
         color: #999999;
        display: block;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
    }
.dropdown-btn[b-0x35vzznci] {
    font-size: 13.5px !important;
    color:#999999 !important;

}
    /* On mouse-over */
        .sidenav a:hover[b-0x35vzznci], .dropdown-btn:hover[b-0x35vzznci] {
            background-color: #E6F7FC;
            color: #00AAE0;
            border-radius:6px;
        }


/* Add an active class to the active dropdown button */
.active[b-0x35vzznci] {
    background-color: #E6F7FC;
    color: #00AAE0;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container[b-0x35vzznci] {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down[b-0x35vzznci] {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav[b-0x35vzznci] {
        padding-top: 15px;
    }

        .sidenav a[b-0x35vzznci] {
            font-size: 18px;
        }
}
.showSubMenu[b-0x35vzznci] {
    display: block !important;
    padding-left: 20px !important;
}
.hideSubMenu[b-0x35vzznci] {
    display: none !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */


.home-section[b-n7p124c3o1] {
    position: relative;
    background: #ffffff;
    height: 100vh;
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
}

.sidebar.close ~ .home-section[b-n7p124c3o1] {
    left: 78px;
    width: calc(100% - 78px);
}

.home-section .home-content[b-n7p124c3o1] {
    height: 95vh;
    display: flex;
    /*    align-items: center;*/
}

    .home-section .home-content .bx-menu[b-n7p124c3o1],
    .home-section .home-content .text[b-n7p124c3o1] {
        color: #11101d;
        font-size: 35px;
    }

    .home-section .home-content .bx-menu[b-n7p124c3o1] {
        margin: 0 15px;
        cursor: pointer;
    }

    .home-section .home-content .text[b-n7p124c3o1] {
        font-size: 26px;
        font-weight: 600;
    }

@media (max-width: 420px) {
    .sidebar.close .nav-links li .sub-menu[b-n7p124c3o1] {
        display: none;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
/* Google Fonts Import Link */


*[b-c33s4po454] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: sans-serif*/
}

.sidebar[b-c33s4po454] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 270px;
    background: #f7fafb;
    z-index: 100;
    transition: all 0.5s ease;
}

    .sidebar.close[b-c33s4po454] {
        width: 78px;
        font-weight: normal !important;
    }

    .sidebar .logo-details[b-c33s4po454] {
        height: 70px;
        width: 100%;
        display: flex;
        align-items: center;
        /* justify-content: space-between;*/
        background: #f7fafb;
        padding: 12px 0;
        transition: all 0.5s ease;
    }




        .sidebar .logo-details .logo_name[b-c33s4po454] {
            font-size: 20px;
            color: #fff;
            font-weight: 300;
            transition: 0.3s ease;
            transition-delay: 0.1s;
            margin-top: 12px;
        }

    .sidebar.close .logo-details .logo_name[b-c33s4po454] {
        transition-delay: 0s;
        opacity: 0;
        pointer-events: none;
    }

    .sidebar .nav-links[b-c33s4po454] {
        height: 100%;
        padding: 30px 10px 150px 10px;
        overflow: auto;
    }

    .sidebar.close .nav-links[b-c33s4po454] {
        overflow: visible;
    }

    .sidebar .nav-links[b-c33s4po454]::-webkit-scrollbar {
        display: none;
    }

    .sidebar .nav-links li[b-c33s4po454] {
        position: relative;
        list-style: none;
        transition: all 0.4s ease;
    }

        .sidebar .nav-links  a:hover[b-c33s4po454] {
            background: #6eaeb8;
            border-radius: 4px;
            padding: 3px;
        }
    .sidebar .nav-links a:active[b-c33s4po454] {
        background-color: #5098a4;
        color: #ffffff !important;
        border-radius: 4px;
        padding: 3px;
    }


        .sidebar .nav-links li i:hover[b-c33s4po454] {
            color: #ffffff !important;
        }
        .sidebar .nav-links li i i[b-c33s4po454] {
            color: inherit !important;
        }
      
        .sidebar .nav-links li .iocn-link[b-c33s4po454] {
            display: flex;
            align-items: center;
         
        }

    .sidebar.close .nav-links li .iocn-link[b-c33s4po454] {
        display: block
    }

    .sidebar .close .nav-links li i[b-c33s4po454] {
        height: 50px;
        min-width: 78px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.3s ease;
        width:78px;
    }
    .sidebar .nav-links li i[b-c33s4po454] {
        height: 50px;
        min-width: 78px;
        text-align: left;
        line-height: 50px;
        padding-left: 20px;
/*        color: #fff;*/
        font-size: 14px;
        cursor: pointer;
        width: 100%;
    }

        .sidebar .nav-links li i i[b-c33s4po454] {
            height: 50px;
            min-width: 78px;
            text-align: right;
            padding-right:10px;
            line-height: 50px;
            color: #fff;
            font-size: 14px;
            cursor: pointer;
            /*        transition: all 0.3s ease;*/
            width:100%;
        }

    .sidebar .nav-links .showMenu li a i.sub-menu[b-c33s4po454] {
        height: 48px;
        min-width: 78px;
        text-align: left;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.3s ease;
        background-color: rgb(0 0 0 / 0%);
    }

    .showSubMenu[b-c33s4po454] {
        background: #f7fafb;
        display: none;
    }




    .sidebar.close .nav-links i.arrow[b-c33s4po454] {
        display: none;
    }

    .sidebar .nav-links li a[b-c33s4po454] {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

        .sidebar .nav-links li a .link_name[b-c33s4po454] {
            font-size: 14px;
            font-weight: 400;
            color: #999999;
            transition: all 0.4s ease;
        }

    .sidebar.close .nav-links li a .link_name[b-c33s4po454] {
        opacity: 0;
        pointer-events: none;
    }
       

    .sidebar .nav-links li .sub-menu[b-c33s4po454] {
        /*padding: 0px 6px 14px 20px;*/
        /*      margin-top: -10px;*/
        background: #f7fafb;
        display: none;
    }

    .sidebar .nav-links li.showMenu .sub-menu[b-c33s4po454] {
        display: block;
/*        background-color: #ccefe963;*/
        border-radius: 4px;
    }
    .showMenuX[b-c33s4po454]  {
        background-color:#d7e2e4;
        /*color: white !important;*/
        border-radius: 4px;
    }

    .sidebar .nav-links li .sub-menu a[b-c33s4po454] {
        color: #999999;
        font-size: 14px;
        padding: 5px 0;
        white-space: nowrap;
        opacity: 1;
        transition: all 0.3s ease;
    }

        .sidebar .nav-links li .sub-menu a:hover[b-c33s4po454] {
            opacity: 1;
            background: #6eaeb8;
            border-radius: 4px;
            padding: 3px;
  /*          color: #ffffff !important;*/
        }


    .sidebar.close .nav-links li .sub-menu[b-c33s4po454] {
        position: absolute;
        left: 100%;
        top: -10px;
        margin-top: 0;
        padding: 10px 20px;
        border-radius: 0 6px 6px 0;
        opacity: 0;
        display: block;
        pointer-events: none;
        transition: 0s;
    }

    .sidebar.close .nav-links li:hover .sub-menu[b-c33s4po454] {
        /*top: 0;
        opacity: 0;
        pointer-events: auto;
        transition: all 0.4s ease;*/
        display:none;

    }

    .sidebar .nav-links li .sub-menu .link_name[b-c33s4po454] {
        display: none;
    }

    .sidebar.close .nav-links li .sub-menu .link_name[b-c33s4po454] {
        font-size: 14px;
        opacity: 1;
        display: block;
        font-weight: normal;
    }

    .sidebar .nav-links li .sub-menu.blank[b-c33s4po454] {
        opacity: 1;
        pointer-events: auto;
        padding: 12px 20px 6px 16px;
        opacity: 0;
        pointer-events: none;
    }

    .sidebar .nav-links li:hover .sub-menu.blank[b-c33s4po454] {
        top: 50%;
        transform: translateY(-50%);
        min-height: 50px;
    }

    .sidebar .profile-details[b-c33s4po454] {
        position: fixed;
        bottom: 0;
        width: 250px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f7fafb;
        padding: 12px 0;
        transition: all 0.5s ease;
    }

.sidebar .notification-details[b-c33s4po454] {
    position: fixed;
    bottom: 80px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: unset !important;
    background: #f7fafb;
    padding: 0px 0 0 5px;
    transition: all 0.5s ease;
}


    .sidebar.close .profile-details[b-c33s4po454],
    .sidebar.close .notification-details[b-c33s4po454]{
        background: none;
    }

    .sidebar.close .profile-details[b-c33s4po454],
    .sidebar.close .notification-details[b-c33s4po454]{
        width: 78px;
        margin-bottom:10px;
    }

    .sidebar .profile-details .profile-content[b-c33s4po454],
    .sidebar .notification-details .notification-content[b-c33s4po454]{
        display: flex;
        align-items: center;
    }

    .sidebar .logo-details .logo-content[b-c33s4po454] {
        display: flex;
        align-items: center;
    }

    .sidebar .profile-details img[b-c33s4po454] {
        height: 52px;
        width: 52px;
        object-fit: cover;
        border-radius: 16px;
        margin: 0 14px 0 0;
     /*   background: #f7fafb;*/
        transition: all 0.5s ease;
    }

    .sidebar .notification-details img[b-c33s4po454] {
        height: 30px;
        width: 30px;
        object-fit: cover;
        border-radius: 16px;
        margin: 0 10px 0 0;
        /*   background: #f7fafb;*/
        transition: all 0.5s ease;
        padding: 7px;
    }

    .sidebar .logo-details img[b-c33s4po454] {
        height: 63px;
        width: 100px;
        object-fit: contain;
        border-radius: 10px;
        margin: 0 11px 0 12px;
   /*     background: #e9ecef;*/
        transition: all 0.5s ease;
    }
    .sidebar .logo-details-hide img[b-c33s4po454] {
        height: 40px;
        width: 50px;
        object-fit: contain;
        border-radius: 10px;
        margin: 0 11px 0 12px;
        /*     background: #e9ecef;*/
        transition: all 0.5s ease;
    }

    .sidebar.close .logo-details[b-c33s4po454] {
        background: none;
    }

    .sidebar.close .logo-details[b-c33s4po454] {
        width: 78px;
    }

    .sidebar.close .profile-details img[b-c33s4po454] {
        padding: 10px;
    }
.sidebar.close .notification-details img[b-c33s4po454] {
    padding: 5px;
}

    .sidebar.close .logo-details img[b-c33s4po454] {
        padding: 10px;
    }

    .sidebar.close .logo-details i[b-c33s4po454],
    .sidebar.close .logo-details .profile_name[b-c33s4po454],
    .sidebar.close .logo-details .job[b-c33s4po454] {
        display: none;
    }

    .sidebar .profile-details .profile_name[b-c33s4po454],
    .sidebar .profile-details .job[b-c33s4po454],
    .sidebar .notification-details .notification_name[b-c33s4po454] {
        /*color: #fff;*/
        font-size: 16px;
        font-weight: 300;
        white-space: nowrap;
    }

    .sidebar.close .profile-details i[b-c33s4po454],
    .sidebar.close .profile-details .profile_name[b-c33s4po454],
    .sidebar.close .profile-details .job[b-c33s4po454],
    .sidebar.close .notification-details .notification_name[b-c33s4po454] {
        display: none;
    }
    /*    .sidebar .logo-details .logo_name,
    .sidebar .logo-details .job {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        white-space: nowrap;
    }*/


    .sidebar .profile-details .job[b-c33s4po454] {
        font-size: 12px;
    }

.home-section[b-c33s4po454] {
    position: relative;
    background: #e9ecef;
    height: 100vh;
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
}

.sidebar.close ~ .home-section[b-c33s4po454] {
    left: 78px;
    width: calc(100% - 78px);
}

.home-section .home-content[b-c33s4po454] {
    height: 60px;
    display: flex;
    align-items: center;
}

    .home-section .home-content .bx-menu[b-c33s4po454],
    .home-section .home-content .text[b-c33s4po454] {
        color: #11101d;
        font-size: 35px;
    }

    .home-section .home-content .bx-menu[b-c33s4po454] {
        margin: 0 15px;
        cursor: pointer;
    }

    .home-section .home-content .text[b-c33s4po454] {
        font-size: 26px;
        font-weight: 600;
    }

@media (max-width: 420px) {
    .sidebar.close .nav-links li .sub-menu[b-c33s4po454] {
        display: none;
    }
}

/*.sidebar-link a:active {
    background: #5098a4;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 4px;
}
.sidebar-link a i:active  {
    color: #ffffff !important;
}*/

.profile[b-c33s4po454] {
    background: none !important;

}
/*.nav-links li :active {
    background-color: #5098a4;
    color: #ffffff !important;
}*/
.nav-item[b-c33s4po454] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-c33s4po454] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-c33s4po454] {
        padding-bottom: 1rem;
    }

    .nav-item[b-c33s4po454]  a {
        color: #999999;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-c33s4po454]  a.active {
            background-color: #5098a4;
            color: white;
        }

        .nav-item[b-c33s4po454]  a:hover {
            background: #6eaeb8;
            color: white;
        }
.showMenuX[b-c33s4po454]   a:hover {
    background-color: #d7e2e4 !important;
    color: #999999 !important;

}
/* /Shared/StartLayout.razor.rz.scp.css */
.page[b-co98w8qrln] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-co98w8qrln] {
    flex: 1;
}

.sidebar[b-co98w8qrln] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-co98w8qrln] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-co98w8qrln]  a, .top-row .btn-link[b-co98w8qrln] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-co98w8qrln] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-co98w8qrln] {
        display: none;
    }

    .top-row.auth[b-co98w8qrln] {
        justify-content: space-between;
    }

    .top-row a[b-co98w8qrln], .top-row .btn-link[b-co98w8qrln] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    /*.page {
        flex-direction: row;
    }*/

    .sidebar[b-co98w8qrln] {
        width: 250px;
        height: 100vh;
        /*position: sticky;*/
        top: 0;
    }

    .top-row[b-co98w8qrln] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-co98w8qrln] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
