@import '_content/DIAStudio.Common/DIAStudio.Common.3i988a2rnt.bundle.scp.css';
@import '_content/DIAStudio.DIASelector.Chatbot/DIAStudio.DIASelector.Chatbot.8ww94f82lb.bundle.scp.css';

/* _content/DIAStudio.DIASelector.Web/Pages/Bom.razor.rz.scp.css */
@media (max-width: 600px) {
    .bom-header-actions[b-yl6cpgezy2] {
        flex-direction: column;
        align-items: flex-start;
    }

    .bom-actions[b-yl6cpgezy2] {
        width: 100%;
        margin-top: 12px;
        gap: 12px;
    }

    .bom-btn[b-yl6cpgezy2], .bom-dropdown[b-yl6cpgezy2] {
        width: 100%;
        margin-bottom: 8px;
    }
}

    @media (max-width: 600px) {
        .save-popup[b-yl6cpgezy2] {
            width: 95vw;
            min-width: 0;
            padding: 18px 8px 12px 8px;
        }


        .save-popup-content[b-yl6cpgezy2] {
            gap: 16px;
        }

        .save-section h3[b-yl6cpgezy2], .projects-section h3[b-yl6cpgezy2] {
            font-size: 1rem;
        }

        .save-row[b-yl6cpgezy2] {
            gap: 8px;
        }

        .save-input[b-yl6cpgezy2] {
            font-size: 0.95rem;
            padding: 6px 8px;
        }
    }
/* _content/DIAStudio.DIASelector.Web/Pages/Home.razor.rz.scp.css */
.clickable-div[b-ow9a6m7i1o] {
    cursor: pointer; /* Palm/hand cursor */
}

.card-wrapper[b-ow9a6m7i1o] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .card-wrapper > *[b-ow9a6m7i1o] {
        flex-grow: 1;
    }

.custom-collapse[b-ow9a6m7i1o] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
    opacity: 0;
    background-color: #e9e9e9;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0 16px; /* only left/right padding initially */
    margin-top: 10px;
    margin-bottom: 10px;
}

    .custom-collapse.expanded[b-ow9a6m7i1o] {
        max-height: 500px; /* set high enough to fit expected content */
        opacity: 1;
        padding: 16px;
    }


    .custom-collapse .row[b-ow9a6m7i1o] {
        margin-top: 0;
        margin-bottom: 0;
    }

    .custom-collapse .clickable-div[b-ow9a6m7i1o] {
        margin: 8px 0;
    }
/* _content/DIAStudio.DIASelector.Web/Pages/MultiDrive.razor.rz.scp.css */
/*@media screen and (max-width: 650px) {
    .compare-mobile-warning {
        display: block;
    }

    
    .main-wizard-content {
        display: none !important;
    }
}

*/
/* _content/DIAStudio.DIASelector.Web/Pages/PLCConfigurationController.razor.rz.scp.css */
.compare-mobile-warning[b-rpz9ayby88] {
/*    display: none;*/
    text-align: center;
    padding: 16px;
    background: #fff3f3;
    color: #d32f2f;
    border: 1px solid #d32f2f;
    text-align: center;
    border-radius: 8px;
    margin: 24px auto;
    font-size: 1.1rem;
}

/*@media screen and (max-width: 650px) {
    .compare-mobile-warning {
        display: block;
    }

    
    .main-wizard-content {
        display: none !important;
    }
}*/
/* _content/DIAStudio.DIASelector.Web/Pages/Series.razor.rz.scp.css */

.edit-button[b-zwd63nvdyp] {
    background-color: #0056b3;
    color: white;
}

    .edit-button:hover[b-zwd63nvdyp] {
        background-color: darkblue;
    }

.save-button[b-zwd63nvdyp] {
    background-color: #28a745;
    color: white;
}

    .save-button:hover[b-zwd63nvdyp] {
        background-color: #218838;
    }

.reset-button[b-zwd63nvdyp] {
    background-color: #6c757d;
    color: white;
}

    .reset-button:hover[b-zwd63nvdyp] {
        background-color: #5a6268;
    }

.row[b-zwd63nvdyp] {
    display: flex;
}

.col-md-3[b-zwd63nvdyp], .col-md-9[b-zwd63nvdyp] {
    display: flex;
    flex-direction: column;
}

.col-md-3[b-zwd63nvdyp] {
    /* Set a min-height to ensure the left column stays aligned */
    min-height: 100vh; /* Adjust as needed */
    overflow-y: auto; /* Optional: adds scroll if content overflows */
}

.col-md-9[b-zwd63nvdyp] {
    /* Ensure the right column also takes up full height */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

#filter[b-zwd63nvdyp] {
    position: sticky;
    top: 0;
    z-index: 100; /* Ensure it's above other content */
    height: 100vh; /* Ensure it stretches to full height */
    overflow-y: auto; /* If the filter list overflows, it will scroll */
}
/* _content/DIAStudio.DIASelector.Web/Pages/SingleDrive.razor.rz.scp.css */
/*@media screen and (max-width: 650px) {
    .compare-mobile-warning {
        display: block;
    }

    
    .main-wizard-content {
        display: none !important;
    }
}*/
/* _content/DIAStudio.DIASelector.Web/Shared/Footer.razor.rz.scp.css */
.footer[b-9qv612ohkv] {
    width: 100%;
    background-color: #6d6e71;
    overflow: hidden;
    color: #fff;
}

.row[b-9qv612ohkv] {
    margin-right: 0;
    margin-left: 0;
    height:258.88px;
}

.footerlogo[b-9qv612ohkv] {
    width: 130px;
    height: 40px;
    margin:0px 0 0;
}
.footer-info[b-9qv612ohkv]{
    width:98.5%;
    height:127px;
    margin:-6px 0 0;
}


img[b-9qv612ohkv] {
    vertical-align: middle;
    border: 0;
}

.footer-inner ol[b-9qv612ohkv], ul[b-9qv612ohkv] {
    list-style: none;
    margin-left: -38px;
}

#Footer1_yearHolder[b-9qv612ohkv] {
    color: #fff;
    font-size:14px;
}

#Footer1_footerMissionContentText[b-9qv612ohkv] {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-family: Arial, 'Microsoft JhengHei', Helvetica, sans-serif;
  
}
.delta-name[b-9qv612ohkv] {
    color: #fff;
    font-size: 14px;
    margin-top:-5px;
    line-height:20px;
}

ol[b-9qv612ohkv], ul[b-9qv612ohkv] {
    margin-top: 0;
    margin-bottom: 10px;
}

label[b-9qv612ohkv] {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 24px;
    font-weight: 700;
    color: #fff;
}

.footer-inner .footer-title[b-9qv612ohkv] {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-family: Arial, 'Microsoft JhengHei', Helvetica, sans-serif;
    margin-bottom: 12px;
}
.footer-title-text[b-9qv612ohkv]{
    font-weight:bold;
   



}

.footer-link[b-9qv612ohkv]{
    padding:0 0 12px;
}

.flex-container a:hover[b-9qv612ohkv] {
    text-decoration: underline;
}

.gray-box[b-9qv612ohkv] {
    background-color: #7B7C7E;
    /*padding: 16px;*/
    padding:16px 32px 16px 32px;
    overflow: hidden;
    /*margin-top: 63px;*/
    /* margin-left: 50px; */
    /*margin-bottom: 0px;
    margin-left:2.5px;*/
    /*padding-left: 18px;
    padding-top: 0px;*/
    min-height: 132px;/*
    max-width:282px;*/
    width:98.5%;
}

.flex-container[b-9qv612ohkv] {
    display: flex;
    flex-wrap: wrap;
    font-size:14px;
}

    .flex-container > div[b-9qv612ohkv] {
        flex: 50%;
    }

a[b-9qv612ohkv] {
    color: #337ab7;
    text-decoration: none;
}

a[b-9qv612ohkv] {
    background-color: transparent;
}



p[b-9qv612ohkv] {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}





.footer-misc .info ul li a[b-9qv612ohkv] {
    display: block;
    color: #fff;
}



.footer-inner li a[b-9qv612ohkv] {
    color: #ccc;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
}

.footer-misc .social ul li[b-9qv612ohkv] {
    float: left;
    margin-left: 8px;
    margin-top: -15px !important;
}

    .footer-misc .social ul li a[b-9qv612ohkv] {
        display: inline-block;
        width: 24px;
        height: 24px;
        background-size: cover;
    }

.social[b-9qv612ohkv]{
    margin:0 0 0 0.5px;
}


.footer-misc .info ul li a[b-9qv612ohkv] {
    line-height: 24px;
}

.footer-misc .social ul li a.fb[b-9qv612ohkv] {
    background-image: url( https://diaselector-staging.azurewebsites.net/Content/images/diasweb/icon-fb-0.svg);
}

.footer-misc .social ul li a.linkedin[b-9qv612ohkv] {
    background-image: url( https://diaselector-staging.azurewebsites.net/Content/images/diasweb/icon-linkedin-0.svg);
}

.footer-misc .social ul li a.instagram[b-9qv612ohkv] {
    background-image: url( https://diaselector-staging.azurewebsites.net/Content/images/diasweb/icon-instagram-0.svg);
}

.footer-misc .social ul li a.youtube[b-9qv612ohkv] {
    background-image: url( https://diaselector-staging.azurewebsites.net/Content/images/diasweb/icon-youtube-0.svg);
}

.footer-misc .social ul li a.line-app[b-9qv612ohkv] {
    background-image: url(https://diaselector-staging.azurewebsites.net/Content/images/diasweb/icon-line-0.svg);
}

@media (max-width: 1010px) {
   
    .flex-container[b-9qv612ohkv] {
        display: flex;
        flex-wrap: wrap;
        gap: 4px 6px; 
    }

        .flex-container > div[b-9qv612ohkv] {
            flex: 1 1 1 45%; 
            min-width: 120px;
        }

    .gray-box[b-9qv612ohkv] {
        height: auto !important; 
        min-height: 150px; 
        padding-bottom: 4px;
    }
    
    .footer-misc .social ul[b-9qv612ohkv] {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 6px;
        padding-left: 0;
        margin: 10px 0 0 0;
    }

        .footer-misc .social ul li[b-9qv612ohkv] {
            float: none;
            margin: 0;
        }

            .footer-misc .social ul li a[b-9qv612ohkv] {
                margin-left: 0;
                width: 28px;
                height: 28px;
            }
}
@media (max-width: 768px) {
    .footer .row[b-9qv612ohkv] {
        display: flex;
        flex-direction: column;
        padding: 20px 5%;
        height: auto;
    }

    .footer-inner[b-9qv612ohkv] {
        width: 100% !important;
        margin-bottom: 20px;
    }

    
    .gray-box[b-9qv612ohkv] {
        width: 100%; 
        min-height: 100px;
        height: auto;
        margin: 0 auto;
        padding-bottom: 16px;
    }

    
    .flex-container[b-9qv612ohkv] {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: center;
    }

        .flex-container > div[b-9qv612ohkv] {
            flex: 1 1 30%; 
            min-width: 120px;
            margin-bottom: 16px;
        }

   
    #Footer1_footerMissionContentText[b-9qv612ohkv] {
        order: 1;
        display: block;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .footer-title-text.footer_link[b-9qv612ohkv] {
        order: 2;
        display: block !important;
        margin-bottom: 16px;
    }

    
    .footer-inner.footer-misc:nth-of-type(2)[b-9qv612ohkv] {
        order: 3;
    }

    .footer-inner.footer-misc:nth-of-type(3)[b-9qv612ohkv] {
        order: 4;
    }

    
    .footer-misc .social ul[b-9qv612ohkv] {
        display: flex;
        flex-wrap: wrap;
        gap: 14px 20px;
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 0;
    }

        .footer-misc .social ul li[b-9qv612ohkv] {
            float: none;
            margin: 0;
        }

            .footer-misc .social ul li a[b-9qv612ohkv] {
                margin-left: 0;
                width: 28px;
                height: 28px;
            }

    
    .delta-name[b-9qv612ohkv] {
        order: 5; 
        display: block !important; 
        font-size: 14px;
        text-align: left;
        margin-top: 20px;
        color: #fff;
        width: 100%;
        padding-left: 5%;
        margin-top: 30px; 
    }

    
    .visible-desktop[b-9qv612ohkv] {
        display: block !important; 
    }

    
    .footer[b-9qv612ohkv] {
        padding-bottom: 40px; 
    }
}


@media (min-width: 769px) {
    .visible-mobile[b-9qv612ohkv] {
        display: none !important;
    }
}






/* _content/DIAStudio.DIASelector.Web/Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/

.page[b-vf9tu3zpww] {
    position: relative;
    /*display: flex;
    flex-direction: column;*/
    /*min-height: 100vh;*/ /* added */
}

/*  .page > * {
        width: 100%;
        box-sizing: border-box;
    }*/

.main-content[b-vf9tu3zpww] {
    flex: 1;
    padding-top: -20px;
    min-height: 100vh;
}

.footer[b-vf9tu3zpww] {
    margin-top: auto; /*Footer sticks to the bottom*/
    background-color: #6d6e71;
    color: white;
}

/* Adjustments for small screens */
/*@media (max-width: 991.98px) {
    .main-content {
        padding-top: 70px;*/ /* Adjust this value based on your navbar height */
/*}
}*/

/* Ensure navbar is fixed on top */
/*.top-row {
    position: fixed;
    width: 100%;
    z-index: 1000;*/ /* Ensure navbar stays on top */
/*top: 0;
}*/

main[b-vf9tu3zpww] {
    flex: 1;
    height : auto;
}

.sidebar[b-vf9tu3zpww] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vf9tu3zpww] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vf9tu3zpww]  a, .top-row .btn-link[b-vf9tu3zpww] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-vf9tu3zpww] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vf9tu3zpww] {
        display: none;
    }

    .top-row.auth[b-vf9tu3zpww] {
        justify-content: space-between;
    }

    .top-row a[b-vf9tu3zpww], .top-row .btn-link[b-vf9tu3zpww] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vf9tu3zpww] {
        flex-direction: row;
    }

    .sidebar[b-vf9tu3zpww] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vf9tu3zpww] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-vf9tu3zpww], article[b-vf9tu3zpww] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/DIAStudio.DIASelector.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar[b-h02jzgr24h] {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}



.row[b-h02jzgr24h] {
    margin-right: 0;
    margin-left: 0;
}

.nav-brand[b-h02jzgr24h] {
    float: left;
    margin: 0;
}

h2[b-h02jzgr24h] {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #000000;
    text-align: left;
    margin-left: 4%;
}

.navbar-inverse .navbar-brand[b-h02jzgr24h] {
    color: #9d9d9d;
}

.nav-brand a[b-h02jzgr24h] {
    display: block;
    padding: 10px 10px 10px 20px;
    color: #0087DC;
    font-family: Arial, 'Microsoft JhengHei', Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 56px;
    text-decoration: none;
    margin-top: -6px;
    margin-left: -8px;
}

.navbar-brand[b-h02jzgr24h] {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

#main-menu[b-h02jzgr24h] {
    display: block;
    padding-top: 15px;
    font-weight: bold;
    font-size: 18px;
}

.nav-arrange[b-h02jzgr24h] {
    padding: 2px 151.75px;
    margin-top: 25px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 20px;
}

.main-menu[b-h02jzgr24h] {
    float: right;
    clear: none;
}

.navbar-toggler[b-h02jzgr24h] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-h02jzgr24h] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-h02jzgr24h] {
    font-size: 1.1rem;
}

.oi[b-h02jzgr24h] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-h02jzgr24h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-h02jzgr24h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-h02jzgr24h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-h02jzgr24h]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-h02jzgr24h]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-h02jzgr24h]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.nav-items[b-h02jzgr24h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-items:first-of-type[b-h02jzgr24h] {
        padding-top: 1rem;
    }

    .nav-items:last-of-type[b-h02jzgr24h] {
        padding-bottom: 1rem;
    }

    .nav-items[b-h02jzgr24h]  a {
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-items[b-h02jzgr24h]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: black;
        }

        .nav-items[b-h02jzgr24h]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: deepskyblue;
        }





@media (min-width: 769px) {
    .main-menu-btn[b-h02jzgr24h] {
        display: none;
    }

    #main-menu-toggle[b-h02jzgr24h] {
        display: none;
    }

    .menu-container[b-h02jzgr24h] {
        display: block !important; /* Always show menu on larger screens */
    }
}

@media (max-width: 762px) {
    .navbar-expand-lg .navbar-collapse[b-h02jzgr24h] {
        display: flex !important;
        flex-basis: auto;
        float: right;
        width: 114vw;
        justify-content: space-between;
    }
}


/* Base layout: horizontal */

.responsive-nav-wrapper[b-h02jzgr24h] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


    .responsive-nav-wrapper ul[b-h02jzgr24h] {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

@media (max-width: 1150px) {


    .nav-arrange[b-h02jzgr24h] {
        padding: 2px 75px;
        margin-top: -15px;
        margin-bottom: 20px;
    }

    .navbartop[b-h02jzgr24h] {
        position: relative;
        min-height: 150px;
        /*        margin-bottom: 10px;*/
        padding-bottom: 10px;
        margin-bottom: -25px;
        margin-top: 10px;
        border: 1px solid transparent;
    }
}

@media (max-width: 990px) {
    .nav-arrange[b-h02jzgr24h] {
        padding: 2px 50px;
        /*        margin-top: -40px;
        margin-bottom: 20px;*/
    }

    .navbartop[b-h02jzgr24h] {
        position: relative;
        min-height: 170px;
        /*        margin-bottom: 10px;*/
        padding-bottom: 10px;
        margin-bottom: -25px;
        margin-top: 10px;
        border: 1px solid transparent;
    }

        .navbartop ul li[b-h02jzgr24h] {
            position: relative;
            margin: -10px 0;
            border: 1px solid transparent;
        }

    .responsive-nav-wrapper ul[b-h02jzgr24h] {
        margin-top: -70px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
}


@media (max-width: 1400px) {
    .nav-arrange[b-h02jzgr24h] {
        padding: 2px 50px;
    }
}

@media (max-width:990px ) {


    .responsive-nav-wrapper h2[b-h02jzgr24h] {
        margin-bottom: 15px;
    }



    .responsive-nav-wrapper[b-h02jzgr24h] {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-container ul[b-h02jzgr24h] {
        flex-direction: row !important;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }

    .menu-container li[b-h02jzgr24h] {
        width: auto;
        border: none;
        margin: 0 10px;
    }

    .menu-container[b-h02jzgr24h] {
        width: 100%;
        padding-top: 10px;
    }

    .brand-divider[b-h02jzgr24h] {
        border: none;
        height: 0px;
        margin-top: 5px;
        margin-bottom: 15px;
        width: 100%;
    }

    .brand-divider2[b-h02jzgr24h] {
        height: 0px;
        width: 100%;
        margin: -8px 0;
    }

    .navbar-items-align[b-h02jzgr24h] {
        padding: 5px 24px 15px 10px;
        margin-top: 0px;
        font-size: 16px;
        margin-right: 0;
    }
}


/* Mobile menu toggle button */

/* Mobile menu top separator */
.main-menu[b-h02jzgr24h]:before {
    content: '';
    display: block;
    height: 1px;
    font: 1px/1px sans-serif;
    overflow: hidden;
    background: #2e8cb8;
}

@media (min-width: 768px) {
    .main-menu[b-h02jzgr24h]:before {
        display: none;
    }
}

.main-menu-btn[b-h02jzgr24h] {
    overflow: hidden;
    float: right;
    margin: 10px;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: 29px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999;
    
}



/* hamburger icon */

.main-menu-btn-icon[b-h02jzgr24h],
.main-menu-btn-icon[b-h02jzgr24h]:before,
.main-menu-btn-icon[b-h02jzgr24h]:after {
    position: absolute;
    top: 50%;
    right: 0px;
    height: 2px;
    width: 24px;
    background: #000;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .main-menu-btn-icon[b-h02jzgr24h]:before {
        content: '';
        top: -7px;
        left: 0;
    }

    .main-menu-btn-icon[b-h02jzgr24h]:after {
        content: '';
        top: 7px;
        left: 0;
    }


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon[b-h02jzgr24h] {
    height: 0;
    background: transparent;
}

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon[b-h02jzgr24h]:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon[b-h02jzgr24h]:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state[b-h02jzgr24h] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}





@media (max-width: 768px) {
    .nav-arrange[b-h02jzgr24h]{
        padding:2px 12px;
    }

    .custom-margin[b-h02jzgr24h] {
        margin-top: 25px;
        display: none;
    }
    .responsive-nav-wrapper ul[b-h02jzgr24h] {
        margin-top: -35px !important;
    }

    .navbar-brand span[b-h02jzgr24h] {
        font-size: 32px;
    }
    .brand-sub[b-h02jzgr24h]{
        padding-right:12px;
    }

    .brand-divider[b-h02jzgr24h] {
        border: none;
        height: 3px;
        background-color: dodgerblue;
        margin-top: 5px;
        margin-bottom: 15px;
        width: 100%;
    }


    .navbar-items-align[b-h02jzgr24h] {
        padding: 5px 24px 15px 10px;
        margin-top: -60px;
        font-size: 16px;
        margin-right: 0;
    }

    .navbartop[b-h02jzgr24h] {
        
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 0px;

        margin-top: 10px;
        border: 1px solid transparent;
        
    }

    .responsive-nav-wrapper ul li[b-h02jzgr24h] {
       
        width: 100%;
        padding: 0px 5px;
        margin: 0;
        box-sizing: border-box;
    }



    .menu-container[b-h02jzgr24h] {
        display: none;
        background-color: white;
        width: 100%;
        flex-wrap: wrap;
    }


    #main-menu-toggle:checked ~ .menu-container[b-h02jzgr24h] {
        
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;

        max-height: 500px; /* or use animation */
        overflow: visible;
    }

    .main-menu-btn[b-h02jzgr24h] {
        width: 30px;
        height: 25px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        margin-top: 10px;


    }

    
   

    .main-menu-btn-icon[b-h02jzgr24h],
    .main-menu-btn-icon[b-h02jzgr24h]::before,
    .main-menu-btn-icon[b-h02jzgr24h]::after {
        content: '';
        position: absolute;
        height: 3px;
        width: 100%;
        background: black;
        transition: all 0.3s ease;
    }

    .main-menu-btn-icon[b-h02jzgr24h] {
        top: 50%;
        transform: translateY(-50%);
    }

        .main-menu-btn-icon[b-h02jzgr24h]::before {
            top: -10px;
        }

        .main-menu-btn-icon[b-h02jzgr24h]::after {
            top: 10px;
        }

    #main-menu-toggle:checked + .main-menu-btn .main-menu-btn-icon[b-h02jzgr24h] {
        background-color: transparent;
    }

        #main-menu-toggle:checked + .main-menu-btn .main-menu-btn-icon[b-h02jzgr24h]::before {
            transform: rotate(45deg);
            top: 0;
        }

        #main-menu-toggle:checked + .main-menu-btn .main-menu-btn-icon[b-h02jzgr24h]::after {
            transform: rotate(-45deg);
            top: 0;
        }

    #icon-globe[b-h02jzgr24h] {
        margin-left: 0.8rem  !important;
        margin-top: 0.1rem !important;
    }

    .language-options[b-h02jzgr24h]{
        margin-top: 0.5rem;
        height: 180px;
        padding: 0px;
        z-index:10 !important;
    }

    .language-options a[b-h02jzgr24h] {
        height: 20px;
        padding: 1rem;
    }

    .user-options[b-h02jzgr24h] {
      padding: 0;
      height: 64px;
      margin-left: 0.5rem;
      display: flex-column;
      justify-content: center;
      text-align: center;
      align-items: center;
    }

      .user-options a[b-h02jzgr24h] {
        padding: 0.5rem 0rem;
        max-height: 1.5rem;
        margin-left: 1rem;
      }

    .language-selector[b-h02jzgr24h] {
      width: 50px !important;
    }

}

@media (min-width: 769px) {
    .main-menu-btn[b-h02jzgr24h] {
        display: none;
    }

    #main-menu-toggle[b-h02jzgr24h] {
        display: none;
    }

    .menu-container[b-h02jzgr24h] {
        display: block !important;
    }

    .brand-divider[b-h02jzgr24h] {
        display: none
    }

    .responsive-nav-wrapper ul[b-h02jzgr24h] {
        margin-top: 30px
    }

}
