/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* Dark mode */
/* :root{ 
    --bigCardBR:10px;
    --smallCardBR:5px;
    --cardFill: #161616;
    --lightInputbrder: #343a3f;
    --textWhite: #fff;
    --fade_txt_White:rgb(195, 195, 195);
    --textDark:rgb(4, 17, 29);
    --greenBG:#53af75;
    --greenBorder: #488d57;
    --greenTxt: rgb(52, 199, 123);
    --borderlight:rgb(224, 224, 224) !important;
    --lightBG: #fff;
    --lightGreenBG: rgba(240, 249, 238, 0.8);
    --lightGreenBorder: rgba(229, 237, 228, 0.73);
    --darkBorderlight:rgb(47, 40, 110);
    --darkBG:#000435;
    --darkBGFade:#000110;
    --darkBGShaded:#132047;
    --gradientGreen:rgba(207, 252, 213, 0.288);
    --gradientyblue:#dce8ff;
    --bleColor:#2994f7;
    --gradientyyellow:#ffde23;
    --zoverTop:9999999999 !important;
    --like:#f56950;
    --likebg:#fdc3b9;
    --primary-button-text-color:#fff;
    --primary-button-text-color-hover:#fff;
    --primary-button:#2994f7;
}

    html[data-theme="light"]{
    
    --bigCardBR:10px;
    --smallCardBR:5px;
    --cardFill: #f8f8f8;
    --lightInputbrder: #b3b3b3;
    --textWhite: rgba(0,0,0,1.00);
    --fade_txt_White:rgba(117, 117, 117, 1);
    --textDark:rgb(255, 255, 255);
    --greenBG:#53af75;
    --greenBorder: #488d57;
    --greenTxt: rgb(52, 199, 123);
    --borderlight:rgb(37, 37, 37) !important;
    --lightBG: #fff;
    --lightGreenBG: rgba(240, 249, 238, 0.8);
    --lightGreenBorder: rgba(229, 237, 228, 0.73);
    --darkBorderlight:rgb(239, 243, 244);
    --darkBG:#ffffff;
    --darkBGFade:#efefef;
    --darkBGShaded:#f0f7fd;
    --gradientGreen:#dafec6;
    --gradientyblue:#dce8ff;
    --bleColor:#2994f7;
    --gradientyyellow:#ffde23;
    --like:#f56950;
    --likebg:#fdc3b9;
    --primary-button-text-color:#fff;
    --primary-button-text-color-hover:rgb(4, 17, 29);
    --primary-button:#2994f7;
}



/* Light mode */

:root{
    /* Light Mode */
    --light-switch-icon: "🌚";
    --light_cardFill: #f8f8f8;
    --light_lightInputbrder: #b3b3b3;
    --light_textWhite: rgba(0,0,0,1.00);
    --light_fade_txt_White:rgba(117, 117, 117, 1);
    --light_textDark:rgb(255, 255, 255);
    --light_greenBG:#53af75;
    --light_greenBorder: #488d57;
    --light_greenBa:#e6ffef;
    --light_greenBaBorder: #beeac8;
    --light_borderlight:rgb(224, 224, 224);
    --light_lightBG: #f7f7f7;
    --light_darkBorderlight:rgba(207, 217, 222, 0.338);
    --light_darkBG:#f7f7f7;
    --light_darkBGFade:#efefef;
    --light_darkBGShaded:#f0f7fd;
    --light_gradientyblue:#dce8ff;
    --light_bleColor:#6798d0;
    --light_zoverTop:9999999999 !important;
    --light_like:#f95235;
    --light_likebg:#f6e9e8;
    --light_primary-button-text-color:#fff;
    --light_primary-button-text-color-hover:rgb(4, 17, 29);
    --light_primary-button:#6798d0;
    --light_hot:#ff801f;
    --input_focus:hsl(206,90%,69.5%);


    /* Dark mode */
    --dark-switch-icon: "🌝";
    --dark_cardFill: #161616;
    --dark_lightInputbrder: #343a3f;
    --dark_textWhite: rgb(228, 228, 228);
    --dark_fade_txt_White:rgb(195, 195, 195);
    --dark_textDark:rgb(4, 17, 29);
    --dark_greenBG:#53af75;
    --dark_greenBorder: #488d57;
    --dark_greenBa:#324653ca;
    --dark_greenBaBorder: #272a28;
    --dark_borderlight:rgb(0, 0, 0);
    --dark_lightGreenBorder: rgba(47, 40, 110, 30%);
    --dark_darkBorderlight:rgba(47, 40, 110, 0.372);
    --dark_darkBG:#000435;
    --dark_darkBGFade:#000110;
    --dark_darkBGShaded:#132047;
    --dark_gradientyblue:#dce8ff;
    --dark_bleColor:#6798d0;
    --dark_zoverTop:9999999999 !important;
    --light_like:#f95235;
    --light_likebg:#f6e9e8;
    --dark_primary-button-text-color:#fff;
    --dark_primary-button-text-color-hover:#fff;
    --dark_primary-button:#6798d0;
    --dark_hot:#ffdd1f;
    

/* Default mode */
    /* --switch-icon: var(--light-switch-icon); */
    --popup: 999999999999;
    --switch-cardFill-color: var(--light_cardFill);
    --switch-lightInputbrder: var(--light_lightInputbrder);
    --switch-textWhite: var(--light_textWhite);
    --switch-fade_txt_White: var(--light_fade_txt_White);
    --switch-textDark:var(--light_textDark);
    --switch-greenBG:var(--light_greenBG);
    --switch-greenBorder:var(--light_greenBorder);
    --switch-greenBa:var(--light_greenBa);
    --switch-greenBaBorder:var(--light_greenBaBorder);
    --switch-borderlight:var(--light_borderlight);
    --switch-lightBG:var(--light_lightBG);
    --switch-darkBorderlight:var(--light_darkBorderlight);
    --switch-darkBG:var(--light_darkBG);
    --switch-darkBGFade:var(--light_darkBGFade);
    --switch-darkBGShaded:var(--light_darkBGShaded);
    --switch-gradientyblue:var(--light_gradientyblue);
    --switch-bleColor:var(--light_bleColor);
    --switch-zoverTop:var(--light_zoverTop);
    --switch-like:var(--light_like);
    --switch-likebg:var(--light_likebg);
    --switch-likebg:var(--light_likebg);
    --switch-primary-button-text-color:var(--light_primary-button-text-color);
    --switch-primary-button-text-color-hover:var(--light_primary-button-text-color-hover);
    --switch-primary-button:var(--light_primary-button);
    --switch-hot:var(--light_hot);
}
    /* Switched mode */
.theme-switch:checked ~ #page {
    /* --switch-icon: var(--dark-switch-icon); */
    --switch-cardFill-color: var(--dark_cardFill);
    --switch-lightInputbrder: var(--dark_lightInputbrder);
    --switch-textWhite: var(--dark_textWhite);
    --switch-fade_txt_White: var(--dark_fade_txt_White);
    --switch-textDark:var(--dark_textDark);
    --switch-greenBG:var(--dark_greenBG);
    --switch-greenBorder:var(--dark_greenBorder);
    --switch-greenBa:var(--dark_greenBa);
    --switch-greenBaBorder:var(--dark_greenBaBorder);
    --switch-borderlight:var(--dark_borderlight);
    --switch-lightBG:var(--dark_lightBG);
    --switch-darkBorderlight:var(--dark_darkBorderlight);
    --switch-darkBG:var(--dark_darkBG);
    --switch-darkBGFade:var(--dark_darkBGFade);
    --switch-darkBGShaded:var(--dark_darkBGShaded);
    --switch-gradientyblue:var(--dark_gradientyblue);
    --switch-bleColor:var(--dark_bleColor);
    --switch-zoverTop:var(--dark_zoverTop);
    --switch-like:var(--dark_like);
    --switch-likebg:var(--dark_likebg);
    --switch-likebg:var(--dark_likebg);
    --switch-primary-button-text-color:var(--dark_primary-button-text-color);
    --switch-primary-button-text-color-hover:var(--dark_primary-button-text-color-hover);
    --switch-primary-button:var(--dark_primary-button);
    --switch-hot:var(--dark_hot);
  }

  .theme-switch { /* Hides the checkbox */
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    z-index: 99999999999999999999999;
  }

  .switch-label {
    cursor: pointer;
    display: flex;
  }
  
  /* .switch-label::before {
    content: var(--switch-icon);
    font-size: 40px;
    transition: text-shadow .2s;
  } */
  
  /* .switch-label::after {
    align-self: center;
    content: var(--switch-text);
    color: var(--switch-shadow-color);
    font-size: 28px;
    line-height: 40px;
    opacity: 0;
    padding-left: 15px;
    transition: opacity .2s;
  } */
  
  .theme-switch:focus ~ #page .switch-label::before,
  .switch-label:hover::before {
    text-shadow: 0 0 15px var(--switch-shadow-color);
  }
  
  .theme-switch:focus ~ #page .switch-label::after,
  .switch-label:hover::after {
    opacity: 1;
  }
  

  /* Animation */
  
@-webkit-keyframes check {
    0% {
      height: 0;
      width: 0;
    }
    25% {
      height: 0;
      width: 7px;
    }
    50% {
      height: 20px;
      width: 7px;
    }
  }
  @keyframes check {
    0% {
      height: 0;
      width: 0;
    }
    25% {
      height: 0;
      width: 7px;
    }
    50% {
      height: 20px;
      width: 7px;
    }
  }
  @-webkit-keyframes expand {
    0% {
      -webkit-transform: scale3d(1, 0, 1);
      opacity: 0;
    }
    25% {
      -webkit-transform: scale3d(1, 1.2, 1);
    }
    50% {
      -webkit-transform: scale3d(1, 0.85, 1);
    }
    75% {
      -webkit-transform: scale3d(1, 1.05, 1);
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      opacity: 1;
    }
  }
  @keyframes expand {
    0% {
      transform: scale3d(1, 0, 1);
      opacity: 0;
    }
    25% {
      transform: scale3d(1, 1.2, 1);
    }
    50% {
      transform: scale3d(1, 0.85, 1);
    }
    75% {
      transform: scale3d(1, 1.05, 1);
    }
    100% {
      transform: scale3d(1, 1, 1);
      opacity: 1;
    }
  }
  @-webkit-keyframes bounce {
    0% {
      -webkit-transform: translate3d(0, -25px, 0);
      opacity: 0;
    }
    25% {
      -webkit-transform: translate3d(0, 10px, 0);
    }
    50% {
      -webkit-transform: translate3d(0, -6px, 0);
    }
    75% {
      -webkit-transform: translate3d(0, 2px, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @keyframes bounce {
    0% {
      transform: translate3d(0, -25px, 0);
      opacity: 0;
    }
    25% {
      transform: translate3d(0, 10px, 0);
    }
    50% {
      transform: translate3d(0, -6px, 0);
    }
    75% {
      transform: translate3d(0, 2px, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }





















body{
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    /* background-color: var(--switch-darkBG); */
}
#page {
    background: var(--switch-darkBG);
    /* min-height: 100%; */
    transition: color .2s, background-color .2s;
  }
  input[type="button" i] {
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    /* color: var(--switch-textWhite)!important; */
    cursor: pointer;
    /* padding: 1px 6px; */
    border-width: 1px;
    border-style: inset;
    border-color: transparent;
    border-image: initial;
}
.accordion-button {
    font-weight: 500 !important;
}
.accordion-button:not(.collapsed) {
    color: var(--switch-textWhite) !important;
    /* background-color: #f00000 !important; */
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../img/svg/chevron-up.svg") !important;
    background-repeat: no-repeat;
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.35rem !important;
    height: 1.35rem !important;
    margin-left: auto;
    content: "";
    background-image: url("../img/svg/chevron-up.svg") !important;
    background-repeat: no-repeat;
    background-size: 1.7rem !important;
    transition: transform .2s ease-in-out;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
.accordion-button:focus {
    /* z-index: 3; */
    border-color: transparent !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent !important;
}
a:hover{
    color: var(--switch-fade_txt_White) !important;
}
.fa{
    color:rgb(183, 183, 183) !important;
}
.fa-times{
    color:rgb(183, 183, 183);
}
.greenText{
    color:var(--switch-textDark) !important;
}
.greenText:hover{
    color:var(--greenBorder) !important;
}

::-webkit-scrollbar {
width: 15px;
height: 13px;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
::-webkit-scrollbar-thumb {
background-color: var(--switch-bleColor);
border-radius: 20px;
border: 4px solid transparent;
background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
background-color:var(--switch-gradientyblue);
}
/* Utility classes */
.flex{
    display: flex;
    gap: var(--gap, 1rem);
}
.flexrow{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.p1,.m1{
  padding: 1rem;
}
.p2{
  padding: 2rem;
}
.p3{
  padding: 3rem;
}
.pt1{
  padding-top: 1rem;
}
.pt2{
  padding-top: 2rem;
}
.pb1{
  padding-bottom: 1rem;
}
.m2{
  margin: 2rem;
}
.m3{
  margin: 3rem;
}
.mt1{
  margin-top: 1rem;
}
.mt2{
  margin-top: 2rem;
}
.page-loader{
}
.prev_page, .next_page{
  background-color:var(--switch-borderlight);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  padding: .5rem 2rem;
  font-size: 15px;
  border: 1px solid var(--switch-darkBGShaded);
}
.flex_center{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content:center;
    align-items:center;
} 
.primary_logo{
    display: flex;
    justify-content:left;
    width: 170px;
    height:60px;
    padding-top: 1px;
}
/* Primary header */
.logo{
    padding-block: 10px;
    /* padding-top: 5px !important; */
    display: flex;
    justify-content:left;
    justify-content: center;
    font-weight: 600 !important;
    font-size: 25px;
    color: var(--switch-textWhite);
    letter-spacing: 1px;

}
.logoimg{
    width: 40px;
    height: 40px;
    padding: 5px;
}
.logoimg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.primary_logo img{
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.primary-header{
    position: -webkit-sticky;
    /* position: fixed; */
    width: 100%;
    z-index: 999999999;
    background: transparent;
    /* background:var(--darkBGFade); */
    align-items: center;
    justify-content: space-between;
    /* box-shadow: rgb(4 17 29 / 25%) 0px 0px 8px 0px; */
    max-width: 100vw;
    height: 72px;
    padding-left: 4rem;
    padding-right: 4rem;
    /* margin-bottom: 2rem; */
}
.wrapa{
    /* position: -webkit-sticky; */
    position: fixed;
    z-index: 999999999;
    background:var(--switch-darkBG);
    box-shadow: rgba(62, 138, 97, 0.25) 0px 0px 8px 0px;
    width: 100%;
    /* height: 92px; */
    /* margin-bottom: 2rem; */
}

/* Category slidder under header */
.MenuNavBarsContainer{
    float: left;
      width: 100%;
       position: relative;
      z-index: 6;
  }
  .MenuNavBarsContainerPadding{
    padding: 5px 4rem;
    padding-bottom: 0;
    /* background-color: red; */
  }
  .MenuNavBarsContainerInner{
    width: 100%;
    height: 40px;
    padding: 0px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap; 
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;  
  }
  .MenuNavBarsContainerInner ul{
    padding: 0;
    float: left;
    overflow: hidden;
    flex-wrap: no-wrap;
    animation: scollLeft 70s linear 0s infinite;
    position: relative;
    box-sizing: border-box;
    display: flex;
  }

  /* Animation */
/* #container ul {
    width: 100%;
    right: 0;
    top: 0;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: no-wrap;
    animation: scollLeft 70s linear 0s infinite;
} */

@keyframes scollLeft {
    from {
        right: 0;
    }
    to {
        right: 100%;
    }
}



  .MenuNavBarsContainerInner li{
    display: inline-block;
    list-style: none;
    padding-left: 0; 
  }
  .MenuNavBarsContainerInner a{
    padding: 0;
     padding:1em;
     font-size: 14px;
     font-weight: 400 !important;
     text-transform: capitalize;
     color: var(--switch-textWhite);
     text-decoration: none;
  }
.search_ba{
    /* background-color: greenyellow; */
    width:500px;
    position: relative;
}
.search_it{
    height:3rem;
    width: 100%;
    min-width: 0px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    transition-property: none;
    transition-duration: 220ms;
    font-size: 1rem;
    -webkit-padding-start: 3rem;
    padding-inline-start: 3rem;
    -webkit-padding-end: 3rem;
    padding-inline-end: 3rem;
    border-radius: 333px;
    border: 2px solid;
    border-color: var(--switch-darkBorderlight);
    background: var(--switch-darkBGShaded);
    padding-left: 2.8rem !important;
    padding-right: 1rem !important;
    color: var(--switch-textWhite);
    font-weight: 500;
}
.search_it:hover{
    background: var(--switch-darkBGFade);
}
.search_it:focus{
    color: var(--switch-textWhite);
}
.css-wig88s {
    left: 0;
    width: 3rem;
    height: 100%;
    font-size: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    z-index: 2;
    color: #c3c7d4;
}
.css-n5gr1q {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    line-height: 1em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: currentColor;
    vertical-align: middle;
}

.primary-navigation{
    list-style: none;
    padding:2rem;
    margin:0;
    color: var(--switch-textWhite);
}
.primary-navigation li a{
    padding: 8px 12px;  
    color: var(--switch-textWhite);
    font-weight: 400;
    font-size: .8rem;
    white-space: nowrap;
}
.primary-navigation li a:hover{
    color: var(--textWhite) !important;
    background-color:var(--switch-darkBGShaded);
    border-radius: 2222px;
}
.mobile-nav-toggle{
    display:none;
}
.login{
    color:#fff !important;
    background-color:#6798d0;
    border-radius: 50px;
}
.bal_{
  border-radius: 3px;
  border: 2px solid var(--switch-bleColor);
  font-weight: 600;
  font-size: 18px;
  padding:.4rem 1rem;
  color: var(--switch-bleColor);
  right: 4.1rem;
  cursor: pointer;
}
/* Profile nav toggle */
.profile-nav-toggle{
    /* display:block;
    position: absolute;
    z-index: 99; */
    width:2.5rem;
    background:url("../img/svg/user.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center ;
    aspect-ratio: 1;
    border:0;
    /* background-color: rgb(242, 242, 242); */
    top: .9rem;
    right: 4.1rem;
    border-radius: 5px;
    color:var(--switch-textWhite);
    padding:.6rem;
    cursor: pointer;
    
}
/* Dark mode toggle */
.dark-mode-toggle{
    width:2.5rem;
    background:url("../img/svg/sun.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center ;
    aspect-ratio: 1;
    border:0;
    /* background-color: rgb(242, 242, 242); */
    top: .9rem;
    right: 4.1rem;
    border-radius: 5px;
    padding:.6rem;
    cursor: pointer;
}
.dark-mode-togglefocus{
    width:2.5rem;
    background:url("../img/svg/sun_fill.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center ;
    aspect-ratio: 1;
    border:0;
    top: .9rem;
    right: 4.1rem;
    border-radius: 5px;
    padding:.6rem;
    cursor: pointer;
}

.primary-navigation a {
    text-decoration: none; 
    list-style: none;
}
.search_toggle{
    padding:.6rem;
    border-radius: 5px;
    position: relative;
    margin-left: .5rem;
    cursor: pointer;
    display:none;
}
.css-n5gr1q2{
    width: 2.4rem;
    height: 2.4rem;
    stroke-width: 2px;
    display: inline-block;
    line-height: 1em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    vertical-align: middle;
}
.mobile-search-toggle{
    display:block;
    position: absolute;
    z-index: 999992;
    width:2.8rem;
    /* background: url('../img/hamburger.png') no-repeat fixed center; */
    background:url("../img/svg/close.svg");
    background-repeat: no-repeat;
    background-position:center ;
    aspect-ratio: 1;
    border:0;
    top: .9rem;
    right: 1rem;
    border-radius: 5px;
    color:var(--switch-textWhite);
    padding:.6rem;
    display:none; 
}


button, input {
    overflow: visible;
}


[type=reset], [type=submit], button {
    -webkit-appearance: button;
    background-image: none;
}
button, input, optgroup, select, textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}
button, [role="button"] {
    cursor: pointer;
}
button {
    background: transparent;
    padding: 0;
}
#login2{
  display: none;
}



 @media (max-width:62em) {

    
    .primary-navigation {
        --gap: 2em;
        position: fixed; 
        z-index: 1000;
        inset: 0 0 0 30%;
        flex-direction: column;
        padding: min(30vh, 10rem) 2em;
        transform: translateX(100%);
        transition: transform 200ms ease-out;
        /* background:var(--switch-darkBGFade); */
        background-color: red;
        
    }   
    @supports(backdrop-filter: blur(1rem)){
        .primary-navigation{
            background:var(--switch-darkBGShaded);
            /* backdrop-filter: blur(1rem); */
        }
        
    }
    
    .primary-navigation[data-visible='true'] { 
        transform: translateX(0%);
    }
    .mobile-nav-toggle{
        display:block;
        position: absolute;
        z-index: 9999;
        width:2rem;
        background:url("../img/svg/hamburger.svg");
        background-repeat: no-repeat;
        background-position:center ;
        aspect-ratio: 1;
        border:0;
        top: 1rem;
        right: 1rem;
        border-radius: 5px;
        color:#fff;
        padding:.6rem;
        
    }
    .mobile-nav-toggle:focus{
        outline: none;
    }
    .mobile-nav-toggle[aria-expanded="true"]{
        background:url("../img/svg/close.svg");
        background-repeat: no-repeat;
        background-position:center ;
    }
    .bal_{
      border-radius: 3px;
      border: 2px solid var(--switch-bleColor);
      font-weight: 600;
      font-size: 15px;
      padding: .3rem .4rem;
      color: var(--switch-bleColor);
      right: 8rem;
      cursor: pointer;
      position: relative;
    }

    /* Mobile Search Toggle */
    .mobile-search-toggle {
        display: block;
        position: absolute;
        z-index: 999992;
        width: 1.5rem;
        /* background: url(../img/hamburger.png) no-repeat fixed center; */
        background: url(../img/svg/close.svg);
        background-repeat: no-repeat;
        background-position: center;
        aspect-ratio: 1;
        border: 0;
        /* background-color: var(--darkBGFade); */
        top: 1.2rem;
        right: 1rem;
        border-radius: 5px;
        color: var(--textWhite);
        padding: 0.6rem;
        display: none;
    }
    /* Dark Mode Toggle */
    .dark-mode-toggle{
        display:block;
        position: absolute;
        z-index: 99;
        width:2rem;
        /* background:url("../img/svg/user.svg"); */
        background-repeat: no-repeat;
        background-size: contain;
        background-position:center;
        aspect-ratio: 1;
        border:0;
        top: 1rem;
        right: 3.5rem;
        border-radius: 5px;
        padding:.6rem;
    }
    /* Dark Mode Toggle */
    .dark-mode-togglefocus{
        display:block;
        position: absolute;
        z-index: 99;
        width:2rem;
        /* background:url("../img/svg/user.svg"); */
        background-repeat: no-repeat;
        background-size: contain;
        background-position:center;
        aspect-ratio: 1;
        border:0;
        top: 1rem;
        right: 3.5rem;
        border-radius: 5px;
        padding:.6rem;
    }
    /* Mobile nav toggle */
    .search_toggle{
        display:block;
        position: absolute;
        z-index: 99;
        width:2rem;
        background-repeat: no-repeat;
        background-size: contain;
        background-position:center;
        aspect-ratio: 1;
        border:0;
        top: 1rem;
        right: 7.5rem;
        border-radius: 5px;
        padding:.6rem;
        
    }
    .wrapa{
        /* position: -webkit-sticky; */
        position: fixed;
        z-index: 999999999;
        background:var(--switch-darkBG);
        box-shadow: rgb(4 17 29 / 25%) 0px 0px 8px 0px;
        max-width: 100vw;
        /* height: 92px; */
        /* margin-bottom: 2rem; */
    }
    .primary-header{
        /* position: -webkit-sticky; */
        /* position: fixed; */
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 100vw;
        height: 62px;
        right: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        background-color: transparent;
        /* background-color: red; */
    }


    /* Category slidder under header */
.MenuNavBarsContainer{
    float: left;
      width: 100%;
       position: relative;
      z-index: 6;
  }
  .MenuNavBarsContainerPadding{
    padding: 5px 1rem;
    padding-bottom: 0;
  }
  .MenuNavBarsContainerInner{
    width: 100%;
    height: 40px;
    padding: 0px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap; 
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;  
  }
  .MenuNavBarsContainerInner ul{
    padding: 0;
    float: left;
    overflow: hidden;
  }
  .MenuNavBarsContainerInner li{
    display: inline-block;
    list-style: none;
    padding-left: 0; 
  }
  .MenuNavBarsContainerInner a{
    padding: 0;
     padding:.5em;
     font-size: 13px;
     font-weight: 400 !important;
     text-transform: capitalize;
     color: var(--switch-textWhite);
     text-decoration: none;
  }


    .search_ba{
        width:0%;
        left: -2rem;
        height:70px;
        display: flex;
        align-items:center;
        justify-content: center;
        position: absolute;
        z-index: 99999;
        background:var(--switch-darkBG)
    }
    .search_it{
        height:3rem;
    
        width: 100%;
        min-width: 0px;
        outline: 2px solid transparent;
        outline-offset: 2px;
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        transition-property: none;
        transition-duration: 220ms;
        font-size: 1rem;
        -webkit-padding-start: 3rem;
        padding-inline-start: 3rem;
        -webkit-padding-end: 3rem;
        padding-inline-end: 3rem;
        border-radius: 333px;
        border: 2px solid;
        border-color: transparent;
        padding-left: 2.5rem;
        font-weight: 500;
    }

    .css-wig88s {
        left: 0;
        width: 3rem;
        height: 100%;
        font-size: 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: absolute;
        top: 0px;
        z-index: 2;
    }
    .css-n5gr1q {
        /* width: 1.5rem;
        height: 1.5rem; */
        display: inline-block;
        line-height: 1em;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        color: currentColor;
        vertical-align: middle;
    }
    
    .primary-navigation{
        list-style: none;
        padding:2rem;
        margin:0;
    }
    .primary-navigation li a{
        padding: 12px 25px;
        /* color: #333; */
        font-weight: 500;
        font-size: 1rem;
    }
    .prof_pop_container_card{
        margin:0 auto;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 3rem;
        width: 100%;
        outline: transparent solid 2px;
        outline-offset: 2px;
        border-radius: 10px;
        color: inherit;
        margin-top: 3.75rem;
        margin-bottom: 3.75rem;
        z-index: 9999999;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        max-width: 400px;
    }





 }
 @media (max-width: 62rem) {
    #login2{
      display: block;
    }
    .search_ba{
        /* background-color:var(--darkBG);; */
        width:0%;
        left: -20rem;
        height:70px;
        display: flex;
        align-items:center;
        justify-content: center;
        position: absolute;
        z-index: 99999;
    }
    .primary_logo{
        display: flex;
        justify-content:left;
        width: 150px;
        height:50px;
    }

    .primary_logo img{
        margin: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

      /* Mobile nav toggle */
      .search_toggle{
        display:block;
        position: absolute;
        z-index: 99;
        width:2rem;
        /* background: url('../img/hamburger.png') no-repeat fixed center; */
        /* background:url("../img/svg/user.svg"); */
        background-repeat: no-repeat;
        background-size: contain;
        background-position:center;
        background-color: transparent;
        aspect-ratio: 1;
        border:0;
        top: .2rem;
        right: 7rem;
        border-radius: 5px;
        color:#fff;
        padding:.6rem;
        
    }
    .prof_pop_container_card{
        margin:0 auto;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 3rem;
        width: 100%;
        outline: transparent solid 2px;
        outline-offset: 2px;
        border-radius: 10px;
        color: inherit;
        margin-top: 3.75rem;
        margin-bottom: 3.75rem;
        z-index: 9999999;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        max-width: 400px;
    }
 }

 @media (max-width: 43rem) {
    #login2{
      display: block;
    }
    .search_ba{
        background:var(--switch-darkBG);
        width:0%;
        left: -20rem;
        height:70px;
        display: flex;
        align-items:center;
        justify-content: center;
        position: absolute;
        z-index: 99999;
    }
    .primary_logo{
        display: flex;
        justify-content:left;
        width: 120px;
        height:50px;
    }
    .logo{
        font-size:25px;
    }
    .logoimg{
        width: 35px;
        height: 35px;
        padding: 3px;
    }
    .logoimg img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .primary_logo img{
        margin: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

     /* Mobile nav toggle */

    .prof_pop_container_card{
        margin:0 auto;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 0rem;
        width: 100%;
        height: 100%;
        outline: transparent solid 2px;
        outline-offset: 2px;
        border-radius: 10px;
        color: inherit;
        margin-top: 0rem;
        margin-bottom: 0rem;
        z-index: 9999999;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        max-width: 500px;
    }
    .profitems{
        font-size: 1rem;
    }

    .tot_balance{
        font-size: 14px !important;
        font-weight: 500 !important;
        /* color:var(--fade_txt_White); */
        text-align:center !important;
    }
    .bal{
        font-size: 20px !important;
        font-weight: 600 !important;
        /* color: var(--textWhite) !important; */
        text-align:center !important;
    }
    .funds_btn{
        font-size: 14px;
        font-weight: 600;
        padding: 8px 18px;
        margin-top: 1rem;
    }
    .waladdress {
        width: 100%;
        overflow: hidden;
        display: flex;
        padding: 10px;
        justify-content: flex-start;
        font-size: 1.3rem;
        line-height: 1.2rem;
        text-align: left;
    }








 }