@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500;600;700;800;900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&family=Sarabun:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
  scroll-behavior: smooth;

  --font: 'Noto Sans Thai', sans-serif;
  --font1: 'Sarabun', sans-serif;
  --font2: 'Noto Sans Thai', sans-serif;
  --font3: 'Roboto', sans-serif;
  --fonticon: FontAwesome;

  /* Switch ON Color */
  --green: #56c080;
  --color-primary: #012970;
  --color-primary-hover: #224197;

  --fs-1: 1.563rem;
  --fs-2: 1.375rem;
  --fs-3: 1.25rem;
  --fs-4: 1.125rem;
  --fs-5: 1rem;
  --fs-6: 0.938rem;
  --fs-7: 0.875rem;
  --fs-8: 0.813rem;
  --fs-9: 0.75rem;
  --fs-10: 0.688rem;
  --fs-11: 0.625rem;

}


body {
  font-family: var(--font);
  color: #444444;
  font-size: 0.9rem;
}



/* ----- scrollbar style ----- */
body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-track {
  background: var(--white);
  border-left: 1px solid var(--cultured);
}

body::-webkit-scrollbar-thumb {
  background: hsl(0, 0%, 80%);
  border: 3px solid var(--white);
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
  background: hsl(0, 0%, 70%);
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000094;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-main-footer {
  background-image: linear-gradient(to right, #e2ecff, #f8fbff);
}

.offcanvas-body::-webkit-scrollbar {
  width: 0.6rem;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: var(--white);
  border-left: 1px solid var(--cultured);
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: hsl(0, 0%, 80%);
  border: 0.8rem solid var(--white);
  border-radius: 10px;
}

.offcanvas-body::-webkit-scrollbar-thumb:hover {
  background: hsl(0, 0%, 70%);
}


.nav-scroller {
  position: relative;
  z-index: 2;
  height: 4.8rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller::-webkit-scrollbar {
  width: 0.4rem;
}

.nav-scroller::-webkit-scrollbar-track {
  background: var(--white);
  border-left: 1px solid var(--cultured);
}

.nav-scroller::-webkit-scrollbar-thumb {
  background: hsl(0, 0%, 80%);
  border: 0.4rem solid var(--white);
  border-radius: 10px;
}

.nav-scroller::-webkit-scrollbar-thumb:hover {
  background: hsl(0, 0%, 70%);
}

.nav-category {
  position: relative;
  z-index: 2;
  height: 10rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 1px;
}

.nav-category-fixlimit {
  height: 20rem !important;
}

.slider-category {
  position: relative;
}

.category-items,
.category-items a {
  text-align: center;
}

.category-items img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
}

.nav-category::-webkit-scrollbar {
  width: 0.4rem;
}

.nav-category::-webkit-scrollbar-track {
  background: var(--white);
  border-left: 1px solid var(--cultured);
}

.nav-category::-webkit-scrollbar-thumb {
  background: hsl(0, 0%, 80%);
  border: 0.3rem solid var(--white);
  border-radius: 10px;
}

.nav-category::-webkit-scrollbar-thumb:hover {
  background: hsl(0, 0%, 70%);
}


a {
  color: rgb(66, 62, 171);
  text-decoration: none;
}

a:hover {
  color: rgb(78, 68, 180);
  text-decoration: none;
}

.fs-xxs {
  font-size: var(--fs-11) !important;
}

.fs-xs {
  font-size: var(--fs-10) !important;
}

.fs-sm {
  font-size: var(--fs-8) !important;
}

.fs-md {
  font-size: var(--fs-5) !important;
}

.fs-lg {
  font-size: var(--fs-3) !important;
}

.fs-xl {
  font-size: var(--fs-2) !important;
}

.fs-xxl {
  font-size: var(--fs-1) !important;
}

.icon-xxs {
  font-size: 0.4rem !important;
}

.icon-xs {
  font-size: 0.6rem !important;
}

.icon-sm {
  font-size: 0.8rem !important;
}

.icon-md {
  font-size: 1rem !important;
}

.icon-lg {
  font-size: 1.6rem !important;
}

.icon-xl {
  font-size: 1.8rem !important;
}

.icon-xxl {
  font-size: 2.4rem !important;
}

.ma-icon {
  line-height: inherit;
  display: inline-grid;
  vertical-align: middle;
  align-items: center;
  margin-top: -4px;
  margin-bottom: -1px;
  padding: 0 2px;
}

.img-list-items {
  display: inline-flex;
  max-width: 4rem;
}

.cartsidebar-img {
  max-width: 48px;
}

.items-received-col span {
  display: block;
}


.dec-inc {
  padding: 0.24rem 0.24rem;
  border-radius: 50% !important;
  background-color: rgba(112, 160, 199, 0.20);
  border: 1px solid #eeeeee;
}

.number-dec-inc {
  font-size: 1rem !important;
}

.quantity-input-wmax {
  max-width: 7rem;
  padding: 0.45rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.quantity-input-w100 {
  width: 100%;
  padding: 0.45rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}


.nav-avatar-xxs {
  max-width: 1.6rem;
}

.avatar-xxs {
  max-width: 2rem;
}

.avatar-xs {
  max-width: 3rem;
}

.avatar-sm {
  max-width: 4rem;
}

.avatar-md {
  max-width: 6rem;
}

.avatar-lg {
  max-width: 8rem;
}

.avatar-xl {
  max-width: 10rem;
}

.avatar-xxl {
  max-width: 12rem;
}


.brand-color-line {
  color: #03b315;
}

.brand-color-facebook {
  color: #0066bf;
}

.brand-color-youtube {
  color: #c40303;
}

.icon-img-social-footer {
  max-height: 2.8rem;
}

.badge-custom {
  padding-top: 0.1rem;
  padding-left: 0.34rem;
  padding-right: 0.34rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font);
}

hr {
  color: #aeaeae !important;
}

.btn-primary {
  background: #224197 !important;
}

.update-news {
  overflow-x: hidden;
  width: 100%;
  min-height: 300px;
  max-height: 320px;
}

.fw-xxs {
  font-weight: 300 !important;
}

.fw-xs {
  font-weight: 400 !important;
}

.fw-sm {
  font-weight: 500 !important;
}

.fw-md {
  font-weight: 600 !important;
}

.fw-lg {
  font-weight: 700 !important;
}

.fw-xl {
  font-weight: 800 !important;
}

.border-secondary {
  border: 1px solid #CCC !important;
}

/* Custom Width input */
.input-size-1 {
  max-width: 4em !important;
}

.input-size-2 {
  max-width: 6em !important;
}

.input-size-3 {
  max-width: 8em !important;
}

.input-size-4 {
  max-width: 10em !important;
}

.control-btn-size-1 {
  font-size: 1rem;
}

.control-btn-size-2 {
  font-size: 2rem;
}

.control-btn-size-3 {
  font-size: 2.5rem;
}

.control-btn-size-4 {
  font-size: 3rem;
}

.btn-close-absolute {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}

.btn-img {
  padding: 0px;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.modal-content {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.modal-title {
  font-size: 1.12rem;
}

.card {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.card-header {
  padding: 0.4rem 0.2rem !important;
}

.card-body {
  padding: 0.4rem 0.2rem !important;
}

/* DROPZONE */
.dz-clickable {
  border-radius: 5px;
  border: 1px dashed rgb(0, 115, 255) !important;
}

.dz-remove {
  margin-top: 4px;
  color: #fff !important;
  background-color: var(--color-danger);
  border-radius: 15px;
  border-color: var(--color-danger);
  box-shadow: unset;
  font-size: 0.78rem;
}

.dropzone_image_preview {
  width: 100%;
  max-width: 136px !important;
}


.sidebar-header {
  width: 100%;

}

.sidebar-counter-number {
  display: block;
  font-size: 0.9rem;
  color: #000;
}

.sidebar-counter-number-label {
  font-size: 0.7rem;
}

.sidebar-profile {
  text-align: center;
}

.sidebar-profile img {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
}



.category-img img {
  padding: 2px;
  border-radius: 15px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
}

.product-title {
  font-size: 0.9rem !important;
}

.btn-fs-small {
  font-size: 0.9rem !important;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
/*
#main {
margin-top: 28px;
padding: 4px;
transition: all 0.3s;
}

@media (max-width: 1199px) {
#main {
  padding: 2px 1px;
}
}
*/

.btn-update {
  border: 0;
  border-radius: 6px;
  padding: 3px 8px;
  opacity: 0.8;
  color: #005eff;
}

.btn-line-signin {
  background: #06C755;
  color: #FFF;
}

.btn-line-signin:hover {
  background: rgb(6, 155, 58) !important;
  color: #FFF !important;
  opacity: 0.9 !important;
}

.btn-delete {
  border: 0;
  border-radius: 6px;
  padding: 3px 8px;
  opacity: 0.8;
  color: #ff0000;
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  width: 95%;
  color: #a5c5fe;
  margin: 0 auto;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
  color: #333 !important;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Breadcrumb */
.bg-breadcrumb {
  opacity: 1;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin-top: 6px;
}

.nav-breadcrumb {
  border-bottom: 2px solid rgba(82, 63, 105, 0.2);
  color: #f8f8f8;
}

.nav-breadcrumb ol,
.nav-breadcrumb li,
.nav-breadcrumb a,
.breadcrumb-item,
.breadcrumb-item .active {
  color: #c8c8c8 !important;
}

ol.breadcrumb li+li:before {
  color: #f8f8f8 !important;
}

.breadcrumb-title {
  padding: 6px 0;
}

.breadcrumb-title h2 {
  font-weight: 400;
  color: #f8f8f8;
}

.breadcrumb-title h5 {
  font-weight: 400;
  color: #f6f9ff;
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  padding-left: 1rem;
  padding-right: 1rem;
}

.logo img {
  max-height: 40px;
  margin-right: 10px;
}

.logo span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .logo {
    max-width: 280px;
    width: auto;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .logo img {
    margin-right: 4px;
  }

  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }

  .navbar-mobile-menu {
    position: fixed;
    bottom: 0;
    margin-bottom: 10px;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-width: 100%;
  }

  .navbar-mobile-menu {
    padding-left: 0 !important;
  }

  .navbar-menu a {
    padding-top: 18px !important;
    padding-bottom: 14px !important;
    color: #42637c;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

.bg-light-navbar {
  background: rgba(255, 255, 255, 0.95);
  opacity: 0.98;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 9999;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

.sidebar {
  left: 0;
  padding-bottom: 90px;
}

.toggle-sidebar.hide .sidebar {
  left: -300px;
}


.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

/*
@media (min-width: 1200px) {
#main,
#footer {
  margin-left: 300px;
}
}
*/


@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 1rem;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: 0.3;
  background: #f6f9ff;
  padding: 8px 12px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  padding-right: 10px;
}

.sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: #4154f1;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: #4154f1;
}

.sidebar-nav .nav-link .collapsed-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .collapsed-down {
  transform: rotate(90deg);
}

.sidebar-nav .nav-content {
  padding: 4px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 5px 0 5px 30px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/* Table*/
table,
th,
tr,
td {
  border-color: #9c9c9c59;
}


section {
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding-left: 0rem;
  padding-right: 0rem;
}


/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile-card .qraff {
  min-width: 260px;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}


.bank-logo {
  padding: 5px;
}

@media (max-width: 992px) {
  .bank-logo {
    padding: 10px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding-top: 20px;
  padding-bottom: 120px;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #012970;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

/* --- DASHBOARD CSS --- */
.body-dashCard-unicon {
  font-size: 1.2em;
}

.dashCard {
  background: #f8f8f8;
  border-radius: .5em;
  padding: 8px 4px;
  box-shadow: 0 .1em .4em #CCC;
  margin: 4px;
  display: flex;
  flex-direction: column;
}

.header-dashcard {
  background: #ddd;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  font-size: 1.4rem;
  padding: 8px;
  margin-bottom: 8px;
  text-align: center;
}

.title-dashCard {
  color: #333;
  padding: 0 0 .5em 0;
  margin: 0 0 4px 0;
  border-bottom: 1px solid #f0f0f0;
}

.body-dashCard {
  display: flex;
  font-size: 2em;
}

.icon-dashCard {
  color: #c0c0c0;
}

.value-dashCard {
  font-weight: 600;
  margin-left: auto;
  color: #666;
}

.next_bonus {
  font-size: 1.8rem !important;
}

@media(max-width: 392px) {
  .next_bonus {
    font-size: 1.6rem !important;
  }
}

@media(max-width: 291px) {
  .next_bonus {
    font-size: 1.12rem !important;
  }
}

/* Custom Radio */
.select-radio-custom {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-radio-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #2196F3;
}


.select-radio-custom:hover input~.checkmark {
  background-color: #ccc;
}


.select-radio-custom input:checked~.checkmark {
  background-color: #2196F3;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.select-radio-custom input:checked~.checkmark:after {
  display: block;
}


.select-radio-custom .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


/* Custom Switch */
.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 52px;
  height: 25px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
  cursor: pointer;
}

.form-switch-toggle {
  position: relative;
}

.switch-toggle-checkbox {
  max-width: 60px !important;
}

.toggle-switch:before,
.toggle-switch:after {
  content: "";
}

.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 1px;
  transition: left 0.25s;
}

.form-switch-toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.switch-toggle-checkbox:checked+.toggle-switch {
  background: #56c080;
}

.switch-toggle-checkbox:checked+.toggle-switch:before {
  left: 30px;
}

.switch-toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.switch-toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.header-line-right h4 {
  font-family: var(--font);
  font-size: 1.18rem;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.header-line-right h4:after {
  content: '';
  border-top: 2px solid;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
  color: #EEE;
}

.header-line-right h4:after {
  margin: 0 0 0 20px;
}

.navbar-mobile-menu {
  margin: 0;
  padding-left: 20px;
  background-color: #FFF;
}

/* Bottom Mobile */
.navbar-menu {
  position: relative;
  margin: 0 auto;
  /* max-width: 600px; */
  width: 100%;
  /*
position: absolute;
bottom: 0;
background-color: #FFF; */
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  border-radius: 5px;
  /*display: flex;*/
  align-items: center;
  /*justify-content: space-between;	*/
  padding: 2px 4px;
}

.bottom-menu-icon {
  position: relative;
}

.bottom-menu-icon .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.navbar-menu a {
  font-family: var(--font);
  border-radius: 5px;
  /*
display: flex;
flex-direction: column;
*/
  text-align: center;
  align-items: center;
  min-width: 80px;
  /* flex: 1;
*/
  padding: 4px 8px;
  /* color: #949494; */
  color: #42637c;
  font-weight: 600;
  font-size: 0.8rem;
  text-decoration: none;
  transition: all .3s;
}

.navbar-menu a i {
  font-size: 18px;
  margin-bottom: 5px;
}

.navbar-menu a.active,
.navbar-menu a:hover {
  color: #2196F3;
  background-color: #dce6f1;
}

.navbar-menu a:last-child {
  margin-right: 0;
}

span.bosluk {
  flex: 1;
}

@media (max-width: 780px) {
  .navbar-menu a {
    min-width: 20px;
    font-size: 0.68rem;
  }
}


/* fgfgdfgdf */
@-webkit-keyframes popUp {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popUp {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes slideUp {
  from {
    transform: translateY(5px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(5px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

.profile-stats {
  display: flex;
  background: #f4f4f4;
  color: #646464;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}

.profile-stat {
  -webkit-animation: slideUp ease-in-out 350ms forwards;
  animation: slideUp ease-in-out 350ms forwards;
  border-right: 1px solid #e9e9e9;
  display: flex;
  flex: 1;
  justify-content: center;
  opacity: 0;
  padding: 5px 8px 2px 8px;
  transform: translateY(5px);
}

.profile-icon {
  flex: none;
  margin-left: 10px;
  color: #636363e4;
}

.profile-key {
  color: #646464;
}

.profile-value {
  font-family: var(--font);
  font-size: 0.92rem;
  font-weight: 500;
  color: #424242e4;
}

@media (min-width: 1200px) {
  .profile-stats {
    margin-right: 40px;
  }
}

@media (min-width: 768px) {
  .profile-stats {
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  .sidebar {
    padding-bottom: 90px;
  }

  .bottom-menu-icon .badge-number {
    right: -14px;
  }

  .profile-stats {
    margin-right: 6px;
  }

  .profile-stat {
    padding: 5px 5px;
  }

  .profile-icon {
    font-size: 1.4rem;
    margin-left: 5px;
  }

  .profile-value {
    font-size: 0.75rem;
    font-weight: 400;
  }

  .footer,
  .custom-footer {
    padding-bottom: 110px;
  }
}

@media (max-width: 292px) {
  .profile-icon {
    display: none;
  }
}


.products-card .card-title {
  padding: 0px 0 5px 0;
  font-size: 1rem;
  font-weight: 500;
  color: #012970;
}

.shopping-img {
  width: 100%;
  max-width: 680px;
  margin-bottom: 6px;
}

.border-dot {
  border: 1px dotted #4e45ae !important;
}

.border-dot-light {
  border: 1px dotted hsla(245, 43%, 48%, 0.25) !important;
}

a.custom-card {
  color: inherit;
}

a.custom-card:hover {
  color: inherit;
  text-decoration: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
}

.offcanvas .offcanvas-top {
  box-shadow: none !important;
  border: 0 !important;
}

.search-shopping {
  background: none;
  background-color: none;
  box-shadow: none !important;
  border: 0 !important;
}

.search-box {
  margin: 0 auto;
  width: 100%;
}

.search-box .input-search {
  position: relative;
  width: 100%;
  border-radius: 30px;
  padding: 12px 4px 12px 40px;
  border: 1px solid #dbebfa !important;
  background-color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  color: #272d38 !important;
}

.search-box input[type=text]:focus {
  border: none;
  outline: none;
  color: #272d38 !important;
}

.search-box .button-search {
  position: absolute;
  border-radius: 50%;
  margin-left: 3px;
  margin-top: 6px;
  padding: 6px 9px;
  border: none;
  background: none;
  color: #dbebfa;
  z-index: 1;
}

.control-right-btn {
  position: relative;
  max-width: 3rem;
}

.search-btn-close {
  position: absolute;
  padding-left: 8px;
  background: none;
  background-color: none;
  border: none;
  outline: none;
  color: #dbebfa;
  cursor: pointer;
}

.custom-footer {
  width: 100%;
  /* overflow-x: hidden; */
  padding-bottom: 120px;
}

.custom-footer li {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.logo-footer {
  text-align: center;
}

.logo-footer img {
  vertical-align: middle !important;
  width: 100%;
  height: auto;
  width: calc(90px + 6 * ((100vw - 320px) / 680));
}

.custom-footer li:first-child {
  font-family: var(--font);
  font-size: 1rem !important;
  font-weight: 500;
  margin-bottom: calc(24px + (48 - 40) * ((100vw - 360px) / (1600 - 360))) !important;
  color: #757575 !important;
}


.custom-footer {
  color: #757575 !important;
}

.custom-footer .copyright {
  text-align: center;
}

@media (max-width: 540px) {

  .custom-footer .header-footer-slogan,
  .custom-footer .social,
  .custom-footer .copyright,
  .custom-footer .list-link {
    text-align: center;
  }
}

.custom-footer .social span {
  font-size: 2rem;
  border-radius: 6px;
  padding: 2px 1px;
}

.line a,
.line a:active {
  color: #06C755;
}

.facebook a,
.facebook a:active {
  color: #1877F2;
}

.youtube a,
.youtube a:active {
  color: #FF0000;
}

.table-sm-custom {
  font-size: 0.8rem;
}

.custom-footer .social span a:hover {
  opacity: 0.8;
}


.cart-footer {
  border: 0;
  /* border-top: 1px solid hsla(0, 0%, 80%, 0.45); */
  /* border-bottom: 1px solid hsla(0, 0%, 80%, 0.45); */
}


.header-content-shadow {
  padding: 1rem;
  margin-bottom: 0.14rem;
}

.tbcart-quantity {
  width: auto;
  display: flex;
  justify-content: space-between;
}

.tbcart-price-per {
  min-width: 100px;
  /* text-align: right; */
}

.tbcart-price-total {
  min-width: 100px;
  /* text-align: right; */
}

.tbcart-points {
  min-width: 80px;
  /* text-align: right; */
}

.cart-quantity {
  min-width: 60px;
  text-align: center;
}

.tbfooter-text-total {
  /* text-align: right; */
  font-size: 1.2rem;
  font-weight: 600;
}

.tbfooter-total {
  min-width: 140px;
  /* text-align: right; */
  font-size: 1.2rem;
  font-weight: 600;
}

@media(max-width: 292px) {

  .tbfooter-text-total,
  .tbfooter-total {
    min-width: 124px;
    font-size: 0.9rem;
    font-weight: 600;
  }

  .tbfooter-total {
    padding-right: 8px;
  }

}

.btn-update-quantity {
  padding-top: 3px;
  border: 0;
  border-radius: 3px;
  background-color: hsl(0, 2%, 90%);
  min-width: 28px;
}

.btn-remove-action {
  padding-top: 3px;
  min-width: 26px;
  border: 0;
  border-radius: 3px;
  background-color: hsl(0, 100%, 50%);
  color: hsl(0, 0%, 94%);
}


.page-title {
  font-size: 1.2rem;
  font-weight: 400;
}

.btn-light {
  color: #757984;
  background-color: #f5f6f9;
  border-color: #dddfe4;
}

/* The Modal (background) */
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 1111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.lightbox-modal {
  display: none;
}

.lightbox-content {
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
}

/* Modal Content */
.lightbox-modal-content {
  position: relative;
  background-color: none;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.lightbox-modal .close {
  color: #ff0000;
  position: absolute;
  top: 18px;
  right: 12px;
  font-size: 35px;
  font-weight: bold;
}

.lightbox-modal .close:hover,
.lightbox-modal .close:focus {
  color: #ff0000;
  text-decoration: none;
  cursor: pointer;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.lightbox-modal .prev,
.lightbox-modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.lightbox-modal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.lightbox-modal .prev:hover,
.lightbox-modal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.lightbox-content .numbertext {
  color: #f2f2f2;
  font-size: 1rem;
  padding: 18px 18px;
  position: absolute;
}

.lightbox-modal img {
  margin-bottom: -4px;
  width: auto;
  max-width: 100%;
}

.lightbox-modal .caption-container {
  text-align: center;
  background-color: #000;
  padding: 2px 16px;
  color: #FFF;
}

.lightbox-modal .lightboximg {
  opacity: 0.6;
}

.lightbox-modal .active,
.lightbox-modal .lightboximg:hover {
  opacity: 1;
}

.lightbox-modal img.hover-shadow {
  transition: 0.3s;
}

.lightbox-modal .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.atm-machine {
  background-color: #f7f7f7;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-checkbox-custom {
  display: block;
  padding: 4px 0px;
}

.form-checkbox-custom input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-checkbox-custom label {
  position: relative;
  cursor: pointer;
}

.form-checkbox-custom label:before {
  content: '';
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-checkbox-custom input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


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

.form-check-input-placeholder {
  border-style: dashed;
}

[contenteditable]:focus {
  outline: 0;
}

.list-group-checkable .list-group-item {
  cursor: pointer;
}

.list-group-item-check {
  position: absolute;
  display: inline-block;
  clip: rect(0, 0, 0, 0);
}

.list-group-item-check:hover+.list-group-item {
  background-color: var(--bs-secondary-bg);
}

.list-group-item-check:checked+.list-group-item {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.list-group-item-check[disabled]+.list-group-item,
.list-group-item-check:disabled+.list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.list-group-radio .list-group-item {
  cursor: pointer;
  border-radius: .5rem;
}

.list-group-radio .form-check-input {
  z-index: 2;
  margin-top: -.5em;
}

.list-group-radio .list-group-item:hover,
.list-group-radio .list-group-item:focus {
  background-color: var(--bs-secondary-bg);
}

.list-group-radio .form-check-input:checked+.list-group-item {
  background-color: var(--bs-body);
  border-color: var(--color-primary);
  box-shadow: 0 0 0 2px var(--color-primary);
}

.list-group-radio .form-check-input[disabled]+.list-group-item,
.list-group-radio .form-check-input:disabled+.list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.list-group-radio-img {
  margin-top: 4px;
  max-width: 48px;
}





/* QR Scanner */
button.html5-qrcode-element,
select.html5-qrcode-element,
button.scanapp-button {
  appearance: none;
  background-color: #FAFBFC;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
  margin-bottom: 5px;
}

button.html5-qrcode-element:hover,
select.html5-qrcode-element:hover,
button.scanapp-button:hover {
  background-color: #F3F4F6;
  text-decoration: none;
  transition-duration: 0.1s;
}

button.html5-qrcode-element:disabled,
select.html5-qrcode-element:disabled,
button.scanapp-button:disabled {
  background-color: #FAFBFC;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959DA5;
  cursor: default;
}

button.html5-qrcode-element:active,
select.html5-qrcode-element:active,
button.scanapp-button:hover {
  background-color: #EDEFF2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

button.html5-qrcode-element:focus,
select.html5-qrcode-element:focus,
button.scanapp-button:focus {
  outline: 1px transparent;
}

button.html5-qrcode-element:before,
select.html5-qrcode-element:before,
button.scanapp-button::before {
  display: none;
}

button.html5-qrcode-element:-webkit-details-marker,
select.html5-qrcode-element:-webkit-details-marker,
button.scanapp-button:-webkit-details-marker {
  display: none;
}

/* Torch button. */
button#html5-qrcode-button-torch.html5-qrcode-button-torch-on,
button.scanapp-button.enticing {
  background-color: #fff000;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  transition: 200ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

button#html5-qrcode-button-torch.html5-qrcode-button-torch-on:not(:disabled):hover,
button#html5-qrcode-button-torch.html5-qrcode-button-torch-on:not(:disabled):focus,
button.scanapp-button.enticing:not(:disabled):hover,
button.scanapp-button.enticing:not(:disabled):focus {
  outline: 0;
  background: #f4e603;
}

button#html5-qrcode-button-torch.html5-qrcode-button-torch-on:disabled,
button.scanapp-button.enticing:disabled {
  filter: saturate(0.2) opacity(0.5);
  -webkit-filter: saturate(0.2) opacity(0.5);
  cursor: not-allowed;
}

#reader img {
  display: none !important;
}



/* TIME INPUT CUSTOM */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.time-picker {
  width: 100%;
  padding: 10px 10px;
  background-color: #F3F3F3;
  border-radius: 8px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  color: #53565A;

}

.time-picker-centent {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 200px;
  font-weight: 600;
  margin: 0 auto;
  padding-bottom: 0.4rem;
  user-select: none;
}

.time-picker-centent .hour,
.time-picker-centent .minute {
  position: relative;
  min-width: 20px;
  text-align: center;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}

.time-picker-centent .hour .hr,
.time-picker-centent .minute .min {
  background: none;
  font-size: 1rem;
  appearance: none;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  text-align: center;
}

.time-picker-centent .hour .hr-up,
.time-picker-centent .hour .hr-down,
.time-picker-centent .minute .min-up,
.time-picker-centent .minute .min-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  cursor: pointer;
}

.time-picker-centent .hour .hr-up,
.time-picker-centent .minute .min-up {
  top: -10px;
  border-bottom: 10px solid #AAA;
}

.time-picker-centent .hour .hr-down,
.time-picker-centent .minute .min-down {
  bottom: -8px;
  border-top: 10px solid #AAA;
}

.time-picker-centent .hour .hr-up:hover,
.time-picker-centent .hour .hr-down:hover,
.time-picker-centent .minute .min-up:hover,
.time-picker-centent .minute .min-down:hover {
  border-bottom-color: #53565A;
  border-top-color: #53565A;
}


.slick-prev,
.slick-next {
  border-radius: 15px;
  border-color: transparent;
}

.hero-slider {
  position: relative;
}

.btn-slick {
  border-radius: .24rem;
}

.hero-slider .btn-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  margin-left: 8px;
  background-color: rgba(196, 196, 196, 0.25);
  color: #cecece;
}

.hero-slider .btn-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  margin-right: 8px;
  background-color: rgba(196, 196, 196, 0.25);
  color: #cecece;
}


.slider-category .btn-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  margin-left: 8px;
  background-color: rgba(196, 196, 196, 0.25);
  color: #cecece;
}

.slider-category .btn-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  margin-right: 8px;
  background-color: rgba(196, 196, 196, 0.25);
  color: #cecece;
}

.btn-prev:hover,
.btn-next:hover {
  background-color: rgba(196, 196, 196, 0.8);
  color: #282828;
}


/** DATE PICKER */
.custom-datepicker .input-group-append {
  cursor: pointer;
}
.custom-datepicker i.fa.fa-calendar {
  padding: 4px;
}
.custom-datepicker .datepicker td,
th {
  text-align: center;
  padding: 8px 12px;
  font-size: 14px;
}
.custom-datepicker .datepicker {
  top: 6em !important;
  border: 1px solid black;
}
.ui-draggable,
.ui-droppable {
  background-position: top;
}
#ui-datepicker-div {
  z-index: 2048 !important;
}
#ui-datepicker-div,
.ui-datepicker-title,
select.ui-datepicker-month,
select.ui-datepicker-year {
  font-family: var(--font1) !important;
}