/* body {
    font-size: 1.0625rem;
    https://bootstrap-ecommerce.com/bootstrap-ecommerce-html/css/ui.css
} */
*:focus {
  outline: none;
}

*:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

body {
    /* color: #343a40; */
    /* font-family: Roboto, sans-serif; */
    font-family: 'Lato', 'Open Sans', sans-serif;
    font-size: 14px;
    color: #4c5258;
    letter-spacing: 0.3px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #0c0c3c;
}

.overlay-loading {
  top: 0;
  right: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 1000;
  transition: all .2s ease-out;
}

.overlay-loading strong {
  color: white;
  font-size: 20px;
  width: max-content;
}

.overlay-loading span {
  font-size: 22px;
}

form label {
  font-weight: bold;
}

/* ================== SECTIONS =================== */
/* ================== header main ==================  */
.landing-midnight-blue .main-header {
    background: #0c0c3c!important;
}

.landing-midnight-blue main {
    min-height: 55vh;
    transition: .2s cubic-bezier(.4,0,.2,1);
}

.landing-midnight-blue main .container, .landing-midnight-blue main .container-fluid {
  height: auto !important;
}

.main-header {
    position: relative;
    width: 100%;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    z-index: 100;
}

.main-header-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}


.main-header .nav-link {
    color: #fff;
}

.navbar:not(.layout-page .navbar-detached) {
    padding: 0!important;
}

.navbar, .navbar>.container, .navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-transparent {
    min-height: 50px;
    max-width: 90%;
}

@media (min-width: 576px) {
  .navbar-collapse {
    justify-content: end;
    width: 0;
  }

  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

.navbar-categories {
    background-color: antiquewhite !important;
    margin-top: 60px;
    position: fixed!important;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}

.navbar-categories .nav-link {
    font-weight: 500;
    color: #1c1c1c;
}

  .navbar-categories .nav-link:hover {
    color: #666;
  }

  .menu-category {
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
  }
  .menu-category li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e4e4e4;
    display: inline-block;
    color: white;
    text-align: center;
    text-decoration: none;
  }
  .menu-category li:last-child {
    border-bottom: 0;
  }
  .menu-category a {
    color: #212529;
  }
  .menu-category > li > a {
    display: block;
    padding: 10px 18px;
  }

/* IF CARD IS LINKED */
a[class*=card] {
    color: initial;
  }
  a[class*=card]:hover .title {
    color: #3167eb;
  }

  /* BASE STYLE FOR PRODUCT ITEM */
  [class*=card-product] a.title {
    color: #0d6efd /*#212529*/;
    display: block;
  }
  [class*=card-product] a.title:hover {
    color: #3167eb;
  }
  [class*=card-product] p {
    margin-bottom: 0;
  }
  [class*=card-product] .img-wrap {
    overflow: hidden;
    position: relative;
  }

  [class*=card-product] .img-wrap img {
    height: 100%;
    max-width: 100%;
    width: auto;
    display: inline-block;
  }


/* GRID STYLE PRODUCT ITEM */
  .card-product-grid {
    margin-bottom: 20px;
    transition: 0.3s;
  }
  .card-product-grid .img-wrap {
    height: 220px;
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .card-product-grid .info-wrap {
    overflow: hidden;
  }
  .card-product-grid .bottom-wrap {
    padding: 18px;
    border-top: 1px solid #e4e4e4;
  }
  .card-product-grid .topbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    left: 0;
    text-align: initial;
    padding: 10px 15px;
  }
  .card-product-grid .topbar a {
    color: #ccc;
  }
  .card-product-grid .topbar a:hover {
    color: #3167eb;
  }
  .card-product-grid .fix-height {
    height: 80px;
    overflow: hidden;
  }
  .card-product-grid .btn-overlay {
    transition: 0.5s;
    opacity: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
  }
  .card-product-grid:hover .btn-overlay {
    opacity: 1;
  }
  .card-product-grid:hover {
    box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    transition: 0.3s;
    transform: scale(1.04);
  }

  .item-slide .card-product-grid {
    margin-bottom: 0;
  }

  /* LARGE LIST STYLE PRODUCT ITEM */
  .card-product-list {
    margin-bottom: 10px;
  }

  .card-product-list .img-wrap {
    height: 220px;
    border-radius: 0.37rem 0 0 0.37rem;
    padding: 0.5rem;
  }

  .card-product-list .info-main {
    padding: 1.5rem 1rem;
  }

  .card-product-list .info-aside {
    padding: 1.5rem 1rem;
    border-left: 1px solid #e4e4e4;
    height: 100%;
  }

  .card.card-product-grid, .card.card-product-list {
      box-shadow: 0 1px 2px rgb(51 51 51 / 7%);
  }

  .card.card-product-grid:hover, .card.card-product-list:hover {
      box-shadow: 0 3px 10px rgb(51 51 51 / 10%);
      transition: .2s;
  }

  .card-sm .img-wrap {
    height: 160px;
  }

  .card-lg .img-wrap {
    height: 280px;
  }

  .card-banner {
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    border-radius: 0.37rem;
  }
  .card-banner .card-body {
    background-size: cover;
    position: relative;
    z-index: 10;
  }
  .card-banner .caption {
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 10;
    padding: 1.25rem;
    color: #fff;
  }
  .card-banner .caption.bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .card-banner .caption.top {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .card-banner .caption.left {
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .card-banner .text-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 7px 20px;
    padding-top: 30px;
    border-radius: 0 0 0.37rem 0.37rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    color: #fff;
  }
  .card-banner .img-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    max-width: 100%;
  }

  .card .img-wrap {
    position: relative;
    text-align: center;
    overflow: hidden;
    display: block;
  }

  .icontext {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }
  .icontext p {
    margin-bottom: 0;
  }
  .icontext .text {
    width: 100%;
    line-height: 1.2;
  }
  .icontext .icon {
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .icontext .title {
    display: block;
    margin-bottom: 0;
  }

  .tag {
    display: inline-block;
    padding: 3px 7px;
    background: #f2f2f2;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-top: 4px;
    margin-right: 2px;
    font-size: 85%;
  }

  .item-logo {
    margin-bottom: 20px;
    text-align: center;
  }
  .item-logo img {
    max-height: 65px;
  }

  .notify {
    cursor: pointer;
    position: absolute;
    top: -38px;
    right: -16px;
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border-radius: 3rem;
    color: #fff;
    background-color: #fa3434;
  }

  var {
    font-style: normal;
  }

  .price {
    font-weight: 600;
    color: #212529;
  }

  [class*=card-product] .price-old {
      color: #9da1a7;
      margin-left: 3px;
      font-size: 90%;
  }

  .icon-control {
    margin-top: 5px;
    float: right;
    font-size: 80%;
  }

  .card-header .title {
    margin-bottom: 0;
    line-height: 1.5;
  }

  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .accordion .card:first-of-type,
  .pick-up-locations .card:first-of-type, .address-list .card:first-of-type  {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
   }

  .accordion .card:not(:first-of-type):not(:last-of-type),
  .pick-up-locations .card:not(:first-of-type):not(:last-of-type),
  .address-list .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0;
   }

   .accordion .card:last-of-type,
   .pick-up-locations .card:last-of-type,
   .address-list .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

  .filter-group {
    border-bottom: 1px solid #e4e4e4;
  }
  .filter-group .card-header {
    border-bottom: 0;
  }
  .filter-group:last-child {
    border-bottom: 0;
  }

  .router-link-exact-active {
        color:#34b0b5 !important;
  }

  .nav-item svg {
    margin-top: -3px;
  }

  .ellipsis-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.main-header .logo {
    width: 150px;
}

.main-header .logo img {
    /* background-color: white; */
    margin: 0 auto;
    display: block;
}

img {
    max-width: 100%;
}

img, svg {
    vertical-align: middle;
}

img {
    border-style: none;
}

.bg-transparent {
    background-color: transparent!important;
}

.progress, .progress-bar {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.main-header.header-fixed-default #dropdownMegaMenuButton {
    color: #fff!important;
}

.cart-dropdown-menu {
  min-width: 300px; 
  position: absolute !important;
  will-change: transform; 
  top: 0px; 
  left: -55px; 
  /* transform: translate3d(0px, 10px, 0px) !important; */
  background-color: #161359;
}

.btn {
    transition: all .5s ease-in 0s;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: ease-in;
    transition-delay: 0s;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}


.btn-light {
    background-color: #fff;
    border-color: #dee2e6;
    color: #212529
}
.btn-light i {
    color: #9da1a7
}
.btn-light:hover {
    border-color: #c1c9d0;
    color: #0d6efd
}
.btn-light:hover i {
    color: #0d6efd
}
.btn-light.active {
    border-color: #c1c9d0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .15)
}

.intro-components-Wrap {
    /* background: url(../../../../assets/images/landing/Bg/bg.jpg) 50%/cover no-repeat; */
    padding: 180px 0 80px;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.light-gray {
    background: #f8f9fa!important;
}

.pb-80 {
    padding: 80px 0;
}

.pb-140 {
    padding: 140px 0;
}

.pb-60 {
    padding: 60px 0;
}

.t-shadow {
    text-shadow: 0 4px 4px rgb(0 0 0 / 22%);
}

.text-42 {
    font-size: 42px;
}

.text-16 {
    font-size: 16px;
}

.text-black {
  color: #212529 !important;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-800 {
    font-weight: 800;
}

.col-form-label {
  font-weight: bold;
  color: #566a7f;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.intro-components-Wrap .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .9;
}

.o-hidden {
    overflow: hidden;
}

.card-product-filters {
  overflow: auto;
  height: 85vh;
  background-color: #161359;
  color: #fff;
}

.card-product-filters .card-header {
    background-color: transparent;
}

.card-product-filters .card-header a {
    color: #fff;
}

.card-product-filters input {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.24) !important;
}

.card-product-filters input:focus, .card-product-filters input:active {
    color: #fff;
    border-color: inherit !important;
    box-shadow: inherit;
}

.card-product-filters .input-group-text {
    background-color: #E14C7B;
    color: #fff;
}

.card-product-filters .custom-control-label::before {
    background-color: inherit;
    border: 2px solid rgba(255, 255, 255, 0.64);
}

.card-product-filters::-webkit-scrollbar, 
.tt-cart-list::-webkit-scrollbar {
  width: 6px!important;
  height: 6px!important;
}

.card-product-filters::-webkit-scrollbar-thumb,
.tt-cart-list::-webkit-scrollbar-thumb {
  background-color: #ced0d1;
  border-radius: 4px;
}

.tt-cart-list {
  overflow: auto;
  height: 65vh;
}

.vh-90 {
    height: 90vh !important;
}

.box {
    padding: 18px;
    background: #fff;
    border-radius: 0.37rem;
    border: 1px solid #e4e4e4;
}

.content-box {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid;
    border-radius: 5px;
    color: #545454;
}

.content-box__row {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.display-table .radio-wrapper, .display-table .checkbox-wrapper {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.display-table.radio__label__primary {
    display: table-cell;
    width: 100%;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  z-index: 999;
}

.plzWait{
  position: relative;
  left: calc(50% - 50px);
  top:50%;

}
.overlay{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .5;
  z-index: 999999;
}

.footer_wrap {
    background: #0c0c3c;
    color: white;
    padding: 28px;
}

.section-heading {
    margin-bottom: 20px;
    margin-top: 15px;
}

.icon-bv {
    font-size: 35px;
}

.label-rating {
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
}
.text-muted {
    color: #869ab8!important
}

.font-size-lg {
    font-size: 1.1875rem!important;
}

.font-size-md {
    font-size: 1rem!important;;
}

.jumbotron {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
    background-color: #fff;
}

/*Header styles*/
.section-content.padding-y {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
}

.subcategory-header-section {
    padding-top: 60px!important;
}

.products-section {
    padding-top: 20px!important;
    padding-bottom: 60px!important;
    height: auto;
}

.list-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
    overflow: auto;
  }

  .list-menu li {
    margin-bottom: 5px;
  }
  .list-menu a {
    color: #343a40;
  }
  .list-menu a:hover {
    color: #3167eb;
    cursor: pointer;
  }

.card-header .title {
    margin-bottom: 0;
    line-height: 1.5;
}

.input-spinner {
    width: 125px;
    flex-wrap: nowrap;
    display: inline-flex;
    vertical-align: middle;
  }
  .form-control {
    background-color: #f9f9f9 !important;
  }

  .form-control:focus{
      color:#51585e;
      background-color:#fff;
      border-color:#6ea8fe;
      outline:0;
      box-shadow:0 0 0 .2rem rgba(231,241,255,.7)
   }



   .form-control::-webkit-input-placeholder {
    color: #9da1a7;
    opacity: 1
    }
    .form-control::-moz-placeholder {
        color: #9da1a7;
        opacity: 1
    }
    .form-control:-ms-input-placeholder {
        color: #9da1a7;
        opacity: 1
    }
    .form-control::-ms-input-placeholder {
        color: #9da1a7;
        opacity: 1
    }
    .form-control::placeholder {
        color: #9da1a7;
        opacity: 1
    }

  .input-spinner input.form-control {
    text-align: center;
    max-width: 46px;
    font-weight: bold;
    flex-basis: 46px;
    border-color: #e4e4e4;
    flex-grow: 0;
  }
  .input-spinner .btn {
    width: 42px;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

@keyframes key-up {
    0% {
        transform: translateY(250px);
    }
    100% {
        transform: translateY(0);
    }
}

.carousel-caption p {
    animation: key-up 2.4s ease;
    color: #070798 !important;
    font-weight: 300;
    text-shadow: 0 0 0.2em #87F, 0 0 0.2em #87F,0 0 0.2em #87F
}

.carousel-caption h1 {
    animation: key-up 1.4s ease;
    color: #070798 !important;
    font-weight: bolder;
    text-shadow: 0 0 0.2em #87F, 0 0 0.2em #87F,0 0 0.2em #87F
}

@media (min-width: 40em)
{
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

.nav-item.active {
    border-bottom: 2px solid red;
}

#main_nav .nav-link:hover {
  color: #fff;
  border-bottom: 2px solid #766b93;
}

.section-header p {
    margin-bottom: 0!important;
}

.btn-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    line-height: 64px;
    text-align: center;
    z-index: 999;
    box-shadow: 2px 3px 37px #999;
    background-color: #25d366;
}

.btn-whatsapp > a {
    color: white;
    font-size: 56px;
}
.btn-whatsapp:hover {
	transform: translate(2);
}

.icon-control {
    margin-top: 5px;
    float: right;
    font-size: 100%;
    color:#E14C7B;
  }

/* ========================
INCLUDE STYLES AND COMPONENTS
===================== */
/* ================== HELPERS  =================== */
.tt-cart-box img {
  background-color: #ffffff2e;
}

  a:hover {
    text-decoration: none;
  }

  .img-wrap img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .icon-wrap {
    text-align: center;
    display: inline-block;
  }

  .price-wrap {
    letter-spacing: -0.7px;
  }

  .content-body {
    flex: 1 1 auto;
    padding: 2rem 2.3rem;
  }

  @media (min-width: 768px) {
    .vh-md-100 {
        height: 100vh;
    }

    .position-md-sticky {
        position: -webkit-sticky!important;
        position: sticky!important;
        align-self: flex-start;
        top: 70px;
        z-index: 999;
    }

    .sticky-md-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }

  .nav-sidenav {
      height: 100vh;
      overflow-y: auto;
      -webkit-transition: left .3s ease-in-out;
      -moz-transition: left .3s ease-in-out;
      -ms-transition: left .3s ease-in-out;
      -o-transition: left .3s ease-in-out;
      transition: left .3s ease-in-out;
      z-index: 998;
  }

  @media (max-width: 798px) {
    .nav-sidenav {
      top: 0;
      width: 80vw;
      left: -100%;
      position: fixed!important;
    }

    .menu {
      visibility: visible !important;
    }

    .product-content > header > #header-prod-filter {
      flex-direction: column-reverse !important;
    }

    .product-content > header > #header-prod-filter > form {
      width: 100% !important;
      align-self: end;
      margin-bottom: 10px;
    }

    #dropdownMegaMenuButton {
      position: absolute;
      top: 0;
      left: 120px;
    }

    .navbar-nav.cart {
      flex-direction: row;
      position: absolute;
      right: 50px;
      top: -8px;
    }
  }

.sidebar-filters, .product-content {
    padding-bottom: 3rem!important;
    padding-top: 0.5rem!important;
}

.badge-light {
  color: #212529;
  background-color: #e4e4e4;
}

.custom-control.custom-checkbox input, .custom-control.custom-checkbox label {
  cursor: pointer;
}

.custom-control-label {
  width: 100%;
  cursor: pointer;
}

.custom-control-label .badge {
    margin-top: 4px;
}

.custom-control-label .badge-light {
    background-color: rgba(255, 255, 255, 0.24);
    color: rgba(255, 255, 255, 0.64);
}

.card-product-grid .badge {
    top: 10px;
    left: 10px;
    position: absolute;
}

  .navbar-toggler {
    background-color: aliceblue;
    margin-right: 10px;
    right: 0;
    position: absolute;
    top: 10px;
  }

  .modal-backdrop {
    opacity: 0.5;
  }

  .clickeable {
    cursor: pointer !important;
  }

  .route-name:hover {
    background-color: #8080801a;
    box-shadow: none;
  }

  .route-name {
    border: 1px solid #00000017;
  }

  .route-name .route-item {
    padding: 4px 4px 4px 4px;
  }

  .route-name button {
    padding: 4px 4px 4px 4px;
  }

  .route-name button:hover {
    box-shadow: none;
  }

  .custom-switch .custom-control-input,
  .custom-switch .custom-control-label {
    cursor: pointer;
  }

  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    cursor: not-allowed;
  }

  .cld-loader {
    height: 50vh;
    align-items: center;
  }

  .b-table-sticky-header {
    overflow-y: auto;
    max-height: 50vh;
   }

  .b-table-sticky-header>.table.b-table>thead>tr>th {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: -1px;
    z-index: 2;
    background-color: #f8fafc;
  }

  .b-form-spinbutton {
    text-align: center;
    overflow: hidden;
    background-image: none;
    padding: 0;
  }

  .b-form-spinbutton output {
    font-size: inherit;
    outline: 0;
    border: 0;
    background-color: transparent;
    width: auto;
    margin: 0;
    padding: 0 .25rem;
  }

  .b-form-spinbutton output>bdi, .b-form-spinbutton output>div {
    display: block;
    min-width: 2.25em;
    height: 1.5em;
  }

  #search-clear {
    cursor: pointer;
    color: #E14C7B !important;
    background-color: #E14C7B !important;
  }

  .slider-horizontal .slider-tooltip, .slider-connect {
    background-color: #E14C7B !important;
  }

  /* MEGA MENU OF PRODUCT CATEGORIES */
  .mega-menu {
    position: static;
    margin-top: 10px;
  }

  .mega-menu .dropdown-menu {
    left: auto;
    right: auto;
    width: calc(100% - 120px);
    max-width: 1200px;
    padding: 0;
    overflow: hidden;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
   }

   @-webkit-keyframes animdropdown {
        from {
            -webkit-transform: translate3d(0, 6px, 0);
            transform: translate3d(0, 6px, 0);
            opacity: 0
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1
        }
    }

    @keyframes animdropdown {
        from {
            -webkit-transform: translate3d(0, 6px, 0);
            transform: translate3d(0, 6px, 0);
            opacity: 0
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1
        }
    }

    .bounce-animation {
      animation: bounce 2s 3;
    }
    
    @keyframes bounce {
        0%,25%,50%,75%,to {
            transform: translate(0) translateY(0)
        }
    
        40% {
            transform: translate(0) translateY(-8px)
        }
    
        60% {
            transform: translate(0) translateY(-4px)
        }
    }

   .border-bottom-primary {
        border-bottom: 1px solid #8b5cf6;
    }

    .mega-menu .dropdown-menu ul.links {
        list-style: none;
        margin: 0;
        padding: 0;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    a.category-item {
        color: #333;
    }

    .slider-target, .slider-target  {
        z-index: 100;
    }

    .swal2-html-container {
      overflow: auto;
    }

    .container {
      height: auto;
    }

    .img-sm {
        width: 80px;
        height: 80px;
    }

    .itemside {
        position: relative;
        display: flex;
        width: 100%;
    }

    .itemside .aside {
        position: relative;
        flex-shrink: 0;
    }

    .itemside .info {
        padding-left: 10px;
        padding-right: 7px;
    }

    .itemside .account-info {
        padding-left: 0.75rem;
        flex-grow: 1;
    }

    .itemside .title {
        display: block;
        margin-bottom: 0rem;
        color: #212529;
    }

    .itemside p.detail {
        margin-bottom: 0;
    }

    .tt-cart-layout {
        position: relative;
    }

    .tt-cart-content {
        padding: 26px 20px 23px;
    }

    .tt-cart-content .tt-cart-list .tt-item {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }

    .tt-cart-content .tt-cart-list .tt-item a:not([class]) {
        display: flex;
        width: 100%;
        -moz-transition: color .2s linear;
        -o-transition: color .2s linear;
        -webkit-transition: color .2s linear;
        transition: color .2s linear;
    }

    .tt-cart-content .tt-cart-list .tt-item .tt-item-img {
        margin-top: 4px;
    }

    .tt-cart-content .tt-cart-list .tt-item .tt-item-img+.tt-item-descriptions {
        margin-left: 20px;
    }

    .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions>:nth-child(1) {
        margin-top: 0;
    }

    .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions {
        -webkit-flex: 2 1 auto;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto;
    }

    .tt-cart-content .tt-cart-list .tt-item .tt-item-img img {
        width: 67px;
        height: auto;
    }

    .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-close {
        padding: 4px;
        margin-right: -6px;
        position: relative;
        background: 0 0;
        border: none;
    }

    .modal .modal-header button.close {
      font-size: 2.35rem !important;
    }

    .modal .modal-header h5 {
      color: rgba(0,0,0,.87);
    }

    button.close:hover {
        color: red !important;
    }

    .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-title {
        font-family: Helvetica,sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #191919;
        -moz-transition: color .2s linear;
        -o-transition: color .2s linear;
        -webkit-transition: color .2s linear;
        transition: color .2s linear;
    }

    .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-quantity {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        font-size: 14px;
        color: #000;
    }

    .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-price {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        font-size: 16px;
        color: #191919;
        font-weight: 700;
    }

    .tt-cart-empty {
        padding: 21px 20px 19px;
        text-align: center;
        display: block;
    }

    .tt-cart-empty svg {
        font-size: 40px;
        line-height: 1;
        color: #cdcdcd;
    }

    .tt-cart-empty p {
        margin-top: 7px;
        letter-spacing: .01em;
        color: #777;
    }

    .tt-cart-total-row {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-top: 1px solid #e9e7e7;
        margin-top: 20px;
        padding-top: 14px;
    }

    .tt-cart-total-title {
        font-weight: 700;
        color: #fff;
        font-size: 14px;
        font-family: Helvetica,sans-serif;
    }

    .tt-quantity, .tt-cart-price {
      color: #fff;
      font-family: Helvetica,sans-serif;
    }

    .tt-cart-title {
      display: block;
      margin-bottom: 0rem;
      color: #abb4c1;
    }

    .tt-cart-total-price {
        -webkit-flex: 2 1 auto;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto;
        text-align: right;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
    }

    .tt-cart-btn .tt-item {
        margin-top: 14px;
    }

    .tt-cart-btn .btn {
        padding-left: 13px;
        padding-right: 13px;
    }

    .tt-empty-cart {
        text-align: center;
        padding: 0px 20px 0px 20px;
    }

    .tt-empty-cart .tt-icon {
        font-size: 150px;
        line-height: 1.1;
        color: #ebecee;
    }

    .tt-empty-cart .tt-title {
        color: #191919;
        padding: 0;
        margin: 13px 0 0 0;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: .03em;
        line-height: 44px;
    }

    .tt-empty-cart p {
        margin-top: 2px;
        font-size: 15px;
    }

    .gallery-wrap .img-big-wrap {
      margin-bottom: 10px;
      border-radius: 0.37rem;
      overflow: hidden;
      background-color: #fff;
      max-height: 50vh;
      height: 50vh;
    }

    .zoom-on-hover {
        height: inherit;
    }

    .zoom-on-hover img {
        pointer-events: none
    }

    .gallery-wrap .img-big-wrap img.normal {
      /* height: 280px; */
      object-fit: none;
      width: auto;
      display: inline-block;
      cursor: zoom-in;
      transition: 0.5s all ease;
    }

    .gallery-wrap .img-big-wrap img:hover {
      /* transform: scale(1.5); */
      transition: 0.5s all ease;
    }

    .gallery-wrap .thumbs-wrap {
      text-align: center;
      margin-bottom: 20px;
    }

    .gallery-wrap .thumbs-wrap .item-thumb {
      width: 60px;
      height: 60px;
      border: 1px solid #ddd;
      border-radius: 6px;
      margin: 3px;
      display: inline-block;
      overflow: hidden;
    }

    .gallery-wrap .thumbs-wrap img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 4px;
      cursor: zoom-in;
    }

    .no-border-bottom-radius {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: 0px;
    }

    .no-border-top-radius {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }


    /********************MENU SLIDE*********************/
    .menu {
      position: fixed;
      visibility: hidden;
      top: 110px;
      left: -4px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      width: 30px;
      height: 30px;
      background-color: #0c0c3c;
      border-radius: 20%;
      transition: transform 250ms ease;
      cursor: pointer;
      z-index: 999;
    }

    .menu span {
      position: relative;
      display: block;
      width: 50%;
      height: 2px;
      background-color: #fff;
      float: left;
      transform-origin: center center;
      transition: transform 250ms ease;
      z-index: 200;
    }

    .menu span:nth-of-type(1) {
      transform: translateY(-5px);
    }

    .menu span:nth-of-type(3) {
      transform: translateY(5px);
    }

    #menu {
      display: none;
    }

    #menu:checked ~ .menu {
      background-color: #d01313;
      transform: rotate(360deg);
      transition: transform 250ms ease;
      /* position: fixed;
      right: 61px !important;
      left: 75vw !important;
      top: 9px !important; */
    }

    #menu:checked ~ .menu span {
      background-color: white;
      transition: transform 250ms ease;
    }

    #menu:checked ~ .menu span:nth-of-type(1) {
      transform: translateY(1px) rotate(45deg);
    }

    #menu:checked ~ .menu span:nth-of-type(2) {
      display: none;
    }

    #menu:checked ~ .menu span:nth-of-type(3) {
      transform: translateY(-1px) rotate(-45deg);
    }

    #menu:checked ~ .sidebar-filters {
      left: 0px;
      top: 25px;
      /* transition: left 500ms ease; */
    }

    .carousel > .carousel-inner > .carousel-item > .carousel-item > img.img-fluid:hover {
      transform: scale(1.5);
      transition: 0.5s all ease;
      cursor: zoom-in;
    }

    .user-info {
      max-width: 80px;
    }

    .w-icon > button.dropdown-toggle {
      font-size: 22px;
    }

    .w-icon > button.dropdown-toggle::after {
      display: none !important;
    }

    /***********************************ANIMATIONS***************************/
    @media (min-width: 768px) {
      .animate2 {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
      }
    }

    .animate {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @keyframes fadeInUp {
      0% {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
      }

      100% {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
      }
    }

    @keyframes fadeInDown {
      0% {
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
      }

      100% {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
      }
    }

    @keyframes fadeInLeft {
      0% {
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
      }

      100% {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
      }
    }

    @keyframes slideIn {
      0% {
        transform: translateY(1rem);
        opacity: 0;
      }
    
      100% {
        transform: translateY(0.8rem);
        opacity: 1;
      }
    
      0% {
        transform: translateY(1rem);
        opacity: 0;
      }
    }

    @-webkit-keyframes slideIn {
      0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
      }
    
      100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
      }
    
      0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
      }
    }
    
    .slideIn {
      -webkit-animation-name: slideIn;
      animation-name: slideIn;
    }

    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }

    .fadeInLeft {
      -webkit-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
    }

    .animation {
      animation-fill-mode: both;
      --mdb-animation-delay-1s: 1s;
      --mdb-animation-delay-2s: 3s;
      --mdb-animation-delay-3s: 3s;
      --mdb-animation-delay-4s: 4s;
      --mdb-animation-delay-5s: 5s;
      --mdb-animation-fast-duration: 800ms;
      --mdb-animation-faster-duration: 500ms;
      --mdb-animation-slow-duration: 2s;
      --mdb-animation-slower-duration: 3s
    }

    @keyframes tada {
      0% {
          transform: var(--mdb-animation-tada-transform-from)
      }
  
      10%,20% {
          transform: var(--mdb-animation-tada-transform-20)
      }
  
      30%,50%,70%,90% {
          transform: var(--mdb-animation-tada-transform-90)
      }
  
      40%,60%,80% {
          transform: var(--mdb-animation-tada-transform-80)
      }
  
      to {
          transform: var(--mdb-animation-tada-transform-to)
      }
    }
  
    .tada {
        --mdb-animation-tada-transform-from: scale3d(1,1,1);
        --mdb-animation-tada-transform-20: scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg);
        --mdb-animation-tada-transform-90: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        --mdb-animation-tada-transform-80: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        --mdb-animation-tada-transform-to: scale3d(1,1,1);
        animation-name: tada
    }

    @keyframes fade-in-up {
      0% {
          opacity: 0;
          transform: var(--mdb-animation-fade-in-up-transform-from)
      }
  
      to {
          opacity: 1;
          transform: var(--mdb-animation-fade-in-up-transform-to)
      }
    }
    
    .fade-in-up {
        --mdb-animation-fade-in-up-transform-from: translate3d(0,100%,0);
        --mdb-animation-fade-in-up-transform-to: translate3d(0,0,0);
        animation-name: fade-in-up
    }

    .sticky-header {
      position: sticky;
      top: 0;
      z-index: 100;
    }

    .sticky-prod-filter-header {
      position: sticky;
      top: 54px;
      z-index: 996;
      background: #f8fafc;
    }

    .ddMenuCat button {
      /* padding: 0px; */
      text-decoration: none !important;
    }

    .b-form-tags .b-form-tags-list {
        margin-top: -.25rem;
    }

    .b-form-tag {
        font-size: 75%;
        font-weight: 400;
        line-height: 1.5;
        margin-right: .25rem;
    }

    .b-form-tags .b-form-tags-list .b-form-tag, .b-form-tags .b-form-tags-list .b-from-tags-field {
        margin-top: .25rem;
    }

  .b-form-tag>button.b-form-tag-remove {
      color: inherit;
      font-size: 125%;
      line-height: 1;
      float: none;
      margin-left: .25rem;
  }

  .main-content {
    margin: 50px;
    min-height: 40vh;
    height: auto !important;
  }

  .linkRoutes a, .linkRoutes span {
    font-size: 18px;
  }

  .breadcrumb-item + .breadcrumb-item::before {
      font-size: 18px;
  }

  #scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

header.sticky-checkout-routes {
    position: sticky;
    width: 100%;
    z-index: 900;
    top: 52px;
    background-color: #fff;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.td-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.img-avatar {
    border-radius: 100%;
    border: 1px solid rgba(33,37,41,.2);
}

.img-avatar {
    border-radius: 100%;
    border: 1px solid rgba(33,37,41,.2);
}

.icon-md {
    width: 56px;
    height: 56px;
    font-size: 24px;
}

.img-lg {
    width: 128px;
    height: 128px;
}

.img-xs, .img-sm, .img-md, .img-lg {
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
    flex-grow: 0;
}

.float-end {
  float: right !important;
}

.ms-auto {
  margin-left: auto!important;
}

.text-end {
  text-align: right!important;
  text-align: -webkit-right;
}

.nav-pills .nav-link.router-link-active {
    color: #0d6efd;
    background-color: #e7f1ff;
}

.nav-pills .nav-link:not(.active):hover {
  background-color: rgba(157,161,167,.15);
}

.nav-pills .nav-link:hover, .nav-link:focus {
  color: #212529;
  text-decoration: none;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.carousel-control-prev, .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #0c0c3c;
  box-shadow: 0 0 10px 0.5px #d6d6d6;
}

.job-carousel-slider .carousel-control-prev, .job-carousel-slider .carousel-control-next {
  width: 35px;
  height: 35px;
}

.main-carousel-slider .carousel-control-next {
  right: 20px;
}

.main-carousel-slider .carousel-control-prev {
  left: 15px;
}

dt {
    font-weight: 500;
}

.card {
    border: 1px solid rgba(81,88,94,.12);
    box-shadow: 0 0.05rem 0.2rem rgb(0 0 0 / 3%);
}

#job-modal .b-overlay {
  position: fixed !important;
}

/************************************************CHAT STYLES***************************************/
.chat-wrapper {
  width: auto;
  height: 70vh;
  border-radius: .25rem;
  position: relative;
  background: #fff;
  box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1)
}

.chat-sidebar {
  width: 340px;
  height: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, .125);
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.chat-sidebar-header {
  width: auto;
  height: auto;
  position: relative;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  border-right: 0 solid rgba(0, 0, 0, .125);
  border-top-left-radius: .25rem;
  padding: 15px
}

.chat-sidebar-content {
  padding: 0;
}

.chat-header {
  position: absolute;
  height: 70px;
  left: 340px;
  right: 0;
  top: 0;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  border-top-right-radius: .25rem;
  z-index: 1
}

.virtual-chat-header {
  position: absolute;
  height: 70px;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  border-top-right-radius: .25rem;
  z-index: 1
}

.chat-content {
  position: relative;
  width: auto;
  height: 60vh;
  margin-left: 340px;
  padding: 85px 15px 15px 15px;
  overflow: auto;
}

.virtual-chat-content {
  position: relative;
  width: auto;
  height: 60vh;
  margin-left: 0px;
  padding: 85px 15px 15px 15px;
  overflow: auto;
}

.chat-footer {
  position: absolute;
  height: 70px;
  left: 340px;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #f8f9fa;
  border-top: 1px solid rgba(0, 0, 0, .125);
  border-bottom-right-radius: .25rem
}

.virtual-chat-footer {
  position: absolute;
  height: 70px;
  left: 0px;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #f8f9fa;
  border-top: 1px solid rgba(0, 0, 0, .125);
  border-bottom-right-radius: .25rem
}

.chat-footer-menu a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #6c757d;
  text-align: center;
  border-radius: 50%;
  margin: 3px;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 15%)
}

.chat-tab-menu li a.nav-link {
  padding: .3rem .2rem;
  line-height: 1.2;
  color: #4a4b4c
}

.chat-tab-menu .nav-pills .nav-link.active,
.chat-tab-menu .nav-pills .show>.nav-link {
  color: #008cff;
  background-color: rgb(0 123 255 / 0%)
}

.chat-title {
  font-size: 14px;
  color: #272b2f
}

.chat-msg {
  font-size: 13px;
  color: #6c757d
}

.chat-time {
  font-size: 13px;
  color: #6c757d
}

.chat-list {
  position: relative;
  height: 300px
}

.chat-list .list-group-item {
  border: 1px solid rgb(0 0 0 / 0%);
  background-color: transparent
}

.chat-list .list-group-item:hover {
  border: 1px solid rgb(0 0 0 / 0%);
  background-color: rgb(13 110 253 / .12)
}

.chat-list .list-group-item.active {
  background-color: rgb(13 110 253 / .12)
}

.chart-online {
  color: #16e15e
}

.chart-offline {
  color: #ffa22e;
}

.chat-top-header-menu a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #6c757d;
  text-align: center;
  border-radius: 50%;
  margin: 3px;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 15%)
}

.chat-toggle-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  text-align: center;
  font-size: 24px;
  color: #6c757d;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 15%)
}

.chat-list .list-group-flush {
  /* overflow: auto; */
  max-height: 62vh;
}

.dropdown-alerts-list .list-group-flush {
  /* overflow: auto; */
  max-height: 62vh;
}

.chat-footer-menu a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #6c757d;
  text-align: center;
  border-radius: 50%;
  margin: 3px;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 15%);
}

.chat-user-online, .chat-user-offline {
  position: relative
}

.chat-sidebar-header .chat-user-online:before {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 40px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
}

.chat-user-online:before {
  background: #16e15e;
}

.chat-user-offline:before {
  background: #ffa22e;
}

@media screen and (min-width: 1025px) {
  .chat-toggle-btn {
      display: none;
  }
}

@media screen and (max-width: 1024px) {
  .chat-header {
      left: 0;
      border-top-left-radius: .25rem;
  }

  .chat-content {
      margin-left: 0;
  }

  .chat-footer {
      left: 0;
      border-bottom-left-radius: .25rem;
  }

  .chat-sidebar {
      left: -370px;
  }

  .chat-toggled .chat-sidebar {
      left: 0;
  }

  .chat-toggled-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 340px;
      background: #000;
      opacity: .5;
      z-index: 11;
      display: block;
      cursor: move;
      transition: all .3s ease-out;
  }
}

/***************************tracking-wrap steps ******************************/
.steps-wrap {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
  position: relative;
  display: flex;
}

.steps-wrap .step {
  width: 100%;
  text-align: center;
  position: relative;
  flex-grow: 1;
  font-size: 14px;
  line-height: 24px;
}

.steps-wrap .step:first-child:before {
  display: none;
}

.steps-wrap .step.active:last-child:after {
  display: none;
}

.steps-wrap .step.active .icon {
  background: #00a524;
  color: #fff;
}

.steps-wrap .step.active:after {
  background: #00a524;
  height: 4px;
  position: absolute;
  content: " ";
  z-index: 5;
  width: 50%;
  right: 0%;
  top: 10px;
}

.steps-wrap .step.active:before {
  background: #00a524;
}

.steps-wrap .step:before {
  background-color: #ccd1d6;
  height: 4px;
  position: absolute;
  content: " ";
  width: 100%;
  right: 50%;
  top: 10px;
}

.steps-wrap .icon {
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 10;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  text-align: center;
  background: #ccd1d6;
}

.steps-wrap .step.active .text {
  color: #9da1a7;
}

.steps-wrap .text {
  display: block;
  padding-top: 5px;
  text-align: center;
  color: #9da1a7;
}

.background-success {
  background-color: rgba(0,166,80,.1);
}

.wangEditor-menu-container {
  position: sticky;
  top: 0px;
}

.loader-container {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /* this is what centers your element in the fixed wrapper*/
	display: flex;
	flex-flow: column nowrap;
	justify-content: center; /* aligns on vertical for column */
	align-items: center; /* aligns on horizontal for column */
	z-index: 9999999;
  background-color: #343a4099!important
}

.loader-container .loader-wrapper {
	width: auto;
	height: 80px;
	font-size: 18px;
  box-shadow: rgb(0 0 0 / 10%) 0px 32px 64px, rgb(0 0 0 / 10%) 0px 2px 21px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  border-radius: 8px;
  flex-direction: column;
  padding: 6px;
}

.loader-wrapper p {
  color: #000;
}

.badge-warning {
  color: #fff;
  background-color: #ffc107;
}

.badge-outline-success {
  color: #38c172;
  background-color: transparent;
  border: 1px solid #38c172;
  display: inline;
}

.badge-outline-danger {
  color: #e3342f;
  background-color: transparent;
  border: 1px solid #e3342f;
  display: inline;
}

.badge-outline-warning {
  color: #ffc107;
  background-color: transparent;
  border: 1px solid #ffc107;
  display: inline;
}

.badge-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  border: 1px solid #6c757d;
  display: inline;
}

.badge-label-secondary {
  background-color: #ebeef0 !important;
  color: #8592a3 !important;
}

.swal2-html-container ul li {
  text-align: justify;
}

.overflow-y-auto {
  overflow-x: hidden;
  overflow-y: auto;
}

.spinner-border-md {
  width: 1.5rem;
  height: 1.5rem;
}

.custom-select {
  color: #697a8d;
}

.vue-phone-number-input .select-country-container {
  z-index: 10;
}

.alert p {
  overflow: hidden;
  overflow-wrap: break-word;
}

.clickable {
  cursor: pointer;
}

.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}

.mw-150 {
  max-width: 150px;
}

.alert-light-danger {
  color: #8e322f;
  background-color: #ffebeb;
  border-color: #ffebeb;
}

.alert-low-danger {
  background-color: #f7dbd6;
  border-color: #f0bcb3;
  color: #ce1e00;
}

.w-full {
  width: 100%;
} 

.h-full {
  height: 100%;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
}

.flex-initial {
  flex: 0 1 auto;
}

.copy-icon {
  position: relative;
}

.emoji-wrapper .composer-popover.active {
  bottom: 62px !important;
}

.input-group-text {
  border-radius: 0.25rem 0 0 0.25rem;
}

.badge-info {
  color: white;
}

.b-table td .badge {
  vertical-align: bottom;
}

body.modal-open {
  padding-right: 0px !important;
}