@import '_content/SmartComponents.AspNetCore.Components/SmartComponents.AspNetCore.Components.bundle.scp.css';

/* _content/RxIntelligene.www/Pages/Components/Loader.razor.rz.scp.css */
*[b-r3do1kv0ue] {
    margin: 0;
    padding: 0;
    font-family: verdana;
    background: ffcb08;
}

.center[b-r3do1kv0ue] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ring[b-r3do1kv0ue] {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    /*box-shadow:1px 5px 2px #ff002e;*/
    background: transparent;
    animation: ani-b-r3do1kv0ue 2s linear infinite;
}

.text[b-r3do1kv0ue] {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    text-align: center;
    line-height: 300px;
    top: 0;
    left: 0;
    font-size: 2em;
    background: transparent;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

@keyframes ani-b-r3do1kv0ue {
    0% {
        transform: rotate(0deg);
        box-shadow: 1px 5px 2px #ff002e;
    }

    50% {
        transform: rotate(180deg);
        box-shadow: 1px 5px 2px #18a401;
    }

    100% {
        transform: rotate(360deg);
        box-shadow: 1px 5px 2px #033e8e;
    }
}
/* _content/RxIntelligene.www/Pages/Public/Components/Landing.razor.rz.scp.css */
.title[b-wyrgywabeu] {
    font-size: 45px;
    line-height: 49px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    color: #18204e;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .title[b-wyrgywabeu] {
        font-size: 24px;
    }
}
.sub-title[b-wyrgywabeu] {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    padding-top: 60px;
}

.background[b-wyrgywabeu] {
    height: 70%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.background-overlay[b-wyrgywabeu] {
    background-color: #18204E;
    opacity: 0.84;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 70%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.elementor-widget-wrap[b-wyrgywabeu] {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

h2.elementor-heading-title[b-wyrgywabeu] {
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 45px;
    font-weight: normal;
    line-height: 49px;
}

.elementor-widget-container[b-wyrgywabeu] {
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}

.elementor-widget-icon-box.elementor-icon-box-style-1 .elementor-widget-container[b-wyrgywabeu] {
    position: relative;
}

.elementor-element .elementor-widget-container[b-wyrgywabeu] {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}

.elementor-widget-icon-box.elementor-icon-box-style-1 .elementor-widget-container[b-wyrgywabeu]:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 10px;
}

.elementor .elementor-element.elementor-element .elementor-icon-box-wrapper[b-wyrgywabeu] {
    text-align: left;
}

.elementor .elementor-element.elementor-element[b-wyrgywabeu] {
    width: 24.332%;
}

/*New Design Styling Start*/
.mud-button-outlined[b-wyrgywabeu] {
    border: 1px solid #F5ED24;
    border-radius: 15px;
}
/* _content/RxIntelligene.www/Pages/Public/Content/AboutUs.razor.rz.scp.css */

.background-overlay[b-i8fg471za9] {
    background-color: #DB0C1;
    opacity: 0.84;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 70%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.rowRed[b-i8fg471za9] {
    background-color: #DB0C1D;
    opacity: 0.9;
    overflow: hidden;
    height: 100%;
    z-index: 99;
}

#headerRed[b-i8fg471za9] {
    height: 100%;
    overflow: hidden;
    background-image: url('/images/aboutusredbackgroundimage.jpg');
    color: #777777;
    padding-bottom: 50px
}

.image-container-red[b-i8fg471za9]::before {
    content: "";
    position: absolute;
    /*         top: 0;
                    left: 0; */
    width: 100%;
    height: 30%;
    background-color: #DB0C1D; /* This sets the red overlay color */
    opacity: 0.7; /* Adjust the opacity to control the intensity of the overlay */
}

/* Style the image itself to make sure it appears above the overlay */
.image-container-red img[b-i8fg471za9] {
    display: block;
    max-width: 100%;
    height: 30%;
}

.overlay-text-red[b-i8fg471za9] {
    /* position: absolute; */
    top: 10%; /* Adjust as needed to vertically center the text */
    left: 50%; /* Adjust as needed to horizontally center the text */
    transform: translate-50%, -50%);
    text-align: center;
    color: white; /* Text color */
    font-size: 24px; /* Font size */
    font-weight: bold; /* Font weight */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Optional text shadow */
}

.cardImage[b-i8fg471za9] {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middleCard[b-i8fg471za9] {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    /*         top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%); */
    text-align: center;
}

.container:hover .image[b-i8fg471za9] {
    opacity: 0.3;
}

.container:hover .middle[b-i8fg471za9] {
    opacity: 1;
}

.text[b-i8fg471za9] {
    background-color: #04AA6D;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.carousel-container[b-i8fg471za9] {
    overflow: hidden;
    width: 100%;
    /*max-width: 600px;*/ /* Adjust as needed */
    margin: 0 auto;
    position: relative;
}

.carousel[b-i8fg471za9] {
    display: flex;
    animation: rotate 10s linear infinite; /* Adjust the duration as needed */
}

.carousel-item[b-i8fg471za9] {
    flex: 0 0 calc(100% / 3); /* Display 3 items at once, adjust as needed */
    padding: 10px;
    text-align: center;
}

    .carousel-item img[b-i8fg471za9] {
        max-width: 100%;
        height: auto;
    }

@@keyframes rotate {
    0%[b-i8fg471za9], 33.33%[b-i8fg471za9] {
        transform: translateX(0%);
    }

    33.34%[b-i8fg471za9], 66.66%[b-i8fg471za9] {
        transform: translateX(-33.33%);
    }

    100%[b-i8fg471za9] {
        transform: translateX(-66.66%);
    }
}
/* _content/RxIntelligene.www/Pages/Public/Content/Cart.razor.rz.scp.css */
body[b-cxtn2dv45i] {
    z-index: 2;
}
/* _content/RxIntelligene.www/Pages/Public/Content/Congratulations.razor.rz.scp.css */

.congrats[b-537ctinq12] {
    -webkit-transform: translateY(50%);
}
/* _content/RxIntelligene.www/Pages/Public/Content/ContactUs.razor.rz.scp.css */
.title[b-o775gauz5w] {
    font-size: 45px;
    line-height: 49px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    color: #18204e;
    padding-bottom: 60px;
}
/* _content/RxIntelligene.www/Pages/Public/Content/DataVault.razor.rz.scp.css */
body[b-d4tq8hp5uo] {
    z-index: 2;
}
/* _content/RxIntelligene.www/Pages/Public/Content/ForIndividuals.razor.rz.scp.css */
body[b-0lcbepj7gw] {
    z-index: 2;
}
/* _content/RxIntelligene.www/Pages/Public/Content/ForInstitutions.razor.rz.scp.css */
body[b-4smbhyzygh] {
    z-index: 2;
}
/* _content/RxIntelligene.www/Pages/Public/Content/HowItWorks.razor.rz.scp.css */
body[b-t3shziav1s] {
    z-index: 2;
}
/* _content/RxIntelligene.www/Pages/Public/Content/OurPartners.razor.rz.scp.css */
body[b-e8ft9kretd] {
    z-index: 2;
}
/* _content/RxIntelligene.www/Pages/Public/Content/Pharmaco.razor.rz.scp.css */
.custom-breadcrumb .breadcrumb[b-da3v2sdtjk] {
    margin-bottom: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 25px 25px 22px;
    background: #fff;
    color: black;
    border-radius: 10px 10px 0 0;
}

.title[b-da3v2sdtjk] {
    font-size: 45px;
    line-height: 49px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    color: #18204e;
    padding-bottom: 60px;
}

.sub-title[b-da3v2sdtjk] {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    padding-top: 60px;
}

.gsc-video-box.style-1 .video-inner[b-da3v2sdtjk] {
    min-height: 120px;
    min-width: 120px;
    text-align: center;
}

    .gsc-video-box.style-1 .video-inner .video-image[b-da3v2sdtjk] {
        overflow: hidden;
    }

        .gsc-video-box.style-1 .video-inner .video-image img[b-da3v2sdtjk] {
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
        }

.clearfix[b-da3v2sdtjk]::after {
    display: block;
    clear: both;
    content: "";
}

.gsc-video-box.style-1 .video-inner .video-content[b-da3v2sdtjk] {
    z-index: 11;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-125%);
}

    .gsc-video-box.style-1 .video-inner .video-content .video-action[b-da3v2sdtjk] {
        margin: 0 30px;
    }

    .gsc-video-box.style-1 .video-inner .video-content > div[b-da3v2sdtjk] {
        display: inline-block;
    }

.gsc-video-box .video-inner .video-content .video-action .popup-video[b-da3v2sdtjk] {
    color: #FFFFFF;
}

.gsc-video-box.style-1 .video-inner .video-content .video-action .popup-video[b-da3v2sdtjk] {
    display: inline-block;
    font-size: 24px;
    color: #070346;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
}



.bg-gadient[b-da3v2sdtjk], blockquote[b-da3v2sdtjk]:before, .pager .paginations a:hover[b-da3v2sdtjk], .pager .paginations a.active[b-da3v2sdtjk], .btn-theme[b-da3v2sdtjk], #comments #add_review_button[b-da3v2sdtjk], #comments #submit[b-da3v2sdtjk], .socials-2 li a:hover[b-da3v2sdtjk], .socials-2 li a:focus[b-da3v2sdtjk], .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon span[b-da3v2sdtjk], .elementor-widget-icon-box.elementor-view-stacked .elementor-icon-box-icon .elementor-icon[b-da3v2sdtjk], .elementor-widget-icon-box.elementor-icon-box-style-1 .elementor-widget-container[b-da3v2sdtjk]:before, .elementor-widget-social-icons.elementor-shape-circle .elementor-icon.elementor-social-icon:hover[b-da3v2sdtjk], .elementor-widget-social-icons.elementor-shape-circle .elementor-icon.elementor-social-icon:focus[b-da3v2sdtjk], .gsc-icon-box-group.style-3 .icon-box-item:hover .title[b-da3v2sdtjk], .gsc-icon-box-styles.style-3 .box-icon .number[b-da3v2sdtjk], .gsc-image-content.skin-v1 .box-content[b-da3v2sdtjk]:before, .gsc-image-content.skin-v1 .shape-2[b-da3v2sdtjk], .gsc-image-content.skin-v1 .shape-2[b-da3v2sdtjk]:before, .gsc-video-box.style-1 .video-inner .video-content .video-action .popup-video[b-da3v2sdtjk], .service-item.style-1[b-da3v2sdtjk]:before, .service-item.style-2 .box-icon .icon[b-da3v2sdtjk]:before, .service-item.style-2:hover .read-more a[b-da3v2sdtjk], .gva-main-search .gva-search .btn-search[b-da3v2sdtjk], .widget_tag_cloud .tagcloud > a:hover[b-da3v2sdtjk], .widget_media_image .wp-caption .wp-caption-text[b-da3v2sdtjk], .widget_search .wp-block-search .wp-block-search__button[b-da3v2sdtjk], .tag-links > a:hover[b-da3v2sdtjk], .team-block.team-v1 .socials-team a:hover[b-da3v2sdtjk], .team-block.team-v1:hover .socials-team a.share-social[b-da3v2sdtjk], .team-block.team-v2 .socials-team a:hover[b-da3v2sdtjk], .portfolio-filter ul.nav-tabs > li > a:hover[b-da3v2sdtjk], .portfolio-filter ul.nav-tabs > li > a.active[b-da3v2sdtjk], .newsletter-form .form-action[b-da3v2sdtjk], #comments #reply-title small a:hover[b-da3v2sdtjk], #comments ol.comment-list .the-comment .comment-action-wrap a:hover[b-da3v2sdtjk], .owl-carousel .owl-nav > div:hover[b-da3v2sdtjk], .owl-carousel .owl-nav > div:focus[b-da3v2sdtjk], .flex-control-nav .owl-nav > div:hover[b-da3v2sdtjk], .flex-control-nav .owl-nav > div:focus[b-da3v2sdtjk], .ctf-tweets .owl-nav > div:hover[b-da3v2sdtjk], .ctf-tweets .owl-nav > div:focus[b-da3v2sdtjk], .owl-carousel .owl-dots[b-da3v2sdtjk], .flex-control-nav .owl-dots[b-da3v2sdtjk], .ctf-tweets .owl-dots[b-da3v2sdtjk] {
    background: var(--qempo-theme-color);
    background: -webkit-gradient(linear, left top, right top, from(var(--qempo-theme-color)), to(var(--qempo-gradient-color-second)));
    background: linear-gradient(to right, var(--qempo-theme-color), var(--qempo-gradient-color-second));
}
/* _content/RxIntelligene.www/Pages/Public/Content/Reports.razor.rz.scp.css */
body[b-zirr6on7wd] {
    z-index: 2;
}
/* _content/RxIntelligene.www/Pages/Public/Content/Shop.razor.rz.scp.css */
body[b-1gvg4htvdm] {
    z-index: 2;
}
/* _content/RxIntelligene.www/Pages/Public/Content/TermsAndConditions.razor.rz.scp.css */
body[b-7ffx9o6ad7] {
    overflow-x: hidden !important;
}

.title[b-7ffx9o6ad7] {
    font-size: 45px;
    line-height: 49px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    color: #18204e;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .title[b-7ffx9o6ad7] {
        font-size: 24px;
    }
}

p[b-7ffx9o6ad7] {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 28px;
}
/* _content/RxIntelligene.www/Pages/Public/Shop/Components/BuySection.razor.rz.scp.css */
.custom-breadcrumb .breadcrumb[b-4fgq7eiqcy] {
    margin-bottom: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 25px 25px 22px;
    background: #fff;
    color: black;
    border-radius: 10px 10px 0 0;
}

.title[b-4fgq7eiqcy] {
    font-size: 45px;
    line-height: 49px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    color: #18204e;
    padding-bottom: 60px;
}

.sub-title[b-4fgq7eiqcy] {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    padding-top: 60px;
}

.gsc-video-box.style-1 .video-inner[b-4fgq7eiqcy] {
    min-height: 120px;
    min-width: 120px;
    text-align: center;
}

    .gsc-video-box.style-1 .video-inner .video-image[b-4fgq7eiqcy] {
        overflow: hidden;
    }

        .gsc-video-box.style-1 .video-inner .video-image img[b-4fgq7eiqcy] {
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
        }

.clearfix[b-4fgq7eiqcy]::after {
    display: block;
    clear: both;
    content: "";
}

.gsc-video-box.style-1 .video-inner .video-content[b-4fgq7eiqcy] {
    z-index: 11;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-125%);
}

    .gsc-video-box.style-1 .video-inner .video-content .video-action[b-4fgq7eiqcy] {
        margin: 0 30px;
    }

    .gsc-video-box.style-1 .video-inner .video-content > div[b-4fgq7eiqcy] {
        display: inline-block;
    }

.gsc-video-box .video-inner .video-content .video-action .popup-video[b-4fgq7eiqcy] {
    color: #FFFFFF;
}

.gsc-video-box.style-1 .video-inner .video-content .video-action .popup-video[b-4fgq7eiqcy] {
    display: inline-block;
    font-size: 24px;
    color: #070346;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
}



.bg-gadient[b-4fgq7eiqcy], blockquote[b-4fgq7eiqcy]:before, .pager .paginations a:hover[b-4fgq7eiqcy], .pager .paginations a.active[b-4fgq7eiqcy], .btn-theme[b-4fgq7eiqcy], #comments #add_review_button[b-4fgq7eiqcy], #comments #submit[b-4fgq7eiqcy], .socials-2 li a:hover[b-4fgq7eiqcy], .socials-2 li a:focus[b-4fgq7eiqcy], .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon span[b-4fgq7eiqcy], .elementor-widget-icon-box.elementor-view-stacked .elementor-icon-box-icon .elementor-icon[b-4fgq7eiqcy], .elementor-widget-icon-box.elementor-icon-box-style-1 .elementor-widget-container[b-4fgq7eiqcy]:before, .elementor-widget-social-icons.elementor-shape-circle .elementor-icon.elementor-social-icon:hover[b-4fgq7eiqcy], .elementor-widget-social-icons.elementor-shape-circle .elementor-icon.elementor-social-icon:focus[b-4fgq7eiqcy], .gsc-icon-box-group.style-3 .icon-box-item:hover .title[b-4fgq7eiqcy], .gsc-icon-box-styles.style-3 .box-icon .number[b-4fgq7eiqcy], .gsc-image-content.skin-v1 .box-content[b-4fgq7eiqcy]:before, .gsc-image-content.skin-v1 .shape-2[b-4fgq7eiqcy], .gsc-image-content.skin-v1 .shape-2[b-4fgq7eiqcy]:before, .gsc-video-box.style-1 .video-inner .video-content .video-action .popup-video[b-4fgq7eiqcy], .service-item.style-1[b-4fgq7eiqcy]:before, .service-item.style-2 .box-icon .icon[b-4fgq7eiqcy]:before, .service-item.style-2:hover .read-more a[b-4fgq7eiqcy], .gva-main-search .gva-search .btn-search[b-4fgq7eiqcy], .widget_tag_cloud .tagcloud > a:hover[b-4fgq7eiqcy], .widget_media_image .wp-caption .wp-caption-text[b-4fgq7eiqcy], .widget_search .wp-block-search .wp-block-search__button[b-4fgq7eiqcy], .tag-links > a:hover[b-4fgq7eiqcy], .team-block.team-v1 .socials-team a:hover[b-4fgq7eiqcy], .team-block.team-v1:hover .socials-team a.share-social[b-4fgq7eiqcy], .team-block.team-v2 .socials-team a:hover[b-4fgq7eiqcy], .portfolio-filter ul.nav-tabs > li > a:hover[b-4fgq7eiqcy], .portfolio-filter ul.nav-tabs > li > a.active[b-4fgq7eiqcy], .newsletter-form .form-action[b-4fgq7eiqcy], #comments #reply-title small a:hover[b-4fgq7eiqcy], #comments ol.comment-list .the-comment .comment-action-wrap a:hover[b-4fgq7eiqcy], .owl-carousel .owl-nav > div:hover[b-4fgq7eiqcy], .owl-carousel .owl-nav > div:focus[b-4fgq7eiqcy], .flex-control-nav .owl-nav > div:hover[b-4fgq7eiqcy], .flex-control-nav .owl-nav > div:focus[b-4fgq7eiqcy], .ctf-tweets .owl-nav > div:hover[b-4fgq7eiqcy], .ctf-tweets .owl-nav > div:focus[b-4fgq7eiqcy], .owl-carousel .owl-dots[b-4fgq7eiqcy], .flex-control-nav .owl-dots[b-4fgq7eiqcy], .ctf-tweets .owl-dots[b-4fgq7eiqcy] {
    background: var(--qempo-theme-color);
    background: -webkit-gradient(linear, left top, right top, from(var(--qempo-theme-color)), to(var(--qempo-gradient-color-second)));
    background: linear-gradient(to right, var(--qempo-theme-color), var(--qempo-gradient-color-second));
}


/* _content/RxIntelligene.www/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-y8kn2dhsxd] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-y8kn2dhsxd] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-y8kn2dhsxd] {
    font-size: 1.1rem;
}

.oi[b-y8kn2dhsxd] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-y8kn2dhsxd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-y8kn2dhsxd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-y8kn2dhsxd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-y8kn2dhsxd]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-y8kn2dhsxd]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-y8kn2dhsxd]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-y8kn2dhsxd] {
        display: none;
    }

    .collapse[b-y8kn2dhsxd] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
