<style>
    /* #page-wrapper {
        padding-top: 30px !important;
    } */

    .bg-danger {
    background-color: #f4d2d3 !important;
}
  .navbar-nav > li{
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  /* Fixes dropdown menus placed on the right side */
  .ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
  }
nav a {
  color: white; text-decoration: none;
}

.dropdown .nav-link {color:#fff; text-decoration: none;}
.dropdown .dropdown-menu a{
    color: #033C73;
}

.dropdown-menu{
    min-width: 200px;
 }
.container .dropdown .dropdown-menu a:hover
{
  color: #fff;
  background-color: #b91773;
  border-color: #fff;

}

/* this deals with giving font-awesome icons badges since they were deprecated in BS4 */
*.icon-blue {color: #0088cc;
}
*.icon-white {color: white;
  padding-right: 2rem;}

i {
    text-align:left;
    /* /* vertical-align:middle; */ */
    position: relative;
}
.badge:after{
    content:attr(data-count);
    /* position: absolute; */

    /* background: rgba(0,0,255,1); */
    /* height:1rem; */
    /* top:1rem;
    right:1.5rem;
    width:2rem;
    text-align: center;
    line-height: 2rem;; */
    font-size: 1rem;
    /* border-radius: 50%; */
    color:white;
    /* border:1px solid blue; */
}
html{
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
}
body{
    height:100%;
    margin-bottom: 2.5rem; /* force the BODY element to match the height of the HTML element */
}


#sidebar {
    overflow: hidden;
    z-index: 3;
        max-width: 180px;
}
#sidebar .list-group {
    min-width: 250px;
    background-color: #023c73;
    min-height: 100vh;
}
#sidebar i {
    margin-right: 6px;
}

#sidebar .list-group-item {
    border-radius: 0;
    background-color: #04519b;
    color: rgba(255,255,255,0.8);
    border-left: 0;
    border-right: 0;
    white-space: nowrap;
}
#sidebar .list-group-item:hover {
    color: #fff;
}

/* highlight active menu */
#sidebar .list-group-item:not(.collapsed) {
    background-color: #222;
}

/* closed state */
#sidebar .list-group .list-group-item[aria-expanded="false"]::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* open state */
#sidebar .list-group .list-group-item[aria-expanded="true"] {
  background-color: #033C73;
}
#sidebar .list-group .list-group-item[aria-expanded="true"]::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* level 1*/
#sidebar .list-group .collapse .list-group-item,
#sidebar .list-group .collapsing .list-group-item  {
  padding-left: 20px;
  background-color: #fff;
  color: #033C73;
}
#sidebar .list-group .collapse .list-group-item:hover,
#sidebar .list-group .collapsing .list-group-item:hover  {
    background-color: #2FA4E7;
}

/* level 2*/
#sidebar .list-group .collapse > .collapse .list-group-item,
#sidebar .list-group .collapse > .collapsing .list-group-item {
  padding-left: 30px;
}

/* level 3*/
#sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
  padding-left: 40px;
}

@media (max-width:767px) {

    #sidebar {
        min-width: 35px;
        max-width: 40px;
        overflow-y: auto;
        overflow-x: visible;
        transition: all 0.25s ease;
        transform: translateX(-45px);
        position: fixed;
    }

    #sidebar.show {
        transform: translateX(0);
    }

    #sidebar::-webkit-scrollbar{ width: 0px; }

    #sidebar, #sidebar .list-group {
        min-width: 35px;
        overflow: visible;
        position: relative;
    }
    /* overlay sub levels on small screens */
    #sidebar .list-group .collapse.show, #sidebar .list-group .collapsing {
        position: relative;
        z-index: 1;
        width: 190px;
        top: 0;
    }
    #sidebar .list-group > .list-group-item {
        text-align: center;
        padding: .75rem .5rem;
    }
    /* hide caret icons of top level when collapsed */
    #sidebar .list-group > .list-group-item[aria-expanded="true"]::after,
    #sidebar .list-group > .list-group-item[aria-expanded="false"]::after {
        display:none;
    }
}

.collapse.show {
  visibility: visible;
}
.collapsing {
  visibility: visible;
  height: 0;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: 100%;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


#sidebarLeft {
    overflow: hidden;
    z-index: 3;
        max-width: 180px;
}
#sidebarLeft .list-group {
    min-width: 250px;
    background-color: #023c73;
    min-height: 100vh;
}
#sidebarLeft i {
    margin-right: 6px;
}

#sidebarLeft .list-group-item {
    border-radius: 0;
    background-color: #04519b;
    color: rgba(255,255,255,0.8);
    border-left: 0;
    border-right: 0;
    white-space: nowrap;
    text-align: left;
}
#sidebarLeft .list-group-item:hover {
    color: #fff;
}

/* highlight active menu */
#sidebarLeft .list-group-item:not(.collapsed) {
    background-color: #222;
}

/* closed state */
#sidebarLeft .list-group .list-group-item[aria-expanded="false"]::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* open state */
#sidebarLeft .list-group .list-group-item[aria-expanded="true"] {
  background-color: #033C73;
}
#sidebarLeft .list-group .list-group-item[aria-expanded="true"]::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* level 1*/
#sidebarLeft .list-group .collapse .list-group-item,
#sidebarLeft .list-group .collapsing .list-group-item  {
  padding-left: 20px;
  background-color: #fff;
  color: #033C73;
}
#sidebarLeft .list-group .collapse .list-group-item:hover,
#sidebarLeft .list-group .collapsing .list-group-item:hover  {
    background-color: #2FA4E7;
}

/* level 2*/
#sidebarLeft .list-group .collapse > .collapse .list-group-item,
#sidebarLeft .list-group .collapse > .collapsing .list-group-item {
  padding-left: 30px;
}

/* level 3*/
#sidebarLeft .list-group .collapse > .collapse > .collapse .list-group-item {
  padding-left: 40px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
}
@media (max-width:767px) {

    #sidebarLeft {
        min-width: 35px;
        max-width: 40px;
        overflow-y: auto;
        overflow-x: visible;
        transition: all 0.25s ease;
        transform: translateX(45px);
        position: fixed;
    }

    #sidebarLeft.show {
        transform: translateX(0);
    }

    #sidebarLeft::-webkit-scrollbar{ width: 0px; }

    #sidebarLeft, #sidebarLeft .list-group {
        min-width: 35px;
        overflow: visible;
        position: relative;
    }
    /* overlay sub levels on small screens */
    #sidebarLeft .list-group .collapse.show, #sidebarLeft .list-group .collapsing {
        position: relative;
        z-index: 1;
        width: 190px;
        left: -150px;
        top: 0;
    }
    #sidebarLeft .list-group > .list-group-item {
        text-align: center;
        padding: .75rem .5rem;
    }
    /* hide caret icons of top level when collapsed */
    #sidebarLeft .list-group > .list-group-item[aria-expanded="true"]::after,
    #sidebarLeft .list-group > .list-group-item[aria-expanded="false"]::after {
        display:none;
    }
}




.sch-calendar ul {
  list-style-type: none;
}

/* Month header */
.sch-calendar .month {
  box-sizing: border-box;
  padding: 25px;
  width: 100%;
  background: #1abc9c;
  text-align: center;
}

/* Month list */
.sch-calendar .month ul {
  margin: 0;
  padding: 0;
}

.sch-calendar .month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* Previous button inside month header */
.sch-calendar .month .prev {
  float: left;
}

/* Next button */
.sch-calendar .month .next {
  float: right;
}

/* Days (1-31) */
.sch-calendar .days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.sch-calendar .days li {
  list-style-type: none;
  display: inline-block;
  width: 14.28%;
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  color: #777;
  cursor: pointer;
  padding: 15px;
  font-weight: 700;
}

.sch-calendar .days li:hover{
  background: rgba(26,188,156,0.2);
}

/* Highlight the "current" day */
.sch-calendar .days li.active {
  background: rgba(26,188,156,1);
  color: white;
}

.sch-calendar .prev,
.sch-calendar .next {
  cursor: pointer;
}

.sch-delivery-dash{
  width: 100%;
}

.sch-delivery-dash .sch-calendar{
  max-width: 768px;
  margin: 0 auto;
}

.slots-table .slot-row .slot-row-cont{
  display: flex;
}

.slots-table .slot-row .slot-row-cont .slot-td{
  flex: 1;
  text-align: center;
  padding: 15px;
}

.slots-table{
  font-size: 18px;
  color: #000;
  padding: 20px 0 40px;
  max-width: 768px;
  margin: 0 auto;
}

.slots-table .slot-row .slot-row-wrap{
  border-radius: 10px;
  border: 1px solid #000;
  background: rgba(196, 196, 196, 0.13);
}

.slots-table .slot-row{
  padding: 3px;
}

.slots-table .slots-table-header{
  font-size: 17px;
}

.slots-table .slots-table-header .slot-row .slot-row-wrap{
  background: none;
  border: none;
}

.slots-table .slots-table-header .slot-row .slot-row-cont .slot-td{
  padding: 10px 15px;
}

.slots-table .slot-row .slot-row-cont .slot-td.delivery-fees a,
.slots-table .slot-row .slot-row-cont .slot-td.slot-capacity a,
.slots-table .slot-row .slot-row-cont .slot-td.slot-num a{
  color: #2A8CFF;
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
}

.slots-table .slot-row .slot-row-cont .slot-td.delivery-fees a:hover,
.slots-table .slot-row .slot-row-cont .slot-td.slot-capacity a:hover,
.slots-table .slot-row .slot-row-cont .slot-td.slot-num a:hover{
  text-decoration: underline;
  font-weight: 700;
}

.edit-pop {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 55;
  background: rgba(255,255,255,0.7);
  top: 0;
  left: 0;
  display: none;
}

.edit-pop .edit-pop-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.edit-pop .edit-pop-wrap .edit-pop-cont{
  max-width: 520px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.edit-pop .edit-pop-wrap .edit-form-wrapper{
  padding: 20px 25px;
}

.edit-pop .edit-pop-wrap .edit-form-wrapper .form-title{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.edit-pop .edit-pop-wrap .edit-form-wrapper .from-slot{
  font-size: 20px;
  padding: 0 0 20px;
  text-align: center;
}

.edit-pop .edit-pop-wrap .edit-form-wrapper .current-val{
  color: #a5a5a5;
  font-size: 15px;
  text-align: center;
  padding: 0 0 5px;
}

.edit-pop .edit-pop-wrap .edit-form-wrapper .input-wrap{
  width: 100%;
  height: auto;
  padding: 0 0 10px;
}

.edit-pop .edit-pop-wrap .edit-form-wrapper .input-wrap input{
  background: #E7E7E7;
  border: none;
  text-align: center;
  font-size: 20px;
  color: #000;
  height: 50px;
  padding: 10px;
}

.edit-pop .edit-pop-wrap .edit-form-wrapper .form-btns{
  font-size: 0;
}

.edit-pop .edit-pop-wrap .edit-form-wrapper .form-btns .form-btn{
  display: inline-block;
  width: 50%;
}

.edit-pop .edit-pop-wrap .edit-form-wrapper .form-btns .form-btn.cancel{
  padding: 0 5px 0 0;
}

.edit-pop .edit-pop-wrap .edit-form-wrapper .form-btns .form-btn.update{
  padding: 0 0 0 5px;
}

.edit-pop .edit-pop-wrap .edit-form-wrapper .form-btns .form-btn a{
  display: block;
  width: 100%;
  height: auto;
  height: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  cursor: pointer;
}

.edit-pop .edit-pop-wrap .edit-form-wrapper .form-btns .form-btn.cancel a.cancel-edit{
  background: #A39F9F;
}

.edit-pop .edit-pop-wrap .edit-form-wrapper .form-btns .form-btn.update a.submit-edit{
  background: #2A8CFF;
}

nav.navbar a.logo{
  max-width: 190px;
}

nav.navbar a.logo svg{
  width: 100%;
  height: auto;
  display: block;
}

.day-sch-header {
    max-width: 768px;
    margin: 0 auto;
    padding: 25px 0 0;
}

.day-sch-header .ds-sch-header-cont{
  display: flex;
  width: 100%;
}

.day-sch-header .ds-sch-header-cont .dsh-blk.current {
    flex: 1;
    text-align: center;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 700;
}
</style>
