@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('../vendor/flaticon-font/flaticon.css');


html {
    position: relative;
    min-height: 100%;
  }
  
  body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
  }
  p{
    font-size: 13px;
  }
  a:focus {
    outline: none;
  }
  
  #wrapper {
    display: flex;
  }
  
  #wrapper #content-wrapper {
    background-color: #f5f8fa;
    width: 100%;
    overflow-x: hidden;
    margin-left:299px;
    height: 100vh;
  }
  
  #wrapper #content-wrapper #content {
    flex: 1 0 auto;
  }
  
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  .scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, 0.5);
    line-height: 46px;
  }
  
  .scroll-to-top:focus, .scroll-to-top:hover {
    color: white;
  }
  
  .scroll-to-top:hover {
    background: #5a5c69;
  }
  
  .scroll-to-top i {
    font-weight: 800;
  }
  
  @-webkit-keyframes growIn {
    0% {
      transform: scale(0.9);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  @keyframes growIn {
    0% {
      transform: scale(0.9);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  .animated--grow-in, .sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  .animated--fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
  }

  ::selection {
    background: #00aeef;
    color: #fff;
    text-shadow: none; }
  
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  
  ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: none; }
  
  ::-webkit-scrollbar-track-piece {
    background: #eaeaeb;
    border: 0; }
  
  ::-webkit-scrollbar-thumb {
    background-color: rgba(51, 51, 51, 0.498039);
    border-radius: 4px; }
  
  ::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background-color: rgba(51, 51, 51, 0.498039); }

    [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after{
      font-size: inherit;
      margin-left: inherit;
    }
    input:focus, textarea:focus, select:focus, .input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus,
    .form-control:focus{
      outline: none;box-shadow: none;
  }
  
  /* Hidden placeholder */
select option:first-child {
	display: none;
}
select.empty  {
	color:rgba(47,52,55,0.5);;
}

  
  .bg-gradient-primary {
    background-color: #4e73df;
    background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
    background-size: cover;
  }
  
  .bg-gradient-secondary {
    background-color: #858796;
    background-image: linear-gradient(180deg, #858796 10%, #60616f 100%);
    background-size: cover;
  }
  
  .bg-gradient-success {
    background-color: #1cc88a;
    background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%);
    background-size: cover;
  }
  
  .bg-gradient-info {
    background-color: #36b9cc;
    background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
    background-size: cover;
  }
  
  .bg-gradient-warning {
    background-color: #f6c23e;
    background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%);
    background-size: cover;
  }
  
  .bg-gradient-danger {
    background-color: #e74a3b;
    background-image: linear-gradient(180deg, #e74a3b 10%, #be2617 100%);
    background-size: cover;
  }
  
  .bg-gradient-light {
    background-color: #f8f9fc;
    background-image: linear-gradient(180deg, #f8f9fc 10%, #c2cbe5 100%);
    background-size: cover;
  }
  
  .bg-gradient-dark {
    background-color: #5a5c69;
    background-image: linear-gradient(180deg, #5a5c69 10%, #373840 100%);
    background-size: cover;
  }
  
  .bg-gray-100 {
    background-color: #f8f9fc !important;
  }
  
  .bg-gray-200 {
    background-color: #eaecf4 !important;
  }
  
  .bg-gray-300 {
    background-color: #dddfeb !important;
  }
  
  .bg-gray-400 {
    background-color: #d1d3e2 !important;
  }
  
  .bg-gray-500 {
    background-color: #b7b9cc !important;
  }
  
  .bg-gray-600 {
    background-color: #858796 !important;
  }
  
  .bg-gray-700 {
    background-color: #6e707e !important;
  }
  
  .bg-gray-800 {
    background-color: #5a5c69 !important;
  }
  
  .bg-gray-900 {
    background-color: #3a3b45 !important;
  }
  
  .o-hidden {
    overflow: hidden !important;
  }
  
  .text-xs {
    font-size: .7rem;
  }
  
  .text-lg {
    font-size: 1.2rem;
  }
  
  .text-gray-100 {
    color: #f8f9fc !important;
  }
  
  .text-gray-200 {
    color: #eaecf4 !important;
  }
  
  .text-gray-300 {
    color: #dddfeb !important;
  }
  
  .text-gray-400 {
    color: #d1d3e2 !important;
  }
  
  .text-gray-500 {
    color: #b7b9cc !important;
  }
  
  .text-gray-600 {
    color: #858796 !important;
  }
  
  .text-gray-700 {
    color: #6e707e !important;
  }
  
  .text-gray-800 {
    color: #5a5c69 !important;
  }
  
  .text-gray-900 {
    color: #3a3b45 !important;
  }

.logo-img {
    max-height:30px;
}
.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

  .offline-icon, .online-icon{
    width: 6px;
    height: 6px;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    right: 0px;
  }
  .offline-icon{    
    background-color: #df0024;
  }
  .online-icon{
    background-color: #73df00;
  }

  .cart-count{
    position: absolute;
    transform-origin: top right;
    right: 0px;
    top: 16px;
    width: 20px;
    height: 20px;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    background-color: #0084f4;
    border-radius: 50px;
    text-align: center;
    padding: 3px;
  }
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox */
  input[type=number] {
  -moz-appearance: textfield;
  }
  .shadow {
    -webkit-box-shadow: 0 .1rem 0.9rem rgba(0,0,0,.1)!important;
-moz-box-shadow: 0 .1rem 0.9rem rgba(0,0,0,.1)!important;
    box-shadow: 0 .1rem 0.9rem rgba(0,0,0,.1)!important;
}
.box-shadow{
  -webkit-box-shadow: 3px 3px 6px 0px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    3px 3px 6px 0px rgba(50, 50, 50, 0.15);
box-shadow:         3px 3px 6px 0px rgba(50, 50, 50, 0.15);
}
.custome-title{
  font-size: 11px;
    color: #b9b9b9;
    text-transform: uppercase;
    font-weight: 400;
}
.text-danger{
  color: #e8546b;
}
.btn{
  font-size: 13px;
  font-weight: 500;
  box-shadow:none;
  outline:none;
}
.btn:focus, .btn:active, button:focus, button:active{
  box-shadow: none;
  outline: none;
}
.btn-border{
  border:1px solid #0084f3;
  color:#0084f3;
  background-color: transparent;
}
.btn-border:hover{
  color:#fff;
  background-color: #0084f3;
}
.btn-danger {
  color: #e8546b;
  background-color: #fbe8eb;
  border-color: #fbe8eb;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus {
  color: #e8546b;
  background-color: #ffd7de;
  border-color: #ffd7de;
  box-shadow:none;
  outline:none;
}
.btn-outline-danger{
  color: #e8546b;
  border-color: #e8546b;
}
.btn-outline-danger:hover{
  color: #e8546b;
  background-color: #ffd7de;
  border-color: #ffd7de;
}
hr{
  border-top-color: #efefef;
}
a:hover{
  text-decoration: none;
}
.vh-100{
  height: 100vh!important;
}
/* End Generic*/
  .border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
  }
  
  .border-bottom-primary {
    border-bottom: 0.25rem solid #4e73df !important;
  }
  
  .border-left-secondary {
    border-left: 0.25rem solid #858796 !important;
  }
  
  .border-bottom-secondary {
    border-bottom: 0.25rem solid #858796 !important;
  }
  
  .border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
  }
  
  .border-bottom-success {
    border-bottom: 0.25rem solid #1cc88a !important;
  }
  
  .border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
  }
  
  .border-bottom-info {
    border-bottom: 0.25rem solid #36b9cc !important;
  }
  
  .border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
  }
  
  .border-bottom-warning {
    border-bottom: 0.25rem solid #f6c23e !important;
  }
  
  .border-left-danger {
    border-left: 0.25rem solid #e74a3b !important;
  }
  
  .border-bottom-danger {
    border-bottom: 0.25rem solid #e74a3b !important;
  }
  
  .border-left-light {
    border-left: 0.25rem solid #f8f9fc !important;
  }
  
  .border-bottom-light {
    border-bottom: 0.25rem solid #f8f9fc !important;
  }
  
  .border-left-dark {
    border-left: 0.25rem solid #5a5c69 !important;
  }
  
  .border-bottom-dark {
    border-bottom: 0.25rem solid #5a5c69 !important;
  }
  
  .progress-sm {
    height: .5rem;
  }
  
  .rotate-15 {
    transform: rotate(15deg);
  }
  
  .rotate-n-15 {
    transform: rotate(-15deg);
  }
  .text-truncate-2line {
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
}

.form-control{
  font-size: 13px;
  color: #2f3437;
  font-weight: 500;
}
.form-control::placeholder{
  color:rgba(47,52,55,0.5);
}
[class*=" flaticon-"]:before{font-weight: 900;}

.toast-bottom{
  position: fixed; 
  bottom: 28px;
  right: 27px; 
  max-width: 357px;
}
.toast{
  background-color: rgba(255,255,255,0.94);
}
.toast h6{
  font-size: 15px;
  font-weight: 700;
  color: #2f3437;
}
.toast .close{
  font-size: 19px;
  color: #5f5f5f;
  padding: 10px;
    margin-top: -10px;
}
.toast .close:focus{
  outline: none;
}
  
  .dropdown .dropdown-menu {
    font-size: 0.85rem;
  }
  
  .dropdown .dropdown-menu .dropdown-header {
    font-weight: 800;
    font-size: 0.65rem;
    color: #b7b9cc;
  }
  
  .dropdown.no-arrow .dropdown-toggle::after {
    display: none;
  }

  body.sidebar-toggled{position: fixed;}  
  body:before{
    content: '';
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
  }
  body.sidebar-toggled:before{
    opacity: 1;
    visibility: visible;
  }
  .sidebar .nav-item.dropdown .dropdown-toggle::after,
  .topbar .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
  }
  
  .sidebar .nav-item.dropdown.show .dropdown-toggle::after,
  .topbar .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107';
  }
  
  .sidebar .nav-item .nav-link,
  .topbar .nav-item .nav-link {
    position: relative;
  }
  
  .sidebar .nav-item .nav-link .badge-counter,
  .topbar .nav-item .nav-link .badge-counter {
    position: absolute;
    transform: scale(0.7);
    transform-origin: top right;
    right: .25rem;
    margin-top: -.25rem;
  }
  
  .sidebar .nav-item .nav-link .img-profile,
  .topbar .nav-item .nav-link .img-profile {
    height: 40px;
    width: 40px;
  }
  
  .topbar {
    height: 4.375rem;
  }
  
  .topbar #sidebarToggleTop {
    height: 2.5rem;
    width: 2.5rem;
    z-index: 9;
    outline:none;
    font-size: 24px;
    line-height: 24px;
    color: #0084f4;
  }
  
  .topbar #sidebarToggleTop:hover {
    background-color: #fff;
  }
  
  .topbar #sidebarToggleTop:active, .topbar #sidebarToggleTop:visited, .topbar #sidebarToggleTop.btn {
    background-color: #fff;
    box-shadow: none!important;
    outline: none;
  }
  
  .topbar .navbar-search {
    width: 25rem;
  }
  
  .navbar-search .search-icon{
    background-color: transparent;
    color: #cdd4db;
    padding-top: 4px;
    z-index: 5;
  }
  .navbar-search .search-input{
    font-size: 13px;
    color: #4e5458;
    padding-left: 38px;
    border: 1px solid transparent;
    border-radius: 3px!important;
  }
  .navbar-search .search-input::placeholder{
    color: #b4b6b7;
  }
  .navbar-search .search-input:focus{
    border-color: #cdd4db;
  }
  .topbar .navbar-search input {
    font-size: 13px;
    height: auto;
  }
  
  .topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 3rem);
    margin: auto 5px;
  }
  
  .topbar .nav-item .nav-link {
    height: 4.375rem;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  .topbar .nav-item .nav-link i{
    font-size: 24px;
    color: #a6a9ab;
  }
  .topbar .nav-item.show .nav-link i{
    color: #0084f3;
  }
  
  .topbar .nav-item .nav-link:focus {
    outline: none;
  }
  
  .topbar .nav-item:focus {
    outline: none;
  }
  
  .topbar .dropdown {
    position: static;
  }
  
  .topbar .dropdown .dropdown-menu {
    width: calc(100% - 1.5rem);
    right: 0.75rem;
  }
  .topbar .dropdown .dropdown-menu.cart-dropdown {
    width: 360px!important;
    max-width: 360px;
    /* padding: 22px;     */
  }
  .topbar .dropdown .dropdown-menu:before, .topbar .dropdown .dropdown-menu:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 12px 11px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
    top: -25px;
    right: 11px;
    border-bottom-color: #e5e8f0;
}
.topbar .dropdown .dropdown-menu:after{
    top: -24px;
    border-bottom-color: #fff;
} 
  
  .topbar .dropdown-list {
    padding: 0;
    border-color: #e5e8f0;
    /* overflow: hidden; */
    margin: 0;
    border-radius: 3px;
  }
  
  .topbar .dropdown-list .dropdown-header {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #4e5458;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: .5;
  }
  .topbar .dropdown-list.notification-list .dropdown-item{
    border-bottom: 1px solid #f1f1f1;
  }
  .topbar .dropdown-list.notification-list .notification-item{
    margin-left:15px;
  }
  
  .topbar .dropdown-list.notification-list .notification-subjct{
    color: #6d7275;
    font-size: 13px;
  }
  .topbar .dropdown-list.dropdown-list.notification-list .notification-dt{
    font-size: 11px;
    color: #939799;
  }
  .topbar .dropdown .dropdown-menu.cart-dropdown .med-name{
    font-size: 13px;
    font-weight: 700;
    color: #6d7275;
  }
  .topbar .dropdown .dropdown-menu.cart-dropdown .med-for{
    font-size: 11px;
    font-weight: 400;
    color: #939799;
  }

  
  .topbar .dropdown-list .dropdown-item {
    white-space: normal;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.3rem;
  }

  .topbar .dropdown-list.cart-dropdown .dropdown-item{
    padding: 0;
    margin-bottom: 11px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
  }
  .topbar .dropdown-list.cart-dropdown .dropdown-item:hover{
    background-color: transparent;
  }
  
  .topbar .dropdown-list .dropdown-item .dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
  }
  
  .topbar .dropdown-list .dropdown-item .dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
  }
  
  .topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
    background-color: #eaecf4;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0.125rem solid #fff;
  }
  
  .topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 10rem;
  }
  
  .topbar .dropdown-list .dropdown-item:active {
    background-color: #eaecf4;
    color: #3a3b45;
  }
  
  @media (min-width: 576px) {
    .topbar .dropdown {
      position: relative;
    }
    .topbar .dropdown .dropdown-menu {
      width: auto;
      right: 0;
    }
    .topbar .dropdown-list {
      width: 20rem !important;
    }
    .topbar .dropdown-list .dropdown-item .text-truncate {
      max-width: 13.375rem;
    }
  }
  
  .topbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
  }
  
  .topbar.navbar-dark .navbar-nav .nav-item .nav-link:active {
    color: #fff;
  }
  
  .topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #d1d3e2;
  }
  
  .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #b7b9cc;
  }
  
  .topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
    color: #858796;
  }
  .topbar.navbar-light .navbar-nav .nav-item .nav-link .user-name{
    font-size: 13px;
    color: #4e5458;
    font-weight: 500;
    text-align: right;
  }
  .topbar.navbar-light .navbar-nav .nav-item .nav-link .user-name .user-email{
    font-size: 11px;
    color: #b4b6b7;
    font-weight: 500;
    display: block;
  }

  
  .sidebar {
    /* width: 6.5rem; */
    min-height: 100vh;
    width: 0;overflow: hidden;
  }
  
  .sidebar .nav-item {
    position: relative;
    /* margin-left: 15px;
    margin-right: 15px; */
    margin: 8px 25px;
  }
  .sidebar .nav-item.order-btn{margin-bottom: 15px;}
  
  .sidebar .nav-item:last-child {
    margin-bottom: 1rem;
  }
  
  .sidebar .nav-item .nav-link {
    /* text-align: center;
    padding: 0.75rem 1rem;
    width: 6.5rem; */
    text-align: left;
    padding: 0.75rem 1rem;
    width: 14rem;
  }
  
  .sidebar .nav-item .nav-link p {
    /* font-size: 0.65rem;
    display: block; */
    font-size: inherit;
    display: initial;
  }
  .sidebar .nav-item .nav-link span{
      display: block;
      font-size: 11px;
    color: #b4b6b7;
  }
  
  .sidebar .nav-item.active .nav-link {
    /* font-weight: 700; */
  }

  .sidebar .nav-item .nav-link span.menu-badge{
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background-color: #e8546b;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: 500;
}
  
  .sidebar .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;
  }
  
  .sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0.35rem;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  }
  
  .sidebar .nav-item .collapsing {
    display: none;
    transition: none;
  }
  
  .sidebar .nav-item .collapse .collapse-inner,
  .sidebar .nav-item .collapsing .collapse-inner {
    padding: .5rem 0;
    min-width: 10rem;
    font-size: 0.85rem;
    margin: 0 0 1rem 0;
  }
  
  .sidebar .nav-item .collapse .collapse-inner .collapse-header,
  .sidebar .nav-item .collapsing .collapse-inner .collapse-header {
    margin: 0;
    white-space: nowrap;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.65rem;
    color: #b7b9cc;
  }
  
  .sidebar .nav-item .collapse .collapse-inner .collapse-item,
  .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
    display: block;
    color: #3a3b45;
    text-decoration: none;
    border-radius: 0.35rem;
    white-space: nowrap;
  }
  
  .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
  .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: #eaecf4;
  }
  
  .sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
  .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
    background-color: #dddfeb;
  }
  
  .sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
  .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    color: #4e73df;
    font-weight: 700;
  }
  
  .sidebar #sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
  }
  
  .sidebar #sidebarToggle::after {
    font-weight: 900;
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    margin-right: 0.1rem;
  }
  
  .sidebar #sidebarToggle:hover {
    text-decoration: none;
  }
  
  .sidebar #sidebarToggle:focus {
    outline: none;
  }
  
  .sidebar.toggled {
    /* width: 0 !important;
    overflow: hidden; */
    /* width: 14rem !important; */
    overflow: visible;
  }
  
  .sidebar.toggled #sidebarToggle::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    margin-left: 0.25rem;
  }
  
  .sidebar .sidebar-brand {
    height: 4.375rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    padding: 1.5rem 1rem;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: 0px 25px;
    display: block;
    z-index: 1;
  }
  
  .sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
  }
  
  .sidebar .sidebar-brand .sidebar-brand-text {
    display: none;
  }
  
  .sidebar hr.sidebar-divider {
    margin: 0 1rem 1rem;
  }
  
  .sidebar .sidebar-heading {
    text-align: center;
    padding: 0 1rem;
    font-weight: 800;
    font-size: 0.65rem;
  }
  

  .sidebar {
    /* width: 20rem !important; */
    width: 298px;
    max-width: 298px;
    z-index: 1;
    -webkit-box-shadow: 1px 0px 10px 0px rgba(50, 50, 50, 0.10);
    -moz-box-shadow: 1px 0px 10px 0px rgba(50, 50, 50, 0.10);
    box-shadow: 1px 0px 10px 0px rgba(50, 50, 50, 0.10);
    position: fixed;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
  .sidebar .nav-sidebar{
    height: calc(100vh - 7.34rem);
    overflow: auto;
  }
  .sidebar .logoutBtn{
    padding: 10px 40px;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    position: absolute;
    bottom: 22px;
  }
  .sidebar .nav-item .collapse {
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    -webkit-animation: none;
    animation: none;
  }
  .sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0;
    box-shadow: none;
  }
  .sidebar .nav-item .collapsing {
    display: block;
    transition: height 0.15s ease;
  }
  .sidebar .nav-item .collapse,
  .sidebar .nav-item .collapsing {
    margin: 0 1rem;
  }
  .sidebar .nav-item .nav-link {
    display: flex;
    width: 100%;
    text-align: left;
    /* padding: 0px 22px; */
    /* width: 16rem; */
    padding: 0px 16px;
    /* align-items: baseline; */
    font-size: 13px;
    font-weight: 500;
  }
  .sidebar .nav-item .nav-link i {
    font-size: 23px;
    margin-right: 18px;
    font-weight: 500;
    /* display: inline-flex;
    align-items: center;
    line-height: 1; */
  }
  .sidebar .nav-item.order-btn .nav-link i{
    font-size: 15px;
  }
  .sidebar .logoutBtn i{
    font-weight: 900;
    margin-right: 15px;
    font-size: 17px;
  }
  .sidebar .nav-item .nav-link p {
    font-size: 13px;
    font-weight: 400;
    display: inline;
    margin: 0;
  }
  .sidebar .nav-item.order-btn .nav-link p{font-weight: 500;}
  .sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 5px;
  }
  .sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
    content: '\f105';
  }
  .sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
  }
  .sidebar .sidebar-brand .sidebar-brand-text {
    display: inline;
  }
  .sidebar .sidebar-heading {
    text-align: left;
  }
  .sidebar.toggled {
    overflow: visible;
    /* width: 6.5rem !important; */
    left: 0;
  }
  .sidebar.toggled .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  }
  .sidebar.toggled .nav-item .collapse .collapse-inner {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    border-radius: 0.35rem;
  }
  .sidebar.toggled .nav-item .collapsing {
    display: none;
    transition: none;
  }
  .sidebar.toggled .nav-item .collapse,
  .sidebar.toggled .nav-item .collapsing {
    margin: 0;
  }
  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .sidebar.toggled .nav-item .nav-link {
    /* text-align: center;
    padding: 0.75rem 1rem;
    width: 6.5rem; */
  }
  .sidebar.toggled .nav-item .nav-link p {
    /* font-size: 0.65rem;
    display: block; */
  }
  .sidebar.toggled .nav-item .nav-link i {
    /* margin-right: 0; */
  }
  .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {
    display: none;
  }
  .sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
  }
  .sidebar.toggled .sidebar-brand .sidebar-brand-text {
    display: none;
  }
  .sidebar.toggled .sidebar-heading {
    text-align: center;
  }
  .order-btn{
    background-color: #0084f3;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sidebar-light .nav-item.order-btn .nav-link{
    padding: 12px 22px;
    border:none;
    font-weight: 500;
    align-items: center;
}
  .sidebar-light .nav-item.order-btn .nav-link, .sidebar-light .nav-item.order-btn .nav-link:hover, .sidebar-light .nav-item.order-btn .nav-link:active, .order-btn:hover, .order-btn:active, .order-btn:focus{color: #fff!important;}
  
  
  .sidebar-light .sidebar-brand {
    color: #6e707e;
  }
  
  .sidebar-light hr.sidebar-divider {
    border-top: 1px solid #eaecf4;
  }
  
  .sidebar-light .sidebar-heading {
    color: #b7b9cc;
  }
  
  .sidebar-light .nav-item .nav-link {
    color: #2f3437;
  }
  .sidebar-light .nav-item:hover .nav-link {
    color: #0084f4;
  }
  
  .sidebar-light .nav-item .nav-link i {
    /* color: #d1d3e2; */
  }
  
  .sidebar-light .nav-item .nav-link:active, .sidebar-light .nav-item .nav-link:focus, .sidebar-light .nav-item .nav-link:hover {
    color: #0084f4;
  }
  
  .sidebar-light .nav-item .nav-link:active i, .sidebar-light .nav-item .nav-link:focus i, .sidebar-light .nav-item .nav-link:hover i {
    color: #0084f4;
  }
  .sidebar-light .nav-item.order-btn .nav-link:active i, .sidebar-light .nav-item.order-btn .nav-link:focus i, .sidebar-light .nav-item.order-btn .nav-link:hover i {
    color: #fff;
  }
  
  .sidebar-light .nav-item .nav-link[data-toggle="collapse"]::after {
    color: #0084f4;
  }
  
  .sidebar-light .nav-item.active .nav-link {
    color: #0084f3;
    border-left: 3px solid #0084f3;
  }
  
  .sidebar-light .nav-item.active .nav-link i {
    /*color: #0084f3;*/
  }
  
  .sidebar-light #sidebarToggle {
    background-color: #eaecf4;
  }
  
  .sidebar-light #sidebarToggle::after {
    color: #b7b9cc;
  }
  
  .sidebar-light #sidebarToggle:hover {
    background-color: #dddfeb;
  }
  
  .sidebar-dark .sidebar-brand {
    color: #fff;
  }
  
  .sidebar-dark hr.sidebar-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  
  .sidebar-dark .sidebar-heading {
    color: rgba(255, 255, 255, 0.4);
  }
  
  .sidebar-dark .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .sidebar-dark .nav-item .nav-link i {
    color: rgba(255, 255, 255, 0.3);
  }
  
  .sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
    color: #fff;
  }
  
  .sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i {
    color: #fff;
  }
  
  .sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .sidebar-dark .nav-item.active .nav-link {
    color: #fff;
  }
  
  .sidebar-dark .nav-item.active .nav-link i {
    color: #fff;
  }
  
  .sidebar-dark #sidebarToggle {
    background-color: rgba(255, 255, 255, 0.2);
  }
  
  .sidebar-dark #sidebarToggle::after {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .sidebar-dark #sidebarToggle:hover {
    background-color: rgba(255, 255, 255, 0.25);
  }
  
  .sidebar-dark.toggled #sidebarToggle::after {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .btn-circle {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
    height: 1.8rem;
    width: 1.8rem;
    font-size: 0.75rem;
  }
  
  .btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
    height: 3.5rem;
    width: 3.5rem;
    font-size: 1.35rem;
  }
  
  .btn-icon-split {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
  }
  
  .btn-icon-split .icon {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 0.375rem 0.75rem;
  }
  
  .btn-icon-split .text {
    display: inline-block;
    padding: 0.375rem 0.75rem;
  }
  
  .btn-icon-split.btn-sm .icon, .btn-group-sm > .btn-icon-split.btn .icon {
    padding: 0.25rem 0.5rem;
  }
  
  .btn-icon-split.btn-sm .text, .btn-group-sm > .btn-icon-split.btn .text {
    padding: 0.25rem 0.5rem;
  }
  
  .btn-icon-split.btn-lg .icon, .btn-group-lg > .btn-icon-split.btn .icon {
    padding: 0.5rem 1rem;
  }
  
  .btn-icon-split.btn-lg .text, .btn-group-lg > .btn-icon-split.btn .text {
    padding: 0.5rem 1rem;
  }
  
  .card .card-header .dropdown {
    line-height: 1;
  }
  .card-footer{
    background-color: #fff;
    border-top-color: #efefef;
  }
  
  .card .card-header .dropdown .dropdown-menu {
    line-height: 1.5;
  }
  
  .card .card-header[data-toggle="collapse"] {
    text-decoration: none;
    position: relative;
    padding: 0.75rem 3.25rem 0.75rem 1.25rem;
  }
  
  .card .card-header[data-toggle="collapse"]::after {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 1.725rem;
    line-height: 51px;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    color: #d1d3e2;
  }
  
  .card .card-header[data-toggle="collapse"].collapsed {
    border-radius: 0.35rem;
  }
  
  .card .card-header[data-toggle="collapse"].collapsed::after {
    content: '\f105';
  }
  
  .chart-area {
    position: relative;
    height: 10rem;
    width: 100%;
  }
  
  @media (min-width: 768px) {
    .chart-area {
      height: 20rem;
    }
  }
  
  .chart-bar {
    position: relative;
    height: 10rem;
    width: 100%;
  }
  
  @media (min-width: 768px) {
    .chart-bar {
      height: 20rem;
    }
  }
  
  .chart-pie {
    position: relative;
    height: 15rem;
    width: 100%;
  }
  
  @media (min-width: 768px) {
    .chart-pie {
      height: calc(20rem - 43px) !important;
    }
  }
  
  .bg-login-image {
    background: url("https://source.unsplash.com/K4mSJ7kc0As/600x800");
    background-position: center;
    background-size: cover;
  }
  
  .bg-register-image {
    background: url("https://source.unsplash.com/Mv9hjnEUHR4/600x800");
    background-position: center;
    background-size: cover;
  }
  
  .bg-password-image {
    background: url("https://source.unsplash.com/oWTW-jNGl9I/600x800");
    background-position: center;
    background-size: cover;
  }
  
  form.user .custom-checkbox.small label {
    line-height: 1.5rem;
  }
  
  form.user .form-control-user {
    font-size: 0.8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem;
  }
  
  form.user .btn-user {
    font-size: 0.8rem;
    border-radius: 10rem;
    padding: 0.75rem 1rem;
  }
  
  .btn-google {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff;
  }
  
  .btn-google:hover {
    color: #fff;
    background-color: #e12717;
    border-color: #e6e6e6;
  }
  
  .btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #e12717;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
  
  .btn-google.disabled, .btn-google:disabled {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff;
  }
  
  .btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active,
  .show > .btn-google.dropdown-toggle {
    color: #fff;
    background-color: #d62516;
    border-color: #dfdfdf;
  }
  
  .btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus,
  .show > .btn-google.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
  
  .btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff;
  }
  
  .btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #e6e6e6;
  }
  
  .btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #30497c;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
  
  .btn-facebook.disabled, .btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff;
  }
  
  .btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #dfdfdf;
  }
  
  .btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
  .show > .btn-facebook.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
  
  .error {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem;
  }
  
  @-webkit-keyframes noise-anim {
    0% {
      clip: rect(78px, 9999px, 4px, 0);
    }
    5% {
      clip: rect(87px, 9999px, 70px, 0);
    }
    10% {
      clip: rect(21px, 9999px, 60px, 0);
    }
    15% {
      clip: rect(79px, 9999px, 83px, 0);
    }
    20% {
      clip: rect(20px, 9999px, 28px, 0);
    }
    25% {
      clip: rect(42px, 9999px, 78px, 0);
    }
    30% {
      clip: rect(71px, 9999px, 37px, 0);
    }
    35% {
      clip: rect(89px, 9999px, 49px, 0);
    }
    40% {
      clip: rect(36px, 9999px, 48px, 0);
    }
    45% {
      clip: rect(77px, 9999px, 67px, 0);
    }
    50% {
      clip: rect(7px, 9999px, 94px, 0);
    }
    55% {
      clip: rect(90px, 9999px, 79px, 0);
    }
    60% {
      clip: rect(48px, 9999px, 57px, 0);
    }
    65% {
      clip: rect(64px, 9999px, 35px, 0);
    }
    70% {
      clip: rect(23px, 9999px, 88px, 0);
    }
    75% {
      clip: rect(68px, 9999px, 27px, 0);
    }
    80% {
      clip: rect(39px, 9999px, 98px, 0);
    }
    85% {
      clip: rect(97px, 9999px, 57px, 0);
    }
    90% {
      clip: rect(61px, 9999px, 53px, 0);
    }
    95% {
      clip: rect(79px, 9999px, 44px, 0);
    }
    100% {
      clip: rect(12px, 9999px, 19px, 0);
    }
  }
  
  @keyframes noise-anim {
    0% {
      clip: rect(78px, 9999px, 4px, 0);
    }
    5% {
      clip: rect(87px, 9999px, 70px, 0);
    }
    10% {
      clip: rect(21px, 9999px, 60px, 0);
    }
    15% {
      clip: rect(79px, 9999px, 83px, 0);
    }
    20% {
      clip: rect(20px, 9999px, 28px, 0);
    }
    25% {
      clip: rect(42px, 9999px, 78px, 0);
    }
    30% {
      clip: rect(71px, 9999px, 37px, 0);
    }
    35% {
      clip: rect(89px, 9999px, 49px, 0);
    }
    40% {
      clip: rect(36px, 9999px, 48px, 0);
    }
    45% {
      clip: rect(77px, 9999px, 67px, 0);
    }
    50% {
      clip: rect(7px, 9999px, 94px, 0);
    }
    55% {
      clip: rect(90px, 9999px, 79px, 0);
    }
    60% {
      clip: rect(48px, 9999px, 57px, 0);
    }
    65% {
      clip: rect(64px, 9999px, 35px, 0);
    }
    70% {
      clip: rect(23px, 9999px, 88px, 0);
    }
    75% {
      clip: rect(68px, 9999px, 27px, 0);
    }
    80% {
      clip: rect(39px, 9999px, 98px, 0);
    }
    85% {
      clip: rect(97px, 9999px, 57px, 0);
    }
    90% {
      clip: rect(61px, 9999px, 53px, 0);
    }
    95% {
      clip: rect(79px, 9999px, 44px, 0);
    }
    100% {
      clip: rect(12px, 9999px, 19px, 0);
    }
  }
  
  .error:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
  }
  
  @-webkit-keyframes noise-anim-2 {
    0% {
      clip: rect(20px, 9999px, 91px, 0);
    }
    5% {
      clip: rect(20px, 9999px, 44px, 0);
    }
    10% {
      clip: rect(84px, 9999px, 55px, 0);
    }
    15% {
      clip: rect(40px, 9999px, 93px, 0);
    }
    20% {
      clip: rect(37px, 9999px, 73px, 0);
    }
    25% {
      clip: rect(75px, 9999px, 57px, 0);
    }
    30% {
      clip: rect(89px, 9999px, 38px, 0);
    }
    35% {
      clip: rect(6px, 9999px, 68px, 0);
    }
    40% {
      clip: rect(63px, 9999px, 17px, 0);
    }
    45% {
      clip: rect(55px, 9999px, 49px, 0);
    }
    50% {
      clip: rect(98px, 9999px, 28px, 0);
    }
    55% {
      clip: rect(18px, 9999px, 57px, 0);
    }
    60% {
      clip: rect(18px, 9999px, 64px, 0);
    }
    65% {
      clip: rect(35px, 9999px, 77px, 0);
    }
    70% {
      clip: rect(31px, 9999px, 59px, 0);
    }
    75% {
      clip: rect(30px, 9999px, 38px, 0);
    }
    80% {
      clip: rect(13px, 9999px, 52px, 0);
    }
    85% {
      clip: rect(63px, 9999px, 91px, 0);
    }
    90% {
      clip: rect(96px, 9999px, 67px, 0);
    }
    95% {
      clip: rect(24px, 9999px, 13px, 0);
    }
    100% {
      clip: rect(5px, 9999px, 29px, 0);
    }
  }
  
  @keyframes noise-anim-2 {
    0% {
      clip: rect(20px, 9999px, 91px, 0);
    }
    5% {
      clip: rect(20px, 9999px, 44px, 0);
    }
    10% {
      clip: rect(84px, 9999px, 55px, 0);
    }
    15% {
      clip: rect(40px, 9999px, 93px, 0);
    }
    20% {
      clip: rect(37px, 9999px, 73px, 0);
    }
    25% {
      clip: rect(75px, 9999px, 57px, 0);
    }
    30% {
      clip: rect(89px, 9999px, 38px, 0);
    }
    35% {
      clip: rect(6px, 9999px, 68px, 0);
    }
    40% {
      clip: rect(63px, 9999px, 17px, 0);
    }
    45% {
      clip: rect(55px, 9999px, 49px, 0);
    }
    50% {
      clip: rect(98px, 9999px, 28px, 0);
    }
    55% {
      clip: rect(18px, 9999px, 57px, 0);
    }
    60% {
      clip: rect(18px, 9999px, 64px, 0);
    }
    65% {
      clip: rect(35px, 9999px, 77px, 0);
    }
    70% {
      clip: rect(31px, 9999px, 59px, 0);
    }
    75% {
      clip: rect(30px, 9999px, 38px, 0);
    }
    80% {
      clip: rect(13px, 9999px, 52px, 0);
    }
    85% {
      clip: rect(63px, 9999px, 91px, 0);
    }
    90% {
      clip: rect(96px, 9999px, 67px, 0);
    }
    95% {
      clip: rect(24px, 9999px, 13px, 0);
    }
    100% {
      clip: rect(5px, 9999px, 29px, 0);
    }
  }
  
  .error:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
  }
  
  footer.sticky-footer {
    padding: 2rem 0;
    flex-shrink: 0;
  }
  
  footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 0.8rem;
  }
  
  body.sidebar-toggled footer.sticky-footer {
    width: 100%;
  }

  .page-heading, .page-heading a{
    font-size: 19px;
    font-weight: 700;
    color: #6d7275;
  }
  .page-heading a:hover{
    text-decoration: none;
  }
  .page-heading span{
    font-weight: 400;
  }
  .page-heading i{
    font-size: 16px;
  }

  .order-counters{
    background-color: #fff;
    border-radius: 3px;
    padding:15px;
    margin: 0;
    margin-bottom: 15px;
  }
  .order-counters .counter-bx{
    text-align: center;
    position: relative;
  }
  .order-counters .counter-bx h3{
    font-size: 30px;
    color: #4e5458;
    font-weight: 700;
    margin-top: 10px;
  }
  .order-counters .counter-bx p{
    font-size: 13px;
    color: #4e5458;
    font-weight: 400;
  }
  .order-counters .counter-bx:after{
    content: '';
    position: absolute;
    right: 0;
    top: 25%;
    width: 1px;
    height: 45px;
    background-color: #f1f1f1;
  }
  .order-counters .counter-bx:last-child::after{
    content: none;
  }

  .mini-stats{
    text-align: center;
    border:none;
    border-radius: 5px;
    margin-bottom: 25px;
  }
  .mini-stats h3{
    font-size: 25px;
    font-weight: 600;
    color: #4e5458;
  }
  .mini-stats p{
    font-size: 11px;
    font-weight: 500;
    color: #4e5458;
  }

  .order-box{
    background-color: #fff;
    padding: 25px 20px;
    margin: 0 15px 30px 15px;
    border-radius: 5px;
    border-top: 6px solid #cdd4db;
    /* max-width: 261px; */
    max-width: 30.333333%;
    /* height: 185px; */
    -webkit-box-shadow: 3px 0px 8px 0px rgba(50, 50, 50, 0.10);
    -moz-box-shadow: 3px 0px 8px 0px rgba(50, 50, 50, 0.10);
    box-shadow: 3px 0px 8px 0px rgba(50, 50, 50, 0.10);
  }
  .order-box.active{
    border-color: #0084f4;
  }
  .order-box .order-nmbr{
    font-size: 13px;
    font-weight: 700;
    color: #6d7275;    
  }
  .order-box .order-nmbr span{
    font-size: 11px;
    font-weight: 400;
    color: #b4b6b7;
    float: right;
  }
  .order-box .order-pharmacy{
    font-size: 13px;
    font-weight: 700;
    color: #6d7275;    
    margin-top: 10px;
  }
  .order-box p{
    font-size: 11px;
    color: #b4b6b7;
    padding-right: 57px;
    margin-top: 3px;
  }
  .order-box .order-price{
    font-size: 21px;
    font-weight: 700;
    color: #2f3437;
  }
  .order-box .order-price sup{
    font-size: 14px;
  }
  .order-box .order-status{
    display: inline-table;
    padding: 0px 5px;
    border-radius: 3px;
    font-size: 9px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #6d7275;
    color: #6d7275;
  }
  .order-box .order-status.active{
    border-color: #0084f4;
    color: #0084f4;
  }
  .order-box .order-status.cancelled{
    border-color: #e8546b;
    color: #e8546b;
  }

  .topbar .dropdown .dropdown-menu.cart-dropdown .cart-list{
    /* height: 268px;
    max-height: calc(100vh - 282px); */
    height: auto;
    max-height: calc(100vh - 355px);
    overflow: auto;
    padding: 22px;
    padding-bottom: 0;
  }
  .topbar .dropdown .dropdown-menu.cart-dropdown .spiner-input{
    width: auto;
    margin-left: 10px;
  }
  .topbar .dropdown .dropdown-menu.cart-dropdown .spiner-input .btn{
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #0084f3;
    color: #0084f3;
    width: 24px;
    height: 24px;
    padding: 7px 7px;
    font-size: 9px;
    line-height: 6px;
  }
  .topbar .dropdown .dropdown-menu.cart-dropdown .spiner-input .qty-input{
    text-align: center;
    border-radius: 5px;
    margin: 0 9px;
    height: 24px;
    width: 34px;
  }
  .topbar .dropdown .dropdown-menu.cart-dropdown .dlt-item{
    font-size: 9px;
    font-weight: 900;
    position: absolute;
    right: -11px;
    padding: 7px;  
    color: #4e5458;  
    z-index: 2;
  }
  .topbar .dropdown .dropdown-menu.cart-dropdown .cart-footer{
    padding: 0 22px 22px 22px;
    font-size: 19px;
    font-weight: 700;
    color: #2f3437;
  }
  
  .ordr-modal .modal-dialog{
    width: 400px;
  }
  .ordr-modal .ordr-select h2{
    font-size: 19px;
    font-weight: 700;
    color: #4e5458;
    margin-top: 22px;
  }
  .ordr-modal .ordr-select p{
    font-size: 13px;
    font-weight: 400;
    color: #4e5458;
    position: relative;
    padding-bottom: 20px;
  }
  .ordr-modal .ordr-select p:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 1px;
    background-color: #0084f3;
  }
  .ordr-modal .ordr-select .ordr-type-btn{
    border-radius: 3px;
    padding: 20px 37px;
    border: 1px solid #eef3f6;
    text-align: center;
    display: block;
    margin: 20px 18px;
  }
  .ordr-modal .ordr-select .ordr-type-btn:hover{
    text-decoration: none;
    background-color: #0084f4;
  }
  .ordr-modal .ordr-select .ordr-type-btn:hover h3, .ordr-modal .ordr-select .ordr-type-btn:hover .ordr-decription{
    color: #fff;
  }
  .ordr-modal .ordr-select .ordr-type-btn h3{
    font-size: 19px;
    font-weight: 700;
    color: #0084f4;
  }
  .ordr-modal .ordr-select .ordr-type-btn .ordr-decription{
    font-size: 13px;
    font-weight: 400;
    color: #4e5458;
  }
  

  /* chat panel */
  .chat-panel{
    margin: 0 0px 25px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 3px 0px 8px 0px rgba(50, 50, 50, 0.10);
    -moz-box-shadow: 3px 0px 8px 0px rgba(50, 50, 50, 0.10);
    box-shadow: 3px 0px 8px 0px rgba(50, 50, 50, 0.10);
    height: calc(100vh - 165px);
    background-color: #fff;
    overflow: hidden;
}
.chat-panel .chat-contacts{
  padding: 20px 0;
  width: 311px;
  height: calc(100vh - 140px);
  overflow: auto;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 3px 0px 8px 0px rgba(50, 50, 50, 0.10);
  -moz-box-shadow: 3px 0px 8px 0px rgba(50, 50, 50, 0.10);
  box-shadow: 3px 0px 8px 0px rgba(50, 50, 50, 0.10);
}
  .chat-panel .chat-contacts .contact-box{
    display: flex;
    align-items: center;    
    padding: 10px 10px 10px 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .chat-panel .chat-contacts .contact-box:before{
    content: '';
    position: absolute;
    left: -10px;
    top: 0px;
    width: 3px;
    height: 38px;
    background-color: #0084f4;
    transition: 0.3s;
  }
  .chat-panel .chat-contacts .contact-box.active:before, .chat-panel .chat-contacts .contact-box:hover:before{
    left: 0;
    transform: translateX(-50%);
  }
  .chat-panel .chat-contacts .contact-box .contact-img{
    border-radius: 50px;
    height: 40px;
    width: 40px;
    overflow: hidden;
    margin-left: 18px;
    background-color: #ddecf9;
    text-align: center;
    font-size: 17px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
  }
  .chat-panel .chat-contacts .contact-box .contact-img .initial{

  }
  .chat-panel .chat-contacts .contact-box .contact-name{
    margin-left: 15px;
    width: 50%;
  }
  .chat-panel .chat-contacts .contact-box .contact-name .name{
    font-size: 13px;
    font-weight: 700;
    color: #2f3437;
  }
  .chat-panel .chat-contacts .contact-box .contact-name .last-msg{
    font-size: 11px;
    font-weight: 400;
    color: #2f3437;
  }
  .chat-panel .chat-contacts .contact-box .msg-time{
    text-align: right;
    margin-left: auto;
  }
  .chat-panel .chat-contacts .contact-box .msg-time .time{
    font-size: 11px;
    font-weight: 400;
    color: #999ba5;
  }
  .chat-panel .chat-contacts .contact-box .msg-time .msg-counter{
    background-color: #e8546b;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    padding: 3px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    font-weight: 700;
    margin-left: auto;
  }
  .chat-panel .chat-box{
    margin-left: 311px;
    /* height: calc(100vh - 140px); */
    /* padding: 27px; */
    overflow: hidden;
    position: relative;
  }
  .chat-panel .chat-box .chat-boxHeader{
    border-bottom: 1px solid #cdd4db;
    padding: 27px;
    padding-bottom: 20px;
  }
  .chat-panel .chat-box .chat-boxHeader .profile-name{
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
    color: #6d7275;
  }
  .chat-panel .chat-box .chat-boxHeader .status{
    font-size: 11px;
    line-height: 19px;
    font-weight: 400;
    color: #6d7275;
  }
  .chat-panel .chat-box .chat-history{
    padding: 27px;
    padding-top: 21px;
    height: calc(100vh - 355px);
    overflow: auto;
  }
  .chat-panel .chat-box .chat-history .user-chat{
    display: flex;
    align-items: flex-start;
  }
  .chat-panel .chat-box .chat-history .user-chat .user-img{
    border-radius: 50px;
    height: 40px;
    width: 40px;
    overflow: hidden;
    margin-right: 15px;
    background-color: #ddecf9;
    text-align: center;
    font-size: 17px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
  }
  .chat-panel .chat-box .chat-history .user-chat .msg-body{
    /* flex: 1; */
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .chat-panel .chat-box .chat-history .user-chat .user-msg{
    background-color: #0084f4;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 10px;
    /* max-width: 70%; */
    display: inline-block;
  }
  .chat-panel .chat-box .chat-history .user-chat .user-msg span{
    font-size: 9px;
    text-align: right;
    margin-left: 20px;
    margin-top: 4px;
    float: right;
  }
  .chat-panel .chat-box .chat-history .rpl-msg-body{
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
  .chat-panel .chat-box .chat-history .rpl-msg{
    background-color: #ddecf9;
    padding: 5px 10px;
    color: #0084f4;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 53px;
    /* max-width: 70%; */
    display: inline-block;
  }
  .chat-panel .chat-box .chat-history .rpl-msg span{
    font-size: 9px;
    text-align: right;
    margin-left: 20px;
    margin-top: 4px;
    float: right;
  }
  .chat-panel .chat-box .chat-footer{
    padding: 27px;
  }
  .chat-panel .chat-box .chat-footer .btn-icon-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    height: 40px;
    width: 40px;
    cursor: pointer;
  }
  .chat-panel .chat-box .chat-footer .btn-icon-wrap .flaticon, .chat-file.flaticon{
    color: #0084f4;
    font-size: 0px;
    width: 40px;
    height: 40px;
    padding: 7px;
    cursor: pointer;
  }
  .chat-panel .chat-box .chat-footer .btn-icon-wrap .flaticon:before, .chat-file.flaticon:before{font-size: 22px;}
  .chat-panel .chat-box .chat-footer .btn-icon-wrap  input {
    /* position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer; */
    display: none;
}
.chat-panel .chat-box .chat-footer .input-msg-send{
  border: none;
}
.chat-panel .chat-box .chat-footer .send-btn{
  background-color: #0084f4;
  border-radius: 50px;
  color: #fff;
}

.chart-wrapper {
  position: relative;
  margin: auto;
  height: 50vh;
  /* width: 80vw; */
}

.no-orders{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  color: #b4b6b7;
}
.no-orders i{
  font-size: 35px;
  color: #0084f3;
}
.no-orders p{
  margin-bottom: 0px;
}

.orders-list ul{
  list-style: none;
  padding: 0;
  max-height: calc(100vh - 356px);
  overflow: auto;
}
.orders-list ul li{
  padding: 15px 10px 15px 0px;
  border-bottom: 1px solid #efefef;
}
.orders-list ul li:last-child{
  border-bottom: none;
}
.orders-list ul li:last-child{
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.orders-list .order-title{
  font-size: 13px;
  color: #2f3437;
  font-weight: 600;
}
.orders-list .order-contact{
  font-size: 11px;
  color: #6d7275;
  line-height: 19px;
}
.orders-list .order-total-price{
  font-size: 13px;
  color: #2f3437;
  font-weight: 600;
}
.orders-list .order-details{
  font-size: 11px;
  color: #0084f4;
  line-height: 19px;
}

.card-title{
    font-size: 11px;
    color: #c5c5c5;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.place-order .btn-border{
  font-size: 13px;
  font-weight: 500;
}

.patients-listBx{
  /* display: flex;
  justify-content: space-between; */
  align-items: center;
  padding: 26px 26px 26px 26px;
  background-color: #f8fafc;
  border-radius: 3px;
  margin-bottom: 15px;
}
.patients-listBx .patient-name{
  color: #6d7275;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
}
.patients-listBx .patient-gndr-date{
  font-size: 11px;
  color: #6d7275;
  font-weight: 400;
  margin-top: 5px;
}
.patients-listBx .patient-gndr-date .gender{
  font-weight: 600;
  text-transform: uppercase;
}
.patients-listBx .contact-info{
  font-size: 11px;
  color: #6d7275;
}
.patients-listBx .contact-info i{
  margin-right:10px;
  color:#8e9295;
}
.patients-listBx .close{
  font-size: 12px;
  text-align: right;
}
.patients-listBx .close a{
  color: #6d7275;
  padding:10px;
}

.place-order .card-footer{
  margin-top: 55px;
}

.list-table{
  border-collapse: separate;
  border-spacing: 0px 10px;
  background-color: transparent;
}
.list-table thead{
  background-color:#cfd5d9;
  /* -webkit-box-shadow: 4px 1px 7px 0px rgba(0,0,0,0.2); 
  box-shadow: 4px 1px 7px 0px rgba(0,0,0,0.2); */
  margin-bottom: 10px;
}
.list-table thead th{
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}
.list-table th:first-child, .list-table td:first-child{
  border-radius:3px 0 0 3px;
}

.list-table th:last-child, .list-table td:last-child{
  border-radius:0 3px 3px 0;
}
.list-table tbody{
  background-color: #fff;
  /* -webkit-box-shadow: 4px 1px 7px 0px rgba(0,0,0,0.2); 
  box-shadow: 4px 1px 7px 0px rgba(0,0,0,0.2); */
}
.list-table tbody td{
  font-size: 13px;
  color: #6d7275;
  font-weight: 400;
  vertical-align: middle;
  max-width: 300px;
}
.list-table tbody td p{
  font-size: 11px;
  margin-bottom: 0;
}
.list-table tbody tr, .list-table thead tr{
  border-spacing: 5em;
  -webkit-box-shadow: 1px 2px 7px 0px rgba(0,0,0,0.05); 
  box-shadow: 1px 2px 7px 0px rgba(0,0,0,0.05);
  background-color: transparent;
}
.list-table tbody td .status{
  padding: 2px 10px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.list-table tbody td .status.active, .list-table tbody td .status.arrived{
  background-color: #7fc1f9;
}
.list-table tbody td .status.delivered{
  background-color: #86f377;
}
.list-table tbody td .status.canceled, .list-table tbody td .status.cancel{
  background-color: #f39d77;
}
.list-table tbody td .status.pickedup{
  background-color: #ffb14f;
}
.list-table tbody td .status.confirmed{
  background-color: #17a2b8;
}
.list-table tbody td .status.cart{
  background-color: #ffc107;
}
.list-table tbody td .status.assigned{
  background-color: #cfd5d9;
}


.order-detials .order-id{
  font-size: 17px;
  font-weight: 600;
  color: #2f3437;
}
.order-detials .order-date{
  font-weight: 500;
  margin-bottom: 0;
}
.order-detials .order-date span{
  font-weight: 600;
}
.box-heading{
  font-size: 11px;
  font-weight: 400;
  color: #b9b9b9;
  text-transform: uppercase;
} 

.detials-box .image{
  width: 50px;
  height: 50px;
  background-color: #cdd4db;
  border-radius: 50px;
  overflow: hidden;
}
.detials-box .info{
  margin-left: 10px;
}
.detials-box .info .name{
  font-size: 13px;
  font-weight: 600;
  color: #4e5458;
  margin-bottom: 0;
}
.detials-box .info p{
  font-size: 11px;
  font-weight: 500;
  color: #4e5458;
  margin-bottom: 0;
  margin-top: 2px;
}
.detials-box .address{
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  color: #2f3437;
}
.detials-box .address a{
  font-size: 11px;
  color: #0084f4;
  display: block;
}
.order-detail-list ul{
  list-style: none;
  padding-left: 0;
}
.order-detail-list ul li.list-item{
  padding: 10px 0;
}
.order-detail-list li.list-item .item-img img{
  width: 40px;
  height: 40px;
  background-color: #cdd4db;
  border-radius: 3px;
  overflow: hidden;
}
.order-detail-list li.list-item .item-name{
  font-size: 13px;
  font-weight: 600;
  color: #6d7275;
}
.order-detail-list li.list-item .item-purpose{
  font-size: 11px;
  font-weight: 500;
  color: #939799;
}
.order-detail-list li.list-item .quantity, .order-detail-list li.list-item .price, .order-payment-details p{
  font-size: 13px;
  font-weight: 500;
  color: #2f3437;
}
.order-detail-list li.list-item .set-price input{
  max-width: 53px;
}
.order-payment-details p{
  margin-bottom: 5px;
}
.order-payment-details h4{
  font-size: 15px;
  font-weight: 600;
  color: #2f3437;
}


.medicines-search{
  display: flex;
}
.medicines-search .input-group-text{
  font-size: 13px;
  background-color: #fff;
  border-right: none;
  padding: 6px 10px;
  color: #b4b6b7;
}
.medicines-search .search-input{
  padding-left:0;
  border-left:none;
}
.medicines-search .search-input:active, .medicines-search .search-input:focus{
  border-color:#ced4da;
}
.medicines-list{
  height: calc(100vh - 17.34rem);
  overflow: auto;
  overflow-x: hidden;
}
.selected-medicines-list ul{
  height: calc(100vh - 19rem);
  overflow: auto;
  overflow-x: hidden;
}
.medicines-list .medicine-item, .selected-medicines-list .medicine-item{
  border-bottom: 1px solid #efefef;
  /* cursor: pointer; */
}
.medicines-list .medicine-item .select-item{
  text-align: right;
  align-self: center;
  font-weight: 600;
  color: #cecece;
}
.medicines-list .medicine-item .select-item i{
  padding: 11px 12px;
  border-radius: 50px;
  cursor: pointer;
}
.medicines-list .medicine-item .select-item i:hover{
  background-color: #e6f3ff;
  color: #0084f4;
}


.selected-medicines-header{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
}
.selected-medicines-header h4{
  font-size: 15px;
  color: #6d7275;
  font-weight: 500;
  margin-bottom: 0;
}
.selected-medicines-header p{
  font-size: 11px;
  color: #6d7275;
  margin-bottom: 0;
}
.selected-medicines-header .selected-medicine-search input{
  background-image: url(../img/search-icon.png);
  background-repeat: no-repeat;
  background-position: 8px 8px;
    padding-left: 20px;
    width: 25px;
    position: absolute;
    right: 60px;
    cursor: pointer;
}
.selected-medicines-header .selected-medicine-search input:focus{
    padding-left: 30px;
    width: 85%;
    cursor: initial;
    left: 14px;
}
.selected-medicines-header .search-filters button{
  font-size: 22px;
  line-height: 26px;
  padding: 6px 10px 0;
  color: #9fa8b0;
}

.empty-list{
  text-align: center;
  height: 100%;
}
.empty-list h3{
  font-size: 50px;
  color: #0084f4;
}
.empty-list p{
  font-size: 13px;
  line-height: 20px;
  color: #b4b6b7;
}

.medicine-item .selected-item{
  font-size: 27px;
  margin-left: 1px;
  color: #0084f3;
} 
.medicine-item .delete-item{
  font-size: 13px;
    font-weight: 800;
    color: #9fa8b0;
} 

#selectedMedicines .medicine-item.disabled .row{
  position: relative;
}
#selectedMedicines .medicine-item.disabled .row::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.6);
  z-index: 2;
}
#selectedMedicines .medicine-item.disabled .selected-item{
  color: #9fa8b0;
}


/* /pagination/ */
.simple-pagination ul {
    margin: 5px 0px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

    .simple-pagination li a,
    .simple-pagination li span {
        color: #666;
        padding: 5px 10px;
        text-decoration: none;
        border: 1px solid #EEE;
        background-color: #FFF;
        box-shadow: 0px 0px 10px 0px #EEE;
    }

.simple-pagination .current {
    color: #FFF;
    background-color: #2196f3;
    border-color: #1385e0;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #ffffff;
    color: #666;
    border-color: #eee;
}

.circle-btn {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  margin: auto;
}
.circle-btn .btn-fileUpload {
  width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 0;
    box-shadow: none;
    background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.uploadFile-box input {
  display: none;
}
.imgUpload-btn{
  text-align: center;
  font-weight: 500;
  font-size: 13px;
}

.pin-location{
  position: relative;
}
.pin-location .form-control{
  padding-right: 95px;
}
.pin-location .form-control:focus{
  background-color: transparent;
}
.pin-location .pin-locationBtn{
  position: absolute;
  top: 0;
  right: 0;
  color: #0084f3;
}

.account-pages{
  background-color: #f5f8fa;
}
/* .account-pages input, .account-pages button{
  height: 40px;
} */
.account-pages .card {
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
}
.account-pages .social-list-item {
  height: 2rem;
  width: 2rem;
  font-size: 13px;
  line-height: calc(2rem - 4px);
  display: block;
  border: 2px solid #adb5bd;
  border-radius: 50%;
  color: #adb5bd;
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.account-pages .remember-me{
  font-size: .8125rem;
  line-height: 2;
    color: #495057;
}
.account-pages .signin-with h5{
  font-size: 14px;
  color: #495057;
}
.account-pages .forgot-passwrd{
  font-size: 13px;
}
.account-pages h4{
  color: #6d7275;
}
.account-pages label{
  font-size: 13px;
  font-weight: 500;
  color: #495057;
}
.account-pages .backto i{
  font-size: 10px;
  font-weight: 800;
  margin-right: 2px;
}