html{

}
#page-content {
  transition: transform 0.3s ease;
}

.offcanvas-shown #page-content {
  transform: translateX(250px); /* Adjust width as needed */
}

h1,h2,h3,h4,h5,h6{
    padding: 0;
    margin:0;
     font-family: "Mona Sans", sans-serif;
}
.btn-close {
    --bs-btn-close-color: #fff;
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;

    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
}
.over_21_btn{
    background: green;
    color: white;
    padding: 10px 30px;
        font-size: 12px;
}
.under_21_btn{
     background: red;
         color: white;
    padding: 10px 30px;
    font-size: 12px;
}.modal-content{
    padding: 20px;
}
.catalog_item_link{
    text-decoration: none;
    margin: 5px;
    font-size: 12px;
    transition: all .5s;
}

.catalog_item_link:hover{
    text-decoration: none;
    margin: 5px;
    font-size: 12px;
    transition: all .5s;
    color: #222;
    outline: none;
}
.catalog_item_link:focus{
    text-decoration: none;
    margin: 5px;
    font-size: 12px;
    transition: all .5s;
    color: #222;
    outline: none;
}
.catalog_item_link:active{
    text-decoration: none;
    margin: 5px;
    font-size: 12px;
    transition: all .5s;
    color: #222;
    outline: none;
}
.brand_profile_misc_menu{
    padding: 0;
    margin:0;
    list-style: none;
}
.brand_profile_misc_menu li {
    display: inline;
    font-size: 12px;
}
.brand_profile_misc_menu li  a{
    display: inline;
    font-size: 12px;
}
.waydo{
    background: white;
    border-radius: 14px;
}




body{
    font-family: "Mona Sans", sans-serif;
    background:#fff;
    --page-heading-color:#000;
    --page-border-color:#999;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;



      overflow-x: hidden;
}




#profile_heading{
     color: var(--text-color-green);
  font-weight: 900;
  letter-spacing: -2px;
}
#page_heading  {
  color: var(--text-color-green);
  font-weight: 900;
  letter-spacing: -2px;
}
#headline_heading  {

  color: var(--page-heading-darker-color);
font-weight: 300;
}
#tagline_heading{
      color: var(--page-heading-darker-color);
font-weight: 300;
}





.nav-tabs .nav-link {
    margin-bottom: calc(-1* var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    font-size: 12px;
}

.login_page_bg{
    background-image: url('/static/imgs/login-page-bg.jpg') ;
    background-size: 100%;
    height: 100%;
    width: 100%;
}





p{
    color: var(--text-color-lightgrey);
}






a{
    color: var(--text-color-lightgrey);
    text-decoration: none;
}





.material-symbols--verified {
  display: inline-block;
  width: .8em;
  height: .8em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2339FF14' d='m8.6 22.5l-1.9-3.2l-3.6-.8l.35-3.7L1 12l2.45-2.8l-.35-3.7l3.6-.8l1.9-3.2L12 2.95l3.4-1.45l1.9 3.2l3.6.8l-.35 3.7L23 12l-2.45 2.8l.35 3.7l-3.6.8l-1.9 3.2l-3.4-1.45zm2.35-6.95L16.6 9.9l-1.4-1.45l-4.25 4.25l-2.15-2.1L7.4 12z'/%3E%3C/svg%3E");
}































.light_gray_section_background{
    background: white;
}

.login_form_wrapper{

    margin-top: 180px;
    margin-bottom: 150px;

}
.login_form_card{
    background: white;
border: none;


}


.login_form_table tr td{background: white;}






.border_right{
border-right: 1px dotted #f0f0f0;
}

.koko{
    z-index: 9999;
}

.keke{
    z-index: 9999;
}


::placeholder{

    color:var(--text-color-green);
}


.form-control {
    border:1px solid #018223;
    color: var(--text-color-lightgrey);
    margin-bottom: 5px;
    background: var(--bkg-color-dark-grey);
    color: var(--text-color-green);
    font-size: 12px;

}
.form-control:hover {
    outline: none;
   box-shadow: inset 0px 0px 6px 3px var(--bkg-color-gr);
    color: var(--text-color-lightgrey);
    border:1px solid #018223;
    box-shadow: -1px -2px -3px -10px #333;
     background: var(--bkg-color-dark-grey);
}
.form-control:focus {
    outline: none;
    color: var(--text-color-lightgrey);
   box-shadow: inset 0px 0px 6px 3px var(--bkg-color-gr);
    border:1px solid #018223;
    box-shadow: -1px -2px -3px -10px #333;
background: var(--bkg-color-dark-grey);
}
.form-control:active {
    outline: none;
  box-shadow: inset 0px 0px 6px 3px var(--bkg-color-gr);
    color: var(--text-color-lightgrey);
    border:1px solid #018223;
    box-shadow: -1px -2px -3px -10px #333;
      background: var(--bkg-color-dark-grey);

}








.footer{
    background: var(--bg-dg-color);
      border-top: 1px solid #458E0C
;
        padding: 50px 0px;
}



.filler{
    height: 20px;
}
.main-nav{

    padding: 10px;
    border-bottom: 1px solid #458E0C;
}











::selection{
    background: #026e15;
    color: white;
}

.center{
    text-align: center;
}
.button {
    border: none;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
}
.sm{
    font-size: 10px;
    padding: 7px 16px;
    border-radius: 3px;
}
.md{
    font-size: 12px;
    padding: 9px 19px;
    border-radius: 5px;
}
.lg{
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 7px;

}

.full {
    width: 100%;
}
.green{
    background: #018711;
    color: white;
}
.red{
    background: #c20000;
    color: white;
}
.orange{
    background: #d43d02;
    color: white;
}


.login_with_x_btn{
    background: #0f7d01;
    color: white;
    margin-bottom: 3px;

}
.login_with_x_btn:hover{
    background: #0f7d01;
    color: #ddd;
    margin-bottom: 3px;

}
.login_with_f_btn{
    background: #138f03;
    color: white;
    margin-bottom: 3px;
}
.login_with_f_btn:hover{
    background: #138f03;
        color: #ddd;

    margin-bottom: 3px;
}
.login_with_g_btn{
    background: #0d6601;
    color: white;
    margin-bottom: 3px;
}
.login_with_g_btn:hover{
    background: #0d6601;
       color: #ddd;

    margin-bottom: 3px;
}
.login_btn{
    background: #094a01;
    color: white;
    padding: 9px 19px;
    margin-bottom: 3px;
}
.create_account_btn{
    background: #094a01;
    color: white;
    margin-bottom: 3px;
}

      .jaba{

      }
      .search_app_form_tf{
        float: left;
        background: var(--bkg-color-dark-grey);
      }
      #search_app_form_btn{
        float: right;
        background: white;
        position: absolute;
        padding: 1px;
        margin-left: -27px;
        margin-top: 2px;
        border: none;


      }
      hr{
    padding: 0;
    border-top: 1px dotted var(--page-border-color);
    margin: 0;
}



.follow_badge{
    background: blue;
    color: white;
    padding: 2px 10px;
    width: 100%;
}
.following_badge{
background: green;
color: white;
    padding: 2px 10px;
}
.strain_type_label{
    margin: 7px;
    position: absolute;

}


#strain_label_indica{
background: #00a62c;
    color: white;
    padding: 2px 5px;
    width: 26px;
    font-size: 10px;
    border-radius: 3px;

}
.strain-table{}
.strain-feelings-table{}
.table tr td{
    padding: 0;
    border: none;
}
.bordered-bottom{
    border-bottom: 1px solid #EEEEEE;
}

#strain_label_sativa{
    background: #018223;
    color: white;
    padding: 2px 5px;
    width: 26px;
  font-size: 10px;
         border-radius: 3px;
}
#strain_label_hybrid{
background: #015918;
    color: white;
    padding: 2px 5px;
        width: 26px;
font-size: 10px;
         border-radius: 3px;
}
.newsletter_subscription_form_tf{
    width: 100%;
}



      #newsletter_subscription_form_btn{
        background: none;
        border: none;
        color: #018711;
        position: relative;
        margin-left: -135px;
      }












                                    .profile_follow_link{
                                        width: 25%;
                                        float: right;
                                    }





.logo{
    text-transform: uppercase;
    letter-spacing: -1px;
}
.db_logo_style {
    color:#105700;
    font-weight: 900;
}
.radius_sm{
    border-radius: 3px;
}
.radius_md{
    border-radius: 10px;
}
.radius_lg{

}
.catalog_image_radius_md{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
img:focus{
    outline: none;
}
img:active{
    outline: none;
}
.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: #ddd;
    --bs-nav-tabs-border-radius:0;
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color:#666;
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
    margin: 0;

    color: #666;
}
.nav-link:focus {
    color: #666;
      font-weight: 600;
}
.nav-link:active {
    color: #666;
      font-weight: 600;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #666;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    border-left:1px solid #ddd;
    border-bottom:none;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: none;
    border:none;
 
    color: green;
}
.close, .close:focus, .close:hover {
    color: #fff;
    text-decoration: none;
    opacity: .75;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;

    background-clip: padding-box;
    border: none;
    border-radius:none;
    outline: 0;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    background: white;
}
.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)* .5);
    background-color: white;
    border:none;
}

.modal-backdrop
{
    opacity:0.2 !important;
    background: #000;
}



.create_account_form_card{
      margin-top: 180px;
      margin-bottom: 380px;
}
.contact_form_card{
          margin-top: 180px;
      margin-bottom: 180px;
}
.create_account_form_card{

}

.xs{
    font-size: 8px;
}
.front_page_section_heading{
    font-size: 13px;
    font-weight: 500;

}




.main_menu{
    padding: 0;
    margin: 0;
    list-style: none;

}
.main_menu li {
    display: inline;
}
.main_menu li a{
    text-decoration: none;
    margin-right: 15px;
    text-transform: capitalize;
}
.main_menu li a:hover{
    text-decoration: none;
    margin-right: 15px;
    text-transform: capitalize;
    color: #666;
}











.main_menu_right{
    padding: 0;
    margin: 0;
    list-style: none;

}
.main_menu_right li {
    display: inline;
}
.main_menu_right li a{
    text-decoration: none;
    margin-left: 15px;
    text-transform: capitalize;
}
.main_menu_right li a:hover{
    text-decoration: none;
   margin-left: 15px;
    text-transform: capitalize;
    color: #666;
}

.zaga{
    margin-left: 15px;
}






.dispensary_menu{
    padding: 0;
    margin: 0;
    list-style: none;
}
.dispensary_menu li{
color: #999;
font-size: 12px;
margin-bottom: 10px;
}


































#dispensaries_table{

}
#dispensaries_table tr {
border: 1px solid #ddd;
}
#dispensaries_table tr td{
    border: 1px solid #ddd;
    padding-left: 12px;
    font-size: 10px;
}

#ai_tools_heading{
    font-weight: 300;
}

.dispensaries_search_form_box{
    width: 300px;
}
.dispensaries_searhc_form_btn{
    margin-left: -30px;
    margin-top: 3px;
    float: left;
    background: none;
    border: none;
}
#dispensaries_search_tf{
    float: left;
}


#browse_section{
    background: #fafafa;
    padding: 20px 0px;
}

.card_white{
    background: #fff;

    margin-bottom: 20px;
    border-radius: 5px;
    transition:  .1s;
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.card_white:hover{
    background: #fff;
  transition:  .1s;
box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px 0px;
    border-radius: 5px;

}

.no_border{
    border: none;
}


.filter_heading{
    font-size: 13px;
    font-weight: 600;
}

select .sort_by_filter{
        padding: 0;
}


/* Style all checkboxes */
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #4CAF50; /* Change checkbox color */
    cursor: pointer;
   float: left;
}

/* Custom checkbox styling */
.custom-checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
font-size: 12px;
    color: #333;
    float: left;
    margin-left: 10px;
}

/* Space between checkboxes */
.form-check {
    margin-bottom: 10px;
}

.view_layouts_menu{
    padding: 0;
    margin:0;
    list-style: none;
}
.view_layouts_menu li {
    display: inline;

}
.view_layouts_menu li a{
   border: 1px solid green;
   border-radius: 3px;
}











.accordion {
background: var(--bkg-color);
  color: #444;
  font-weight: 700;
  cursor: pointer;
  padding:5px 0px;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right:none;
  border-bottom: 1px dotted var(--page-border-color);
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-family: "Mona Sans", sans-serif;
}

.active, .accordion:hover {
background: var(--bkg-color);
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding-top: 15px;
background: var(--bkg-color);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}














    #t_p_m{
        width:74px;
        float: right;
        margin-right: 5px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .right{
        text-align: right;
    }
    #t_p_m_v{
        border:1px solid #036e1c;
        background: green;
        color: #f7edd0;
        float: left;
        width: 50px;
        font-size: 10px;
        font-weight: 600;
        text-align: center;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    #t_p_l{
        border:1px solid #d4d4d4;
        background: #ddd;
        float: right;
        width: 24px;
        color: #333;
        font-size: 10px;
        font-weight: 900;
        text-align: center;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }


    #t_p_p{
        width: 74px;
        float: right;
        font-size: 10px;
        font-weight: 600;
        text-align: center;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    #t_p_p_v{
        border:1px solid #036e1c;
        background: green;
        color: #f7edd0;
        float: left;
        width: 50px;
        font-size: 10px;
        font-weight: 600;
        text-align: center;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    #t_p_p_l{
        border:1px solid #d4d4d4;
        background: #ddd;
        float: right;
        color: #333;
        width: 24px;
        font-size: 10px;
        font-weight: 900;
        text-align: center;
            border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
button.active, .accordion  {
    background: var(--bkg-color);
}





                    #sativa_mark{
                        background: #018223;
                        color: white;
                        padding: 2px 10px;
                    }
                    #indica_mark{
                        background: #00a62c;
                        color: white;
                        padding: 2px 10px;
                    }
                    #hybrid_mark{
                        background: #015918;
                        color: white;
                        padding: 2px 10px;
                    }



.fafa{
    margin-top: 15px;
}


                        .zabyzaby{
        font-weight: 300;
        background: var(--bkg-color);
    }



    .percentage_mark_lbl{
        background: #666;
        color: #fcfae1;
        padding: 1px 7px;
        font-size: 12px;
     border:1px solid #444;
  font-weight: 700;
        border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
    }

        .percentage_mark{
       font-weight: 700;
        color: #000;
          padding: 1px 7px;
        font-size: 12px;
     border:1px solid #ede1b9;
        margin-left: -5px;
        border-left: none;
                border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
    }



.dispensary_details_list{
    margin:  20px 0px;
    list-style:  square;
    width: 100%;

}
.dispensary_details_list li{
    margin-bottom: 10px;
    font-size: 13px;


}

.no_bullets{
    list-style: none;
}
.p_md{
    font-size: 1px;
}












    /* Space between the icon and text */
    #toggle-mode i {

    }

    /* Example of elements that might use PNG icons */
    .theme-icon {
      width: 50px;
      height: 50px;
    }
































  :root {
  --side-panel: 400px;
  --side-color: white;
}

*, ::before, ::after {
  box-sizing: border-box;
}

:focus {
  outline: 3px solid #3d68a7;
}

::-moz-focus-inner {
  border: 0;
}




.navMenu {
  width: var(--side-panel);
  color: var(--side-color);
  background: #fff;
  overflow: hidden;
  position: fixed;
  height: 100%;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;

  transition: width .4s linear;
  z-index: 10;
}

.closeBtn {
  position: absolute;
  top: 5px;
  right: 10px;
  color: black;
  padding: 0 5px;


}

.hamburger {
  position: absolute;
  top: 10px;
  left: 12px;
  padding: 0 5px 4px;
  z-index: 12;
  transition: margin .4s linear;
}

.hamburger-z {
  z-index: 1;
}

.hidden {
  width: 0;
}

.vh {
  visibility: hidden;
}

button {
  font-size: 2em;
  background: none;
  border: none;
  cursor: pointer;
}


.navMenu a {
  text-decoration: none;
  font-weight: bold;
  color: inherit;
  font-size: 1.2em;
}

.navMenu a:hover {
  border-bottom: solid 1px;
}


h1 {
  margin: 0;  
}

.main-right {
  padding-left: 4em;  
}

.menuOpen {
  margin-left: var(--side-panel);
}

.overlay {
  position: fixed;
  z-index: 8;
  top: 0;
  right: 0;
  left: var(--side-panel);
  bottom: 0;
  background: rgba(0,0,0,0);
  height: 100%;
  border-left:1px solid #ddd;
}

@media (max-width: 280px) {
  .navMenu {
    width: 100%;
  }

  .menuOpen {
    margin-left: 0;
  }

}






























#theme-select{
    width: 50%;
}


 
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
}
 
.sidenav a:hover, .offcanvas a:focus{
    color: orangered;
}
 
.sidenav .closebtn {

    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
 
#main {
    transition: margin-left .5s;
    padding: 0px;
}
 
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
    .overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      display: none;
      z-index: 999;
    }





    .ko{
        bottom: 0;
        position: absolute;
    }