

body {
  font-family: "Roboto Condensed", sans-serif; !important;
  font-size: 1.2rem;

}

.btn-primary {
  --bs-btn-color: var(--bs-gray-900);
  --bs-btn-hover-color: var(--bs-gray-800);
  --bs-btn-focus-shadow-rgb: 255, 194, 41;
  --bs-btn-active-color: var(--bs-gray-800);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(255, 194, 41, 0.91);
  --bs-btn-disabled-color: var(--bs-gray-800);

}

.btn-dark {
  --bs-btn-color: var(--bs-gray-100);
  --bs-btn-bg: var(--bs-gray-800);
  --bs-btn-border-color: var(--bs-gray-800);
  --bs-btn-border-width: 2px;
  --bs-btn-hover-color: var(--bs-gray-800);
  --bs-btn-hover-bg: var(--bs-gray-500);

}

.form-control,.btn-outline-secondary,.btn-outline-dark,.form-select{
  border-width: 2px !important;
}
.btn-outline-secondary:hover{
  background: var(--bs-primary);
  border-color: var(--bs-primary) ;
}


.navbar-toggler {
 margin-top: 5px;
  color: var(--bs-primary);

}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#right_panel{
  opacity:0 ;
}


.card {
  border-width: 3px;
  border-color: var(--bs-gray-300);
  border-radius: 20px !important;
  background: var(--bs-gray-200);
}


.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}


/*
 * Sidebar
 */

.sidebar {

  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 57px 0 0; /* Height of navbar */

  /*border-right: 3px solid var(--bs-gray-200) ;*/

}

@media (max-width: 767.98px) {
  .position-sticky   {
    top: 0px !important;
    background: var(--bs-white) !important;
    border-bottom: 12px solid var(--bs-primary) !important;
    height: calc(100vh - 60px);

  }
  .sidebar .nav-link.active{
    border-right: 0px solid !important;
    border-bottom: 1px solid var(--bs-primary);
    border-top: 1px solid var(--bs-primary);
  }

  .nspinner {
    padding: 0px !important;
  }
}



.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.offcanvas-body .nav-link .feather,
.offcanvas-body .nav-link {
  color: var(--bs-body-color);
  border-right: 10px solid #eee;
  opacity: .9;

}

.offcanvas-body .nav-link.active,
.offcanvas-body .nav-link.active:hover{
  color: var(--bs-primary) !important;
  border-right: 10px solid var(--bs-gray-400);
}

.offcanvas-header{
  background: var(--bs-primary) !important;;
}
 .nav-link:hover .feather,
 .nav-link:hover ,
 .nav-link.active .feather {
  color: var(--bs-primary);
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

a{
  text-decoration: none;
}



/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;

  /*background: #d1d1d1 !important;*/
}



.btn-outline-primary{
  color: var(--bs-gray-700) ;
  border-width: 2px;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(194, 145, 1, .0) !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.55);
}

#sidebarMenu .nav-link{
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: normal;
  font-size: 100%;
}

.nav-link.small{
  padding-top: 6px;
  padding-bottom: 3px;
}



.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}


/*************
CUSTOM STYLES
**************/


.bg-light{
  background-color: var(--bs-light) ; !important;
}


.feather-24{
  width: 30px;
  height: 30px;
  margin-right: 8px;
  font-size: 24px;

}

.feather-20{
  height: 20px;
  margin-right: 3px;
}

/***************
NEW ORDER PAGE
*****************/

/*input spinner*/
.text-alternate .input-group{
  max-width:130px !important;
}

.btn-minus,.btn-plus {
  color: #5d666e;
  border-color: var(--bs-gray-400);
  background-color: var(--bs-light) ;
}

.list-group.list-group-striped .list-group-item:nth-of-type(even){
  /*background: var(--bs-gray-100)*/
}
.list-group.list-group-striped .list-group-item{
  transition: all .6s;
  background: var(--bs-gray-200)
}

.list-group.list-group-striped .list-group-item:hover{
  background: var(--bs-gray-100)
}

.list-group {
  /*--bs-list-group-color: #212529;*/
  /*--bs-list-group-bg: #fff;*/
  --bs-list-group-border-color: var(--bs-gray-300);
  --bs-list-group-border-width: 3px;
  --bs-list-group-border-radius: 20px !important;

}


/*******************
**CHECKOUT PAGE
********************/
u
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.opacity-50 { opacity: .5; }
.opacity-75 { opacity: .75; }


.form-check-input:checked + .form-checked-content {
  opacity: .5;
}

.form-check-input-placeholder {
  pointer-events: none;
  border-style: dashed;
}
[contenteditable]:focus {
  outline: 0;
}



/*Address list*/
.list-group-checkable {
  display: grid;
  gap: .5rem;
  border: 0;

}
.list-group-checkable .list-group-item {
  cursor: pointer;
  border-radius: 20px;
  background: var(--bs-gray-100) ;
  color: var(--bs-gray-600) !important;
  opacity: .8;

}
.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;

}
.list-group-item-check:hover + .list-group-item {
  background-color: var(--bs-gray-200);
}
.list-group-item-check:checked + .list-group-item {
  border-color: var(--bs-gray-300);
  background: var(--bs-gray-200) ;
  color: var(--bs-gray-600) !important;
  opacity:1 ;
}
.list-group-item-check[disabled] + .list-group-item,
.list-group-item-check:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}



