.min-h-5 {
  min-height: 5px !important;
  padding: 5px !important;
}

.min-h-10 {
  min-height: 10px !important;
  padding: 5px !important;
}

.min-h-15 {
  min-height: 15px !important;
  padding: 5px !important;
}

.min-h-20 {
  min-height: 20px !important;
  padding: 5px !important;
}

.min-h-25 {
  min-height: 25px !important;
  padding: 5px !important;
}

.custom-bg-nude {
  background-color: #d9b99b;
}

.custom-bg-green {
  background-color: #91cc75;
}

.custom-bg-Eerieblack {
  background-color: #232323;
}

.custom-bg-internationalblue {
  background-color: #6495ED;
}

.custom-bg-silverpink {
  background-color: #B6A0A0;
}

.custom-bg-palesilver {
  background-color: #CBC5C5;
}

.custom-bg-oldlace {
  background-color: #F9F2E5;
}

.custom-bg-cream {
  background-color: #f9f2e6;
}

.custom-bg-lightblue {
  background-color: #F9F2E6;
}

.custom-bg-navy {
  background-color: #00004d;
}

.custom-bg-royal {
  background-color: #002366;
}

.custom-bg-persian {
  background-color: #192bc2;
}

.custom-bg-blue {
  background-color: #0000ff;
}

.custom-bg-cobalt {
  background-color: #0047ab;
}

.custom-bg-denim {
  background-color: #1560bd;
}

.custom-bg-maya {
  background-color: #73c2fb;
}

.custom-bg-dodger {
  background-color: #1e90ff;
}

.text-old-lace {
  color: #F9F2E6;
}

.text-black-23 {
  color: #232323;
}

.text-black-00 {
  color: #000000;
}

.text-black-82 {
  color: #828282;
}

.text-black-f7 {
  color: #f7f7f7;
}

.text-white {
  color: #ffffff;
}

.text-red {
  color: #FF4842;
}

.text-platecolr {
  color: #b6a0a0;
}

.text-grey {
  color: #e9e9e9;
}

.text-white {
  color: #fff;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.border-old-lace {
  border-color: #F9F2E6;
}

.border-black-23 {
  border-color: #232323;
}

.border-black-00 {
  border-color: #000000;
}

.border-black-82 {
  border-color: #828282;
}

.border-black-f7 {
  border-color: #f7f7f7;
}

.border-white {
  border-color: #ffffff;
}

.border-red {
  border-color: #FF4842;
}

.border-platecolr {
  border-color: #b6a0a0;
}

.border-grey {
  border-color: #e9e9e9;
}

.border-white {
  border-color: #fff;
}

.scale-pale {
  background-color: #f0d3b0;
  color: #f0d3b0;
}
.scale-pale.active {
  outline-color: #f0d3b0;
  outline-style: solid;
  outline-width: 2px;
  border: 3px solid #ffffff;
}
.scale-pale.active::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/tick.png);
  background-size: cover;
  display: none;
}

.scale-fair {
  background-color: #eaca92;
  color: #eaca92;
}
.scale-fair.active {
  outline-color: #eaca92;
  outline-style: solid;
  outline-width: 2px;
  border: 3px solid #ffffff;
}
.scale-fair.active::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/tick.png);
  background-size: cover;
  display: none;
}

.scale-olive {
  background-color: #d5ac73;
  color: #d5ac73;
}
.scale-olive.active {
  outline-color: #d5ac73;
  outline-style: solid;
  outline-width: 2px;
  border: 3px solid #ffffff;
}
.scale-olive.active::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/tick.png);
  background-size: cover;
  display: none;
}

.scale-brown {
  background-color: #bb7452;
  color: #bb7452;
}
.scale-brown.active {
  outline-color: #bb7452;
  outline-style: solid;
  outline-width: 2px;
  border: 3px solid #ffffff;
}
.scale-brown.active::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/tick.png);
  background-size: cover;
  display: none;
}

.scale-darkbrown {
  background-color: #7d4e37;
  color: #7d4e37;
}
.scale-darkbrown.active {
  outline-color: #7d4e37;
  outline-style: solid;
  outline-width: 2px;
  border: 3px solid #ffffff;
}
.scale-darkbrown.active::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/tick.png);
  background-size: cover;
  display: none;
}

.scale-blackbrown {
  background-color: #2e1d13;
  color: #2e1d13;
}
.scale-blackbrown.active {
  outline-color: #2e1d13;
  outline-style: solid;
  outline-width: 2px;
  border: 3px solid #ffffff;
}
.scale-blackbrown.active::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/tick.png);
  background-size: cover;
  display: none;
}

/*Global css*/
.flex-initial {
  flex: 0 1 auto;
}

.flex {
  display: flex;
}

.flex-end {
  justify-content: flex-end;
}

.flex-start {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
}

.layout-dashboard.expand .header {
  padding-left: 260px;
}
@media (max-width: 670px) {
  .layout-dashboard.expand .header {
    padding-left: 0px;
  }
}
.layout-dashboard.expand .sidebar .main-sidebar {
  left: 0;
}
@media (max-width: 767px) {
  .layout-dashboard.expand .sidebar .main-sidebar {
    top: 57px;
  }
}
.layout-dashboard.expand .content-area {
  padding-left: 260px;
}
@media (max-width: 670px) {
  .layout-dashboard.expand .content-area {
    padding-left: 0px;
  }
}
.layout-dashboard .header {
  padding-left: 260px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1039;
  transition: 1s ease;
}
@media (max-width: 1599px) {
  .layout-dashboard .header {
    padding-left: 220px !important;
  }
}
@media (max-width: 1399px) {
  .layout-dashboard .header {
    padding-left: 220px;
  }
}
@media (max-width: 991px) {
  .layout-dashboard .header {
    padding-left: 0 !important;
  }
}
@media (max-width: 670px) {
  .layout-dashboard .sidebar .main-sidebar {
    top: 93px;
  }
}
.layout-dashboard .content-area {
  padding-top: 93px;
  padding-left: 260px;
  transition: 1s ease;
}
@media (max-width: 1599px) {
  .layout-dashboard .content-area {
    padding-top: 50px;
    padding-left: 220px !important;
  }
}
@media (max-width: 1499px) {
  .layout-dashboard .content-area {
    padding-top: 58px;
  }
}
@media (max-width: 1399px) {
  .layout-dashboard .content-area {
    padding-top: 50px;
    padding-left: 220px;
  }
}
@media (max-width: 991px) {
  .layout-dashboard .content-area {
    padding-left: 0 !important;
  }
}
.layout-dashboard .content-wrapper {
  padding: 24px;
}
@media (max-width: 767px) {
  .layout-dashboard .content-wrapper {
    margin-top: 15px;
    padding: 15px;
  }
}
@media (max-width: 1366px) {
  .layout-dashboard .content-wrapper .card-card .card-body .card-product-brand {
    font-size: 12px !important;
  }
}
.announcement-open .announcement-bar {
  display: block !important;
}
.announcement-open .sidebar .main-sidebar {
  top: 30px;
  height: calc(100vh - 30px);
}
.announcement-open .header {
  top: 30px;
}
@media (max-width: 767px) {
  .announcement-open .header {
    top: 48px;
  }
}
.announcement-open .content-area {
  padding-top: 123px;
}
@media (max-width: 1399px) {
  .announcement-open .content-area {
    padding-top: 80px;
  }
}
@media (max-width: 1499px) {
  .announcement-open .content-area {
    padding-top: 88px;
  }
}
@media (max-width: 1599px) {
  .announcement-open .content-area {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .announcement-open .content-area {
    padding-top: 106px;
  }
}

.expand .header-main .sidebar-toggle svg.feather-toggle {
  display: none;
}
.expand .header-main .sidebar-toggle svg.feather-x {
  display: block !important;
}

.header-logo {
  background-color: #a9a9ed;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1039;
}
.header-logo .container {
  min-height: calc(102px - 1em);
  justify-content: center;
}
.header-logo + main {
  padding-top: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 100px);
}
.header.announcement-open + main {
  padding-top: 144px;
}
.header-main {
  padding: 11px 24px;
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(130, 130, 130, 0.24);
  background-color: #ffffff;
}
@media (max-width: 475px) {
  .header-main {
    padding: 10px;
  }
}
.header-main .form-search .menu-header h4 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
@media (max-width: 475px) {
  .header-main .form-search .menu-header h4 {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .header-main .form-search .menu-header h4 {
    font-size: 12px;
  }
}
.header-main .sidebar-toggle {
  margin-right: 0px !important;
  color: #828282;
  cursor: pointer;
}
@media (min-width: 992px) {
  .header-main .sidebar-toggle {
    display: none;
  }
}
.header-main .sidebar-toggle:hover, .header-main .sidebar-toggle:focus, .header-main .sidebar-toggle:focus-within, .header-main .sidebar-toggle:focus-visible {
  border: 1px solid rgba(130, 130, 130, 0.32);
}
.header-main .right-menu {
  margin-left: auto;
  margin-right: 0;
}
.header-main .right-menu .header-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .header-main .right-menu .header-menu {
    gap: 10px;
  }
}
.header-main .right-menu .header-menu li a.btn-icon {
  position: relative;
}
.header-main .right-menu .header-menu li .account-card {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
}
.header-main .right-menu .header-menu li .account-card .avatar {
  margin-right: 10px;
}
.header-main .right-menu .header-menu li .account-card .avatar-icon {
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.header-main .right-menu .header-menu li .account-card .account-content {
  flex: 1 0;
}
.header-main .right-menu .header-menu li .account-card .account-content h5 {
  color: #232323;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
}
.header-main .right-menu .header-menu li .account-card .account-content p {
  color: #828282;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
}
.header-main .right-menu .account-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15px;
}
.header-main .right-menu .account-card::after {
  content: "";
  margin-left: 10px;
  border: unset;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-left: 1px solid #828282;
  border-bottom: 1px solid #828282;
}

.announcement-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .announcement-text {
    flex-direction: column;
  }
}
.announcement-text p {
  margin: 0px 2px;
}
.announcement-bar {
  background-color: #dbd9ff;
  padding: 6px 50px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  min-height: 30px;
}
@media (max-width: 767px) {
  .announcement-bar {
    padding: 6px 30px;
  }
}
.announcement-bar p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  color: #000000;
}
.announcement-bar p span {
  font-weight: 500;
  margin: 0px 3px;
}
.announcement-bar p span svg {
  display: block;
}
.announcement-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 9;
  padding: 0px;
  border: none;
  width: 26px;
  height: 26px;
  color: #000;
  background-color: transparent;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-sidebar {
  background: #fff;
  border-right: 1px solid rgba(130, 130, 130, 0.24);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  display: flex;
  flex-direction: column;
  z-index: 1039;
  transition: 1s ease;
}
@media (max-width: 1599px) {
  .main-sidebar {
    width: 220px !important;
  }
}
@media (max-width: 1399px) {
  .main-sidebar {
    width: 220px !important;
  }
}
@media (max-width: 991px) {
  .main-sidebar {
    left: -260px;
  }
}
.main-sidebar .sidenav {
  padding: 12px;
  flex: 1 0;
  height: 100vh;
  /*		overflow-y: auto;
  		overflow-x: hidden;*/
}
.main-sidebar .sidenav::-webkit-scrollbar {
  width: 5px;
}
.main-sidebar .sidenav::-webkit-scrollbar-thumb {
  background-color: #dbd1bf;
  border-radius: 100px;
}
.main-sidebar .sidenav .logo {
  text-align: center;
}
@media (max-width: 767px) {
  .main-sidebar .sidenav .logo {
    position: relative;
    top: -38px;
    padding: 15px;
  }
}
.main-sidebar .sidenav .logo img {
  width: 75%;
  text-align: center;
}
.main-sidebar .menu-header {
  padding: 0 12px 12px;
}
.main-sidebar .menu-header h4 {
  margin-bottom: 0;
  font-weight: 700;
  color: #232323;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.1px;
}
.main-sidebar .menu-list .nav-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: calc(100vh - 240px);
  overflow-y: auto;
}
.main-sidebar .menu-list .nav-item {
  padding: 5px 0px;
}
@media (min-width: 1400px) {
  .main-sidebar .menu-list .nav-item {
    padding: 2px 0px;
  }
}
.main-sidebar .menu-list .nav-item .submenu {
  padding-left: 15px;
}
.main-sidebar .menu-list .nav-item .submenu li {
  display: block;
}
.main-sidebar .menu-list .nav-link {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
}
@media (max-width: 1599px) {
  .main-sidebar .menu-list .nav-link {
    font-size: 12px !important;
    padding: 6px 8px;
  }
}
@media (max-width: 1399px) {
  .main-sidebar .menu-list .nav-link {
    font-size: 11px !important;
  }
}
.main-sidebar .menu-list .nav-link.collapsed.toogle-icon {
  position: relative;
}
.main-sidebar .menu-list .nav-link.collapsed.toogle-icon::before {
  transform: rotate(270deg);
  top: 40%;
}
.main-sidebar .menu-list .nav-link.toogle-icon {
  position: relative;
}
.main-sidebar .menu-list .nav-link.toogle-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(/images/down-arrow.png);
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.main-sidebar .menu-list .nav-link:hover {
  background: #FA832D;
  border-radius: 5px;
  color: #232323;
}
.main-sidebar .menu-list .nav-link.active {
  color: #232323;
  background: #FA832D;
  border-radius: 5px;
}
.main-sidebar .menu-list .nav-link .icon {
  font-size: 24px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media (min-width: 1440px) {
  .main-sidebar .menu-list .nav-link .icon {
    width: 28px;
    height: 100%;
  }
}
.main-sidebar .menu-list .nav-link .icon svg {
  display: block;
}
.main-sidebar .menu-list .nav-link .icon img {
  width: 100%;
}
.main-sidebar .account-card {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
}
.main-sidebar .account-card-wrap {
  padding: 24px;
}
.main-sidebar .account-card .avatar {
  margin-right: 10px;
}
.main-sidebar .account-content {
  flex: 1 0;
  width: 0;
}
.main-sidebar .account-content h5, .main-sidebar .account-content p {
  margin-bottom: 0;
  font-size: 14px;
}
.main-sidebar .account-content h5 {
  color: #232323;
  font-weight: 600;
  margin-bottom: 5px;
}
.main-sidebar .account-content p {
  color: #828282;
  font-weight: 500;
  line-height: normal;
}

.setting-inner-sidebar .nav.nav-tabs {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  gap: 20px;
}
@media (max-width: 576px) {
  .setting-inner-sidebar .nav.nav-tabs {
    gap: 0;
  }
}
@media (max-width: 576px) {
  .setting-inner-sidebar .nav-item {
    width: 100%;
  }
}
.setting-inner-sidebar .nav-item .nav-link {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0px;
  color: #000;
  background-color: #fff;
  border-radius: 35px;
  padding: 12px 30px;
  box-shadow: none;
  border: 1px solid #FA832D;
}
@media (max-width: 576px) {
  .setting-inner-sidebar .nav-item .nav-link {
    font-size: 13px !important;
    padding: 10px !important;
  }
}
.setting-inner-sidebar .nav-item .nav-link.active {
  background-color: #FA832D !important;
  color: #fff !important;
}
.setting-inner-sidebar .nav-item .nav-link.visited {
  box-shadow: none;
}
.setting-inner-sidebar .nav-item .nav-link:hover {
  background-color: #FA832D !important;
  color: #fff !important;
}

.tab-content .tab-pane .upload-file-sec img {
  max-width: 100%;
  max-height: 170px;
  height: 100%;
}
.tab-content .tab-pane .embed-sec {
  position: relative;
}
.tab-content .tab-pane .embed-sec .close {
  position: absolute;
  top: -14px;
  left: 154px;
  background-color: #b3b3b3;
  color: #fff;
  border-radius: 50%;
  padding: 3px;
}
.tab-content .tab-pane .embed-sec .close svg {
  width: 25px;
  height: 25px;
}
@media (max-width: 480px) {
  .tab-content .tab-pane .embed .copy-btn {
    width: 100%;
  }
}
.tab-content .tab-pane .embed .btn {
  padding: 15px 30px;
}
@media (max-width: 576px) {
  .tab-content .tab-pane .embed .btn {
    padding: 8px 20px;
  }
}

@media (max-width: 1399px) {
  .patient-tab th {
    font-size: 10px !important;
  }
}
@media (max-width: 1399px) {
  .patient-tab td {
    font-size: 9px !important;
  }
}
@media (max-width: 1399px) {
  .patient-tab td .avatar-content {
    font-size: 10px !important;
  }
}

.upload-file-sec {
  display: flex;
  justify-content: start;
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  padding: 15px 0;
  max-width: 200px;
  height: 140px;
}
@media (max-width: 767px) {
  .upload-file-sec {
    max-width: 100%;
    width: 100%;
  }
}
.upload-file-sec .uploader .invalid-feedback {
  position: absolute;
  top: 100%;
  text-align: center;
}
.upload-file #start {
  padding: 20px;
  cursor: pointer;
}
.upload-file #start img {
  margin-bottom: 10px;
}
.upload-file label {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.upload-file label .step {
  position: relative;
}
.upload-file label .step .close {
  position: absolute;
  top: -30px;
  right: -85px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #d6d6d6;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
}

.uploader {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 15px;
  max-width: 200px;
  height: 140px;
}
@media (max-width: 767px) {
  .uploader {
    max-width: 100%;
    width: 100%;
  }
}
.uploader label {
  width: 100%;
  text-align: center;
  border-radius: 7px;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.uploader label #start img {
  height: auto;
}
.uploader #start.hidden {
  display: none;
}
.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}
.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #response.hidden {
  display: none;
}
.uploader #response #messages {
  margin-bottom: 0.5rem;
}
.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}
.uploader #file-image.hidden {
  display: none;
}
.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}
.uploader input[type=file] {
  display: none;
}

.upl-area .upload-file-sec {
  display: flex;
  justify-content: start;
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  margin-top: 15px;
  height: 100px;
  padding: 0;
}
.upl-area .upload-file-sec .uploader {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  height: 100%;
}
.upl-area .upload-file-sec .uploader label .step .close {
  position: absolute;
  right: -12px;
  top: -12px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  padding: 2px;
}

.btn {
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 10px 24px;
  border-radius: 60px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.btn-auto {
  min-height: auto;
}
@media (max-width: 767px) {
  .btn {
    max-width: 100%;
  }
}
@media (max-width: 1440px) {
  .btn {
    padding: 7px 18px;
    font-size: 13px;
  }
}
@media (max-width: 474px) {
  .btn .btn {
    font-size: 12px !important;
  }
}
.btn-primary {
  background-color: #232323;
  color: #ffffff !important;
  border-color: #232323;
}
.btn-primary:hover {
  background-color: black;
  color: #ffffff;
  border-color: black;
}
.btn-primary-shadow {
  box-shadow: 0px 8px 16px 0px rgba(35, 35, 35, 0.24);
}
.btn-primary.disabled {
  background-color: #000;
  border-color: #000;
  opacity: 1;
}
.btn-small {
  width: auto;
  max-width: unset;
}
.btn-flex {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.btn-flex svg {
  margin-right: 5px;
}
.btn-flex-inline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-flex-inline svg {
  margin-right: 5px;
}
.btn-border {
  border: 1px solid #828282;
}
.btn-border-primary {
  border-color: #232323;
  color: #232323;
}
.btn-border-primary:hover {
  border-color: #232323;
  color: #232323;
}
.btn-border-danger {
  border-color: #dc3545;
  color: #dc3545;
}
.btn-border-danger:hover {
  border-color: #dc3545;
  color: #dc3545;
}
.btn-sm {
  min-height: 30px;
}
@media (max-width: 1600px) {
  .btn-sm {
    padding: 8px 16px;
  }
}
.btn-view {
  min-width: 90px;
}
.btn-view svg {
  margin-right: 0;
}
@media (min-width: 1400px) {
  .btn-view svg {
    display: none;
  }
}
@media (max-width: 1399px) {
  .btn-view {
    min-width: 48px;
    padding: 5px 15px;
  }
}
@media (max-width: 1399px) {
  .btn-view span {
    display: none;
  }
}
.btn-secondary {
  background-color: #fff;
  border-color: #e9e9e9;
  color: #232323;
  font-weight: 600;
}
.btn-secondary:hover {
  background-color: #ead2a8;
  color: #232323;
  border-color: #ead2a8;
}
.btn-active {
  border-color: #232323;
}
.btn-active:hover {
  border-color: #232323;
}
.btn-link {
  font-size: 14px;
  min-height: unset;
  font-weight: 600;
  text-decoration: none;
  color: #232323;
}
.btn-link-0 {
  padding: 0;
}
.btn-icon {
  padding: 0px;
  font-size: 24px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  min-width: 35px;
}
.btn-icon-border {
  border: 1px solid rgba(130, 130, 130, 0.32);
}
.btn-icon .num {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #FF4842;
  top: 2px;
  right: 2px;
  line-height: 20px;
}
.btn.height-25 {
  height: 25%;
}
.btn.min-height-25 {
  min-height: 25%;
}
.btn.max-height-25 {
  max-height: 25%;
}
.btn.height-50 {
  height: 50%;
}
.btn.min-height-50 {
  min-height: 50%;
}
.btn.max-height-50 {
  max-height: 50%;
}
.btn.height-75 {
  height: 75%;
}
.btn.min-height-75 {
  min-height: 75%;
}
.btn.max-height-75 {
  max-height: 75%;
}
.btn.height-100 {
  height: 100%;
}
.btn.min-height-100 {
  min-height: 100%;
}
.btn.max-height-100 {
  max-height: 100%;
}
.btn.height-auto {
  height: auto;
}
.btn.min-height-auto {
  min-height: auto;
}
.btn.max-height-auto {
  max-height: auto;
}
.btn-danger {
  background-color: #ed5e68;
  border-color: #ed5e68;
}
.btn-danger:hover {
  background-color: #ed5e68;
  border-color: #ed5e68;
}
.btn.removeButton {
  background: #f1f1f1;
  border-color: #f1f1f1;
  color: #f1f1f1;
}
.btn-text {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.btn-text:hover {
  text-decoration: underline;
  color: #cfb485;
}
@media (max-width: 1399px) {
  .btn-text {
    font-size: 12px;
  }
}
.btn-back {
  font-size: 16px;
  font-weight: 600;
  width: auto;
  max-width: 100%;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
}
.btn-back svg {
  margin-right: 5px;
}
.btn:focus-visible, .btn:active, .btn:focus {
  background-color: #232323 !important;
  color: #ffffff !important;
  border-color: #232323 !important;
  box-shadow: none;
}
.btn.bg-none:focus-visible, .btn.bg-none:active, .btn.bg-none:focus {
  background-color: transparent !important;
  color: #000 !important;
  border-color: transparent !important;
}

.error-profile {
  position: absolute;
  bottom: -30px;
  left: 0;
  text-wrap: nowrap;
}
.error-logo {
  position: absolute;
  bottom: -30px;
  left: 0;
  text-wrap: nowrap;
}

.mx-w-content {
  max-width: -moz-max-content;
  max-width: max-content;
}

.card-title {
  font-weight: 700;
}
.card-body-header {
  margin-bottom: 15px;
}
.card-body-title {
  font-size: 28px;
  color: #000000;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .card-body-title {
    font-size: 20px;
  }
}
@media (max-width: 1399px) {
  .card-body-title {
    font-size: 18px !important;
  }
}
@media (max-width: 474px) {
  .card-body-title {
    font-size: 14px !important;
  }
}
.card .ui-sortable-handle {
  cursor: move !important;
}
.card-header {
  border-radius: 1rem 1rem 0 0 !important;
  background: #fff;
}
.card-header.card-images img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.card-footer {
  border-radius: 0 0 1rem 1rem !important;
}
@media (max-width: 475px) {
  .card-footer .description-header {
    font-size: 16px !important;
  }
}
@media (max-width: 475px) {
  .card-footer .description-text {
    font-size: 12px !important;
  }
}
@media (max-width: 349px) {
  .card-footer .description-text {
    font-size: 10px !important;
    margin-bottom: 0px !important;
  }
}
.card-brand {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.card-brand-img {
  max-width: 80%;
}
.card-brand-badge {
  display: inline-flex;
  width: 38px;
  height: 38px;
  background-color: #e1cdac;
  border-radius: 100%;
  position: absolute;
  left: 15px;
  bottom: -15px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #232323;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.card-brand-badge img {
  width: 20px;
}
.card-brand-body {
  min-height: 52px;
  align-items: center;
}
.card-publication-heading {
  border-bottom: 1px solid rgba(130, 130, 130, 0.32);
  padding-bottom: 17px;
  margin-bottom: 30px;
}
.card-custom {
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 5px;
  border-radius: 1rem;
}
@media (max-width: 1440px) {
  .card-custom .card-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1399px) {
  .card-custom .card-title {
    font-size: 18px !important;
  }
}
@media (max-width: 475px) {
  .card-custom .card-title {
    font-size: 14px !important;
  }
}
.card.purchased {
  opacity: 0.45;
}
.card-product {
  padding: 10px;
  background-color: rgba(221, 221, 221, 0.4196078431);
  margin-bottom: 20px;
}
.card-product.ui-sortable-handle {
  cursor: move !important;
}
@media only screen and (max-width: 1749px) and (min-width: 1200px) {
  .card-product {
    margin-bottom: 10px;
  }
}
.card-product .card-image {
  padding-top: 90%;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .card-product .card-image {
    padding-top: 0px;
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .card-product .card-image {
    padding-top: 0px;
    min-height: 200px;
  }
}
.card-product .card-image .stock-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  color: #fff;
  border-radius: 0px 0px 0px 5px;
  z-index: 2;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 600;
}
.card-product .card-image .order-tag {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  color: #fff;
  border-radius: 0px 0px 5px 0;
  z-index: 2;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 600;
  background: #828282;
}
.card-product .card-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1749px) and (min-width: 1200px) {
  .card-product .card-image-wrap {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .card-product .card-image-wrap {
    padding: 0px;
  }
}
.card-product .card-image-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.card-product .card-image-wrap img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
}
@media (max-width: 1199px) {
  .card-product .card-image-wrap img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .card-product .card-image-wrap img {
    height: 100% !important;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.card-product .card-image span.product-count,
.card-product .card-image span.evening-product-count {
  font-size: 12px;
  position: absolute;
  left: -10px;
  top: -10px;
  text-wrap: nowrap;
  background: #d8bfa5;
  padding: 5px 5px;
  border-radius: 0;
}
.card-product .card-image span.ordered {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #438d00;
  color: #fff;
  padding: 5px 5px;
  font-size: 12px;
  border-radius: 0px 0.375rem 0 0;
}
.card-product .card-image span.not-ordered {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #d30606;
  color: #fff;
  padding: 5px 5px;
  font-size: 12px;
  border-radius: 0px 0.375rem 0 0;
}
.card-product .card-body {
  padding: 16px 0px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1399px) {
  .card-product .card-body {
    padding: 5px 0px !important;
  }
}
.card-product .card-body .btn {
  font-size: 14px;
}
@media (max-width: 1399px) {
  .card-product .card-body .btn {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1400px) and (max-width: 1970px) {
  .card-product .card-body .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.card-product .card-body .btn.btn-primary.disabled {
  background-color: #000;
  border-color: #000;
  opacity: 1;
}
@media (max-width: 1399px) {
  .card-product .card-body .order-btns {
    display: flex;
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 1399px) {
  .card-product .card-body .order-btns .btn {
    padding: 5px !important;
    font-size: 10px !important;
  }
}
.card-product .card-title {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  flex: 1 0;
  height: 0;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 45px;
  min-height: 45px;
}
.card-product .card-title a {
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: underline;
}
.card-product .card-title a:hover {
  color: #a98562;
  text-decoration: underline;
}
@media (max-width: 1399px) {
  .card-product .card-title a {
    font-size: 12px;
  }
}
@media (max-width: 1366px) {
  .card-product .card-title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .card-product .card-title {
    line-height: 22px;
    font-size: 14px;
  }
}
.card-product .product-prescription {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.card-product .product-prescription .prescription-box {
  font-size: 14px;
  font-weight: 600;
  color: #232323;
  border-radius: 4px;
  border: 1px solid rgba(130, 130, 130, 0.24);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 0;
  width: auto;
  min-height: 40px;
  background-color: #F9F2E6;
}
@media (max-width: 1560px) {
  .card-product .product-prescription .prescription-box {
    font-size: 14px;
    padding: 3px;
  }
}
@media (max-width: 1399px) {
  .card-product .product-prescription .prescription-box {
    min-height: 30px;
    font-size: 12px;
  }
}
.card-product .product-prescription .prescription-box:last-child {
  margin-right: 0;
}
.card-product .product-prescription .prescription-box.auto {
  flex: 0 0 auto;
  width: auto;
}
.card-product .product-prescription .prescription-box span {
  display: inline-block;
  padding: 0px 4px;
  line-height: 16px;
  border-right: 1px solid rgba(130, 130, 130, 0.24);
  flex: 1 0;
  width: auto;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
}
.card-product .product-prescription .prescription-box span.card-price {
  font-weight: 600;
}
.card-product .product-prescription .prescription-box span.card-price .dollar {
  padding: 0 1px;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 1560px) {
  .card-product .product-prescription .prescription-box span {
    padding: 0px 4px;
  }
}
.card-product .product-prescription .prescription-box span:last-child {
  border: none;
}
.card-product .product-prescription .prescription-box span:empty {
  width: 0;
  flex: 0 0;
  border-right: 1px solid rgba(130, 130, 130, 0.24);
  height: 16px;
  padding: 0;
}
.card-product .product-prescription .prescription-box.fw-bold {
  background: #d8bfa5;
}
.card-product .product-prescription .prescription-box.fw-bold span {
  font-weight: 600;
}
.card-product .product-apply-note {
  margin-top: 16px;
  padding-top: 24px;
  border: 1px solid rgba(130, 130, 130, 0.24);
  border-radius: 4px;
}
@media (max-width: 1399px) {
  .card-product .product-apply-note {
    padding-top: 10px;
  }
}
.card-product .product-apply-note .note-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  gap: 10px;
  border-bottom: 1px solid rgba(130, 130, 130, 0.24);
}
@media (max-width: 1399px) {
  .card-product .product-apply-note .note-header {
    padding-bottom: 10px;
  }
}
.card-product .product-apply-note .note-header .icon {
  font-size: 42px;
  display: block;
}
@media (max-width: 1560px) {
  .card-product .product-apply-note .note-header .icon {
    font-size: 34px;
  }
}
.card-product .product-apply-note .note-header .icon svg {
  margin-right: 10px;
  display: block;
}
.card-product .product-apply-note .note-header .icon img {
  width: 28px;
  height: 28px;
  font-size: 12px;
}
.card-product .product-apply-note .note-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 0;
}
@media (max-width: 1560px) {
  .card-product .product-apply-note .note-header h3 {
    font-size: 18px;
  }
}
.card-product .product-apply-note .note-content {
  padding: 16px;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .card-product .product-apply-note .note-content {
    padding: 5px;
    font-size: 11px;
  }
}
.card-product .product-apply-note .note-content a {
  cursor: pointer;
  margin: 10px auto;
  color: #9b9b9b;
  text-decoration: none;
}
@media (max-width: 1560px) {
  .card-product .product-apply-note .note-content {
    font-size: 12px;
  }
}
.card-product .product-apply-note .note-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #232323;
}
@media (max-width: 1560px) {
  .card-product .product-apply-note .note-content h4 {
    font-size: 16px;
  }
}
.card-product .product-apply-note .note-content p {
  font-size: 16px;
  font-weight: 400;
  color: #232323;
  margin-bottom: 0;
}
@media (max-width: 1560px) {
  .card-product .product-apply-note .note-content p {
    font-size: 14px;
  }
}
.card-product .product-apply-note .note-content p.twoline-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.4s ease;
  max-height: 65px;
  min-height: 65px;
}
.card-product .product-apply-note .note-content p.twoline-desc.show {
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
  max-height: unset;
}
.card-product .product-apply-note .note-content .twoline-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.4s ease;
  max-height: 55px;
  min-height: 55px;
}
.card-product .product-apply-note .note-content .twoline-desc > * {
  font-size: 12px;
}
.card-product .product-apply-note .note-content .twoline-desc.show {
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
  max-height: unset;
}
.card-product-brand {
  font-size: 16px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .card-product-brand {
    font-size: 12px;
  }
}
.card-primary {
  border: none;
  background-color: #F9F2E6;
  border-radius: 0;
}
.card-primary .card-header {
  padding: 10px 20px;
  border: none;
  background-color: transparent;
}
@media (max-width: 480px) {
  .card-primary .card-header.card-header-checkout > .row {
    flex-direction: column;
  }
  .card-primary .card-header.card-header-checkout > .row .col {
    order: 2;
    justify-content: start;
  }
  .card-primary .card-header.card-header-checkout > .row .col-auto {
    width: 100%;
  }
  .card-primary .card-header.card-header-checkout > .row .col-auto .btn {
    padding-right: 0;
    text-align: right;
    max-width: 100%;
  }
}
.card-primary .card-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 1399px) {
  .card-primary .card-title {
    font-size: 16px;
  }
}
.card-primary .card-title span {
  color: #828282;
  font-weight: 500;
}
.card-primary .card-body {
  padding: 10px 20px 20px;
}
.card-summary {
  margin-bottom: 24px;
}
.card-summary-action Button[type=submit] {
  pointer-events: none;
  opacity: 0.4;
}
.card-summary .var-note {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #232323;
  font-style: italic;
  text-align: right;
}
.card-summary .card-header {
  padding: 20px;
}
.card-summary-action .form-control {
  background-color: transparent;
  font-size: 20px;
  height: 34px;
}
.card-summary-action .form-group {
  margin-top: 24px;
  position: relative;
}
.card-summary-action .form-group .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 50px;
}
@media (max-width: 1399px) {
  .card-summary-action .form-group .btn {
    height: 47px;
  }
}
.card-customer-detail table tr th {
  white-space: nowrap;
  padding-right: 30px;
}
.card-address .card-header {
  padding-bottom: 10px;
}
.card-address .card-body {
  padding-top: 0px;
}
.card-address .card-body p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  color: #828282;
}
.card-address .card-body p.address {
  color: #232323;
}
.card-address .card-body p.address span {
  color: #828282;
}
.card-address .card-action {
  padding-top: 5px;
}
.card-address .card-action .action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.card-address .card-action .action .btn {
  margin-right: 10px;
}
.card-address .card-action .action .btn:last-child {
  margin-right: 0px;
}

.activity-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.activity-list li {
  padding-bottom: 25px;
  padding-left: 20px;
  position: relative;
}
.activity-list li:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 4px;
  top: 5px;
  border-left: 1px solid rgba(130, 130, 130, 0.24);
}
.activity-list li:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 9px;
  position: absolute;
  top: 5px;
  left: 0px;
  background-color: #232323;
  z-index: 1;
}
.activity-list li.active:after {
  border-left-width: 2px;
  border-color: #232323;
}
.activity-list li:last-child {
  border-left: 0;
}
.activity-list li:last-child:after {
  display: none;
}
.activity-list li h4 {
  font-size: 16px;
  color: #242424;
  font-weight: 600;
  margin-bottom: 5px;
}
.activity-list li p {
  color: #828282;
  font-size: 14px;
  font-weight: 500;
}

.small-box {
  position: relative;
  box-shadow: 0px 23px 25px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .small-box {
    box-shadow: 0px 5px 25px 2px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .small-box {
    padding: 12px;
  }
}
@media (min-width: 13px) and (max-width: 1399px) {
  .small-box h3,
  .small-box .h3 {
    font-size: 16px;
  }
  .small-box h4,
  .small-box .h4 {
    font-size: 16px;
  }
}
.small-box h2 {
  font-size: 45px;
  font-weight: 600;
}
.small-box .icon {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .small-box .icon {
    gap: 8px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .small-box .icon {
    gap: 5px;
  }
}
.small-box .icon > * {
  transition: transform 0.3s linear;
}
.small-box .icon .inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1 0;
  width: 150px;
}
.small-box .icon .inner p {
  margin-bottom: 0;
  color: #000000;
  font-weight: 600;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .small-box .icon .inner p {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .small-box .icon .inner p {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 475px) {
  .small-box .icon .inner p {
    font-size: 14px !important;
  }
}
.small-box .icon .inner-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  flex-wrap: wrap;
}
.small-box .icon .inner-value h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #000000;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1600px) {
  .small-box .icon .inner-value h3 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .small-box .icon .inner-value h3 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .small-box .icon .inner-value h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.small-box .icon .inner-value span {
  font-size: 12px;
  color: #c7c7c7;
  display: none;
}
@media (max-width: 1800px) and (min-width: 1200px) {
  .small-box .icon .inner-value span {
    display: none;
  }
}
.small-box .icon > i {
  font-size: 60px;
}
@media (max-width: 1366px) {
  .small-box .icon > i {
    font-size: 50px;
  }
}
.small-box .icon > svg {
  font-size: 70px;
}
@media (max-width: 1366px) {
  .small-box .icon > svg {
    font-size: 60px;
  }
}
.small-box .icon > img {
  width: 34px;
  height: 34px;
}
@media (max-width: 1399px) {
  .small-box .icon > img {
    width: 35px;
    height: 35px;
  }
}
.small-box .icon > img.icon-green {
  opacity: 1;
}
.small-box .icon > img.icon-blue {
  opacity: 1;
}
.small-box .icon > img.icon-red {
  opacity: 1;
}
.small-box .icon > img.icon-light {
  opacity: 1;
}
.small-box .icon > img.icon-grey {
  background-color: #E6EAED;
  opacity: 1;
}
.small-box .icon > img.icon-lightblue {
  background-color: #ECF2FE;
  opacity: 1;
}
.small-box-sales .icon .inner p {
  color: #33AF47;
}
.small-box-orders .icon .inner p {
  color: #1C9DE3;
}
.small-box-patients .icon .inner p {
  color: #8CBFAE;
}
.small-box-carts .icon .inner p {
  color: #8240C6;
}
.small-box-office .icon .inner p {
  color: #94C0D8;
}
.small-box-spend .icon .inner p {
  color: #FE989F;
}
.small-box-avg-order .icon .inner p {
  color: #8240C6;
}
.small-box-rewards .icon .inner p {
  color: #000000;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .canvas-chart {
    max-height: 300px;
    min-height: 300px;
  }
}

.product-section {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
.product-section.card-custom {
  padding: 30px;
  margin-bottom: 30px;
  border: none;
  border-radius: 10px;
}
@media (max-width: 400px) {
  .product-section.card-custom {
    padding: 15px 10px;
  }
}
@media (max-width: 1399px) {
  .product-section {
    padding: 0 0;
  }
}
.product-section .product-title {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .product-section h4 {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .product-section h4 {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .product-section h4 {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 700px) and (min-width: 576px) {
  .expand .product-card {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
  }
}

@media (min-width: 1920px) {
  .product-card {
    width: 14.2857142857% !important;
  }
}
@media (min-width: 1750px) {
  .product-card {
    width: 16.66666667%;
  }
}
@media only screen and (max-width: 1749px) and (min-width: 1200px) {
  .product-card {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 922px) and (min-width: 768px) {
  .product-card {
    width: 50%;
  }
}
@media (max-width: 1399px) {
  .product-card .card-product .card-body .card-title {
    margin-bottom: 14px;
  }
}
.product-card .card-product .card-body .btn {
  line-height: 24px;
  box-shadow: 0 2px 5px 0 rgba(213, 217, 217, 0.5);
  font-size: 16px;
}
@media (max-width: 1399px) {
  .product-card .card-product .card-body .btn {
    font-size: 12px;
  }
}
@media (max-width: 1399px) {
  .product-card .card-product .card-body form .form-control::-moz-placeholder {
    font-size: 12px !important;
    padding: 0px 5px;
  }
  .product-card .card-product .card-body form .form-control::placeholder {
    font-size: 12px !important;
    padding: 0px 5px;
  }
}
@media (max-width: 1399px) {
  .product-card .card-product .product-apply-note .note-header .cormorant {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .product-card .card-product .product-apply-note .note-content h4 {
    font-size: 14px;
  }
}
.product-modal .modal-header .form-control, .product-modal .modal-header .form-select {
  border-radius: 60px;
}

.products-card .product-card {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1750px) {
  .products-card .product-card {
    width: 100% !important;
  }
}
@media (min-width: 1750px) {
  .products-card li {
    max-width: 20%;
    flex: 1 20%;
  }
}
@media (max-width: 1170px) {
  .products-card li {
    max-width: 33.33%;
    flex: 1 33.33%;
  }
}
@media (max-width: 980px) {
  .products-card li {
    max-width: 50%;
    flex: 1 50%;
  }
}
@media (max-width: 767px) {
  .products-card li {
    max-width: 100%;
    flex: 1 100%;
  }
}

.Coming-soon {
  position: relative;
}
.Coming-soon span {
  position: absolute;
  top: -21px;
  right: 0;
  font-size: 12px;
  background: rgba(255, 0, 0, 0.1803921569);
  color: red;
  padding: 1px 5px;
  border-radius: 3px;
}

.notes {
  padding: 15px 15px;
  font-weight: 500;
  border: 1px solid rgba(130, 130, 130, 0.32);
  font-size: 1rem;
  border-radius: 5px;
  position: relative;
  padding-left: 50px;
}
.notes:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  background: url(/images/note.png);
  background-size: cover;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
}

.brands-card {
  margin-bottom: 24px;
  /*


      @media(min-width: 1130px) and (max-width: 1366px) {
          width: 25%;
      }*/
}
@media (min-width: 1400px) {
  .brands-card {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .brands-card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .brands-card {
    margin-top: 30px;
  }
}
.brands-card span {
  font-size: 14px;
  line-height: normal;
}
@media (min-width: 1500px) and (max-width: 1800px) {
  .brands-card-custom {
    width: 50%;
  }
}
@media (min-width: 1801px) {
  .brands-card-custom {
    width: 50%;
  }
}
.brands-card .card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px !important;
  gap: 10px;
}
@media (max-width: 767px) {
  .brands-card .card {
    padding: 10px !important;
  }
}
.brands-card .card-header {
  background: #F6F6F6;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 15px !important;
  border-radius: 10px !important;
  height: 200px;
}
.brands-card .card-body {
  min-height: auto;
  padding: 10px 0;
}
.brands-card .card-footer {
  border: none;
  background-color: transparent;
  padding: 0;
}
.brands-card .card-footer a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.brands-card .card-footer a:hover {
  color: #FA832D;
}
.brands-card .card .btn {
  border-radius: 100px;
}
.brands-card .card .btn.custom-btn-icon {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  padding: 0;
  position: relative;
  min-height: auto;
}
.brands-card .card .btn.custom-btn-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.brands-card .card-education img {
  background-size: contain;
}
.brands-card .card-education-actions {
  position: absolute;
  right: 10px;
  top: 10px;
}
.brands-card .card .webinar-details {
  padding: 20px;
  cursor: pointer;
}
.brands-card .card-images img {
  width: 100%;
  height: 100%;
}

.webinar-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.webinar-img img {
  height: 100%;
  min-height: 200px;
  max-height: 200px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  max-width: 80%;
}

.url-list {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.url-list li {
  list-style: circle;
  margin-bottom: 5px;
}
.url-list li a {
  font-size: 12px;
  cursor: pointer;
  color: #1a0dab;
}
.url-list li a:hover {
  text-decoration: underline !important;
}

.pdflist {
  padding: 0;
  padding: 0;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.pdflist li {
  list-style: none;
  list-style: none;
  flex: 0 0 auto;
  width: 49%;
}
.pdflist li a {
  font-size: 18px;
  color: #747474;
  cursor: pointer;
  text-decoration: none;
}
.pdflist li a .text-pdf {
  display: flex;
  gap: 10px;
  justify-content: start;
}
.pdflist li a .text-pdf span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pdflist .imgpdf-wrap {
  width: calc(25% - 30px);
  padding: 20px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (max-width: 499px) {
  .pdflist .imgpdf-wrap {
    width: 100%;
  }
}
.pdflist .imgpdf-wrap .icon-img {
  width: 40px;
  height: auto;
}
.pdflist .imgpdf-wrap img {
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pdflist .imgpdf-wrap a {
  word-break: break-all;
  color: #747474;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pdflist .imgpdf-wrap a:hover {
  text-decoration: underline;
  color: #000;
}
.pdflist .pdf {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.pdflist .pdf svg {
  width: 32px;
  min-width: 32px;
  margin-right: 10px;
  margin-top: 7px;
  color: #db2828;
  height: 32px;
}

.webinar-details .card-brand {
  position: relative;
  height: 200px;
  display: flex;
  overflow: visible;
  background: #f7f7f7;
}
.webinar-details .card-brand-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.clinic-logo {
  width: 100%;
  margin: 0 auto;
}
.clinic-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100px;
}

.card-body {
  padding: 0;
}
.card-body .coupon {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  background: #F9F2E6;
}
.card-body .coupon:last-child {
  border-bottom: 0;
}
.card-body .coupon-code {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.card-body .coupon-code span {
  font-weight: 600;
  background: rgba(235, 215, 182, 0.76);
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 15px;
}
.card-body .coupon-info {
  border-bottom: 1px solid #ddd;
}
.card-body .coupon-info p {
  font-size: 14px;
  margin-bottom: 0;
}
.card-body .coupon-info p .disount {
  color: #46a900;
}
.card-body .coupon-invailed {
  padding: 5px 0 0;
}
.card-body .coupon-invailed span {
  font-size: 12px;
}
.card-body .description-percentage .icon-img {
  width: 40px;
  margin-bottom: 10px;
}
.card-action .actions .btn {
  margin-bottom: 5px;
}
.card .custom-switch {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.card .custom-switch .custom-control-label {
  margin-right: 0.5rem;
}
.card .custom-switch .custom-control-label::after {
  content: "";
  top: 2px;
  left: 2px;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background-color: #cfcfcf;
  display: block;
  position: absolute;
  cursor: pointer;
}
.card .custom-switch .custom-control-label::before {
  content: "";
  left: 0px;
  width: 60px;
  pointer-events: all;
  border-radius: 100px;
  height: 30px;
  top: 0;
  border-color: #cfcfcf;
  background-color: #fff;
  position: absolute;
  display: block;
  cursor: pointer;
}
.card .custom-switch .custom-control-label.bg-light::before {
  background-color: #efefef;
}
.card .custom-switch .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.card .custom-switch .custom-control-input:checked + .custom-control-label::after {
  transform: translateX(30px);
}
.card .custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #ffffff;
  border-color: #cfcfcf;
}
.card .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #91cc75 !important;
  background-color: #91cc75 !important;
}
.card .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
}
.card .custom-switch .custom-control-input:checked ~ .custom-control-label.bg-light::before {
  border-color: #FA832D !important;
  background-color: #FA832D !important;
}
.card .custom-switch .custom-control-input:checked ~ .custom-control-label.bg-light::after {
  background-color: #fff;
}
.card .custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  border-color: #ccc;
}

table.cart-summary td p.var-note {
  text-wrap: wrap;
}

.form-group {
  margin-bottom: 28px;
}
.form-group-options {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 24px;
  margin-bottom: 24px;
}
.form-group .form-control-filter {
  border-radius: 60px;
}
.form-group .form-control[readonly] {
  background-color: #fff;
}
.form-group.password button {
  background: none;
  border: none;
  background: none;
  border: none;
  position: absolute;
  top: 19px;
  right: 24px;
}
.form-group.password button .icon-2 {
  display: block;
  position: unset;
  transform: unset;
}
.form-group.password button .icon-2 i {
  display: block;
}
.form-group.password.reset-password button {
  top: 30px;
  transform: unset;
}
.form-group.password:has(.invalid-feedback) button {
  /*top:32px;*/
}
.form-group-radio {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}
.form-group-radio .form-check-input {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
  margin: 0;
  z-index: 1;
}
.form-group-radio .form-check-input:checked + .form-check-dot {
  background-color: #000000;
  border: 1px solid #000000;
  position: relative;
}
.form-group-radio .form-check-dot {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 1px solid #bcbcbc;
  display: inline-block;
}
.form-group-radio .form-check-dot::before {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: 3px;
  margin-left: 3px;
}
.form-group-radio .form-check-label span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.form-group-box {
  border-top: 1px solid rgba(130, 130, 130, 0.32);
  padding-top: 14px;
}
.form-group .text-link {
  font-size: 14px;
  color: #828282;
  text-decoration: none;
}
.form-group .text-link:hover {
  text-decoration: underline;
  color: #000;
}
.form-group .input-group-text {
  height: 60px !important;
}
.form-group .pass-sec {
  position: relative;
}
.form-group .pass-sec .icon {
  position: absolute;
  top: 18px;
  right: 30px;
  opacity: 1 !important;
}
.form-group .pass-sec button {
  background-color: transparent;
  border: none;
}
.form-group .pass-sec .icon-2 {
  position: absolute;
  top: 18px;
  right: 30px;
}
.form-group .pass-sec .icon-3 {
  position: absolute;
  top: -7px;
  right: 30px;
}
.form-group-password .form-control {
  background-color: red;
  padding-right: 30px;
}
.form-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -10px;
  color: #828282;
  padding: 0px 14px;
}
.form-label .bg {
  display: inline-block;
  background-color: #ffffff;
  padding: 0px 5px;
}
.form-control-filter, .form-select-filter {
  border-radius: 60px;
}
.form-check {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #232323;
}
.form-check input[type=checkbox] {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
.form-check input[type=checkbox]:checked + label .checkbox {
  background-color: #232323;
  border-color: #232323;
}
.form-check label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.form-check .checkbox {
  min-width: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 4px;
  border: 1px solid rgba(130, 130, 130, 0.32);
  transition: all 0.25s ease;
}
.form-check .checkbox::before {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.form-check input[type=radio] {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
.form-check input[type=radio]:checked + label .radio {
  background-color: #232323;
  border-color: #232323;
}
.form-check .radio {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 4px;
  border: 1px solid rgba(130, 130, 130, 0.32);
  transition: all 0.25s ease;
  border-radius: 100px;
}
.form-check .radio::before {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.form-action {
  margin-top: 16px;
}
.form-links {
  text-align: left;
  padding-top: 24px;
}
.form-links p {
  font-size: 14px;
  font-weight: 500;
  color: #828282;
}
@media (max-width: 575px) {
  .form-links p {
    font-size: 12px;
  }
  .form-links p .btn-link {
    font-size: 12px;
  }
}
.form-links p .btn-primary {
  padding: 5px 10px !important;
  font-size: 12px;
}
.form-links p .btn {
  width: unset;
}
.form-links p a {
  text-decoration: underline !important;
}
.form-search .form-group {
  margin-bottom: 0;
  position: relative;
}
.form-search .form-group label {
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 44px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-search .form-group input {
  min-height: 44px;
  padding: 9px 15px;
  padding-left: 44px;
}
.form-search .form-group .loc-pop {
  border-radius: 15px !important;
}
@media (max-width: 480px) {
  .form-upload {
    width: 100%;
  }
}
.form-upload-photo {
  position: relative;
}
@media (max-width: 480px) {
  .form-upload-photo {
    width: 100%;
    max-width: 100%;
  }
}
.form-upload-photo input[type=file] {
  position: absolute;
  z-index: -999;
  opacity: 0;
  width: 100%;
}
.form-upload-photo label {
  display: block;
}
@media (max-width: 480px) {
  .form-upload-photo label {
    width: 100%;
    max-width: 100%;
  }
}
.form .user-prof-btn .btn {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 480px) {
  .form .user-prof-btn .btn {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .form .user-prof-btn {
    margin-bottom: 30px !important;
  }
}

.select-card {
  position: relative;
  margin-bottom: 24px;
}
.select-card-wrap {
  display: flex;
  flex-wrap: wrap;
}
.select-card:last-child {
  margin-bottom: 0;
}
.select-card input[type=radio] {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
.select-card input[type=radio] + label {
  display: block;
  padding: 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: #ffffff;
}
.select-card input[type=radio]:checked + label {
  border-color: #232323;
}
.select-card input[type=radio]:checked + label .select-card-icon .check {
  background-color: #232323;
  border-color: #232323;
}
.select-card-icon {
  padding-right: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.select-card-icon .check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #828282;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-card-icon .check::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  transform: rotate(-45deg);
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  margin-top: -1px;
}
.select-card-content {
  flex: 1 0;
  width: 50px;
}
.select-card-content h5 {
  font-size: 14px;
  color: #232323;
  font-weight: 600;
  margin-bottom: 5px;
}
.select-card-content p {
  font-size: 14px;
  color: #828282;
  margin-bottom: 0;
  font-weight: 500;
}

.form-outline .pass-sec input {
  padding-right: 65px !important;
}

textarea.form-control {
  border-radius: 20px;
}

.checkbox-text a {
  line-height: normal;
}

.sticky-sidebar {
  position: sticky;
  top: 0;
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
}
.sticky-sidebar::-webkit-scrollbar {
  width: 5px;
}
.sticky-sidebar::-webkit-scrollbar-thumb {
  background-color: #dbd1bf;
  border-radius: 100px;
}

.custom-form-fields .input-group {
  margin-top: 10px;
}
.custom-form-fields .input-group .form-label {
  position: absolute;
  z-index: 9;
  top: -10px;
}
.custom-form-fields .input-group .form-control {
  border-bottom-left-radius: 60px !important;
  border-top-left-radius: 60px !important;
}
.custom-form-fields .input-group-text {
  border-bottom-right-radius: 60px !important;
  border-top-right-radius: 60px !important;
}

.select2-container--default .select2-selection,
.select2-container--default .select2-search--dropdown .select2-search__field,
.form-control,
.form-select {
  min-height: 56px;
  border-radius: 60px;
  padding: 14px;
  font-weight: 500;
  border: 1px solid rgba(130, 130, 130, 0.32);
}
@media (max-width: 1399px) {
  .select2-container--default .select2-selection,
  .select2-container--default .select2-search--dropdown .select2-search__field,
  .form-control,
  .form-select {
    font-size: 12px;
  }
}
.select2-container--default .select2-selection::-webkit-input-placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #828282;
}
.select2-container--default .select2-selection::-moz-placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder { /* Firefox 19+ */
  color: #828282;
}
.select2-container--default .select2-selection:-ms-input-placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder { /* IE 10+ */
  color: #828282;
}
.select2-container--default .select2-selection:-moz-placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field:-moz-placeholder,
.form-control:-moz-placeholder,
.form-select:-moz-placeholder { /* Firefox 18- */
  color: #828282;
}
.select2-container--default .select2-selection.rounded,
.select2-container--default .select2-search--dropdown .select2-search__field.rounded,
.form-control.rounded,
.form-select.rounded {
  border-radius: 5px;
}
.select2-container--default .select2-selection-group,
.select2-container--default .select2-search--dropdown .select2-search__field-group,
.form-control-group,
.form-select-group {
  padding: 0px 24px;
}

.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  right: 10px !important;
  transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 6px 0 6px;
}
.select2-container--default .select2-search--dropdown {
  padding: 15px;
  padding-bottom: 0px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 15px;
  min-height: 42px;
  padding: 10px 15px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline: none;
}
.select2-container--open .select2-dropdown--below,
.select2-container .select2-dropdown {
  border: 1px solid rgba(130, 130, 130, 0.32);
  border-radius: 15px;
}
.select2-container .select2-results__option {
  padding: 15px;
  font-weight: 500;
  font-size: 14px;
}
.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: black;
}

@media (max-width: 991px) {
  .center-xs {
    text-align: center;
  }
}

.card-summary-action .input-group-text {
  height: 50px !important;
}

@media (max-width: 767px) {
  .payment-form #payNowButton {
    max-width: 100% !important;
  }
}

.modal {
  z-index: 9999;
}
.modal-preview {
  padding: 25px;
}
.modal-dialog-right {
  margin: 0;
  margin-right: 0;
  margin-left: auto;
}
.modal-full .modal-content {
  border-radius: 0;
  height: 100vh;
}
.modal-full .modal-body {
  flex: 1 0;
  overflow-y: auto;
}
.modal-custom-width {
  width: calc(100% - 260px);
  max-width: 100%;
}
@media (max-width: 991px) {
  .modal-custom-width {
    width: calc(100% - 72px);
  }
}
.modal-webinars img {
  border-radius: 5px;
  min-height: 200px;
  padding: 5px;
  border: 1px dashed #ddd;
  max-width: 300px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  margin-bottom: 15px !important;
}
.modal-webinars-info {
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-webinars-info p {
  flex: 0 0 auto;
  width: 49%;
  margin-bottom: 0;
}
.modal-webinars-info .modal-webinars-link, .modal-webinars-info .modal-webinars-desc {
  width: 100%;
}
.modal-content.vh-100 {
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .modal-body .webinar-modal-text {
    margin-top: 50px;
  }
}
@media (max-width: 400px) {
  .modal-footer .btn {
    width: 100% !important;
  }
}
.modal-footer-btn {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .modal .update-address-btn .btn {
    margin-top: 10px;
  }
}
.modal .acc-pop {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: nowrap;
}
.modal-xxl {
  max-width: 1200px;
  width: 100%;
}
.modal-login {
  margin: 2.5% auto;
  max-width: 90%;
  width: 100%;
}
.modal-login .modal-body {
  padding: 0px;
}
.modal-preview-header {
  position: relative;
}
.modal-preview-header .button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff !important;
  opacity: 1;
  padding: 5px;
}
.modal-preview .btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
  padding: 8px;
  background-size: 12px;
  z-index: 2;
  box-shadow: 0px 0px 1px #000;
}

@media (max-width: 767px) {
  .product-detail .modal-body {
    padding: 30px !important;
  }
}
@media (max-width: 767px) {
  .product-detail .modal-body .product-info .label-item {
    flex-direction: column;
    gap: 8px;
  }
}

.brand-list {
  display: flex;
  border-radius: 8px;
  gap: 15px;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
  align-items: center;
}
.brand-list.brand-main {
  background: #f1f1f1;
}
.brand-image {
  width: 100%;
  max-width: 80px;
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
  border-radius: 5px;
  overflow: hidden;
  max-height: 80px;
  flex: 0 1 auto;
}
.brand-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brand-contents {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
  flex: 1 1 auto;
}
.brand-contents p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}
.brand-contents p span {
  font-weight: 600;
}
.brand-action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
}
.brand-action a {
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.brand-user-name h5 span {
  font-weight: 600;
}

nav.main-header {
  background-color: #f9f2e6;
  border-bottom: 1px solid #efe1c3;
}

table td,
table th {
  font-size: 14px;
  vertical-align: middle !important;
}
table td img {
  max-width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.form-label {
  font-weight: 500 !important;
  display: block;
  font-size: 14px;
  margin-bottom: -10px;
  color: #828282;
  padding: 0px 14px;
  position: relative;
  z-index: 999;
}
.form-label.form-priority {
  z-index: 999;
}
.form-label .bg {
  display: inline-block;
  background-color: #ffffff;
  padding: 0px;
}
@media (max-width: 474px) {
  .form-label .bg {
    font-size: 11px !important;
  }
}
.form-control {
  min-height: 50px;
  border-radius: 0;
  padding: 14px;
  font-weight: 500;
  border: 1px solid rgba(130, 130, 130, 0.32);
  font-size: 1rem;
  border-radius: 60px;
}
@media (max-width: 767px) {
  .form-control {
    padding: 10px;
    min-height: 50px;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
@media (max-width: 1399px) {
  .form-control {
    min-height: 50px;
    padding: 10px;
    font-size: 12px !important;
  }
}
@media (max-width: 1399px) {
  .form .selected-option .phone-dropdown {
    font-size: 12px !important;
  }
}
.form select {
  width: 100%;
  min-height: 50px;
  border-radius: 60px;
  padding: 14px;
  font-weight: 500;
  border: 1px solid rgba(130, 130, 130, 0.32);
  font-size: 1rem;
  outline: none;
  box-shadow: none;
}
@media (max-width: 1399px) {
  .form select {
    font-size: 12px !important;
  }
}
.form-outline .add-field {
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  right: 20px;
  background: #fff;
  padding: 2px;
}

.phn-inp.inv-feed .invalid-feedback {
  margin-top: 3px;
  line-height: 15px !important;
}

.custom-switch .custom-control-label::after {
  top: 2px;
  left: calc(-2.25rem + 2px);
  width: 26px;
  height: 26px;
  border-radius: 100px;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 60px;
  pointer-events: all;
  border-radius: 100px;
  height: 30px;
  top: 0;
}
.custom-switch .custom-control-input:checked + .custom-control-label::after {
  transform: translateX(30px);
}

.hash-link a {
  color: #d5cfcf !important;
}
.hash-link a:hover {
  color: #007bff !important;
}

.card-order .order-item {
  display: flex;
}
.card-order .order-item-id {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
}
.card-order .order-item-id h4 {
  font-size: 18px;
  font-weight: 600;
  color: #808080;
  margin-bottom: 0;
}
.card-order .order-item-id .order-id-box {
  padding: 10px;
}
.card-order .order-item-img {
  padding: 0px 10px;
  width: 100px;
}
.card-order .order-item-img .item-image {
  padding-top: 100%;
  position: relative;
}
.card-order .order-item-img .item-image .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-order .order-item-img .item-image .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.card-order .order-item-col {
  padding: 0px 10px;
}
.card-order .order-item-col-flex {
  flex: 1 0;
  width: 0;
}
.card-order .order-item .content-flex {
  display: flex;
  flex-wrap: wrap;
}
.card-order .order-item .content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-order .order-item-info h5 {
  font-size: 16px;
  font-weight: 600;
  color: #007bff;
  margin-bottom: 0;
}
.card-order .order-item-info h4 {
  font-weight: 600;
  color: black;
  font-size: 20px;
  margin-bottom: 0;
}
.card-order .order-item-info p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #808080;
}
.card-order .order-item-client {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-order .order-item-client h5 {
  font-size: 16px;
  font-weight: 600;
  color: #007bff;
}
.card-order .order-item-price {
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-order .order-item-price h4 {
  font-size: 20px;
  font-weight: 600;
}
.card-order .order-item-status {
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-order .order-item-action {
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.card-order .order-item-action .btn {
  margin-right: 10px;
}
.card-order .order-item-action .btn:last-child {
  margin-right: 0;
}
.card-summary .card-title {
  font-weight: 600;
}

.filter-tabs {
  padding-bottom: 20px;
}
.filter-tabs ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.filter-tabs ul .tab-item {
  padding: 0px 10px;
}
.filter-tabs ul .tab-button {
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: #242424;
  padding: 0px 15px;
  min-height: 42px;
  min-width: 90px;
  font-size: 14px;
  font-weight: 600;
}
.filter-tabs ul .tab-button.active {
  background-color: #007bff;
  color: #ffffff;
}

.status-btn {
  display: inline-block;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 500;
  color: white;
  border-radius: 15px;
  min-width: 120px;
  text-align: center;
}
.status.pending {
  background-color: #002fa7;
}
.status.shipped {
  background-color: #cbc5c5;
}
.status.delivered {
  background-color: #00a655;
}
.status.returned {
  background-color: #a61600;
}
.status.processed {
  background-color: #b6a0a0;
}
.status.paid {
  background-color: #6495ed;
}
.status.accepted {
  background-color: #252525;
}

.table-order {
  border-radius: 10px;
}
.table-order table {
  width: 100%;
  border-spacing: 0 10px;
  border-collapse: separate;
}
.table-order table thead tr th {
  color: #9f9eb7;
  padding-bottom: 10px;
}
.table-order table thead tr th:first-child {
  border-radius: 5px 0px 0px 5px;
}
.table-order table thead tr th:last-child {
  border-radius: 0px 5px 5px 0px;
}
.table-order table tbody tr {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.table-order table tbody tr td {
  background-color: #fff;
  border-radius: 5px 0px 0px 5px;
  border-top: 1px solid #e0e8f5;
  border-bottom: 1px solid #e0e8f5;
  transition: all 0.3s ease;
  overflow: unset;
}
.table-order table tbody tr td:first-child {
  border-left: 4px solid #e0e8f5;
  border-radius: 5px 0px 0px 5px;
}
.table-order table tbody tr td:last-child {
  border-right: 1px solid #e0e8f5;
  border-radius: 0px 5px 5px 0px;
}
.table-order table tbody tr td.action {
  width: 100px;
}
.table-order table tbody tr td a:not(.btn) {
  color: #000000;
}
.table-order table tbody tr:hover td {
  background: #e7f2ff;
  border-left-color: #007bff;
}
.table-order table tr th,
.table-order table tr td {
  padding: 15px 20px;
  font-weight: 600;
  color: #727272;
}
.page-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-action .action-item {
  padding: 0px 10px;
}

.date-icon-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #808080;
}
.date-icon-card .icon {
  margin-right: 10px;
  color: inherit;
}
.date-icon-card p {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: normal;
}

.item-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.item-box-image {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.item-box-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.item-box-content {
  flex: 1 0;
  width: 0;
}
.item-box-content p {
  font-size: 14px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 0;
}

.avatar-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.avatar-card .avatar {
  margin-right: 10px;
}
.avatar-content {
  font-weight: 600;
  font-size: 14px;
  color: #232323;
}

.cart-footer {
  padding-top: 20px;
}
.cart-footer .btn {
  font-weight: 600;
}
.cart-header-action .btn {
  font-weight: 600;
}
.cart-table thead th {
  background-color: #fff;
  border-bottom: 1px solid rgba(130, 130, 130, 0.1);
}
.cart-table tbody td .form-quantity .form-control {
  max-width: 100px;
}
.cart-table tr {
  vertical-align: middle;
}
.cart-table tr th,
.cart-table tr td {
  padding: 12px;
  font-weight: 600;
  color: #232323;
  border-bottom: 1px solid rgba(130, 130, 130, 0.1);
}
.cart-table tr th.action,
.cart-table tr td.action {
  width: 70px;
}
.cart-table tr:last-child th,
.cart-table tr:last-child td {
  border-bottom: 0px;
}
.cart-summary {
  width: 100%;
}
.cart-summary tr th,
.cart-summary tr td {
  font-weight: 600;
  padding: 12px 0px;
}
.cart-summary tr th {
  color: #828282;
  text-align: left;
}
.cart-summary tr td {
  color: #232323;
  text-align: right;
}
.cart-summary tr.total th {
  color: #232323;
}
.cart-summary tr.total th,
.cart-summary tr.total td {
  border-top: 1px solid rgba(130, 130, 130, 0.24);
  padding-top: 21px;
  font-weight: 700;
  font-size: 18px;
}

.activity-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.activity-list li {
  padding-bottom: 25px;
  padding-left: 20px;
  position: relative;
}
.activity-list li:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 4px;
  top: 5px;
  border-left: 1px solid rgba(130, 130, 130, 0.24);
}
.activity-list li:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 9px;
  position: absolute;
  top: 5px;
  left: 0px;
  background-color: #232323;
  z-index: 1;
}
.activity-list li:last-child {
  border-left: 0;
}
.activity-list li:last-child:after {
  display: none;
}
.activity-list li h4 {
  font-size: 16px;
  color: #242424;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 1399px) {
  .activity-list li h4 {
    font-size: 14px;
  }
}
.activity-list li p {
  color: #828282;
  font-size: 14px;
  font-weight: 500;
}

.main-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.content-wrapper {
  margin-bottom: 57px;
  height: auto !important;
}

.paginations.pagination nav {
  width: 100%;
}
.paginations nav > .flex {
  display: none;
}
.paginations nav > .hidden {
  flex: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.paginations nav > .hidden div p {
  margin-bottom: 0;
}
.paginations nav > .hidden div .shadow-sm {
  display: flex;
  box-shadow: none !important;
}
.paginations nav > .hidden div .shadow-sm span {
  display: block;
  width: 42px;
  padding: 0 !important;
  height: 42px;
  line-height: 40px;
  text-align: center;
}
.paginations nav > .hidden div .shadow-sm span svg {
  padding: 5px;
}
.paginations nav > .hidden div .shadow-sm a {
  display: block;
  width: 40px;
  text-align: center;
  padding: 0 !important;
  line-height: 40px;
}
.paginations nav > .hidden div .shadow-sm a svg {
  padding: 5px;
}

.progress-bar-blue {
  background-color: #50bfff;
}
.progress-bar-yellow {
  background-color: #fdde6c;
}

.payment-form .control-label {
  font-size: 12px;
}
.payment-form .form-control {
  font-size: 20px;
}

.table {
  border-collapse: collapse;
  border-width: 0px;
  margin-bottom: 0;
}
.table-card {
  border: 1px solid rgba(130, 130, 130, 0.24);
  border-radius: 5px;
  overflow: hidden;
}
.table thead tr th {
  /*background-color: #e9e9e9ab;*/
  padding: 15px 20px;
  font-size: 14px !important;
  color: #828282;
  font-weight: 600;
  text-wrap: nowrap;
}
.table thead tr th.note {
  width: 35%;
}
@media (max-width: 474px) {
  .table thead tr th {
    font-size: 12px !important;
  }
}
.table tbody tr.filter-list td.action .btn {
  min-height: auto;
  line-height: normal;
  padding: 12px 24px;
  font-size: 16px;
}
@media (max-width: 1399px) {
  .table tbody tr.filter-list td.action .btn {
    padding: 8px 20px;
    font-size: 12px;
  }
}
@media (max-width: 1399px) {
  .table tbody tr.filter-list .status-btn {
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 20px;
  }
}
.table tbody tr td {
  padding: 16px 20px;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid rgba(130, 130, 130, 0.24);
  text-wrap: nowrap;
}
.table tbody tr td.bold {
  font-weight: 600;
  color: #232323;
}
.table tbody tr td.action {
  white-space: nowrap;
  overflow: unset;
  text-wrap: unset;
  text-overflow: unset;
}
@media (max-width: 1399px) {
  .table tbody tr td {
    font-size: 12px !important;
  }
}
.table tbody tr:last-child td {
  border-bottom: 0;
}
.table tr {
  vertical-align: middle;
}

.avatar-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.avatar-card .avatar {
  margin-right: 10px;
}
.avatar-content {
  font-weight: 600;
  font-size: 14px;
  color: #232323;
}

.cart-footer {
  padding-top: 20px;
}
.cart-footer .btn {
  font-weight: 600;
}
.cart-header-action .btn {
  font-weight: 600;
}
.cart-table thead th {
  background-color: #ffffff;
}
.cart-table tbody td .form-quantity .form-control {
  max-width: 100px;
}
.cart-table tbody td .form-quantity .form-control.quantity-input {
  min-height: auto;
  line-height: normal;
  padding: 10px;
}
.cart-table tr {
  vertical-align: middle;
}
.cart-table tr th, .cart-table tr td {
  padding: 12px;
  font-weight: 600;
  color: #232323;
}
.cart-table tr th.action, .cart-table tr td.action {
  width: 70px;
}
.cart-summary {
  width: 100%;
}
.cart-summary tr th, .cart-summary tr td {
  font-weight: 600;
  padding: 12px 0px;
}
.cart-summary tr th {
  color: #828282;
  text-align: left;
  min-width: 160px;
}
@media (max-width: 480px) {
  .cart-summary tr th {
    min-width: auto;
  }
}
.cart-summary tr td {
  color: #232323;
  text-align: right;
}
.cart-summary tr td p {
  margin-bottom: 0;
}
.cart-summary tr.total th {
  color: #232323;
}
.cart-summary tr.total th, .cart-summary tr.total td {
  border-top: 1px solid rgba(130, 130, 130, 0.24);
  padding-top: 21px;
}

.item-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.item-box-image {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .item-box-image {
    width: 40px;
    height: 40px;
  }
}
.item-box-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.item-box-content {
  flex: 1 0;
  width: 0;
}
.item-box-content p {
  font-size: 14px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 0;
}

.progress-bar-step {
  padding: 10px 0px 40px;
}
.progress-bar-step .bar-step {
  position: relative;
  z-index: 0;
  flex: 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.progress-bar-step .bar-step::before {
  content: "";
  height: 2px;
  background-color: rgba(130, 130, 130, 0.24);
  display: block;
  width: calc(100% - 40px);
  position: absolute;
  top: 3px;
  z-index: -1;
  right: calc(50% + 20px);
}
.progress-bar-step .bar-step:first-child::before {
  display: none;
}
.progress-bar-step .bar-step-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.progress-bar-step .bar-step-content .dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #828282;
  margin-bottom: 20px;
}
.progress-bar-step .bar-step-content p {
  color: #828282;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 420px) {
  .progress-bar-step .bar-step-content p {
    font-weight: 500;
    font-size: 12px;
  }
}
.progress-bar-step .bar-step.active::before {
  background-color: #232323;
}
.progress-bar-step .bar-step.active .bar-step-content .dot {
  background-color: #232323;
}
.progress-bar-step .bar-step.active .bar-step-content p {
  color: #232323;
}
.progress-bar-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.table-min-height {
  min-height: 360px;
}
@media (max-width: 474px) {
  .table-min-height a {
    padding: 5px !important;
  }
}
@media (max-width: 474px) {
  .table-min-height .btn {
    padding: 5px 10px !important;
  }
}
.table-min-height .btn svg {
  width: 14px !important;
}

table tr td, table tr th {
  text-wrap: nowrap;
}
table tr.total td.text-danger {
  color: #00A655 !important;
}
table tr td .item-box-content {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1399px) {
  table tr td .item-box-content p {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  table tr td .item-box-content p {
    max-width: 90px;
  }
}
@media (max-width: 1199px) {
  table.cart-table td, table.cart-table th {
    padding: 5px;
  }
}
table.cart-table .form-group {
  margin-bottom: 0;
}
table.cart-table .form-group form {
  margin-bottom: 0 !important;
}
table.cart-table .form-group form .form-control {
  margin-bottom: 0;
  padding: 5px 10px !important;
}
table.cart-table form {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  table.cart-table form .btn {
    padding: 10px 5px;
  }
}

.text-2lins {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.4s ease;
}
.text-2lins.show {
  -webkit-line-clamp: unset;
}
.text-2lins a {
  color: #828282;
}
.text-wrap a {
  text-decoration: none;
  cursor: pointer;
}
.text-wrap a:hover {
  color: #333;
}

.btn-card-check {
  position: relative;
}
.btn-card-check input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  opacity: 0;
}
.btn-card-check input[type=checkbox] + label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-card-check input[type=checkbox]:checked + label {
  color: #232323;
  background-color: #f9f1e5;
  border-color: #f9f1e5;
}
.btn-card-check input[type=checkbox]:checked + label:hover {
  border-color: #f9f1e5;
}
.btn-card-check .btn {
  width: 100%;
  max-width: 100%;
  margin: unset;
}
.btn-card-check .btn-secondary {
  border-color: white;
}
.btn-card-check .btn-secondary:hover {
  background-color: #efefef;
  color: #232323;
  border-color: #efefef;
}

.page-header {
  padding-bottom: 24px;
}
@media (max-width: 1600px) {
  .page-header {
    padding-bottom: 14px;
  }
}
.page-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: #232323;
}
@media (max-width: 1399px) {
  .page-header h2 {
    font-size: 20px !important;
  }
}
@media (max-width: 1199px) {
  .page-header h2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .page-header h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-header h2 {
    font-size: 14px;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 1399px) {
  .page-header .baskerville {
    font-size: 20px !important;
  }
}
@media (max-width: 474px) {
  .page-header .box-title .btn {
    padding: 5px !important;
    margin: 0px;
    max-width: 150px;
  }
}
.page-header .form-control {
  min-height: 56px;
}
@media (max-width: 991px) {
  .page-body h4 {
    font-size: 24px;
  }
}
@media (max-width: 474px) {
  .page-body h4 {
    font-size: 15px !important;
  }
}
@media (max-width: 474px) {
  .page-body .alert-success {
    font-size: 14px !important;
  }
}
@media (max-width: 474px) {
  .page-body .alert-secondary {
    font-size: 14px !important;
  }
}
.page-body .webinar-btn {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}
@media (max-width: 767px) {
  .page-body .webinar-btn {
    flex-wrap: wrap;
  }
}
.page-body .webinar-btn .btn {
  font-size: 11px;
}
.page-body .content-reorder-btn {
  display: flex;
  flex-direction: column !important;
  flex-wrap: wrap !important;
}
@media (max-width: 767px) {
  .page-body .content-reorder-btn {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
}
.page-body .content-reorder-btn.o-flex-row {
  flex-direction: row !important;
}
@media (max-width: 767px) {
  .page-protocols .accordion-item .accordion-button {
    font-size: 14px;
  }
}
@media (max-width: 474px) {
  .page .account-title h2 {
    font-size: 16px !important;
    font-weight: 600;
  }
}
@media (max-width: 474px) {
  .page .patient-module-btn {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 474px) {
  .page .patient-module-btn .btn {
    padding: 5px 10px !important;
    font-size: 11px !important;
  }
}
@media (max-width: 349px) {
  .page .patient-module-btn .btn {
    font-size: 10px !important;
  }
}
.page-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-action .action-item {
  padding: 0px 10px;
}

.date-icon-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #808080;
}
.date-icon-card .icon {
  margin-right: 10px;
  color: inherit;
}
.date-icon-card p {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: normal;
}

@media (max-width: 1399px) {
  h5, .h5 {
    font-size: 16px;
  }
}

.before-aftergallery .owl-carousel .owl-stage-outer, .digital-gallery .owl-carousel .owl-stage-outer {
  padding: 10px 0px;
}
.before-aftergallery .owl-carousel .owl-item img, .digital-gallery .owl-carousel .owl-item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.before-aftergallery .owl-carousel .owl-item .popup-image, .digital-gallery .owl-carousel .owl-item .popup-image {
  height: 85px;
}
.before-aftergallery .owl-carousel .owl-nav, .digital-gallery .owl-carousel .owl-nav {
  display: flex;
  justify-content: flex-end;
}

.icon-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.icon-list-item {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 15px;
}
.icon-list-item:last-child {
  padding-bottom: 0;
}
.icon-list-item .icon {
  font-size: 24px;
  padding-right: 10px;
  color: #232323;
}
.icon-list-item .icon svg {
  display: block;
}
.icon-list-content {
  flex: 1 0;
  width: 24px;
  display: flex;
  justify-content: space-between;
}
.icon-list-content h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.icon-list-content p {
  color: #828282;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.dropdown-item {
  font-size: 14px;
  font-weight: 500;
  color: #828282;
  display: flex;
  align-items: center;
}
.dropdown-item:active {
  color: #232323;
  background-color: #F9F2E6;
}
.dropdown-item .icon {
  font-size: 24px;
  margin-right: 5px;
}
.dropdown-item .icon svg {
  display: block;
}
.dropdown-item-icon .icon {
  margin-right: 0;
  height: 32px;
  width: 32px;
  border: 1px solid #ddd;
  border-radius: 100px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .dropdown-item-icon .icon {
    width: 35px;
    height: 35px;
  }
}
.dropdown-item-icon .icon svg, .dropdown-item-icon .icon img {
  width: 24px;
  height: 24px;
}
@media (max-width: 991px) {
  .dropdown-item-icon .icon svg, .dropdown-item-icon .icon img {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 575px) {
  .dropdown-item-icon .icon svg, .dropdown-item-icon .icon img {
    width: 24px;
    height: 24px;
  }
}

.tab-list {
  padding-bottom: 24px;
}
.tab-list .nav {
  border-bottom: 1px solid rgba(130, 130, 130, 0.24);
  padding-bottom: 24px;
  gap: 24px;
}
.tab-list .nav-item:last-child {
  margin-right: 0;
}
.tab-list .nav-link, .tab-list .nav-link.active {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding: 10px 20px;
  min-height: 60px;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 1399px) {
  .tab-list .nav-link, .tab-list .nav-link.active {
    font-size: 16px;
    min-height: 50px;
  }
}
@media (max-width: 420px) {
  .tab-list .nav-link, .tab-list .nav-link.active {
    font-size: 14px;
  }
}
.tab-list .nav-link .icon, .tab-list .nav-link.active .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0px, -50%);
  color: #008000;
}
.tab-list .nav-link.active {
  background-color: #ead2a8;
  border-color: #ead2a8;
}
.tab-list .tab-content {
  padding-top: 12px;
}
@media (max-width: 575px) {
  .tab-list .tab-content.tab-content-half .tab-pane .col-xs-12 {
    max-width: 50%;
  }
}
.tab-list .tab-content .btn-card {
  padding: 12px 0px;
}
.tab-list .tab-content .btn-full {
  width: 100%;
  min-height: 60px;
  font-weight: 500;
  border-width: 2px;
  border-color: #efefef;
}
@media (max-width: 1399px) {
  .tab-list .tab-content .btn-full {
    min-height: 50px;
    font-size: 14px;
    font-weight: 600;
  }
}
@media (max-width: 420px) {
  .tab-list .tab-content .btn-full {
    font-size: 12px;
    padding: 10px 8px;
  }
}
.tab-list .tab-content .tab-pane .recomend-btns {
  display: flex !important;
  justify-content: end !important;
  gap: 10px;
}
@media (max-width: 767px) {
  .tab-list .tab-content .tab-pane .recomend-btns {
    justify-content: space-between;
  }
}
.tab-list .tab-content .tab-pane .recomend-btns .btn {
  margin: 0 !important;
}
@media (max-width: 474px) {
  .tab-list .tab-content .tab-pane .recomend-btns .btn {
    font-size: 12px;
  }
}
.tab-list-light > .nav .nav-link, .tab-list-light > .nav .nav-link.active {
  background-color: #efefef;
  border-color: #efefef;
  color: #232323;
  border-width: 2px;
  border-radius: 60px;
}
.tab-list-light > .nav .nav-link.active {
  background-color: #f9f1e5;
  border-color: #f9f1e5;
}
.tab-list-dark > .nav .nav-link, .tab-list-dark > .nav .nav-link.active {
  background-color: #efefef;
  border-color: #efefef;
  color: #232323;
  border-radius: 60px;
  padding-left: 25px;
  padding-right: 25px;
}
.tab-list-dark > .nav .nav-link.active {
  background-color: black;
  border-color: black;
  color: #ffffff;
}
.tab-list-auto > .nav .nav-item {
  flex: 0 0 auto;
  width: auto;
}
.tab-list-auto > .nav .nav-item:last-child {
  margin-right: 0;
}
.tab-list-full > .nav .nav-item {
  flex: 1 0;
  width: 0;
}
.tab-list-full > .nav .nav-item:last-child {
  margin-right: 0;
}
.tab-list-full > .nav .nav-link, .tab-list-full > .nav .nav-link.active {
  width: 100%;
}
@media (max-width: 767px) {
  .tab-list.tab-list-responsive > .nav {
    -moz-column-gap: 14px;
         column-gap: 14px;
    row-gap: 15px;
  }
}
@media (max-width: 400px) {
  .tab-list.tab-list-responsive > .nav {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .tab-list.tab-list-responsive > .nav .nav-item {
    width: 48%;
  }
}
@media (max-width: 400px) {
  .tab-list.tab-list-responsive > .nav .nav-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tab-list.tab-list-responsive > .nav .nav-link {
    width: 100%;
  }
}
.tab-pane .stripe-box {
  width: 260px;
  position: relative;
  padding: 10px;
  box-shadow: rgba(17, 12, 46, 0.087) 0px 48px 100px 0px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
}
.tab-pane .stripe-box img {
  width: 70%;
}
.tab-pane .stripe-box p {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.tab-pane .stripe-box .options {
  position: absolute;
  top: 10px;
  right: 20px;
}
.tab-pane .stripe-box .options a {
  font-size: 14px;
  color: #363636;
  text-decoration: none;
  cursor: pointer;
  padding: 0px 10px;
}
.tab-pane .stripe-box .options a:hover {
  color: #000000;
}
.tab-pane .stripe-box .connected-sec {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start;
  gap: 10px;
}
.tab-pane .stripe-box .connected-sec p {
  margin-bottom: 0px !important;
}
.tab-pane .stripe-box .connected-success svg {
  color: #138913;
  width: 18px;
  height: 18px;
  border: 1px solid #138913;
  border-radius: 50%;
  padding: 1px;
}
.tab-pane .stripe-box .connected-cross svg {
  color: #891313;
  width: 18px;
  height: 18px;
  border: 1px solid #891313;
  border-radius: 50%;
  padding: 1px;
}
@media (max-width: 767px) {
  .tab-pane .stripe-sec {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .tab-pane .embed label + div {
    display: flex;
    flex-wrap: wrap;
  }
}

.patient {
  border-bottom: 1px solid rgba(130, 130, 130, 0.24);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.patient-concern {
  text-align: center;
  text-align: center;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  height: 100%;
}
.patient-concern input[type=radio] {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
.patient-concern input[type=radio] + label {
  cursor: pointer;
  opacity: 0.3;
  width: 100%;
}
.patient-concern input[type=radio]:checked + label {
  opacity: 1;
}
.patient-concern input[type=radio]:checked + label .patient-concern-scales-box {
  outline-color: currentColor;
  outline-style: solid;
  outline-width: 2px;
  border: 3px solid #ffffff;
}
.patient-concern-scales {
  padding: 25px;
  height: 100%;
}
@media (max-width: 1600px) {
  .patient-concern-scales {
    padding: 18px;
  }
}
@media (max-width: 1399px) {
  .patient-concern-scales {
    padding: 24px 12px;
  }
}
.patient-concern-scales label {
  width: 100%;
}
.patient-concern-scales input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.patient-concern-scales-box {
  width: 150px;
  height: auto;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  max-width: 100%;
}
@media (max-width: 1600px) {
  .patient-concern-scales-box {
    width: 110px;
  }
}
.patient-concern-scales-box img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.patient-concern-scales-content h6 {
  font-size: 20px;
  margin-bottom: 3px !important;
  font-weight: 600;
  color: #232323;
}
@media (max-width: 1600px) {
  .patient-concern-scales-content h6 {
    font-size: 15px;
  }
}
@media (max-width: 1399px) {
  .patient-concern-scales-content h6 {
    font-size: 16px;
    margin-bottom: 5px !important;
  }
}
@media (max-width: 767px) {
  .patient-concern-scales-content h6 {
    font-size: 14px;
  }
}
.patient-concern-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .patient-concern-title {
    font-size: 15px;
  }
}
@media (max-width: 1399px) {
  .patient-concern-title {
    border-right: none !important;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
  }
}
@media (max-width: 1399px) {
  .patient-concern-title {
    font-size: 14px;
  }
}
.patient-boxes {
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .patient-boxes {
    border-right: none !important;
    margin-bottom: 20px;
  }
}

hr {
  opacity: 1;
  border-color: rgba(130, 130, 130, 0.24);
  margin: 0;
}

.section {
  padding: 24px 0px;
}
.section-header h4 {
  font-size: 26px;
  font-weight: normal;
  color: #232323;
}
@media (max-width: 1600px) {
  .section-header h4 {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  .section-header h4 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-header h4 {
    font-size: 16px;
  }
}
.text-mute {
  font-size: 14px;
  font-weight: 600;
  color: #b9b9b9;
}

body #toast-container .toast-close-button {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
}
body #toast-container .toast-close-button::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("/upload/icons/crose.svg");
  background-position: center;
  background-size: cover;
}
body #toast-container > .toast {
  opacity: 1;
  border-radius: 12px;
}
body #toast-container > .toast .toast-message {
  display: flex;
  align-items: flex-start;
}
body #toast-container > .toast .toast-message::before {
  content: "";
  min-height: 24px;
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: block;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
}
body #toast-container > .toast-info {
  background-image: linear-gradient(to bottom, #F5F9FF 0, #F5F9FF 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffF5F9FF", endColorstr="#ffb9def0", GradientType=0) !important;
  background-repeat: repeat-x;
  border-color: #9DC0EE !important;
  color: #58b9ff !important;
  background-color: #F5F9FF !important;
  border-color: #9DC0EE !important;
}
body #toast-container > .toast-info .toast-message::before {
  background-image: url("/upload/icons/info.svg");
}
body #toast-container > .toast-error {
  background-image: linear-gradient(to bottom, #FFF5F3 0, #FFF5F3 100%) !important;
  background-repeat: repeat-x;
  border-color: #F4B0A1 !important;
  color: #a94442 !important;
  background-color: #FFF5F3 !important;
  border-color: #F4B0A1 !important;
}
body #toast-container > .toast-error .toast-message::before {
  background-image: url("/upload/icons/error.svg");
}
body #toast-container > .toast-success {
  background-image: linear-gradient(to bottom, #F6FFF9 0, #F6FFF9 100%) !important;
  background-repeat: repeat-x;
  border-color: #48C1B5 !important;
  color: #2F3F53 !important;
  background-color: #48C1B5 !important;
}
body #toast-container > .toast-success .toast-message::before {
  background-image: url("/upload/icons/success.svg");
}
body #toast-container > .toast-warning {
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%) !important;
  background-repeat: repeat-x;
  border-color: #f5e79e !important;
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
  border-color: #faebcc !important;
}
body #toast-container > .toast-warning .toast-message::before {
  background-image: url("/upload/icons/warning.svg");
}
body #toast-container > .toast .toast-message {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-right: 15px;
}
body #toast-container > .toast .toast-message:hover::before {
  opacity: 1;
}
body #toast-container > div {
  box-shadow: none !important;
  padding: 15px !important;
  width: 320px;
}
body #toast-container > div:hover {
  box-shadow: none !important;
}

.page-info-heading {
  font-size: 45px;
  font-weight: 600;
}
.page-info-subheading {
  font-size: 28px;
  font-weight: 600;
  color: #383838;
  margin-bottom: 15px;
}
.page-info p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: justify;
}
.page-info p.p-small {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.page-info p.bold {
  font-weight: 800;
  margin-bottom: 10px;
}
.page-info ul li {
  font-size: 18px;
  line-height: 28px;
}
.page-info ul li a {
  font-size: 18px;
  line-height: 30px;
}

.slider .owl-nav.disabled {
  display: none;
}
.slider .owl-nav button {
  position: relative;
}
.slider .owl-nav button.owl-prev, .slider .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .slider .owl-nav button.owl-prev, .slider .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
  }
}
.slider .owl-nav button.owl-prev::before {
  content: "";
  position: absolute;
  left: 16px;
  border-width: 2px 0px 0px 2px;
  border-color: #000000;
  width: 13px;
  height: 13px;
  border-style: solid;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .slider .owl-nav button.owl-prev::before {
    width: 10px;
    height: 10px;
  }
}
.slider .owl-nav button.owl-next::before {
  content: "";
  position: absolute;
  left: 12px;
  border-width: 0px 2px 2px 0px;
  border-color: #000000;
  width: 13px;
  height: 13px;
  border-style: solid;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .slider .owl-nav button.owl-next::before {
    width: 10px;
    height: 10px;
  }
}
.slider .owl-nav button span {
  display: none;
}

.section-tab .nav-item {
  margin-right: 33px;
}
.section-tab .nav-item .nav-link {
  color: color-mix(in srgb, #828282 45%, transparent);
  font-size: 24px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1440px) {
  .section-tab .nav-item .nav-link {
    font-size: 18px;
  }
}
.section-tab .nav-item .nav-link.active {
  background-color: transparent;
  color: #000000;
}

.tab-pane:not(.show) {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.custom-switch .custom-control-label {
  margin-right: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: 2px;
  left: calc(-2.45rem + 2px);
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background-color: #cfcfcf;
}
.custom-switch .custom-control-label::before {
  left: -2.5rem;
  width: 60px;
  pointer-events: all;
  border-radius: 100px;
  height: 30px;
  top: 0;
  border-color: #cfcfcf;
  background-color: #fff;
}
.custom-switch .custom-control-input:checked + .custom-control-label::after {
  transform: translateX(30px);
}
.custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #ffffff;
  border-color: #cfcfcf;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #91cc75 !important;
  background-color: #91cc75 !important;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
}
.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  border-color: #ccc;
}

.chat {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.chat-wrapper {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 71px);
}
.chat-wrapper .input-group {
  width: calc(100% - 80px);
}
.chat-sidebar {
  max-width: 320px;
  width: 100%;
  position: fixed;
  top: 0;
  padding-top: 71px;
  right: 0;
  height: calc(100vh - 0px);
  background: #fff;
  border-left: 1px solid #ddd;
}
.chat-sidebar + .page {
  padding-right: 344px;
}
.chat-header {
  padding: 16px 15px;
  border-bottom: 1px solid #ddd;
}
.chat-header h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  height: 43px;
  display: flex;
  align-items: center;
}
.chat-body {
  flex: 1 0;
  height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.chat-body::-webkit-scrollbar {
  width: 0;
}
.chat-body .chat-list {
  padding: 0;
}
.chat-body .chat-list .list-group-item {
  border-bottom: 1px solid rgba(221, 221, 221, 0.4196078431) !important;
  background: #ffffff;
  background: 0;
  padding: 0;
}
.chat-body .chat-list .list-group-item.active .message-card {
  padding: 15px;
  background: #f9f2e6;
  border-radius: 0;
}
.chat-body .chat-list .list-group-item.active .message-card .message-content h5 {
  color: #000;
}
.chat-body .chat-list .list-group-item.active .message-card .message-content .small {
  color: #000;
}
.chat-body .chat-list .list-group-item .message-card {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: start;
}
.chat-body .chat-list .list-group-item .message-card:hover {
  background: #f9f2e6;
}
.chat-content {
  height: calc(100vh - 200px);
  background: #fff;
  width: calc(100% - 0px);
}
.chat-content .chat-current {
  display: flex;
  gap: 15px;
}
.chat-content .chat-user-name small {
  display: block;
  width: 100%;
}
.chat-content .chat-user-header {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.chat-content .chating-content {
  width: 100%;
  height: 0px;
  flex: 1 0;
  overflow-y: scroll;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
}
.chat-content .chating-content::-webkit-scrollbar {
  width: 0;
}
.chat-content .chating-content .chat-messages {
  position: relative;
}
.chat-content .chating-content .chat-messages .chat-message .message-receved {
  background-color: #f9f2e6;
  padding: 10px !important;
  font-size: 14px;
}
.chat-content .chating-content .chat-messages .chat-message .message {
  max-width: 75%;
}
.chat-content .chating-content .chat-messages .chat-message-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
.chat-content .chating-content .chat-messages .chat-message-right .message-receved {
  max-width: 75%;
}
.chat-content .chating-content .chat-messages .chat-message-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.chat-content .chating-content .chat-messages .chat-message-left .message-receved {
  max-width: 75%;
  background-color: #ffe5bd;
}
.chat-content .input-group {
  gap: 20px;
}
.chat-content .input-group .form-control {
  border-radius: 100px !important;
}
.chat-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #000;
  padding: 0;
  z-index: 998;
  transition: transform 0.25s ease-out;
  transform: scale(1);
}
.chat-button.active {
  transform: scale(0);
}
.chat-button.deactive {
  visibility: visible;
  transform: scale(1);
}
.chat-button .close {
  display: none;
}
.chat-modal {
  position: fixed;
  z-index: 1099;
  bottom: 40px;
  right: 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  min-height: 400px;
  height: calc(100vh - 200px);
  max-width: 550px;
  width: 80%;
  visibility: hidden;
  transition: transform 0.25s ease-out;
  transform: scale(0);
  transform-origin: right bottom;
}
.chat-modal.active {
  visibility: visible;
  transform: scale(1);
}
.chat-modal.deactive {
  transform: scale(0);
}
.chat-modal .chat-user-name p {
  margin-bottom: 10px;
}
.chat-modal .chat-content {
  width: 100%;
  height: 100%;
  flex: 1 0;
  height: 0;
  background-color: transparent;
}
.chat-modal .chat-content .chat-user-header {
  background-color: transparent;
}
.chat-modal .chat-wrapper {
  height: 100%;
}
.chat-modal .chat-wrapper .input-group {
  width: 100%;
}
.chat-modal-header {
  flex: 0 0 auto;
  height: auto;
  position: relative;
}
.chat-modal-header .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  z-index: 999;
  right: 0px;
  background-color: #000;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  border: none;
  transform: translate(50%, -50%);
}

.message-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.message-date p {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 12px;
}
.message-card {
  padding: 12px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}
.message-card:last-child {
  margin-bottom: 0;
}
.message-content {
  padding-top: 8px;
}
.message-content h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.message-content p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0px;
}

span.chat-online {
  color: green;
}

span.chat-offline {
  color: #a20808;
}

.progress {
  --bs-progress-border-radius: 1rem;
}
.progress-bar {
  border-radius: inherit;
  background-color: #042816;
}
.progress-card {
  margin-bottom: 20px;
}
.progress-card p {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.selected-option .phone-dropdown, .selected-option .phone-dropdowns {
  position: absolute;
  left: 0px;
  width: 7.5rem;
  padding: 0 1rem 0 1rem;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
}
.selected-option .phone-dropdown > *, .selected-option .phone-dropdowns > * {
  pointer-events: none;
}
.selected-option .phone-dropdown svg, .selected-option .phone-dropdowns svg {
  margin-right: 8px;
}
.selected-option .phone-dropdown + input, .selected-option .phone-dropdowns + input {
  padding-left: 8rem;
  border-radius: 30px;
}
.selected-option .phone-dropdown::after, .selected-option .phone-dropdowns::after {
  position: absolute;
  content: "";
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.12rem solid #000;
  border-bottom: 0.12rem solid #000;
  transition: 0.2s;
}
.selected-option .phone-dropdown.active::after, .selected-option .phone-dropdowns.active::after {
  transform: translateY(-50%) rotate(225deg);
}
.selected-option .phone-dropdown strong, .selected-option .phone-dropdowns strong {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #495057;
}
.selected-option .phone-option {
  width: 100%;
  position: relative;
  z-index: 0;
}
.selected-option .phone-option .phn-inp {
  max-height: 55px;
}
.selected-option .phone-option .phn-inp .phone-dropdown, .selected-option .phone-option .phn-inp .phone-dropdowns {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
}
.selected-option .options, .selected-option .optionss {
  position: absolute;
  top: 4rem;
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  display: none;
  z-index: 9999;
  border: 1px solid #cccccc;
  max-width: 250px;
}
.selected-option .options.active, .selected-option .optionss.active {
  display: block;
  border-radius: 0px !important;
}
.selected-option .options::before, .selected-option .optionss::before {
  position: absolute;
  content: "";
  left: 1rem;
  top: -1.2rem;
  width: 0;
  height: 0;
  border: 0.6rem solid transparent;
  border-bottom-color: #111;
}
.selected-option .options input.search-box, .selected-option .optionss input.search-box {
  background-color: #fff;
  color: #000;
  border-radius: 0px !important;
  padding: 15px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.selected-option .options input.search-boxs, .selected-option .optionss input.search-boxs {
  background-color: #fff;
  color: #000;
  border-radius: 0px !important;
  padding: 15px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.selected-option ol {
  list-style: none;
  max-height: 23rem;
  overflow: overlay;
  padding-left: 0;
}
.selected-option ol::-webkit-scrollbar {
  width: 0.6rem;
}
.selected-option ol::-webkit-scrollbar-thumb {
  width: 0.4rem;
  height: 3rem;
  background-color: #ccc;
  border-radius: 0.4rem;
}
.selected-option ol li {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.selected-option ol li.hide {
  display: none;
}
.selected-option ol li:not(:last-child) {
  border-bottom: 0.1rem solid #eee;
}
.selected-option ol li:hover {
  background-color: lightcyan;
}
.selected-option ol li .country-name {
  margin-left: 0.4rem;
}

.select-box {
  position: relative;
  width: 100%;
}
.select-box input {
  width: 100%;
  border-radius: 100px;
  font-size: 1.1rem;
}
.select-box input:focus {
  border: 0.1rem solid #111;
}

.select-boxs {
  position: relative;
  width: 100%;
}
.select-boxs input {
  width: 100%;
  border-radius: 100px;
  font-size: 1.1rem;
}
.select-boxs input:focus {
  border: 0.1rem solid #111;
}

.avatar {
  width: 40px;
}
.avatar-icon {
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.avatar-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.avatar-profile {
  width: 140px;
  height: 140px;
  padding: 6px;
  border-radius: 10px;
  background-color: #F9F2E6;
}
.avatar-profile-wrap {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.avatar-profile-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.avatar-profile.patients-profile {
  width: 40px;
  height: auto;
}

@media (max-width: 474px) {
  .e-profile .user-prof-btn {
    display: flex !important;
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  .e-profile .user-prof-btn .btn {
    margin: 0 !important;
  }
}

.flex-auto {
  flex: auto;
}

.join-date {
  font-size: 14px;
  font-weight: 500;
  color: #828282;
}
@media (max-width: 480px) {
  .join-date {
    text-align: center;
  }
}

.page-body .select-box input {
  border-radius: 30px !important;
}

.concern-list {
  padding: 0px;
  margin: 0px;
  display: flex;
  list-style-type: none;
}
.concern-list li {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #efefef;
  min-width: 110px;
  text-align: center;
  margin-right: 10px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #232323;
  background-color: #f9f1e5;
  border-color: #f9f1e5;
}

.accordion .accordion-item {
  border: 1px solid rgba(130, 130, 130, 0.35);
  border-radius: 10px;
  overflow: hidden;
}
.accordion .accordion-header {
  position: relative;
}
.accordion .accordion-header .download-btn {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  z-index: 1;
}
.accordion .accordion-button {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 767px) {
  .accordion .accordion-button {
    font-size: 14px;
  }
}
.accordion .accordion-button::after {
  margin-left: 30px;
}
.accordion .accordion-button:not(.collapsed) {
  background-color: #FA832D;
}
.accordion .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion .accordion-body h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .accordion .accordion-body .past-protoc {
    display: flex;
    justify-content: center !important;
  }
}

.btn-size-normal {
  max-width: unset;
  width: unset;
  margin-left: auto;
  margin-right: 0px;
}

@media (max-width: 767px) {
  .product-detail {
    font-size: 12px;
  }
}
.product-detail .product-image {
  padding-top: 100%;
  height: 100%;
  border: 1px solid rgba(130, 130, 130, 0.24);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.product-detail .product-image-single {
  padding-top: unset;
  border-radius: unset;
  border: none;
  overflow: unset;
}
.product-detail .product-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding: 20px;*/
}
.product-detail .product-image-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.product-detail .product-image .photos-slider {
  border: 1px solid rgba(130, 130, 130, 0.24);
  border-radius: 10px;
  /*overflow: hidden;*/
  position: relative;
}
.product-detail .product-image .photos-slider:hover .slick-arrow {
  transform: translateY(0%);
  opacity: 1;
}
.product-detail .product-image .photos-slider .slick-arrow {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 0;
  padding: 25px;
  border: none;
  border-radius: 100px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 20px !important;
  border: 1px solid #ddd;
  transition: all 0.15s ease;
  transform: translateY(100%);
  opacity: 0;
}
.product-detail .product-image .photos-slider .slick-next {
  background: url("/upload/icons/angle-small-right.svg"), #fff;
  right: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.product-detail .product-image .photos-slider .slick-prev {
  background: url("/upload/icons/angle-small-left.svg"), #fff;
  left: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.product-detail .product-image .photos-slider .public_photos_item figure {
  padding-top: 100%;
  position: relative;
  margin-bottom: 0px;
}
.product-detail .product-image .photos-slider .public_photos_item figure a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail .product-image .photos-slider .public_photos_item figure a img {
  max-width: 100%;
  max-height: 100%;
}
.product-detail .product-image .photos-slider-thumbs {
  margin-top: 15px;
}
.product-detail .product-image .photos-slider-thumbs .slick-track {
  margin: unset;
}
.product-detail .product-image .photos-slider-thumbs .public_photos_item {
  padding: 0px 5px;
}
.product-detail .product-image .photos-slider-thumbs .public_photos_item figure {
  border: 1px solid rgba(130, 130, 130, 0.24);
  padding-top: 100%;
  position: relative;
  margin-bottom: 0px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.product-detail .product-image .photos-slider-thumbs .public_photos_item figure img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product-detail .product-image .stock-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  color: #fff;
  border-radius: 0px 0px 0px 5px;
  z-index: 2;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 600;
}
.product-detail .product-title {
  font-size: 22px;
  font-weight: 600;
  color: #232323;
}
@media (max-width: 767px) {
  .product-detail .product-title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.product-detail .product-price {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0px;
  display: flex;
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .product-detail .product-price {
    font-size: 18px !important;
  }
}
@media (max-width: 1170px) {
  .product-detail .product-price {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .product-detail .product-price {
    font-size: 15px !important;
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .product-detail .product-price-span {
    font-size: 18px !important;
  }
}
@media (max-width: 480px) {
  .product-detail .product-price-span {
    font-size: 15px !important;
    margin: 0;
  }
}
.product-detail .product-price .price-info {
  font-size: 18px;
  color: #333;
}
@media (max-width: 480px) {
  .product-detail .product-price .price-info {
    font-size: 15px !important;
    margin: 0;
  }
}
.product-detail .product-price .dollar {
  padding: 0 3px;
  font-size: 20px;
}
@media (max-width: 1399px) {
  .product-detail .product-price .dollar {
    font-size: 18px !important;
  }
}
.product-detail .product-content {
  padding-left: 30px;
  max-width: 820px;
}
@media (max-width: 1170px) {
  .product-detail .product-content .retail-price {
    flex-direction: column;
    gap: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .product-detail .product-content .retail-price {
    flex-direction: column;
    gap: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product-detail .product-content {
    padding: 0px 15px !important;
  }
}
.product-detail .product-content .label-item-card {
  margin-bottom: 20px;
}
.product-detail .product-content .cormorant {
  font-size: 24px;
}
.product-detail .product-description {
  max-width: 600px;
  margin-top: 16px;
}
.product-detail .product-description .label {
  font-size: 16px;
  font-weight: 500;
  color: #828282;
  padding-right: 10px;
  min-width: 100px;
  margin-bottom: 10px;
}
.product-detail .product-description p {
  font-weight: normal;
  font-size: 16px;
  font-weight: 500;
}
.product-detail .product-prescription {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.product-detail .product-prescription .prescription-box {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  border-radius: 4px;
  border: 1px solid rgba(130, 130, 130, 0.24);
  padding: 8px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 0;
  width: auto;
  min-height: 40px;
  background-color: #F9F2E6;
  min-width: 106px;
}
@media (max-width: 1560px) {
  .product-detail .product-prescription .prescription-box {
    font-size: 14px;
    min-width: 90px;
    padding: 6px;
  }
}
.product-detail .product-prescription .prescription-box:last-child {
  margin-right: 0;
}
.product-detail .product-prescription .prescription-box.auto {
  flex: 0 0 auto;
  width: auto;
}
.product-detail .product-prescription .prescription-box span {
  display: inline-block;
  padding: 0px 8px;
  line-height: 16px;
  border-right: 1px solid rgba(130, 130, 130, 0.24);
  flex: 1 0;
  width: auto;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 1560px) {
  .product-detail .product-prescription .prescription-box span {
    padding: 0px 6px;
  }
}
.product-detail .product-prescription .prescription-box span:last-child {
  border: none;
}
.product-detail .product-prescription .prescription-box span:empty {
  width: 0;
  flex: 0 0;
  border-right: 1px solid rgba(130, 130, 130, 0.24);
  height: 16px;
  padding: 0;
}
.product-detail .label-item-card {
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
}

.label-item {
  display: flex;
  align-items: flex-start;
  padding: 5px 0px;
}
@media (max-width: 767px) {
  .label-item {
    padding: 0;
  }
}
.label-item-description {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .label-item-description {
    margin-top: 0;
  }
}
.label-item p {
  margin-bottom: 0;
  text-align: justify;
}
.label-item .item-label {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #828282;
  min-width: 110px;
  flex: 0 0;
}
@media (max-width: 767px) {
  .label-item .item-label {
    font-size: 14px;
  }
}
.label-item .item-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #232323;
}
@media (max-width: 767px) {
  .label-item .item-heading {
    font-size: 14px;
    font-weight: 600;
  }
}
@media (max-width: 1399px) {
  .label-item .description {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .label-item .description {
    font-size: 14px;
    line-height: 22px;
  }
}

.auth-wrap {
  max-width: 510px;
  padding: 30px;
  width: 100%;
}
.auth-wrap.register-page {
  max-width: 570px;
  position: relative;
}
.auth-wrap.register-page .btn {
  width: unset;
}
.auth-wrap.register-page .form-action .btn {
  width: 100% !important;
}
.auth-wrap.register-page .check-icon svg {
  width: 65px;
  height: 65px;
  position: absolute;
  top: -32px;
  left: 0;
  margin: 0 auto;
  box-shadow: 0px 0px 2px #000;
  padding: 0px;
  border-radius: 50%;
  right: 0;
}
.auth-header {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .auth-header {
    text-align: center;
  }
}
.auth-header h1 {
  font-size: 22px;
  color: #232323;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .auth-header h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.auth-header h4 {
  font-size: 16px;
  color: #828282;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 575px) {
  .auth-header h4 {
    font-size: 14px;
    line-height: 20px;
  }
}
.auth-header h4 .btn-link {
  font-size: 16px;
}
@media (max-width: 575px) {
  .auth-header h4 .btn-link {
    font-size: 14px;
    line-height: 20px;
  }
}
.auth-body form .form-group .checkbox-text {
  font-size: 14px;
  color: #828282;
  text-decoration: none;
  font-weight: 300;
}
.auth-body form .form-group .checkbox-text a.btn-link {
  font-size: 14px;
}
.auth-container-img img {
  width: 100%;
  height: 110px;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.modal-login form label {
  color: #828282;
  display: block;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .modal-login form label {
    font-size: 14px;
  }
}
.modal-login form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.modal-login form .form-control {
  border-radius: 15px;
}
.modal-login form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.modal-login form .form-control-radio {
  cursor: pointer;
}
.modal-login form .form-control-radio:checked {
  border: 1px solid #000000;
}
.modal-login form .form-control-radio:checked + .cstm-check-wrap .cstm-check {
  background-color: #000;
  border-color: #000;
}
.modal-login form .form-control-radio:checked + .cstm-check-wrap .cstm-check::before {
  opacity: 1;
}
.modal-login .modal-content {
  border-radius: 10px;
}
.modal-login .login-content-logo {
  min-height: 90vh;
}
@media (max-width: 767px) {
  .modal-login .login-content-logo {
    min-height: unset;
  }
}
.modal-login .login-content-logo-bg {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.modal-login .login-content .form-section-content-header {
  gap: 15px;
}
.modal-login .login-content .form-section-content-header h2 {
  font-size: 48px;
}
@media (max-width: 1024px) {
  .modal-login .login-content .form-section-content-header h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .modal-login .login-content .form-section-content-header h2 {
    font-size: 24px;
  }
}
.modal-login .login-content .form-section-content-header p {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .modal-login .login-content .form-section-content-header p {
    font-size: 14px;
  }
}
.modal-login .cstm-check {
  border: 1px solid rgba(130, 130, 130, 0.32);
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 10px;
  position: relative;
}
.modal-login .cstm-check::before {
  content: "";
  border: 3px solid #fff;
  border-left: 0;
  border-top: 0;
  width: 9px;
  height: 16px;
  display: block;
  transform: rotate(45deg);
  top: 2px;
  left: 9px;
  position: absolute;
  opacity: 0;
}
.modal-login .cstm-check-wrap {
  position: absolute;
  top: 50%;
  left: 17px;
  display: flex;
  align-items: center;
  gap: 7px;
  pointer-events: none;
  transform: translateY(-50%);
}
.modal-login .cstm-check-txt {
  color: #343434;
  font-size: 16px;
  font-weight: 400;
}
.modal-login .upload-photo {
  position: relative;
}
.modal-login .upload-photo-wrap {
  position: absolute;
  top: 0;
  width: 150px;
  height: 150px;
  left: 0;
  border-radius: 25px;
}
.modal-login .upload-photo-wrap .close {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.7);
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  position: absolute;
  border-radius: 100%;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}
.modal-login .upload-photo-wrap .close svg {
  width: 16px;
  height: 16px;
}
.modal-login .upload-photo span.upload-file {
  background: #efefef;
  width: 150px;
  height: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  pointer-events: none;
}
.modal-login .upload-photo input[type=file] {
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 150px;
  display: block;
  cursor: pointer;
  opacity: 0;
}
.modal-login .upload-photo img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.webinar-register-detail {
  margin: 10px 0 25px;
}
.webinar-register-detail .webinar-register-text {
  margin-bottom: 9px;
  color: #828282;
  font-weight: 500;
  font-size: 14px;
}
.webinar-register-detail .webinar-register-title {
  font-weight: 700;
  width: 100px;
  display: inline-block;
}
.webinar-modal-image {
  padding: 20px;
  border: 1px solid rgba(130, 130, 130, 0.24);
  border-radius: 10px;
}
.webinar-modal-image img {
  width: 100%;
  height: auto;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.webinar-meta-details {
  margin: 20px 0 18px;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
}
.webinar-meta-details .meta {
  color: #848484;
  font-weight: 500;
  letter-spacing: 1px;
}
.webinar-meta-details .meta-seprater {
  color: #848484;
  margin: 0 4px;
  font-size: 16px;
}
.webinar-brand-title {
  margin-bottom: 9px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  min-height: 45px;
}
.webinar-brand-title:hover {
  text-decoration: underline;
}
.webinar-brand-desc {
  /*min-height: 45px;*/
  margin: 0;
  color: #848484;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media (max-width: 575px) {
  .webinar-brand-desc {
    min-height: auto;
  }
}
.webinar-brand-card {
  background-color: #fff;
  padding: 25px;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.18) 0px 7px 29px 5px;
  border-radius: 15px;
}
.webinar-tag {
  position: absolute;
  right: 10px;
  z-index: 1;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  top: 10px;
}
.webinar-tag-limited {
  background: #ffffff;
  color: #000;
  border: 1px solid #ddd;
  padding: 8px 13px;
  border-radius: 100px;
}
.webinar-tag-full {
  color: #d40f0f;
  border: 1px solid #d40f0f;
  border-radius: 100px;
}
.webinar-btn .btn {
  border-radius: 100px;
  padding: 5px 20px;
}

.brands-webiname {
  line-height: 24px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding: 50px;
  display: flex;
  align-items: center;
}
#overlay img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 700px;
  max-height: 700px;
  -o-object-fit: contain;
     object-fit: contain;
}
#overlay .close {
  position: fixed;
  right: 20px;
  top: 20px;
  background: transparent;
  border: none;
  color: #ffffff;
  width: 50px;
  height: 50px;
  font-size: 27px;
}
#overlay .close svg {
  width: 35px;
  height: 35px;
}

.cancel-registration-tex {
  font-size: 15px;
  margin-bottom: 20px;
  color: #000000;
}

.login-background-cover {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
}
.login-content {
  height: 100%;
  width: 100%;
}
.login-content-logo {
  height: 100%;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .login-content-logo {
    min-height: unset;
    height: auto;
  }
}
.login-content-logo-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-image: url("/upload/images/loginbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .login-content-logo-bg {
    padding: 20px;
    min-height: 200px;
  }
}
.login-content-logo-bg img {
  width: 100%;
  max-width: 300px;
  height: 100%;
  max-height: 420px;
}
.login-content .form-group .form-control,
.login-content .form-group .select2-container--default .select2-selection,
.login-content .form-group .select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 15px;
}
@media (max-width: 767px) {
  .login-content .form-group .form-control,
  .login-content .form-group .select2-container--default .select2-selection,
  .login-content .form-group .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 16px;
  }
}
.login-content .form-group ::-moz-placeholder {
  font-size: 14px;
}
.login-content .form-group ::placeholder {
  font-size: 14px;
}
.login-content .form-group .form-select {
  font-size: 14px;
  color: #959595;
  border-radius: 15px !important;
}
.login-content .form-group .form-select option {
  color: #000;
}
.login-content .form-group .phone-dropdown {
  font-size: 14px;
  color: #959595;
}
.login-content .form-group .pass-sec input {
  padding-right: 60px;
}
.login-content .form-group .password input {
  padding-right: 60px;
}
.login-content .form-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 50px;
  min-height: 725px;
  max-width: 620px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .login-content .form-section {
    min-height: 400px;
    padding: 25px;
    margin: 0 auto;
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 924px) {
  .login-content .form-section {
    margin: 0 20px;
    min-width: 100%;
  }
}
.login-content .form-section-embed {
  gap: 60px;
  justify-content: space-between;
}
.login-content .form-section-embed-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 100%;
}
.login-content .form-section-embed-footer h6 {
  font-size: 14px;
  margin-bottom: 10px;
}
.login-content .form-section-logo {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.login-content .form-section-logo img {
  max-width: 275px;
  max-height: 100px;
}
.login-content .form-section-ruefour {
  width: 100%;
  display: flex;
  justify-content: center;
}
.login-content .form-section-ruefour img {
  max-width: 175px;
  max-height: 100px;
}
.login-content .form-section-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  margin-bottom: 0px;
  animation: slide 0.25s linear forwards;
}
@media (max-width: 767px) {
  .login-content .form-section-content {
    gap: 25px;
  }
}
.login-content .form-section-content.map-full-wrap {
  animation: unset;
  height: 100%;
}
.login-content .form-section-content.map-full-wrap .map-full {
  position: absolute;
  top: 0px;
  margin: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px !important;
}
.login-content .form-section-content.map-full-wrap .map-full > * {
  margin: 0px !important;
}
.login-content .form-section-content.map-full-wrap .map-full .map-animate-dot {
  position: absolute;
  top: calc(50% - 250px);
  left: calc(50% - 250px);
  z-index: 1;
  width: 500px;
  height: 500px;
  border-radius: 500px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.35);
  animation: zoom-map 2.5s linear infinite;
}
.login-content .form-section-content.map-full-wrap .map-full .map-animate-dot-2 {
  animation-delay: 0.25s;
}
.login-content .form-section-content .form-group .otp-sec-reg {
  gap: 10px;
}
.login-content .form-section-content .form-group .otp-sec-reg .single-char-input {
  font-size: 24px;
  text-align: center;
  width: 60px;
  height: 60px;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-content .form-section-content-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0px;
}
.login-content .form-section-content-header h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1024px) {
  .login-content .form-section-content-header h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .login-content .form-section-content-header h2 {
    font-size: 24px;
  }
}
.login-content .form-section-content-header p {
  font-size: 16px;
  font-weight: 400;
  color: #828282;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .login-content .form-section-content-header p {
    font-size: 14px;
  }
}
.login-content .form-section-content-form {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .login-content .form-section-content-form {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .login-content .form-section-content-form-groups .form-group {
    width: 100%;
    margin-bottom: 18px;
  }
}
.login-content .form-section-content-form-groups .form-group:last-child {
  margin-bottom: 0;
}
.login-content .form-section-content-form-groups .form-group .row > * {
  padding-left: 5px;
  padding-right: 5px;
}
.login-content .form-section-content-form-groups .pass-sec input {
  padding-right: 60px;
}
.login-content .form-section-content-form .form-check-label {
  font-size: 14px;
  font-weight: 500;
  color: #343434;
}
.login-content .form-section-content-form .form-check-label a {
  color: #000;
}
.login-content .form-section-content-form .form-check-label .checkbox {
  min-width: 28px;
  width: 28px;
  height: 28px;
  border-radius: 10px;
}
.login-content .form-section-content-form .btn {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
  background: #000;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .login-content .form-section-content-form .btn {
    font-size: 14px;
  }
}
.login-content .form-section-content-form .btn-2 {
  border: 1px solid #D9D9D9;
  background: transparent;
  color: #828282;
}
.login-content .form-section-content-footer p {
  font-size: 14px;
  font-weight: 400;
  color: #343434;
}
.login-content .form-section-content-footer p a {
  font-weight: 600;
  color: #343434;
}
.login-content .form-section-content-footer p a:hover {
  color: #787878;
}
.login-content .auth-wrap {
  width: 100%;
  max-width: 510px !important;
}

.pop-wrap {
  width: 100%;
  max-width: 800px !important;
  min-height: 350px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pop-wrap h5 {
  font-size: 18px;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes zoom-map {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(5);
  }
}
.embed-content {
  max-width: 580px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.embed-content h1 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.embed-content h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}
.embed-content p {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}

.propgress-container {
  max-width: 420px;
  width: 90%;
}
@media (max-width: 767px) {
  .propgress-container {
    max-width: 150px;
  }
}
.propgress-container-2 {
  color: #000;
  background-color: #fff;
  padding: 50px;
  border-radius: 50px;
  width: 100%;
}
.propgress-wrap {
  padding-top: 100%;
  position: relative;
  z-index: 1;
}
.propgress-wrap img, .propgress-wrap #container {
  position: absolute;
  max-width: 100% !important;
  max-height: 100% !important;
  top: 0;
  left: 0;
  z-index: 0;
}
.propgress-wrap #container {
  z-index: 1;
  pointer-events: none;
  transform: rotate(-90deg);
}
.propgress-wrap #container > *:first-child {
  width: 100% !important;
  height: 100% !important;
  position: unset !important;
}
.propgress-wrap #container > *:first-child canvas {
  height: 100% !important;
  width: 100% !important;
}

.icon-small {
  width: 34px;
}

.modal-login .form-section {
  min-height: 725px;
}
@media (max-width: 767px) {
  .modal-login .form-section {
    min-height: 400px;
  }
}

.foot-reg a {
  color: #000 !important;
  font-weight: 600;
}

.auth-header h1 {
  font-size: 18px;
}
.auth-header span {
  color: #8B8CD6;
}

.doctor-avatar {
  width: 100%;
}
.doctor-avatar .avatar-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.doctor-avatar .avatar-img img {
  width: 100%;
  height: 150px;
  text-align: center;
}

.auth-body .form-group .auth-mail-sec {
  padding: 10px 20px;
  border-radius: 12px !important;
}
.auth-body .form-group .auth-mail-sec::-moz-placeholder {
  color: #000 !important;
}
.auth-body .form-group .auth-mail-sec::placeholder {
  color: #000 !important;
}
.auth-body .auth-forget-link {
  text-decoration: underline !important;
}
.auth-body .dark-bg {
  background-color: #000000 !important;
  color: #fff !important;
  border-radius: 15px !important;
  width: 100% !important;
  padding: 12px 30px !important;
  border: none;
}
.auth-body .form-links p {
  font-size: 12px;
}
.auth-body .form-links p a {
  font-size: 12px;
}

.foot-auth {
  font-size: 16px !important;
  color: #000 !important;
}
.foot-auth a {
  color: #8b8cd6 !important;
  font-weight: 600;
  font-size: 16px !important;
}

.main-purp {
  background-color: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.new-layout {
  background-color: #8b8cd6;
}
.new-layout-wrap {
  background-color: #fff;
  max-width: 1086px !important;
  margin: 0 auto;
  min-height: 100vh;
  width: 80% !important;
}
.new-layout-wrap .header-logo {
  position: unset;
  background-color: #8b8cd6;
}
.new-layout-wrap .header-logo .navbar-brand img {
  width: 200px;
}
.new-layout-wrap main {
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 50px;
  min-height: calc(100% - 102px);
}
@media (max-width: 1440px) {
  .new-layout-wrap main {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .new-layout-wrap main {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.new-layout-wrap main .login-content .form-section {
  justify-content: flex-start;
  min-height: unset;
}

.form-section .title-form {
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .form-section .title-form {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .form-section .title-form {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .form-section .title-form {
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
.form-section .title-form h3 {
  font-size: 36px;
  font-weight: 600;
}
.form-section .title-form p {
  color: #828282;
  font-size: 18px;
}

.auth-pop .modal-header {
  border-bottom: 0px;
}

.pop-title h5 {
  font-size: 35px;
  font-weight: 600;
}
.pop-title p {
  color: #828282;
}

.pop-body p {
  color: #828282;
  font-weight: 600;
}
.pop-body .form-group input {
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pop-body .form-group .otp-sec-reg {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  justify-content: space-between;
  margin: auto;
  padding: 0 30px;
}
.pop-body .submit-otp-button {
  background-color: #000;
  color: #fff;
  width: 100%;
  border: none;
  padding: 12px 30px;
  border-radius: 10px;
}

.upload-file-sec-2 {
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  border-radius: 15px;
  align-items: center;
}
.upload-file-sec-2 #start-2 {
  padding: 20px;
  cursor: pointer;
}
.upload-file-sec-2 #start-2 img {
  margin-bottom: 10px;
}
.upload-file-sec-2 label {
  width: 100%;
}
.upload-file-sec-2 .invalid-feedback {
  position: absolute;
  bottom: -40px;
  display: flex;
  width: 100%;
  font-size: 13px;
  word-break: unset;
  /* width: 100%; */
}

.upload-file-sec-3 {
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  border-radius: 15px;
  align-items: center;
}
.upload-file-sec-3 #start-3 {
  padding: 20px;
  cursor: pointer;
}
.upload-file-sec-3 #start-3 img {
  margin-bottom: 10px;
}
.upload-file-sec-3 label {
  width: 100%;
}
.upload-file-sec-3 .invalid-feedback {
  position: absolute;
  bottom: -40px;
  display: flex;
  width: 100%;
  font-size: 13px;
  word-break: unset;
  /* width: 100%; */
}

.upl-area .title h4 {
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .upl-area .title h4 {
    margin-bottom: 20px;
  }
}
.upl-area .title span {
  font-size: 11px;
  color: #828282;
}
.upl-area .title .ico {
  position: absolute;
  top: 0;
  right: 15px;
  outline: none;
}
.upl-area .title .ico:hover svg {
  /*                background-color: #000;*/
  /*                color: #fff;*/
  border-radius: 50%;
  cursor: pointer;
}

/* Tooltip container */
.ico {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.ico .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #fff;
  color: #000 !important;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: -60px;
  left: -90px;
  font-size: 15px !important;
  padding: 10px 20px;
  box-shadow: 0px 0px 5px #c4c3c3;
}

/* Show the tooltip text when you mouse over the tooltip container */
.ico:hover .tooltiptext {
  visibility: visible;
}

.main-pop .head-pop-p {
  position: absolute;
  top: 66px;
  left: 16px;
  font-weight: 500;
  color: #878787;
  margin-bottom: 0px;
}

.new-layout-wrap .header-logo {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .new-layout-wrap .login-content .form-section .form-section-content {
    min-width: 720px !important;
  }
}

@media screen and (max-width: 1024px) {
  .otp-sec-reg {
    gap: 5px !important;
  }
  .otp-sec-reg .single-char-input {
    font-size: 24px;
    text-align: center;
    width: 40px !important;
    min-height: 40px !important;
    gap: 15px;
    max-height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .new-layout-wrap main {
    padding-top: 10px !important;
  }
  .foot-auth {
    margin: 10px 0px;
  }
  .title-form {
    margin-top: 30px;
  }
  .title-form h3 {
    font-size: 18px !important;
  }
  .title-form p {
    font-size: 14px !important;
  }
  .title-form .foot-auth {
    padding-bottom: 30px !important;
  }
  .navbar img {
    max-width: 200px !important;
  }
  .otp-sec {
    width: 100%;
    display: flex;
  }
  .otp-sec .opt-box {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form-group .otp-sec-reg {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    margin: auto;
    padding: 0px !important;
  }
  .form-group .otp-sec-reg .form-control {
    width: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
  }
  .form-group .otp-sec-reg .single-char-input {
    font-size: 24px;
    text-align: center;
    width: 60px;
    height: 60px;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 475px) {
  .upl-area {
    margin-bottom: 40px;
  }
  .form-group .otp-sec-reg {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    margin: auto;
    padding: 0px !important;
  }
  .form-group .otp-sec-reg .form-control {
    width: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    font-size: 13px !important;
  }
}
.theme-light-btn {
  background-color: #FA832D;
  color: #fff;
  padding: 10px 30px;
  font-weight: 500;
  text-decoration: none;
  margin: 8px 30px;
}

.custom-control input[type=checkbox], .custom-control .custom-control input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.custom-control .custom-control-label {
  margin-right: 1.5rem;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control .custom-control-label ::before {
  left: -2.5rem;
  width: 60px;
  pointer-events: all;
  border-radius: 100px;
  height: 30px;
  top: 0;
  border-color: #cfcfcf;
  background-color: #91cc75 !important;
  left: -2.5rem !important;
  width: 60px !important;
  pointer-events: all;
  border-radius: 100px;
  height: 30px !important;
  top: 0;
  border-color: #cfcfcf;
  background-color: #fff;
}
.custom-control .custom-control-label ::before {
  background-color: #91cc75 !important;
  left: -2.5rem !important;
  width: 60px !important;
  pointer-events: all;
  border-radius: 100px;
  height: 30px !important;
  top: 0;
  border-color: #cfcfcf;
  background-color: #fff;
}
.custom-control .custom-control-label ::after {
  top: 2px;
  left: calc(-2.45rem + 2px);
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background-color: #cfcfcf;
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-control .custom-control-label ::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-control-custom-switch .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0 !important;
}
.custom-control-custom-switch .custom-control-input :checked ~ .custom-control-label ::before {
  border-color: #91cc75 !important;
  background-color: #91cc75 !important;
}
.custom-control-custom-switch .custom-control-input :checked ~ .custom-control-label ::after {
  background-color: #fff !important;
}
.custom-control-custom-switch .custom-control-label ::before {
  left: -2.5rem;
  width: 60px;
  pointer-events: all;
  border-radius: 100px;
  height: 30px;
  top: 0;
  border-color: #cfcfcf;
  background-color: #91cc75 !important;
  left: -2.5rem !important;
  width: 60px !important;
  pointer-events: all;
  border-radius: 100px;
  height: 30px !important;
  top: 0;
  border-color: #cfcfcf;
  background-color: #fff;
}
.custom-control-custom-switch .custom-control-label ::before {
  background-color: #91cc75 !important;
  left: -2.5rem !important;
  width: 60px !important;
  pointer-events: all;
  border-radius: 100px;
  height: 30px !important;
  top: 0;
  border-color: #cfcfcf;
  background-color: #fff;
}
.custom-control-custom-switch .custom-control-label ::after {
  top: 2px;
  left: calc(-2.45rem + 2px);
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background-color: #cfcfcf;
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-control-custom-switch .custom-control-label ::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

/*# sourceMappingURL=app.css.map*/