@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Manrope:wght@200..800&display=swap');
:root {
  --main: #003974;
  --secondary: #ffbe0b;
  --secondary_hover: #ffef6a;
  --white: #fff;
  --black: #000;
  --container: #f8f8f8;
  --activebg: #b59450;
  --dropdownitem: #5b6166;
  --nav-active-focus-hover: #ffffff26;
  --inputBG: #eeedf0;
  --itemLabel: #888997;
  --font-green: #405b44;
  --brown-bg: #cfc8b8;
  --border-main: #8f856e;
  --heading-black: #3a3a3a;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight:normal;
  font-style: normal;
}

body {
  min-height: 100vh;
  background-color: #f8f8f8;
}

.font-green {
    color: var(--font-green);
}

.gold-color {
    color: var(--activebg);
}

.black-heading {
  color: var(--heading-black);
}

.green-panel {
  background: #e1e7e1;
  padding: 10px;
  border-radius: 10px;
}


.accepted {background-color: #3cb5ea;}
.pending { background-color: #ff642e;}
.ready { background-color: #058ec9;}
.cancelled { background-color: #e2445c;}

.manrope{
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight:normal;
  font-style: normal;
}

.barlow-condensed-thin {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-condensed-thin-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-light-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-condensed-medium-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-condensed-semibold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-condensed-extrabold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-condensed-black-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.bold {
    font-weight: bold;
  }
  
  .side-navbar {
    width: 220px;
    height: 100%;
    position: fixed;
    margin-left: -300px;
    background-color: var(--main);
    transition: 0.5s;
    background-image: url('/assets/nuum_assets/side_nav_bg.png'); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-radius: 0;
  }
  
  .nav-link:active,
  .nav-link:focus,
  .nav-link:hover {
    background-color: var(--nav-active-focus-hover);
  }
  
  .my-container {
    transition: 0.4s;
    background: var(--container);
    min-height: 100vh;
    
    z-index: 0;
  }
  
  .active-nav {
    margin-left: 0;
  }
  
  /* for main section */
  .active-cont {
    margin-left: 220px;
  }
  
  #menu-btn {
    background-color: #1c2b1f !important;
    color: white;
    margin-left: -55px;
    position: absolute;
  }
  
  #sidebar {
    background-image: url('/assets/nuum_assets/side_nav_bg.png');
  }
  
  .my-container input {
    /* border-radius: 2rem; */
   
  }
  
  .nav-link {
       /* text-align: center; */
       font-size: 1rem;
       font-weight: 200;
       width: 100%;
       padding: 0;
       margin-bottom: 0%;
       padding: 2% 5%;
  }
  
  .nav-button {
    width: 100%;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    font-weight: 200;
    padding-left: 10%;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  
  .nav-button.active {
    background: var(--activebg);
  }
  
  .feather-side-ico {
    margin-right: 5px;
    width: 17px;
  }
  
  a.sidebar-main-logo {
    padding: 2%;
    text-align: center;
    color: #ead94c;
    text-decoration: none;
    font-size: 2rem;
    background: transparent;
    font-weight: bold;
  }
  
  .nav-header-cont {
    width: 100%;
    display: inline-flex;
  }
  
  .nav-header-left-cont {
    width: 50%;
    padding-top: 0.8rem;
    font-size: 0.9rem;
    font-weight: bold;
  }
  
  .nav-header-right-cont {
    width: 50%;
    text-align: right;  
    padding-top: 0.8rem;
    font-size: 0.9rem;
    font-weight: bold;
  }
  
  img.user-img {
    border: 1px solid var(--main);
    border-radius: 40px;
    display: inline;
  }
  
  .nav-button.dropdown-btn.active {
    border-radius: 5px 5px 0px 0px;
  }
  
  .dropdown-toggle {
    background: none;
      border: none;
      margin-right: 10px;
      font-size: 0.9rem;
      font-weight: bold;
      color: var(--main);
  }
  
  .dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    font-size: 0.8rem;
    color: var(--dropdownitem);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius,0);
  }
  
  ul.dropdown-menu.show {
    border: none;
    border-radius: 5px;
  }


.dropdown-container {
    display: none;
    background: var(--activebg);
    border-radius: 0 0 5px 5px;
  }
  
  .dropdown-container a {
    display: block;
    width: 100%;
    display: block;
    padding: 5px 10px 5px 40px;
    border-radius: 5px;
    color: var(--white);
    text-decoration: none;
    font-size: 13px;
    font-weight: 200;
  }

  img.profile-avt {
    height: 35px;
    margin-right: 10px;
}
  
  btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
   
    background-color: var(--main);
    border-color: var(--main);
  }
  
  .content-container {
    padding: 5px 20px;
    font-family: Arial, Helvetica, sans-serif !important;
  }

.input {
    width: 25rem;
    background-color: #fff;
    color: #242424;
    padding: .15rem .5rem;
    min-height: 40px;
    outline: none;
    border: none;
    line-height: 1.15;
    /* box-shadow: 0px 10px 20px -18px; */
    border: 1px solid #e2e2e2;
}

input:focus {
    border-bottom: 1px solid #b59450;
    border-radius: 4px 4px 2px 2px;
}

input:hover {
    outline: 1px solid lightgrey;
}

.input-wrapper {
    margin-bottom: 10px;
}

input.input {
    padding: 4%;
    border-radius: 10px;
}

.text-centered {
    text-align: center;
}

.btn-nuum-primary {
    width: 100%;
    background: #b59450;
    border: #b59450;
}

.btn-nuum-primary:hover {
    width: 100%;
    background: #1c2b1f;
    border: #1c2b1f;
    cursor: pointer;
}

.nuum-cont-1 {
    border: 1px solid var(--border-main);
    background: white;
    border-radius: 5px;
    height: 100%;
}

.padding-uniform {
    padding: 5%;
}

.padding-standard-1 {
    padding: 10px;
}

p.dash-label {
    margin: 0px;
    font-weight: bold;
    font-size: 1.15rem;
    display: grid;
    align-items: center;
    height: 100%;
    width: 100%;
}

p.dash-no-counter {
    display: grid;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
    margin: 0px;
    font-size: 2rem;
    font-weight: bold;
    color: var(--font-green);
}

select.select-filter-type {
    background: var(--brown-bg);
    border: none;
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 300;
}

.left-border {
  border-left: 1px solid grey;
}

.counter-style-1 {
  font-size: 1.5rem;
  font-weight: bold;
}

select.nuum-select-style-1 {
  background: #efefef;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 2px 10px;
}

input.nuum-input-style-1 {
  background: #efefef;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 2px 10px;
}

select.status_select {
  background: #efefef;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 2px 10px;
  text-align: center;
  width: 100%;
}

.btn-modal-style-1 {
  border: 1px solid grey;
  background: none;
  padding: 2px 10px;
  font-size: 15px;
  border-radius: 10px;
  margin: auto;
}

a.tab-fk-style-1 {
    text-decoration: none;
    color: black;
    padding: 5px 6px;
    border-bottom: 3px solid #405b44;
}

a.tab-fk-style-1-inactive {
    text-decoration: none;
    color: lightgray;
    border-bottom: none;
    padding: 5px 6px;
}
a.tab-fk-style-1-inactive:hover {
    cursor: pointer;
    text-decoration: none;
    color: black;
    border-bottom: 3px solid #405b44;
}

.btn.btn-sm.btn-primary {
    background: #405b44;
    border: 1px solid #405b44;
    text-decoration: none;
}

.green-label {
    color: #405b44;
}

.cat-counter {
    display: inline-flex
;
    font-weight: 200;
    color: black;
    background: #d9d9d9;
    padding: 5px 8px;
    border-radius: 10px;
    font-size: 10px;
}

.category-cont {
    cursor: pointer;
    padding: 10px 5px;
    border-bottom: 1px solid var(--border-main);
}


.category-cont:hover {
  background-color: #d9d9d9;
    cursor: pointer;
}


.product-cont {
    cursor: pointer;
    display: inline-flex;
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        padding: 15px 15px;
    margin: 1px;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
}

.btn-secondary {
    background: #c1e9c6;
    border: 1px solid #c1e9c6;
    color: green;
    height: fit-content;
}

.back-button {
    background: #efefef;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    text-decoration: none;
    color: black;
}

.back-button:hover {
  cursor: pointer;
  background-color: grey;
  color: white;
}

.product-img-edit {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  margin: auto;
}

.schedule_cont {
    display: inline-flex
;
    border: 1px solid #cdcccc;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}