@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");

:root, [data-ac-theme=light] {
  --font: "Inter", sans-serif;
  --white-color: #fff;
  --primary-color: #00898f;
  --primary-color-hover: #007479;
  --success-color: #02a067;
  --secondary-color: #637381;
  --danger-color: #e23d4d;
  --warning-color: #fbb500;
  --info-color: #00abcf;
  --light-color: #bec3c7;
  --dark-color: #212b36;
  --body-text-color: #637381;
  --bg-color: #fff;
  --white: #fff;
  --body-bg: #f5f5f9;
  --nav-link-color: #637381;
  --nav-link-hover-bg: #f2f3f4;
  --menu-header-text-color: #9e9e9e;
  --icon-color-theme-light: #212b36;
  --header-title-color: #212b36;
  --toggle-btn-color: #212b36;
  --header-icon-color: #212b36;
  --hr-color: #637381;
  --dropdown-item-color: #637381;
  --heading-color: #212b36;
  --notif-divider: rgba(0, 0, 0, .125);
  --offcanvas-icon-color: #212b36;
  --border-color: #dee2e6;
  --card-border-color: transparent;
  --card-header-border-bottom: rgba(0, 0, 0, 0.175);
  --light-gray: #637381;
  --apexcharts-menu-item-hover-color: #191919;
  --apexcharts-menu-item-bg-color: #fff;
  --apexcharts-menu-text-color: #191919;
  --apexcharts-menu-text-color-hover: #fff;
  --text-color: #212b36;
  --dropdown-border-color: #ddd;
  --table-border-color: #ddd;
  --apexcharts-label-color: #212b36;
  --text-color-2: #637381;
  --profile-btn-bg: #e4e6eb;
  --profile-btn-bg-hover: #d8dadf;
  --profile-btn-bg-hover-text: #191919;
  --profile-btn-add-friend-text-color: #0062d2;
  --profile-btn-add-friend-text-color-hover: #005dc7;
  --profile-btn-add-friend-bg: #ebf5ff;
  --profile-btn-add-friend-bg-hover: #dfe8f2;
  --profile-img-border-color: #fff;
  --profile-btn-msg-color: #fff;
  --profile-btn-msg-icon-color: #212b36;
  --carousel-btn-prev-next-icon-color: #191919;
  --carousel-btn-prev-next-bg: #fff;
  --carousel-btn-prev-next-bg-hover: #f2f2f2;
  --btn-default-bg: #f8f9fa;
  --btn-default-bg-hover: #e9ecef;
  --form-check-bg: #f5f5f9;
  --note-icon-color: #191919;
  --note-btn-bg: #fff;
  --btn-close-color: #191919;
  --btn-close-border-color: transparent;
  --music-track-btn-bg: #e9ecef;
  --music-track-btn-hover-bg: #dadee2;
  --navbar-bg: #f8f9fa;
  --slider-runnable-track-bg: #e7e7f1;
  --slider-thumb-border-color: #fff;
  --slider-thumb-disabled: #aeb9c4;
  --icon-bg: #e9ecef;
  --testimonial-item-bg: #f5f5f9; 
  --testimonial-swiper-pagination-bullet: #dadee2;
  --testimonial-img-border: #ddd;
  --timeline-full-line: #dee2e6;
  --border-signature: #222222;
  --lot-box-border: #ddd;
  --lot-box-bg: #f8f9fa;
  --lot-container-border: #ccc;
  --lot-container-bg: #fff;
  --lot-item-bg: #f1f1f1;
  --lot-item-color: #3a3b3c;
}

[data-ac-theme=dark] {
  --dark-color: #4e4f50;
  --body-text-color: #9e9e9e;
  --heading-color: #f5f5f9;
  --bg-color: hsl(240, 2%, 12%);
  --header-icon-color: #ddd;
  --body-bg: #191919;
  --header-title-color: #f5f5f9;
  --toggle-btn-color: #ddd;
  --hr-color: #637381;
  --icon-color-theme-dark: #ddd;
  --nav-link-color: #ddd;
  --nav-link-hover-bg: #3a3b3c;
  --dropdown-item-color: #ddd;
  --notif-divider: rgba(255, 255, 255, .125);
  --offcanvas-icon-color: #f5f5f9;
  --border-color: hsl(0, 0%, 22%);
  --card-border-color: hsl(0, 0%, 22%);
  --light-gray: hsl(0, 0%, 84%);
  --card-header-border-bottom: hsl(0, 0%, 22%);
  --apexcharts-menu-item-hover-color: #fff;
  --apexcharts-menu-item-bg-color: #191919;
  --apexcharts-menu-text-color: #fff;
  --apexcharts-menu-text-color-hover: #191919;
  --text-color: hsl(0, 0%, 84%);
  --dropdown-border-color: hsl(0, 0%, 22%);
  --table-border-color: hsl(0, 0%, 22%);
  --apexcharts-label-color: hsl(0, 0%, 84%);
  --text-color-2: #9e9e9e;
  --profile-btn-bg: #3a3b3c;
  --profile-btn-bg-hover: #4e4f50;
  --profile-btn-bg-hover-text: #fff;
  --profile-btn-add-friend-text-color: #74b5ff;
  --profile-btn-add-friend-text-color-hover: #82bdff;
  --profile-btn-add-friend-bg: #233950;
  --profile-btn-add-friend-bg-hover: #394d62;
  --profile-img-border-color: hsl(240, 2%, 12%);
  --profile-btn-msg-color: #3a3b3c;
  --profile-btn-msg-icon-color: #fff;
  --carousel-btn-prev-next-icon-color: #fff;
  --carousel-btn-prev-next-bg: #3e4042;
  --carousel-btn-prev-next-bg-hover: #525355;
  --btn-default-bg: #3a4047;
  --btn-default-bg-hover: #3f474e;
  --form-check-bg: transparent;
  --note-icon-color: #fff;
  --note-btn-bg: #444;
  --btn-close-color: #9e9e9e;
  --btn-close-border-color: hsl(0, 0%, 22%);
  --music-track-btn-bg: hsl(0, 0%, 22%);
  --music-track-btn-hover-bg: hsl(0, 0%, 18%);
  --navbar-bg: hsl(240, 1%, 20%);
  --slider-runnable-track-bg: #444;
  --slider-thumb-border-color: #212b36;
  --slider-thumb-disabled: #5e5c5c;
  --icon-bg: hsl(0, 0%, 22%);
  --testimonial-item-bg: #191919; 
  --testimonial-swiper-pagination-bullet: rgba(255, 255, 255, 0.3);
  --testimonial-img-border: rgba(255, 255, 255, 0.12);
  --timeline-full-line: hsl(0, 0%, 22%);
  --border-signature: hsl(0, 0%, 22%);
  --lot-box-border: #444;
  --lot-box-bg: hsl(240, 1%, 20%);
  --lot-container-border: #9e9e9e;
  --lot-container-bg: hsl(240, 1%, 20%);
  --lot-item-bg: #525355;
  --lot-item-color: #ddd;
}

body {
  font-family: var(--font) !important;
  font-weight: normal;
  font-style: normal;
  color: var(--body-text-color);
  overflow-x: hidden;
  background: var(--body-bg);
  height: 100%;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--text-color);
}

ul li,
dl {
  color: var(--text-color);
}

.underline {
  text-decoration: underline;
}

p {
  color: var(--text-color-2) !important;
}

a {
  color: var(--primary-color);
}

a:hover {
  color: var(--primary-color-hover);
}

.text-decoration-none-hover:hover {
  text-decoration: underline !important;
}

hr {
  margin: 3px 0;
  color: inherit;
  border: 0;
  border-top: 1px solid var(--hr-color);
  opacity: .25
}

.pricing-hr {
  margin: 3px 0;
  color: inherit;
  border: 0;
  border-top: 1px solid #ddd !important;
  opacity: .25
}

/* ===== Blockquote ===== */

blockquote {
  background-color: var(--bg-color);
  border-left: 5px solid;
  margin: 0 0 1rem;
  padding: .5em .7rem
}

/* ===== Breadcrumb ===== */

.breadcrumb .breadcrumb-item {
  font-size: 15px;
}

.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: var(--primary-color);
}

.breadcrumb .breadcrumb-item a i {
  color: var(--primary-color);
}

.breadcrumb li i {
  color: var(--text-color-2);
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: var(--text-color-2);
  content: ""
}

/* ===== Text Color ===== */

.text-white {
  color: var(--white-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.text-danger {
  color: var(--danger-color) !important;
}

.text-warning {
  color: var(--warning-color) !important;
}

.text-info {
  color: var(--info-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-dark {
  color: var(--dark-color) !important;
}

.text-light-gray {
  color: var(--light-gray);
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-color {
  color: var(--text-color) !important;
}

.text-color-2 {
  color: var(--text-color-2) !important;
}

.text-bg-primary {
  color: var(--primary-color) !important;
  background-color: #fff !important;
}

.text-bg-secondary {
  color: var(--secondary-color) !important;
  background-color: #fff !important;
}

.text-bg-success {
  color: var(--success-color) !important;
  background-color: #fff !important;
}

.text-bg-danger {
  color: var(--danger-color) !important;
  background-color: #fff !important;
}

.text-bg-warning {
  color: var(--warning-color) !important;
  background-color: #fff !important;
}

.text-bg-info {
  color: var(--info-color) !important;
  background-color: #fff !important;
}

.text-bg-light {
  color: var(--light-color) !important;
  background-color: #fff !important;
}

.text-bg-dark {
  color: var(--dark-color) !important;
  background-color: #fff !important;
}

/* ===== Others ===== */

.align-middle {
  vertical-align: middle !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor {
  cursor: pointer;
}

.width-100 {
  width: 100px !important;
}

.width-200 {
  width: 200px !important;
}

.ac-background {
  background-color: var(--bg-color) !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.style-italic {
  font-style: italic !important;
}

.btn-close:focus {
  box-shadow: none;
}

.btn-block {
  display: block;
  width: 100%
}

.icon-bg {
  background-color: var(--icon-bg) !important;
}

.icon-bg i {
  font-size: 30px;
}

.icon-bg:hover i {
  color: var(--primary-color);
}

.footer-demo-bg {
  background-color: var(--bg-color);
}

/* ===== Background Colors ===== */

.ac-bg-white {
  background-color: var(--white-color) !important;
}

.ac-bg-primary {
  background-color: var(--primary-color) !important;
}

.ac-bg-success {
  background-color: var(--success-color) !important;
}

.ac-bg-secondary {
  background-color: var(--secondary-color) !important;
}

.ac-bg-danger {
  background-color: var(--danger-color) !important;
}

.ac-bg-warning {
  background-color: var(--warning-color) !important;
}

.ac-bg-info {
  background-color: var(--info-color) !important;
}

.ac-bg-light {
  background-color: var(--light-color) !important;
}

.ac-bg-dark {
  background-color: var(--dark-color) !important;
}

.ac-bg-blue {
  background-color: #0062d2 !important;
}

.ac-bg-orange {
  background-color: #fa6900 !important;
}

.ac-bg-teal {
  background-color: #008080 !important;
}

.ac-bg-maroon {
  background-color: #800000 !important;
}

.ac-bg-aqua {
  background-color: #00FFFF !important;
}

.ac-bg-coral {
  background-color: #FF7F50 !important;
}

.ac-bg-salmon {
  background-color: #FA8072 !important;
}

.ac-bg-crimson {
  background-color: #DC143C !important;
}

.ac-bg-gold {
  background-color: #FFD700 !important;
}

.ac-bg-indigo {
  background-color: #4B0082 !important;
}

.ac-bg-turquoise {
  background-color: #40E0D0 !important;
}

.ac-bg-lavender {
  background-color: #E6E6FA !important;
}

.ac-bg-plum {
  background-color: #DDA0DD !important;
}

.ac-bg-chocolate {
  background-color: #D2691E !important;
}

.ac-bg-khaki {
  background-color: #F0E68C !important;
}

.ac-bg-orchid {
  background-color: #DA70D6 !important;
}

.ac-bg-periwinkle {
  background-color: #CCCCFF !important;
}

.ac-bg-mint {
  background-color: #98FF98 !important;
}

.ac-bg-azure {
  background-color: #007FFF !important;
}

.ac-bg-beige {
  background-color: #F5F5DC !important;
}

.ac-bg-peach {
  background-color: #FFE5B4 !important;
}

.ac-bg-seaGreen {
  background-color: #2E8B57 !important;
}

.ac-bg-slateGray {
  background-color: #708090 !important;
}

.ac-bg-tomato {
  background-color: #FF6347 !important;
}

.ac-bg-st-white {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: var(--white-color) !important;
}

.ac-bg-st-primary {
  background-color: rgba(0, 137, 143, 0.2) !important;
  color: var(--primary-color) !important;
}

.ac-bg-st-success {
  background-color: rgba(2, 160, 103, 0.2) !important;
  color: var(--success-color) !important;
}

.ac-bg-st-secondary {
  background-color: rgba(99, 115, 129, 0.2) !important;
  color: var(--secondary-color) !important;
}

.ac-bg-st-danger {
  background-color: rgba(226, 61, 77, 0.2) !important;
  color: var(--danger-color) !important;
}

.ac-bg-st-warning {
  background-color: rgba(251, 181, 0, 0.2) !important;
  color: var(--warning-color) !important;
}

.ac-bg-st-info {
  background-color: rgba(0, 171, 207, 0.2) !important;
  color: var(--info-color) !important;
}

.ac-bg-st-light {
  background-color: rgba(190, 195, 199, 0.2) !important;
  color: var(--light-color) !important;
}

.ac-bg-st-dark {
  background-color: rgba(33, 43, 54, 0.2) !important;
  color: var(--dark-color) !important;
}

.ac-bg-transparent {
  background: transparent !important;
}

/* ===== Border Colors ===== */

.ac-border-primary {
  border: 1px solid var(--primary-color) !important;
}

.ac-border-primary-2 {
  border: 2px solid var(--primary-color) !important;
}

.ac-border-primary-3 {
  border: 3px solid var(--primary-color) !important;
}

.ac-border-primary-4 {
  border: 4px solid var(--primary-color) !important;
}

.ac-border-primary-5 {
  border: 5px solid var(--primary-color) !important;
}

.ac-border-success {
  border: 1px solid var(--success-color) !important;
}

.ac-border-secondary {
  border: 1px solid var(--secondary-color) !important;
}

.ac-border-danger {
  border: 1px solid var(--danger-color) !important;
}

.ac-border-warning {
  border: 1px solid var(--warning-color) !important;
}

.ac-border-info {
  border: 1px solid var(--info-color) !important;
}

.ac-border-light {
  border: 1px solid var(--light-color) !important;
}

.ac-border-dark {
  border: 1px solid var(--dark-color) !important;
}

.ac-border-st-primary {
  border: 5px solid rgba(0, 137, 143, 0.2) !important;
}

.ac-border-st-success {
  border: 5px solid rgba(2, 160, 103, 0.3) !important;
}

.ac-border-st-secondary {
  border: 5px solid rgba(99, 115, 129, 0.3) !important;
}

.ac-border-st-danger {
  border: 5px solid rgba(226, 61, 77, 0.3) !important;
}

.ac-border-st-warning {
  border: 5px solid rgba(251, 181, 0, 0.3) !important;
}

.ac-border-st-info {
  border: 5px solid rgba(0, 171, 207, 0.3) !important;
}

.ac-border-st-light {
  border: 5px solid rgba(190, 195, 199, 0.3) !important;
}

.ac-border-st-dark {
  border: 5px solid rgba(33, 43, 54, 0.3) !important;
}

.border {
  border: 1px solid var(--border-color) !important;
}

.border-top {
  border-top: 1px solid var(--border-color) !important;
}

.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}

.border-bottom-transparent {
  border-bottom: transparent !important;
}

.border-left {
  border-left: 1px solid var(--border-color) !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-right {
  border-right: 1px solid var(--border-color) !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-dotted {
  border: 1px dotted var(--border-color) !important;
}

.border-dashed {
  border: 1px dashed var(--border-color) !important;
}

.border-primary {
  border-color: var(--primary-color) !important;
}

.border-secondary {
  border-color: var(--secondary-color) !important;
}

.border-success {
  border-color: var(--success-color) !important;
}

.border-danger {
  border-color: var(--danger-color) !important;
}

.border-warning {
  border-color: var(--warning-color) !important;
}

.border-info {
  border-color: var(--info-color) !important;
}

.border-light {
  border-color: var(--light-color) !important;
}

.border-dark {
  border-color: var(--dark-color) !important;
}

/* ===== Border Radius ===== */

.border-radius-0 {
  border-radius: 0 !important;
}

.border-radius-1 {
  border-radius: 20px !important;
}

.border-radius-2 {
  border-radius: 15px !important;
}

.border-radius-3 {
  border-radius: 10px !important;
}

.border-radius-4 {
  border-radius: 6px !important;
}

.border-radius-5 {
  border-radius: 4px !important;
}

.border-radius-6 {
  border-radius: 6px !important;
}

.border-radius-8 {
  border-radius: 8px !important;
}

.border-radius-12 {
  border-radius: 12px !important;
}

.border-radius-16 {
  border-radius: 16px !important;
}

.border-radius-50 {
  border-radius: 50% !important;
}

/* ===== Badge ===== */

.ac-badge {
  --badge-padding-x: 0.65em;
  --badge-padding-y: 0.35em;
  --badge-font-size: 0.75em;
  --badge-font-weight: 600;
  --badge-color: #fff;
  --badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--badge-padding-y) var(--badge-padding-x);
  font-size: var(--badge-font-size);
  font-weight: var(--badge-font-weight);
  line-height: 1;
  color: var(--badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--badge-border-radius)
}

.badge-2 {
  --badge-padding-x: 0.65em;
  --badge-padding-y: 0.35em;
  --badge-font-size: 0.75em;
  --badge-font-weight: 600;
  --badge-color: #fff;
  --badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--badge-padding-y) var(--badge-padding-x);
  font-size: var(--badge-font-size);
  font-weight: var(--badge-font-weight);
  line-height: 1;
  color: var(--badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--badge-border-radius)
}

/* ===== Font Sizes ===== */

.sfs-10 {
  font-size: 10px !important;
}

.sfs-11 {
  font-size: 11px !important;
}

.sfs-12 {
  font-size: 12px !important;
}

.sfs-13 {
  font-size: 13px !important;
}

.sfs-14 {
  font-size: 14px !important;
}

.sfs-15 {
  font-size: 15px !important;
}

.mfs-16 {
  font-size: 16px !important;
}

.mfs-17 {
  font-size: 17px !important;
}

.mfs-18 {
  font-size: 18px !important;
}

.mfs-19 {
  font-size: 19px !important;
}

.mfs-20 {
  font-size: 20px !important;
}

.mfs-22 {
  font-size: 22px !important;
}

.mfs-24 {
  font-size: 24px !important;
}

.mfs-26 {
  font-size: 26px !important;
}

.mfs-28 {
  font-size: 28px !important;
}

.mfs-30 {
  font-size: 30px !important;
}

.mfs-40 {
  font-size: 40px !important;
}

.mfs-50 {
  font-size: 50px !important;
}

/* ===== Font Weight ===== */

.fw-normal {
  font-weight: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-bold {
  font-weight: bold !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.no-scroll {
  overflow: hidden;
}

/* ===== Tables ===== */

.table {
  border: 1px solid var(--table-border-color);
}

.table thead th {
  background-color: var(--bg-color) !important;
  font-weight: 600;
  color: var(--text-color);
}

.table tfoot th {
  background-color: var(--bg-color) !important;
  font-weight: 600;
  color: var(--text-color);
}

.table tbody td {
  background-color: var(--bg-color) !important;
  font-weight: 500;
  color: var(--text-color);
  vertical-align: middle;
}

.table-group-divider {
  border-top: calc(1px * 2) solid var(--border-color) !important
}

/* ===== Images Size and Border ===== */

.img-container {
  position: relative;
}

.img-xs {
  max-width: 20px;
  width: 20px;
  object-fit: cover;
}

.img-sm {
  width: 35px;
  object-fit: cover;
}

.img-md {
  width: 50px;
  object-fit: cover;
}

.img-md-75 {
  width: 70px;
  object-fit: cover;
}

.img-lg {
  width: 100px;
  object-fit: cover;
}

.img-xl {
  width: 125px;
  object-fit: cover;
}

.img-xxl {
  width: 150px;
  object-fit: cover;
}

.img-xxxl {
  width: 175px;
  object-fit: cover;
}

.img-post {
  width: 45px;
  object-fit: cover;
}

.online {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #31a24c;
  border: 2px solid var(--bg-color);
}

.online_modal {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #31a24c;
  border: 2px solid var(--bg-color);
}

.img-border-1 {
  border: 5px solid #ddd;
}

.img-border-2 {
  border: 4px solid #ddd;
}

.img-border-3 {
  border: 3px solid #ddd;
}

.img-border-4 {
  border: 2px solid #ddd;
}

.img-border-5 {
  border: 1px solid #ddd;
}

.img-rounded {
  border-radius: 50%;
}

/* ===== Custom Card ===== */

.ac-card {
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 1.5rem;
}

.ac-card .card-header {
  background: transparent;
  border-bottom: 1px solid var(--card-header-border-bottom);
}

.ac-card .card-header {
  color: var(--text-color);
}

.ac-card .card-header h6 {
  color: var(--header-title-color);
}

.card-title {
  color: var(--text-color);
}

.card-subtitle {
  color: var(--text-color-2);
}

.card-link {
  color: var(--primary-color);
}

.card-link:hover {
  color: var(--primary-color-hover);
}

.ac-card .card-footer {
  background: transparent;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-top: 1px solid var(--card-header-border-bottom);
}

/* ===== List group ===== */

.list-group {
  margin-bottom: 1.5rem;
}

.list-group-item {
  background-color: var(--bg-color);
  color: var(--text-color);
  border: 1px solid var(--border-color);
}

.list-group-item.active {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

[data-ac-theme=dark] .list-group-item.active:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

[data-ac-theme=dark] .list-group-item.disabled {
  color: var(--text-color-2);
  background: transparent;
}

[data-ac-theme=dark] .list-group-item-action:hover {
  color: #dee2e6;
  background-color: hsl(0, 0%, 22%);
}


/* ===== Button default ===== */

.btn-default {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  ;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  background-color: var(--btn-default-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-default:hover {
  background-color: var(--btn-default-bg-hover);
}

/* ===== Dropdown ===== */

.dropdown-menu {
  background-color: var(--bg-color) !important;
  border: 1px solid var(--border-color);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .dropdown-item {
  color: var(--text-color);
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--nav-link-hover-bg);
}

.dropdown-menu .dropdown-item i {
  font-size: 20px;
}

/* ===== Header ===== */

.header {
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: var(--bg-color);
  color: var(--dark-color);
  display: flex;
  align-items: center;
  padding: 0 8px;
  z-index: 1002;
  margin-left: 250px;
  border-bottom: 1px solid var(--border-color);
  transition: all 0.2s ease-in-out;
}

.header.sidebar-collapsed {
  margin-left: 0;
}

.header .toggle-btn {
  border: none;
  border-radius: 5px;
  background: transparent;
  padding: 0;
}

.header .toggle-btn i {
  font-size: 22px;
  transition: transform 0.3s ease;
  color: var(--toggle-btn-color);
}

.header .greetings {
  color: var(--toggle-btn-color);
}

.header .header-icon {
  font-size: 20px;
  color: var(--header-icon-color);
  margin-right: 20px;
}

.header .profile {
  width: 100%;
  position: relative;
}

.header .profile-name {
  white-space: normal;
  overflow-wrap: break-word;
}

.header .profile img {
  border-radius: 50%;
  width: 30px;
  padding-bottom: 3px;
}

.header .img-container .btn-camera {
  position: absolute;
  bottom: 1px;
  right: 45px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: none;
  transition: all 0.2s ease;
  text-align: center;
  color: white;
}

.header .img-container .btn-camera:hover {
  background-color: var(--primary-color-hover);
}

.header .dropdown .dropdown-menu {
  background-color: var(--bg-color);
  border: none;
  margin-top: 19px !important;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 200px;
  border: 1px solid var(--dropdown-border-color) !important;
  padding-bottom: 0;
}

.header .dropdown .dropdown-menu .dropdown-item {
  color: var(--dropdown-item-color);
  font-size: 16px;
  padding: 10px 1rem !important;
}

.header .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: var(--nav-link-hover-bg) !important;
}

.header .dropdown .dropdown-menu .dropdown-item i {
  font-size: 20px !important;
}

.header .dropdown .dropdown-menu-notif {
  margin-top: 15px !important;
  width: 350px;
  position: relative;
  border: 1px solid var(--dropdown-border-color);
}

.header .dropdown .dropdown-menu-notif .new-notif {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #007FFF;
  margin-right: 5px;
}

.header .dropdown .dropdown-menu .notification-header {
  padding: 5px 17px;
}

.header .dropdown .dropdown-menu .notification-header h6 {
  color: var(--heading-color);
}

.header .dropdown .dropdown-menu .notification-header .badge {
  display: inline-block;
  padding: 0.65em 0.85em;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
  color: var(--primary-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50%;
  margin-bottom: 8px;
}

.header .dropdown .dropdown-menu .notification-header .notification-badge {
  background-color: rgba(0, 137, 143, 0.2);
}

.header .dropdown .dropdown-menu-notif li {
  border-bottom: 1px solid var(--notif-divider);
  padding-top: 5px;
  padding-bottom: 5px;
}

.header .dropdown .dropdown-menu-notif .notification-img {
  margin-right: 15px;
}

.header .dropdown .dropdown-menu-notif .notification-img img {
  border-radius: 50%;
  width: 50px !important;
}

.header .dropdown .dropdown-menu-notif .dropdown-item .notification-title {
  flex-grow: 1;
}

.header .dropdown .dropdown-menu-notif .dropdown-item p {
  font-size: 13px;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  margin-bottom: 0;
}

.header .dropdown .dropdown-menu-notif .dropdown-item span {
  font-size: 12px;
  color: #9e9e9e;
}

@media (max-width: 767px) {
  .header {
    padding: 0 8px;
    margin-left: 0;
  }

  .header .header-icon {
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .header {
    padding: 0 8px;
  }
}

/* ===== UI Settings ===== */

.offcanvas-ui-settings {
  background-color: var(--bg-color);
}

.offcanvas-ui-settings .offcanvas-title {
  color: var(--text-color);
}

.offcanvas-ui-settings .offcanvas-btn-close {
  box-sizing: content-box;
  width: 1.5em;
  height: 1.5em;
  padding: .25em .25em;
  border: 0;
  border-radius: .375rem;
  background: transparent;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--header-title-color);
}

.offcanvas-ui-settings .offcanvas-btn-close i {
  font-size: 28px;
}

.offcanvas-ui-settings .item-title {
  color: var(--header-title-color);
  margin-bottom: 15px;
}

.offcanvas-ui-settings .icon-box {
  justify-content: center;
  border-radius: 5px;
  padding: 15px 0 15px;
  background: transparent;
  font-size: 25px;
  border: 1px solid var(--border-color);
  margin-bottom: 5px;
}

.offcanvas-ui-settings .icon-box a {
  text-decoration: none;
  color: var(--offcanvas-icon-color);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.offcanvas-ui-settings .icon-box:hover {
  border: 1px solid var(--primary-color);
}

.offcanvas-ui-settings .icon-box:hover a {
  color: var(--primary-color);
}

.offcanvas-ui-settings .icon-box.active {
  border: 1px solid var(--primary-color);
}

.offcanvas-ui-settings .icon-box.active a {
  color: var(--primary-color);
}

.offcanvas-ui-settings .item-name {
  font-size: 14px;
  text-align: center;
  color: var(--body-text-color);
}

.offcanvas-ui-settings .sidebar-header-type ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.offcanvas-ui-settings .sidebar-header-type ul li {
  display: inline-block;
}

.offcanvas-ui-settings .sidebar-header-type ul li a {
  display: block;
  border: 1px solid var(--border-color);
  padding: 10px 15px 10px;
  border-radius: 5px;
  text-decoration: none;
  margin-right: 5px;
  color: var(--header-title-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.offcanvas-ui-settings .sidebar-header-type ul li a:hover {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.offcanvas-ui-settings .social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.offcanvas-ui-settings .social-links ul li {
  display: inline-block;
}

.offcanvas-ui-settings .social-links ul li a {
  display: flex;
  border: 1px solid var(--border-color);
  padding: 8px;
  border-radius: 5px;
  text-decoration: none;
  align-items: center;
  margin-right: 5px;
  color: var(--header-title-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.offcanvas-ui-settings .social-links ul li a i {
  font-size: 22px;
}

.offcanvas-ui-settings .social-links ul li a:hover {
  color: var(--white);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.offcanvas-ui-settings .reset-btn {
  position: fixed;
  bottom: 1.5rem;
  z-index: 101;
  right: 1.5rem;
  float: right;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

/* ===== Sidebar ===== */

.sidebar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 250px;
  height: 100%;
  background-color: var(--bg-color);
  transition: all 0.3s ease;
  overflow: scroll;
  border-right: 1px solid var(--border-color);
}

.sidebar .title-box {
  height: 60px;
}

.sidebar .title-box .header-title {
  text-align: center;
  padding: 15px;
  color: var(--header-title-color);
}

.sidebar.collapsed {
  transform: translateX(-250px);
}

.sidebar::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.sidebar::-webkit-scrollbar-thumb {
  background: transparent;
}

[data-ac-theme=dark] .sidebar::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

[data-ac-theme=dark] .sidebar::-webkit-scrollbar-thumb {
  background: transparent;
}

@media (max-width: 767px) {
  .sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    padding-top: 60px;
    width: 250px;
    margin-left: 250px;
    height: 100vh;
    background-color: var(--bg-color);
    transition: all 0.3s ease;
  }

  .sidebar.collapsed {
    display: block;
  }
}

.dim-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: opacity 0.3s ease;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.dim-overlay.show {
  display: block;
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dim-overlay.show {
    opacity: 0;
  }
}

.sidebar .form-control {
  background-color: var(--bg-color) !important;
  border: 1px solid var(--border-color);
  color: var(--body-text-color);
}

.sidebar .form-control:focus {
  color: var(--text-color);
  background-color: var(--bg-color);
  border-color: var(--primary-color);
  outline: 0;
}

.sidebar .form-control::placeholder {
  color: var(--body-text-color);
}

.sidebar .nav .menu-header {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}

.sidebar .nav .menu-header-text {
  color: var(--menu-header-text-color);
  padding-right: 1rem;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.sidebar .nav .menu-header-line {
  flex-grow: 1;
  height: 1px;
  background-color: var(--menu-header-text-color);
  max-width: 20px;
  margin-right: 8px;
}

.sidebar .nav-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 3px;
}

.sidebar .nav-link {
  color: var(--nav-link-color);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  font-size: 15px;
}

.sidebar .nav-link.active-collapse {
  background-color: var(--nav-link-hover-bg);
  color: var(--nav-link-color);
  transition: background-color 0.3s ease;
}

.sidebar .nav-link:hover {
  background-color: var(--nav-link-hover-bg);
  border-radius: 6px;
  color: var(--nav-link-color);
}

.sidebar .nav-link.active {
  background-color: var(--primary-color);
  border-radius: 6px;
  color: var(--white);
  font-weight: 600;
}

.sidebar .nav-link.active:hover {
  background-color: var(--primary-color);
}

.sidebar .nav-link i {
  margin-right: .5rem;
  font-size: 20px;
}

.sidebar .nav-item .collapse {
  transition: height 0.3s ease;
}

.sidebar .nav-item .collapse.show {
  display: block;
}

.sidebar .nav-link .collapse-arrow {
  transition: transform 0.3s ease;
  margin-right: -10px;
}

.sidebar .nav-link.collapsed .collapse-arrow {
  transform: rotate(0deg);
}

.sidebar .nav-link:not(.collapsed) .collapse-arrow {
  transform: rotate(90deg);
}

.sidebar .nav-link.active .collapse-arrow {
  transform: rotate(90deg);
}

.sidebar .sub-menu .nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  margin-left: -10px;
}

.sidebar .sub-menu .sub-item:hover {
  background-color: var(--nav-link-hover-bg);
  color: var(--nav-link-color);
  transition: background-color 0.3s ease;
  margin-top: 3px;
  border-radius: 6px;
}

.sidebar .sub-menu .sub-item:hover .nav-link {
  background: transparent;
}

.sidebar .sub-menu .nav-link.sub-active {
  color: var(--primary-color);
  font-weight: 600;
}

.sidebar .sub-menu .sub-item {
  margin-top: 3px;
}

.sidebar .sub-menu .sub-item:last-child {
  margin-bottom: 0;
}

/* ===== Layouts ===== */

/* Layout boxed */

.layout-boxed .page {
  margin: 0 auto;
  max-width: 1300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.layout-boxed .page .toggle-btn {
  display: none;
}

.layout-boxed .page .header {
  max-width: 1300px;
}

.layout-boxed .page .sidebar {
  left: inherit;
}

@media (max-width: 767px) {
  .layout-boxed .page .toggle-btn {
    display: block;
  }
}

/* Layout horizontal */

.layout-horizontal .page .header {
  padding-top: 2px;
  padding-left: 70px;
  padding-right: 68px;
  margin-left: 0;
}

.layout-horizontal .page .header .header-title {
  max-width: 210px;
  display: flex;
  align-items: center;
  color: var(--header-title-color);
  padding-top: 7px;
}

.navbar-toggler-icon {
  height: 2px;
  width: 1.25em;
  background: currentColor;
  border-radius: 10px;
  transition: top .2s .2s, bottom .2s .2s, transform .2s, opacity 0s .2s;
  position: relative;
  color: var(--text-color);
}

@media (prefers-reduced-motion:reduce) {
  .navbar-toggler-icon {
    transition: none
  }
}

.navbar-toggler-icon:after, .navbar-toggler-icon:before {
  content: "";
  display: block;
  height: inherit;
  width: inherit;
  border-radius: inherit;
  background: inherit;
  position: absolute;
  left: 0;
  transition: inherit
}

@media (prefers-reduced-motion:reduce) {
  .navbar-toggler-icon:after, .navbar-toggler-icon:before {
    transition: none
  }
}

.navbar-toggler-icon:before {
  top: -.45em
}

.navbar-toggler-icon:after {
  bottom: -.45em
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  transform: rotate(45deg);
  transition: top .3s, bottom .3s, transform .3s .3s, opacity 0s .3s
}

@media (prefers-reduced-motion:reduce) {
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    transition: none
  }
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
  top: 0;
  transform: rotate(-90deg)
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  bottom: 0;
  opacity: 0
}

.layout-horizontal .page .navbar {
  background-color: var(--bg-color);
  border-bottom: 1px solid var(--border-color);
}

.layout-horizontal .page .navbar .nav-link {
  color: var(--text-color) !important;
  font-size: 15px;
}

.layout-horizontal .page .navbar-nav .nav-item.active {
  border-bottom: 2px solid var(--primary-color) !important;
  margin-bottom: -.50rem;
}

.layout-horizontal .page .navbar .nav-link:hover {
  color: var(--primary-color) !important;
}

.layout-horizontal .page .navbar .nav-icon {
  font-size: 20px;
}

.layout-horizontal .page .navbar-nav .nav-item.active .dropdown-menu {
  margin-top: 2px;
}

.layout-horizontal .page .navbar-nav .nav-item.active .dropdown-menu .dropdown-item.active {
  background-color: rgba(0, 137, 143, 0.2);
  color: var(--primary-color);
}

.layout-horizontal .page .navbar-nav .dropdown-menu {
  margin-top: 8px;
}

.layout-horizontal .page .navbar-nav .dropdown-menu .dropdown-item {
  padding-left: 9px;
  font-size: 15px;
}

.layout-horizontal .page .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: var(--primary-color);
  background: transparent;
}

.layout-horizontal .page .navbar-nav .dropdown-menu .dropdown-item:focus {
  color: var(--primary-color-hover);
  background: transparent;
}

.layout-horizontal .page .navbar-nav .dropdown-menu li {
  padding-bottom: .30rem;
}

.layout-horizontal .page .dropdown-submenu {
  position: relative;
}

.layout-horizontal .page .dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: -17px;
  z-index: 1001;
}

.layout-horizontal .page .dropdown-submenu .dropdown-menu .dropdown-item {
  font-size: 15px;
}

.layout-horizontal .page .dropdown-menu.show {
  display: block;
}

.layout-horizontal .page .rotate-icon {
  transform: rotate(270deg);
  transition: transform 0.3s ease-in-out;
}

.layout-horizontal .page .rotate-90 {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .layout-horizontal .page .navbar-collapse {
    margin: 0 8px;
  }

  .layout-horizontal .page .dropdown-menu {
    margin-top: 0;
    background: transparent;
    box-shadow: none;
  }

  .layout-horizontal .page .navbar-nav .nav-item.active {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .layout-horizontal .page .navbar-nav .nav-item.active .nav-link {
    color: var(--primary-color) !important;
  }

  .layout-horizontal .page .navbar {
    margin-top: -18px;
  }

  .layout-horizontal .page .navbar .navbar-collapse  {
    margin-top: 18px !important;
  }

  .layout-horizontal .page .dropdown-submenu .dropdown-menu {
    left: 50% !important;
    top: 0;
  }

  .layout-horizontal .page .header {
    padding: 0 8px !important;
  }

  .layout-horizontal .page .header .header-title {
    display: block;
  }

  .layout-horizontal .page .rotate-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
  }

  .justify-content-between-sm {
    justify-content: space-between !important;
  }

  .layout-horizontal .page .navbar .search {
    width: 100% !important;
  }

  .layout-horizontal .page .header .header-icon {
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .layout-horizontal .page .navbar-collapse {
    margin: 0 8px !important;
  }

  .layout-horizontal .page .navbar-nav .nav-item.active {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .layout-horizontal .page .navbar {
    margin-top: -18px;
  }

  .layout-horizontal .page .navbar .navbar-collapse  {
    margin-top: 18px !important;
  }

  .layout-horizontal .page .navbar-nav .nav-item.active .nav-link {
    color: var(--primary-color) !important;
  }

  .justify-content-between-sm {
    justify-content: space-between !important;
  }

  .layout-horizontal .page .dropdown-submenu .dropdown-menu {
    left: 75%;
    top: 0;
  }

  .layout-horizontal .page .rotate-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
  }

  .layout-horizontal .page .header {
    padding: 0 8px !important;
  }

  .layout-horizontal .page .header .header-title {
    display: block;
    padding-top: 10px;
  }

  .layout-horizontal .page .navbar .search {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .layout-horizontal .page .header {
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .layout-horizontal .page .header {
    padding: 0 8px !important;
  }
}

@media (max-width: 1399px) {
  .layout-horizontal .page .header {
    padding: 0 8px !important;
  }
}

.layout-horizontal .page .main-content {
  margin-left: 0;
}

.layout-horizontal .page .navbar .search {
  width: 25%;
}

.layout-horizontal .page .navbar .form-control-sm {
  background-color: var(--bg-color) !important;
  border: 1px solid var(--border-color);
  color: var(--body-text-color);
}

.layout-horizontal .page .navbar .form-control-sm:focus {
  color: var(--text-color);
  background-color: var(--bg-color);
  border-color: var(--primary-color);
  outline: 0;
}

.layout-horizontal .page .navbar .form-control-sm::placeholder {
  color: var(--body-text-color);
}

.layout-horizontal .page .footer {
  margin-left: 0;
}

/* Layout fluid horizontal */

.layout-fluid-horizontal .page .header {
  padding-left: 10px;
  padding-right: 8px;
}

.layout-fluid-horizontal .page .navbar {
  padding-right: 8px;  
}

@media (max-width: 767px) {
  .layout-fluid-horizontal .page .navbar {
    padding-right: 0;  
  }
}

.layout-fluid-horizontal .page .footer {
  padding: 0 10px;
}

/* Layout fixed header */

.layout-fixed-header .page .header {
  position: fixed;
}

.layout-fixed-header .page .sidebar {
  height: 100%;
  overflow-y: auto; 
}

.layout-fixed-header .page .sidebar .title-box {
  height: 60px;
  width: 100%;
  position: fixed;
  z-index: 1002;
  width: 250px;
}

.layout-fixed-header .page .sidebar .title-box.scrolled {
  border-bottom: 1px solid var(--border-color); 
  background-color: inherit;
}

.layout-fixed-header .page .sidebar .title-box .header-title {
  text-align: center;
  padding: 15px;
  color: var(--header-title-color);
}

.layout-fixed-header .page .sidebar .title-box.visible {
  display: block; 
  border-bottom: 1px solid var(--border-color);
  background-color: inherit;
}

.layout-fixed-header .page .sidebar .form-control {
  margin-top: 60px;
}

.layout-fixed-header .page .main-content {
  margin-top: 60px;
}

/* Layout fixed sidebar & header */

.layout-fixed-sidebar-header .page .header,
.layout-fixed-sidebar-header .page .sidebar {
  position: fixed;
}

.layout-fixed-sidebar-header .page .main-content {
  margin-top: 60px;
}

/* Layout fixed footer */

.layout-fixed-footer .page .footer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 101;
  border-top: 1px solid var(--border-color);
}

.layout-fixed-footer .page .main-content {
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .layout-fixed-footer .page .main-content {
    margin-bottom: 80px;
  }
}

/* ===== Switcher Color ===== */

.color-switcher ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.color-switcher ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
}

.color-switcher ul li a {
  height: 30px;
  width: 30px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
  margin-right: 2px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.color-switcher ul li a i {
  color: #fff;
}

.color-switcher ul .btn-reset {
  background-color: var(--danger-color);
  color: var(--white);
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 10px;
  height: auto;
  width: auto;
}

/* ===== Page ===== */

.page {
  position: relative;
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ===== Main Content ===== */

.main-content {
  flex: 1;
  /* margin: 60px 0 5px 250px; */
  margin: 0 0 5px 250px;
  padding: 20px 8px 0 8px;
  transition: margin-left 0.3s ease, width 0.3s ease;
}

.main-content.sidebar-collapsed {
  margin-left: 0;
  margin-right: 0;
}

.main-content .page-title {
  color: var(--header-title-color);
}

@media (max-width: 767px) {
  .main-content {
    width: 100%;
    margin-left: 0;
  }

  .main-content.sidebar-collapsed {
    width: 100%;
  }
}

/* ===== Footer ===== */

.footer {
  background-color: var(--bg-color);
  bottom: 0;
  right: 0;
  z-index: 101;
  margin-left: 250px;
  transition: all 0.3s ease-in-out;
  padding: 0 8px;
  border-top: 1px solid var(--border-color);
}

.footer.sidebar-collapsed {
  margin-left: 0;
}

.footer a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 500;
}

.footer a:hover {
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .footer {
    flex-direction: column;
    margin-left: 0;
  }

  .footer .version {
    order: 2;
    padding-top: 0;
  }

  .footer p:first-child {
    order: 1;
    font-size: 14px !important;
    margin-bottom: 5px;
  }
}

/* ===== Ecommerce Dashboard ===== */

.card-info {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 0.375rem;
  background-color: var(--bg-color);
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding: 1rem;
  position: relative;
  width: 100%;
  border: 1px solid var(--card-border-color);
  margin-bottom: 1.5rem;
}

.card-info .card-box-icon {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  justify-content: center;
  border-radius: 50%;
}

.card-info .card-box-icon i {
  font-size: 22px;
  color: var(--white);
}

.card-info .info-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
}

.card-info .info-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}

.card-info .info-number {
  display: block;
  margin-top: 0.25rem;
  font-weight: 700;
  font-size: 22px;
  color: var(--text-color);
}

.sales .year-list {
  background-color: var(--bg-color);
  border: 1px solid var(--card-header-border-bottom);
  color: var(--light-gray);
}

.sales .year-list:focus {
  box-shadow: none;
}

.sales .form-control {
  background-color: var(--bg-color) !important;
  border: 1px solid var(--border-color);
  padding: 3px 6px 3px 10px;
  color: var(--text-color);
  max-width: 180px;
}

.sales .form-control:focus {
  color: var(--text-color);
  background-color: var(--bg-color);
  border-color: var(--primary-color);
  outline: 0;
}

.sales .form-control::placeholder {
  color: var(--body-text-color);
  font-size: 14px;
}

.sales .user-list {
  list-style: none;
  padding-left: 0;
}

.sales .user-list li {
  border: 1px solid var(--border-color);
  padding: 0 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}

.sales .user-list li:hover {
  border: 1px solid var(--primary-color);
}

.sales .user-list li:last-child {
  margin-bottom: 0;
}

.sales .user-list a {
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}

.sales .user-list a:hover h6 {
  color: var(--primary-color);
}

.sales .user-list p {
  color: var(--body-text-color);
}

.sales .card-transaction a {
  color: var(--text-color);
}

.sales .card-transaction a:hover {
  color: var(--primary-color);
}

/* Apex Chart Theme */

.apexcharts-legend-text {
  color: var(--apexcharts-label-color) !important;
}

.apexcharts-xaxis-label {
  fill: var(--apexcharts-label-color) !important;
}

.apexcharts-yaxis-label {
  fill: var(--apexcharts-label-color) !important;
}

.apexcharts-toolbar .apexcharts-menu {
  background-color: var(--apexcharts-menu-item-bg-color);
  color: var(--apexcharts-menu-text-color);
}

.apexcharts-toolbar .apexcharts-menu-item:hover {
  background-color: var(--apexcharts-menu-item-hover-color);
  color: var(--apexcharts-menu-text-color-hover);
}

.apexcharts-gridline {
  stroke: var(--border-color);
  stroke-width: 1;
  stroke-dasharray: 4;
}

.apexcharts-gridlines-horizontal .apexcharts-gridline {
  stroke: var(--border-color);
}

.apexcharts-gridlines-vertical .apexcharts-gridline {
  stroke: var(--border-color);
  stroke-dasharray: 8;
}

.apexcharts-title-text {
  fill: var(--text-color);
  font-family: var(--font) !important;
  font-weight: 700;
}

.apexcharts-subtitle-text {
  fill: var(--text-color);
}

.apexcharts-xaxis-title-text {
  fill: var(--text-color);
  font-weight: bold;
}

.apexcharts-yaxis-title-text {
  fill: var(--text-color);
  font-weight: bold;
}

.project-chart .apexcharts-line {
  stroke: #ff5436
}

.sales .today-visitor-card {
  background-color: var(--primary-color);
  z-index: 1;
}

.sales .today-visitor-card .icon-box {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  padding: 8px 12px;
  width: 50px;
  height: 50px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  text-align: center;
  justify-content: center;
}

.sales .today-visitor-card .shape {
  position: absolute;
  z-index: -1;
  opacity: 0.8;
}

.sales .today-visitor-card .shape.shape-1 {
  bottom: 0;
  left: 0;
}

.sales .today-visitor-card .shape.shape-2 {
  top: 0;
  right: -11px;
}

.sales .today-visitor-card .icon-box i {
  font-size: 25px;
  color: var(--white);
}

.card-dropdown .dropdown-btn {
  background: transparent !important;
  border: none !important;
  color: var(--light-gray);
  font-size: 13px;
  padding: 8px 0;
}

.card-dropdown .dropdown-menu {
  background-color: var(--bg-color);
  border: 1px solid var(--dropdown-border-color);
  padding: 0;
}

.card-dropdown .dropdown-menu a {
  color: var(--text-color);
  font-size: 15px;
}

.card-dropdown .dropdown-menu li:first-child a:hover {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.card-dropdown .dropdown-menu li:last-child a:hover {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.card-dropdown .dropdown-menu a:hover {
  color: var(--primary-color);
}

.visitors-device-list {
  list-style-type: none;
  padding-left: 0;
}

.visitors-device-list li {
  margin-bottom: 20px;
}

.visitors-device-list li:last-child {
  margin-bottom: 0;
}

.visitors-device-list .icon-box {
  border-radius: 5px;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 25px;
}

.visitors-device-list .icon-box i {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 8px;
}

.visitors-device-list .amount-box {
  background-color: rgba(0, 137, 143, 0.2);
  border-radius: 5px;
}

.visitors-device-list .device-text {
  color: var(--text-color);
}

.visitors-device-list .amount-box .amount-text {
  color: var(--primary-color);
  font-size: 12px;
  padding: 3px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

/* ===== HRM Dashboard ===== */

.widget-box {
  border-radius: 0.375rem;
  display: block;
  position: relative;
  background-color: var(--bg-color);
  border: 1px solid var(--card-border-color);
  margin-bottom: 1.5rem;
}

.widget-box>.inner {
  padding: 15px
}

.widget-box>.widget-footer {
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  z-index: 10;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top: 1px solid var(--border-color);
  transition: all 0.2s ease-in-out;
}

.widget-box .widget-footer i {
  font-size: 20px;
}

.widget-box>.widget-footer:hover {
  background-color: var(--primary-color);
  color: var(--white)
}

.widget-box h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  white-space: nowrap;
  color: var(--text-color);
}

.widget-box p {
  font-size: 1rem;
}

.widget-box h3,
.widget-box p {
  z-index: 5;
}

.widget-box .icon {
  color: rgba(0, 137, 143, 0.5);
  z-index: 0;
}

.widget-box .icon i {
  font-size: 90px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.widget-box:hover .icon>i {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 992px) {

  .col-lg-2 .widget-box h3,
  .col-md-2 .widget-box h3,
  .col-xl-2 .widget-box h3 {
    font-size: 1.6rem;
  }

  .col-lg-3 .widget-box h3,
  .col-md-3 .widget-box h3,
  .col-xl-3 .widget-box h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {

  .col-lg-2 .widget-box h3,
  .col-md-2 .widget-box h3,
  .col-xl-2 .widget-box h3 {
    font-size: 2.2rem;
  }

  .col-lg-3 .widget-box h3,
  .col-md-3 .widget-box h3,
  .col-xl-3 .widget-box h3 {
    font-size: 2.2rem;
  }
}

@media (max-width: 767.98px) {
  .widget-box {
    text-align: center;
  }

  .widget-box .icon {
    display: none;
  }

  .widget-box p {
    font-size: 12px;
  }
}

.hrm-table {
  margin-bottom: 0;
}

.hrm-table thead th {
  padding-left: 1rem;
  font-weight: 500;
}

.hrm-table tbody td {
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.work-format-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.work-format-list li {
  border-top: 1px solid var(--border-color);
  color: var(--text-color);
  font-size: 15px;
  padding: .54rem 1rem;
}

.work-format-list li .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
}

.work-format-list li .circle.circle-1 {
  background-color: var(--primary-color);
}

.work-format-list li .circle.circle-2 {
  background-color: rgba(0, 137, 143, 0.6);
}

.work-format-list li .circle.circle-3 {
  background-color: rgba(0, 137, 143, 0.3);
}

/* ===== Project Dashboard ===== */

.project .filter-btn {
  color: var(--text-color);
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-family: var(--font);
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0.375rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.project .project-list {
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
}

.project .project-list li {
  border-bottom: 1px solid var(--border-color);
  padding: 1rem 1rem;
}

.project .project-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.project .icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project .icon i {
  font-size: 22px;
  color: var(--white);
  padding: 5px;
  border-radius: 50%;
}

.project .project-list h6 {
  color: var(--text-color)
}

.project .project-list p {
  color: var(--body-text-color);
}

.project .progress {
  height: 6px !important;
}

.project .year-list {
  background-color: var(--bg-color);
  border: 1px solid var(--card-header-border-bottom);
  color: var(--light-gray);
}

.project .year-list:focus {
  box-shadow: none;
}

.project-card p,
.project-card h4 {
  color: var(--text-color);
}

.project-banner {
  z-index: 1;
}

.project-banner .shape {
  position: absolute;
  z-index: -1;
  opacity: 0.8;
}

.project-banner .shape.shape-1 {
  bottom: 0;
  right: -10px;
}

.project-banner .btn-more {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-family: var(--font);
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0.375rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.project-table {
  margin-bottom: 0;
}

.project-table thead th {
  padding-left: 1rem;
  font-weight: 500;
}

.project-table tbody td {
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
  font-size: 15px;
}

/* ===== Back to Top Button ===== */

.back-to-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--primary-color);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 102;
  color: var(--white);
  display: none;
  text-decoration: none;
  font-size: 25px;
  transition: all 0.2s ease-in-out;
}

.back-to-top:hover {
  color: var(--white);
  background-color: var(--primary-color);
  opacity: 0.8;
}

/* ===== Profile ===== */

.profile-card .card-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0;
}

.profile-card .img-cover-box {
  position: relative;
}

.profile-card .img-cover-box .btn-cover-edit {
  position: absolute;
  right: 15px;
  bottom: 15px;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  background-color: var(--white);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.profile-card .img-cover-box .btn-cover-edit:active {
  transform: scale(0.9);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.profile-card .img-cover-box .btn-cover-edit i {
  font-size: 20px;
  margin-bottom: 2px;
}

.profile-card .dropdown-menu {
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  padding: .5rem;
}

.profile-card .dropdown-menu .dropdown-item {
  color: var(--text-color);
}

.profile-card .dropdown-menu .dropdown-item:hover {
  border-radius: 4px;
  background-color: var(--profile-btn-bg);
}

.profile-card .img-container {
  margin-top: -50px;
}

.profile-card .img-container img {
  border: 5px solid var(--profile-img-border-color);
}

.profile-card .friends-images img {
  border: 2px solid var(--profile-img-border-color);
}

.profile-card .img-container .btn-camera {
  position: absolute;
  left: 120px;
  bottom: 5px;
  border-radius: 50%;
  padding: 10px;
  background-color: var(--primary-color);
  border: none;
  transition: all 0.2s ease;
}

.profile-card .img-container .btn-camera:hover {
  background-color: #007479;
}

.profile-card .img-container .btn-camera i {
  color: var(--white);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-card .friends-images .row .col {
  margin-right: -70px;
}

.profile-card .friends-images .row .col:last-child {
  margin-right: 0;
}

.profile-card .btn-container {
  position: absolute;
  right: 1.5rem;
}

.profile-card .btn-container .btn-edit {
  background-color: var(--profile-btn-bg);
  border: 1px solid var(--border-color);
  color: var(--text-color);
}

.profile-card .btn-container .btn-dropdown {
  background-color: var(--profile-btn-bg);
  border: 1px solid var(--border-color);
  color: var(--text-color);
}

.profile-card .btn-container .btn-edit:hover {
  background-color: var(--profile-btn-bg-hover);
  border: 1px solid var(--profile-btn-bg-hover);
  color: var(--profile-btn-bg-hover-text);
}

.profile-card .btn-container .btn-dropdown:hover {
  background-color: var(--profile-btn-bg-hover);
  border: 1px solid var(--profile-btn-bg-hover);
  color: var(--profile-btn-bg-hover-text);
}

@media (max-width: 1009px) {
  .profile-card .img-cover-box .btn-cover-edit {
    display: none;
  }

  .profile-card .img-cover-box .btn-cover-edit-res {
    display: block !important;
    cursor: pointer;
  }

  .profile-card .img-cover-box .btn-cover-edit-res i {
    font-size: 20px;
    display: flex;
    align-items: center;
    padding: 3px 5px 0;
  }

  .profile-card .profile-info-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .profile-card .profile-info-box .profile-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .profile-card .profile-info-box .img-container {
    margin-top: -100px;
    width: 100%;
    right: -20px;
  }

  .profile-card .profile-info-box .img-container .btn-camera {
    left: -55px;
    top: 65px;
    position: relative;
  }

  .profile-card .profile-info-box .profile-name {
    margin-bottom: 5px !important;
  }

  .profile-card .profile-info-box .friends {
    margin-bottom: 10px !important;
  }

  .profile-card .profile-info-box .friends-images .row {
    justify-content: center;
    margin-bottom: 60px;
  }

  .profile-card .profile-info-box .btn-container {
    display: flex;
    justify-content: center;
    width: 100%;
    right: 0;
  }

  .profile-card .profile-info-box .btn-container .btn {
    margin-right: 10px !important;
  }
}

.profile .profile-tab-btns .nav-link {
  padding-top: .8rem;
  padding-bottom: .8rem;
  color: var(--text-color);
}

.profile .profile-tab-btns .nav-link:hover {
  background-color: var(--profile-btn-bg);
}

.profile .profile-tab-btns .nav-link.active {
  border-bottom: 3px solid var(--primary-color) !important;
  background: transparent;
  border-radius: 0;
  color: var(--primary-color);
}

.profile .profile-tab-btns .nav-link.active:hover {
  border-bottom: 3px solid var(--primary-color) !important;
  background: transparent;
  border-radius: 0;
  color: var(--primary-color) !important;
}

.profile-card .btn-more {
  background-color: var(--profile-btn-bg);
  border-radius: 5px;
  border: none;
}

.profile-card .btn-more:hover {
  background-color: var(--profile-btn-bg-hover);
}

.profile-card .btn-more i {
  color: var(--text-color);
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 8px;
}

@media (max-width: 951px) {

  .profile-card .profile-tab-btns .videos-item,
  .profile-card .profile-tab-btn .reels-item {
    display: none;
  }

  .profile-card .profile-tab-btns .videos-list,
  .profile-card .profile-tab-btns .reels-list {
    display: block !important;
  }
}

@media (max-width: 799px) {
  .profile-card .profile-tab-btns .photos-item {
    display: none;
  }

  .profile-card .profile-tab-btns .photos-list {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .profile-card .profile-tab-btns .photos-item {
    display: block;
  }

  .profile-card .profile-tab-btns .photos-list {
    display: none !important;
  }

  .profile-card .profile-tab-btns .videos-item,
  .profile-card .profile-tab-btns .reels-item {
    display: block;
  }

  .profile-card .profile-tab-btns .videos-list,
  .profile-card .profile-tab-btns .reels-list {
    display: none !important;
  }
}

@media (max-width: 701px) {

  .profile-card .profile-tab-btns .videos-item,
  .profile-card .profile-tab-btns .reels-item {
    display: none;
  }

  .profile-card .profile-tab-btns .videos-list,
  .profile-card .profile-tab-btns .reels-list {
    display: block !important;
  }
}

@media (max-width: 544px) {
  .profile-card .profile-tab-btns .photos-item {
    display: none;
  }

  .profile-card .profile-tab-btns .photos-list {
    display: block !important;
  }
}

.profile-card .peoples-card {
  border: 1px solid var(--border-color);
  background-color: var(--bg-color);
  margin-bottom: 15px;
}

.profile-card .peoples-card .ac-card {
  margin-bottom: 0;
  border: 1px solid var(--border-color);
}

.profile-card .peoples-card .people-name {
  text-decoration: none;
}

.profile-card .peoples-card .people-name:hover {
  text-decoration: underline !important;
}

.profile-card .peoples-card .btn-add-friend {
  border-radius: 5px;
  border: none;
  padding: 7px;
  background-color: var(--profile-btn-add-friend-bg);
  color: var(--profile-btn-add-friend-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-card .peoples-card .btn-add-friend i {
  font-size: 22px;
}

.profile-card .peoples-card .btn-add-friend:hover {
  background-color: var(--profile-btn-add-friend-bg-hover);
  color: var(--profile-btn-add-friend-text-color-hover);
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: var(--carousel-btn-prev-next-bg) !important;
  color: var(--carousel-btn-prev-next-icon-color) !important;
  width: 50px;
  height: 50px;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 50% !important;
  font-size: 30px !important;
  display: flex;
  justify-content: center;
  border: 1px solid var(--border-color) !important;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: var(--carousel-btn-prev-next-bg-hover) !important;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
}

.profile .post-content .left-col .btn-intro {
  border-radius: 5px;
  border: none;
  background-color: var(--profile-btn-bg);
  color: var(--text-color);
  padding: 6px 0;
  font-weight: 600;
  font-size: 15px;
}

.profile .post-content .left-col .btn-intro:hover {
  background-color: var(--profile-btn-bg-hover);
}

.profile .post-content .left-col .info-list {
  list-style-type: none;
  padding-left: 0;
}

.profile .post-content .left-col .info-list li {
  color: var(--text-color);
  margin-bottom: 15px;
}

.profile .post-content .left-col .info-list li i {
  font-size: 20px;
}

.profile .post-content .left-col .info-list li .married-name {
  text-decoration: none;
  color: var(--text-color);
}

.profile .post-content .left-col .info-list li .married-name:hover {
  text-decoration: underline;
}

.profile .post-content .left-col .info-list li .web-link {
  text-decoration: none;
}

.profile .post-content .left-col .info-list li .web-link:hover {
  text-decoration: underline;
}

.profile .left-col .photos-row {
  padding-right: 1.3rem;
}

.profile .left-col .photos-row .photos-col {
  margin-right: -20px;
}

.profile .left-col .photos-list {
  list-style: none;
  padding-left: 0;
  padding-top: 0;
}

.profile .left-col .photos-list li {
  margin-bottom: 5px;
}

.profile .left-col .photos-list li:last-child {
  margin-bottom: 0;
}

.profile .left-col .photos-list .photos {
  width: 100%;
}

.profile .left-col .photos-list .f-col-img-1 {
  border-top-left-radius: 10px;
}

.profile .left-col .photos-list .f-col-img-3 {
  border-bottom-left-radius: 10px;
}

.profile .left-col .photos-list .t-col-img-1 {
  border-top-right-radius: 10px;
}

.profile .left-col .photos-list .t-col-img-3 {
  border-bottom-right-radius: 10px;
}

.profile .post-content .right-col .post-input {
  background-color: var(--profile-btn-bg);
  border-radius: 20px;
  border: none;
  padding: 8px 10px;
  color: var(--text-color);
}

.profile .post-content .right-col .post-input:focus {
  outline: 0;
}

.profile .post-content .right-col .post-action-row {
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
}

.profile .post-content .right-col .post-action-row .btn-action-post {
  border: none;
  background: transparent;
  color: var(--body-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}

.profile .post-content .right-col .post-action-row .btn-action-post:hover {
  border-radius: 8px;
  background-color: var(--profile-btn-bg);
}

.profile .post-content .right-col .post-action-row i {
  font-size: 30px;
}

.profile .post-content .right-col .post-btn-settings {
  background-color: var(--profile-btn-bg);
  border: none;
  border-radius: 5px;
  color: var(--text-color);
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
}

.profile .post-content .right-col .post-btn-settings:hover {
  background-color: var(--profile-btn-bg-hover);
}

.profile .post-tab-btn {
  justify-content: space-around;
}

.profile .post-tab-btn .nav-item {
  width: 50%;
}

.profile .post-tab-btn .nav-link {
  color: var(--text-color);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile .post-tab-btn .nav-link i {
  font-size: 20px;
}

.profile .post-tab-btn .nav-link:hover {
  background-color: var(--profile-btn-bg);
  border-radius: 6px;
}

.profile .post-tab-btn .nav-link.active {
  border-bottom: 3px solid var(--primary-color) !important;
  background: transparent;
  border-radius: 0;
  color: var(--primary-color);
}

.profile .post-tab-btn .nav-link.active:hover {
  border-bottom: 3px solid var(--primary-color) !important;
  background: transparent;
  border-radius: 0;
  color: var(--primary-color) !important;
}

.profile .right-col .post-list .img-container .online {
  position: absolute;
  right: 0;
  bottom: 0;
}

.profile .right-col .post-list .profile-name {
  text-decoration: none;
}

.profile .right-col .post-list .profile-name:hover {
  text-decoration: underline;
}

.profile .right-col .post-list .dot {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: var(--text-color-2);
}

.profile .right-col .post-list .btn-option {
  background: transparent;
  border: none;
  color: var(--text-color-2);
  font-size: 25px;
  display: flex;
  align-items: center;
  padding: 6px;
}

.profile .right-col .post-list .btn-option:hover {
  background-color: var(--profile-btn-bg-hover);
  border-radius: 50%;
  color: var(--text-color-2);
}

.profile .right-col .post-list .img-post-container {
  padding: 0;
}

.profile .right-col .post-list .img-post-container img {
  max-width: 100%;
  width: 100%;
}

.profile .right-col .post-list .react-name:hover {
  text-decoration: underline !important;
}

.profile .right-col .post-list .react-action-btn {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.profile .right-col .post-list .react-action-btn .btn-react {
  border: none;
  background: transparent;
  color: var(--text-color-2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  font-weight: 600;
  font-size: 15px;
}

.profile .right-col .post-list .react-action-btn .btn-react:hover {
  background-color: var(--profile-btn-bg);
  border-radius: 5px;
}

.profile .right-col .post-list .comment-group {
  position: relative;
}

.profile .right-col .post-list .comment-input {
  background-color: var(--profile-btn-bg);
  border-radius: 20px;
  border: none;
  padding: 5px 12px;
  width: 100%;
  color: var(--text-color);
}

.profile .right-col .post-list .comment-input:focus {
  outline: 0;
  height: 80px;
  transition: all 0.2s ease;
  border-radius: 20px;
}

.profile .right-col .post-list .comment-input::placeholder {
  color: var(--text-color-2);
  font-weight: 400;
  font-size: 15px;
}

.profile .right-col .post-list .comment-group .comment-action {
  position: absolute;
  right: 5px;
  bottom: 3px;
}

.profile .right-col .post-list .comment-group .comment-action .action {
  cursor: pointer;
  color: var(--text-color-2);
  font-size: 18px;
  padding: 4px 6px;
}

.profile .right-col .post-list .comment-group .comment-action .action:hover {
  background-color: var(--profile-btn-bg-hover);
  border-radius: 50%;
}

.profile .right-col .post-list .icon-heart {
  background-color: #fa4666;
  border-radius: 50%;
  color: var(--white);
  padding: 2px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile .right-col .post-list .icon-like {
  background-color: #04a2fd;
  border-radius: 50%;
  color: var(--white);
  padding: 2px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile .right-col .share-card .share-post-card {
  border: 1px solid var(--border-color);
}

.profile .right-col .share-card .react-action-btn {
  margin-left: 0;
  margin-right: 0;
}

.profile .right-col .post-grid .grid-card {
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 1.5rem;
}

.profile .right-col .post-grid .grid-card .img-container .online {
  position: absolute;
  right: 0;
  bottom: 0;
}

.custom-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  z-index: 99
}

.profile .about-tabs .nav-link {
  text-align: left;
  color: var(--text-color);
  margin-bottom: 8px;
}

.profile .about-tabs .nav-link.active {
  background-color: rgba(0, 137, 143, 0.2);
  color: var(--primary-color);
}

.profile .about-tabs .nav-link.active:hover {
  background-color: rgba(0, 137, 143, 0.2);
  color: var(--primary-color) !important;
}

.profile .about-tabs .nav-link:hover {
  background-color: var(--profile-btn-bg-hover);
}

.profile .btn-option {
  background-color: var(--profile-btn-bg);
  border: none;
  color: var(--profile-btn-bg-hover-text);
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: .5rem;
}

.profile .btn-option i {
  padding: 6px 0;
}

.profile .btn-option:hover {
  background-color: var(--profile-btn-bg-hover);
  border-radius: 50%;
  color: var(--profile-btn-bg-hover-text);
}

.profile .link:hover {
  text-decoration: underline !important;
}

.profile .link-add:hover {
  text-decoration: underline !important;
}

@media (max-width: 767px) {
  .profile .border-right {
    border-right: 0 !important;
  }

  .profile .about-tabs {
    border-bottom: 1px solid var(--border-color);
  }
}

@media (max-width: 991px) {
  .profile .border-right {
    border-right: 0 !important;
  }

  .profile .about-tabs {
    border-bottom: 1px solid var(--border-color);
  }
}

@media (max-width: 1199px) {
  .profile .border-right {
    border-right: 0 !important;
  }

  .profile .about-tabs {
    border-bottom: 1px solid var(--border-color);
  }
}

@media (max-width: 1399px) {
  .profile .border-right {
    border-right: 0 !important;
  }

  .profile .about-tabs {
    border-bottom: 1px solid var(--border-color);
  }
}

.profile .btn-more {
  background-color: var(--profile-btn-bg);
  border-radius: 5px;
  border: none;
}

.profile .btn-more:hover {
  background-color: var(--profile-btn-bg-hover);
}

.profile .btn-more i {
  color: var(--text-color);
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 8px;
}

.profile .dropdown-menu {
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  padding: .5rem;
}

.profile .dropdown-menu .dropdown-item {
  color: var(--text-color);
}

.profile .dropdown-menu .dropdown-item:hover {
  border-radius: 4px;
  background-color: var(--profile-btn-bg);
}

.profile .about-btns {
  background: transparent;
  border: 0;
  color: var(--profile-btn-add-friend-text-color);
  padding: 7px 10px;
}

.profile .about-btns:hover {
  background-color: var(--profile-btn-bg);
  border-radius: 5px;
}

.about-card {
  border: 1px solid var(--border-color);
  background-color: var(--bg-color);
  margin-bottom: .5rem;
}

.btn-friends {
  background: transparent;
  border: 0;
  color: var(--text-color);
  font-size: 22px;
  padding: 7px;
  display: flex;
  align-items: center;
}

.btn-friends:hover {
  background-color: var(--profile-btn-bg);
  border-radius: 50%;
}

.btn-all {
  background-color: var(--profile-btn-bg);
  border: 0;
  font-weight: 600;
  font-size: 16px;
  color: var(--text-color);
  padding: 8px 0;
  border-radius: 5px;
}

.btn-all:hover {
  background-color: var(--profile-btn-bg-hover);
}

.btn-add-friend {
  border-radius: 5px;
  border: none;
  padding: 7px 12px;
  background-color: var(--profile-btn-add-friend-bg);
  color: var(--profile-btn-add-friend-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-add-friend:hover {
  background-color: var(--profile-btn-add-friend-bg-hover);
  color: var(--profile-btn-add-friend-text-color-hover);
}

@media (max-width: 767px) {

  .profile .followers-item,
  .profile .following-item {
    display: none;
  }

  .profile .more-list {
    display: block !important;
  }
}

/* Photos */

.profile .photos-container {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.profile .photos-container .photo-box {
  flex: 1 1 calc(20% - 17px);
  box-sizing: border-box;
}

.profile .photos-container .photo-box .photo {
  max-width: 205px;
  width: 100%;
  height: 176.5px;
  box-sizing: border-box;
}

.profile .photos-container .photo-box .img-container .photo-edit {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .5);
  color: var(--white);
  border: 0;
  top: -65px;
  right: 9px;
  padding: 7px;
}

.profile .photos-container .photo-box .img-container .photo-edit:hover {
  background-color: rgba(0, 0, 0, .3);
}

.profile .photos-container .photo-box .photo-edit i {
  font-size: 20px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 837px) and (max-width: 992px) {
  .profile .photos-container .photo-box {
    flex: 1 1 calc(33.33% - 17px);
  }
}

@media (max-width: 836px) {
  .profile .photos-container .photo-box {
    flex: 1 1 calc(50% - 17px);
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .profile .photos-container .photo-box {
    flex: 1 1 calc(33.33% - 17px);
  }
}

@media (max-width: 576px) {
  .profile .photos-container .photo-box {
    flex: 1 1 calc(50% - 17px);
  }
}

/* Album */

.profile .album-container {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.profile .album-container .album-box {
  flex: 1 1 calc(20% - 17px);
  box-sizing: border-box;
}

.profile .album-box .create-album {
  border-radius: 0.375rem;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--profile-btn-bg);
  width: 205px;
  height: 176.5px;
  box-sizing: border-box;
}

.profile .album-box .create-album i {
  font-size: 35px;
  color: #191919;
}

.profile .album-container .album-box .album {
  max-width: 205px;
  width: 100%;
  height: 176.5px;
  box-sizing: border-box;
}

.profile .album-container .album-box .img-container .album-edit {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .5);
  color: var(--white);
  border: 0;
  top: -65px;
  right: 9px;
  padding: 7px;
}

.profile .album-container .album-box .img-container .album-edit:hover {
  background-color: rgba(0, 0, 0, .3);
}

.profile .album-container .album-box .album-edit i {
  font-size: 20px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 837px) and (max-width: 992px) {
  .profile .album-container .album-box {
    flex: 1 1 calc(33.33% - 17px);
  }

  .profile .album-box .create-album {
    width: auto;
  }
}

@media (max-width: 836px) {
  .profile .album-container .album-box {
    flex: 1 1 calc(50% - 17px);
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .profile .album-container .album-box {
    flex: 1 1 calc(33.33% - 17px);
  }

  .profile .album-box .create-album {
    width: auto;
  }
}

@media (max-width: 576px) {
  .profile .album-container .album-box {
    flex: 1 1 calc(50% - 17px);
  }

  .profile .album-box .create-album {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .profile .album-box .create-album {
    width: 205px;
  }
}

/* Videos */

.profile .video-container {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.profile .video-container .video-box {
  flex: 1 1 calc(20% - 17px);
  box-sizing: border-box;
}

.profile .video-container .video-box .video {
  max-width: 205px;
  width: 100%;
  height: 176.5px;
  box-sizing: border-box;
}

.profile .video-container .video-box .img-container .video-edit {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .5);
  color: var(--white);
  border: 0;
  top: -65px;
  right: 9px;
  padding: 7px;
}

.profile .video-container .video-box .img-container .video-edit:hover {
  background-color: rgba(0, 0, 0, .3);
}

.profile .video-container .video-box .video-edit i {
  font-size: 20px;
  display: flex;
  align-items: center;
}

.profile .video-container .video-box .video-leng {
  position: absolute;
  color: var(--white);
  right: 8px;
  bottom: -77px;
}

@media only screen and (min-width: 837px) and (max-width: 992px) {
  .profile .video-container .video-box {
    flex: 1 1 calc(33.33% - 17px);
  }
}

@media (max-width: 836px) {
  .profile .video-container .video-box {
    flex: 1 1 calc(50% - 17px);
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .profile .video-container .video-box {
    flex: 1 1 calc(33.33% - 17px);
  }
}

@media (max-width: 576px) {
  .profile .video-container .video-box {
    flex: 1 1 calc(50% - 17px);
  }
}

/* Reels */

.profile .reels-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.profile .reels-container .reel-box {
  flex: 1 1 calc(16.66% - 5px);
  box-sizing: border-box;
  margin-bottom: 10px;
}

.profile .reels-container .reel-box .reel-container {
  position: relative;
}

.profile .reels-container .reel-box .reel {
  max-width: 170px;
  width: 100%;
  height: 270px;
  box-sizing: border-box;
  object-fit: contain;
  background-color: #000;
}

.profile .reels-container .reel-box .reel-container .reel-btn-box {
  position: absolute;
  bottom: -120px;
}

.profile .reels-container .reel-box .reel-container .reel-btn-box .reel-btn-play {
  background: transparent;
  border: 0;
  color: var(--white);
  margin-right: -5px;
}

.profile .reels-container .reel-box .reel-container .reel-btn-box .reel-btn-play i {
  font-size: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .profile .reels-container .reel-box {
    flex: 1 1 calc(25% - 5px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile .reels-container .reel-box {
    flex: 1 1 calc(33.33% - 5px);
  }

  .profile .reels-container .reel-box .reel {
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  .profile .reels-container .reel-box {
    flex: 1 1 calc(25% - 5px);
  }
}

@media (max-width: 576px) {
  .profile .reels-container .reel-box {
    flex: 1 1 calc(50% - 5px);
  }

  .profile .reels-container .reel-box .reel {
    max-width: 200px;
  }
}

.profile .search-friends {
  background-color: var(--profile-btn-bg);
  border-radius: 20px;
  border: none;
  padding: 8px 10px;
  color: var(--text-color);
}

.profile .search-friends:focus {
  outline: 0;
}

@media (max-width: 767px) {
  .profile .search-friends {
    display: none;
  }
}

/* ===== FB Msg button ===== */

.btn-fb-msg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--profile-btn-msg-color);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 99;
  color: var(--profile-btn-msg-icon-color);
  text-decoration: none;
  font-size: 25px;
  transition: all 0.2s ease-in-out;
}

/* ===== Forms ===== */

.form-label {
  font-size: 14px;
  color: var(--text-color);
}

.form-control {
  background: transparent;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  font-size: 14px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.form-control::placeholder {
  color: #9e9e9e;
  font-size: 14px;
}

.form-control:focus {
  background: transparent;
  color: var(--text-color);
}

.form-control.border-dotted:focus {
  border-color: var(--primary-color) !important;
}

.form-control.border-dashed:focus {
  border-color: var(--primary-color) !important;
}

.form-control:disabled {
  background: var(--profile-btn-bg);
}

.form-check-input {
  background-color: var(--form-check-bg) !important;
  border: 2px solid var(--border-color);
}

.form-check-input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0)
}

.form-check-input:checked {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.form-check-secondary .form-check-input:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0)
}

.form-check-secondary .form-check-input:checked {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

.form-check-success .form-check-input:focus {
  border-color: var(--success-color);
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0)
}

.form-check-success .form-check-input:checked {
  background-color: var(--success-color) !important;
  border-color: var(--success-color) !important;
}

.form-check-danger .form-check-input:focus {
  border-color: var(--danger-color);
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0)
}

.form-check-danger .form-check-input:checked {
  background-color: var(--danger-color) !important;
  border-color: var(--danger-color) !important;
}

.form-check-warning .form-check-input:focus {
  border-color: var(--warning-color);
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0)
}

.form-check-warning .form-check-input:checked {
  background-color: var(--warning-color) !important;
  border-color: var(--warning-color) !important;
}

.form-check-info .form-check-input:focus {
  border-color: var(--info-color);
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0)
}

.form-check-info .form-check-input:checked {
  background-color: var(--info-color) !important;
  border-color: var(--info-color) !important;
}

.form-check-light .form-check-input:focus {
  border-color: var(--light-color);
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0)
}

.form-check-light .form-check-input:checked {
  background-color: var(--light-color) !important;
  border-color: var(--light-color) !important;
}

.form-check-dark .form-check-input:focus {
  border-color: var(--dark-color);
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0)
}

.form-check-dark .form-check-input:checked {
  background-color: var(--dark-color) !important;
  border-color: var(--dark-color) !important;
}

.form-check-md .form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-right: 8px;
}

.form-check-md .form-check-label {
  font-size: 1em;
}

.form-check-lg .form-check-input {
  width: 1.5em;
  height: 1.5em;
  margin-right: 8px;
}

.form-check-lg .form-check-label {
  font-size: 1.2em;
}

.form-check-md.form-switch .form-check-input {
  width: 2.3em;
}

.form-check-lg.form-switch .form-check-input {
  width: 2.5em;
}

.form-select {
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  color: var(--text-color);
}

.form-select:focus {
  background-color: var(--bg-color);
  color: var(--text-color);
  box-shadow: none;
  border-color: var(--primary-color);
}

.form-select:disabled {
  background: var(--profile-btn-bg);
}

optgroup {
  margin: .75rem !important;
}

.form-check-label {
  font-size: 14px;
  color: var(--text-color);
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(1px) * 2));
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(1px) * 2));
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: 0.25rem;
}

/* Date */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}

input[type="date"] {
  position: relative;
  padding-right: 30px;
}

input[type="date"]::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('../images/icons/calendar-dark.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

[data-ac-theme=dark] input[type="date"]::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('../images/icons/calendar-light.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

/* Date time */
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}

input[type="datetime-local"] {
  position: relative;
  padding-right: 30px;
}

input[type="datetime-local"]::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('../images/icons/calendar-dark.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

[data-ac-theme=dark] input[type="datetime-local"]::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('../images/icons/calendar-light.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

/* Month */
input[type="month"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}

input[type="month"] {
  position: relative;
  padding-right: 30px;
}

input[type="month"]::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('../images/icons/calendar-dark.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

[data-ac-theme=dark] input[type="month"]::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('../images/icons/calendar-light.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

/* Week */
input[type="week"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}

input[type="week"] {
  position: relative;
  padding-right: 30px;
}

input[type="week"]::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('../images/icons/calendar-dark.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

[data-ac-theme=dark] input[type="week"]::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('../images/icons/calendar-light.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

/* Time */
input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}

input[type="time"] {
  position: relative;
  padding-right: 30px;
}

input[type="time"]::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('../images/icons/time-dark.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

[data-ac-theme=dark] input[type="time"]::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('../images/icons/time-light.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

/* File */
.form-control[type="file"]::-webkit-file-upload-button {
  background: transparent;
  color: var(--text-color);
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background: transparent
}

/* Range */

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(0, 137, 143, 0.25)
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(0, 137, 143, 0.25)
}

.form-range::-webkit-slider-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -.50rem;
  background-color: var(--primary-color);
}

.form-range::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 0, 0 0 0 .55rem rgba(0, 137, 143, 0.25)
}

.form-range::-webkit-slider-thumb:active {
  background-color: var(--primary-color);
  border: 1px solid var(--slider-thumb-border-color);
}

.form-range::-webkit-slider-runnable-track {
  background-color: var(--slider-runnable-track-bg);
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--slider-thumb-disabled);
}

/* Primary */

.form-range-primary .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(0, 137, 143, 0.25)
}

.form-range-primary .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(0, 137, 143, 0.25)
}

.form-range-primary .form-range::-webkit-slider-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -.50rem;
  background-color: var(--primary-color);
}

.form-range-primary .form-range::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 0, 0 0 0 .55rem rgba(0, 137, 143, 0.25)
}

.form-range-primary .form-range::-webkit-slider-thumb:active {
  background-color: var(--primary-color);
  border: 1px solid var(--slider-thumb-border-color);
}

.form-range-primary .form-range::-webkit-slider-runnable-track {
  background-color: rgba(0, 137, 143, 0.25);
}

/* Secondary */

.form-range-secondary .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(99, 115, 129, 0.25)
}

.form-range-secondary .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(99, 115, 129, 0.25)
}

.form-range-secondary .form-range::-webkit-slider-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -.50rem;
  background-color: var(--secondary-color);
}

.form-range-secondary .form-range::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 0, 0 0 0 .55rem rgba(99, 115, 129, 0.25)
}

.form-range-secondary .form-range::-webkit-slider-thumb:active {
  background-color: var(--secondary-color);
  border: 1px solid var(--slider-thumb-border-color);
}

.form-range-secondary .form-range::-webkit-slider-runnable-track {
  background-color: rgba(99, 115, 129, 0.2);
}

/* Success */

.form-range-success .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(2, 160, 103, 0.25)
}

.form-range-success .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(2, 160, 103, 0.25)
}

.form-range-success .form-range::-webkit-slider-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -.50rem;
  background-color: var(--success-color);
}

.form-range-success .form-range::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 0, 0 0 0 .55rem rgba(2, 160, 103, 0.25)
}

.form-range-success .form-range::-webkit-slider-thumb:active {
  background-color: var(--success-color);
  border: 1px solid var(--slider-thumb-border-color);
}

.form-range-success .form-range::-webkit-slider-runnable-track {
  background-color: rgba(2, 160, 103, 0.2);
}

/* Danger */

.form-range-danger .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(226, 61, 77, 0.25)
}

.form-range-danger .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(226, 61, 77, 0.25)
}

.form-range-danger .form-range::-webkit-slider-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -.50rem;
  background-color: var(--danger-color);
}

.form-range-danger .form-range::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 0, 0 0 0 .55rem rgba(226, 61, 77, 0.25)
}

.form-range-danger .form-range::-webkit-slider-thumb:active {
  background-color: var(--danger-color);
  border: 1px solid var(--slider-thumb-border-color);
}

.form-range-danger .form-range::-webkit-slider-runnable-track {
  background-color: rgba(226, 61, 77, 0.2)
}

/* Warning */

.form-range-warning .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(251, 181, 0, 0.25)
}

.form-range-warning .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(251, 181, 0, 0.25)
}

.form-range-warning .form-range::-webkit-slider-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -.50rem;
  background-color: var(--warning-color);
}

.form-range-warning .form-range::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 0, 0 0 0 .55rem rgba(251, 181, 0, 0.25)
}

.form-range-warning .form-range::-webkit-slider-thumb:active {
  background-color: var(--warning-color);
  border: 1px solid var(--slider-thumb-border-color);
}

.form-range-warning .form-range::-webkit-slider-runnable-track {
  background-color: rgba(251, 181, 0, 0.2)
}

/* Info */

.form-range-info .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(0, 171, 207, 0.25)
}

.form-range-info .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(0, 171, 207, 0.25)
}

.form-range-info .form-range::-webkit-slider-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -.50rem;
  background-color: var(--info-color);
}

.form-range-info .form-range::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 0, 0 0 0 .55rem rgba(0, 171, 207, 0.25)
}

.form-range-info .form-range::-webkit-slider-thumb:active {
  background-color: var(--info-color);
  border: 1px solid var(--slider-thumb-border-color);
}

.form-range-info .form-range::-webkit-slider-runnable-track {
  background-color: rgba(0, 171, 207, 0.2)
}

/* Light */

.form-range-light .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(190, 195, 199, 0.25)
}

.form-range-light .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(190, 195, 199, 0.25)
}

.form-range-light .form-range::-webkit-slider-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -.50rem;
  background-color: var(--light-color);
}

.form-range-light .form-range::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 0, 0 0 0 .55rem rgba(190, 195, 199, 0.25)
}

.form-range-light .form-range::-webkit-slider-thumb:active {
  background-color: var(--light-color);
  border: 1px solid var(--slider-thumb-border-color);
}

.form-range-light .form-range::-webkit-slider-runnable-track {
  background-color: rgba(190, 195, 199, 0.2)
}

/* Dark */

.form-range-dark .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(33, 43, 54, 0.25)
}

.form-range-dark .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0, 0 0 0 .25rem rgba(33, 43, 54, 0.25)
}

.form-range-dark .form-range::-webkit-slider-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -.50rem;
  background-color: #212b36;
}

.form-range-dark .form-range::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 0, 0 0 0 .55rem rgba(33, 43, 54, 0.25)
}

.form-range-dark .form-range::-webkit-slider-thumb:active {
  background-color: #212b36;
  border: 1px solid var(--slider-thumb-border-color);
}

.form-range-dark .form-range::-webkit-slider-runnable-track {
  background-color: rgba(33, 43, 54, 0.2)
}

/* Default color of runnable track */

.form-range-runnable-default .form-range::-webkit-slider-runnable-track {
  background-color: var(--slider-runnable-track-bg) !important
}

/* ===== Input Group ===== */

.input-group-text {
  background: transparent;
  border: 1px solid var(--border-color);
  color: var(--text-color);
}

/* ===== Floating Labels ===== */

.form-floating>label {
  color: var(--text-color-2);
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
  color: var(--text-color-2);
}

.form-floating>.form-control:disabled~label, .form-floating>:disabled~label {
  color: var(--text-color-2);
}

/* ===== Contact Us ===== */

.contact-us .icon-box {
  border-radius: 50%;
  background-color: var(--primary-color);
}

.contact-us .icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  padding: 15px;
  color: var(--white);
}

.contact-us .social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.contact-us .social-links li {
  display: inline-block;
}

.contact-us .social-links li a {
  display: flex;
  background-color: var(--primary-color);
  border-radius: 50%;
  text-decoration: none;
  margin-right: 6px;
  color: var(--header-title-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.contact-us .social-links li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  padding: 15px;
  color: var(--white);
}

.contact-us .social-links li a:hover {
  background-color: var(--primary-color-hover);
}

/* ===== FAQ's ===== */

.faqs .faqs-card {
  background-color: var(--primary-color);
  border: 0;
  margin-bottom: 1.5rem;
}

.faqs .faqs-card .shape {
  position: absolute;
  z-index: 1;
  opacity: 0.8;
}

.faqs .faqs-card .shape.shape-1 {
  top: 0;
  left: 0;
}

.faqs .faqs-card .shape.shape-2 {
  bottom: 0;
  right: -10px;
}

.faqs .search-form form {
  position: relative;
  z-index: 2;
}

.faqs .search-form form input {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 40px;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 120px;
}

.faqs .search-form form input::-webkit-input-placeholder {
  color: var(--dark-color);
}

.faqs .search-form form input::-moz-placeholder {
  color: var(--dark-color);
}

.faqs .search-form form input:-ms-input-placeholder {
  color: var(--dark-color);
}

.faqs .search-form form input::-ms-input-placeholder {
  color: var(--dark-color);
}

.faqs .search-form form input::placeholder {
  color: var(--dark-color);
}

.faqs .search-form form input:focus {
  outline: 0;
}

.faqs .search-btn {
  font-size: 15px;
  color: var(--white);
  font-weight: 600;
  display: inline-block;
  padding: 10px 30px 11px;
  background: var(--primary-color);
  border: none;
  border-radius: 50px;
  position: absolute;
  right: 3.5px;
  top: 3.5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.faqs .search-btn:hover {
  background: var(--primary-color-hover);
}

@media (max-width: 767px) {
  .faqs .search-form form input {
    height: 45px;
    font-size: 15px;
    padding-left: 20px;
  }

  .faqs .search-btn {
    padding: 8px 20px;
  }
}

.faqs .nav .nav-link {
  text-align: left;
  color: var(--text-color);
  margin-bottom: .5rem;
}

.faqs .nav .nav-link:hover {
  color: var(--primary-color);
  background: transparent;
}

.faqs .nav .nav-link.active {
  background-color: rgba(0, 137, 143, 0.2);
  color: var(--primary-color);
}

.faqs .nav .nav-link.active:hover {
  background-color: rgba(0, 137, 143, 0.2);
  color: var(--primary-color) !important;
}

.faqs .accordion-button {
  background: transparent;
}

.faqs .accordion-button:not(.collapsed) {
  border-bottom: 1px solid var(--border-color);
  background-color: rgba(0, 137, 143, 0.1);
  color: var(--primary-color);
}

.faqs .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none
}

.faqs .accordion-button i {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.faqs .accordion-button:not(.collapsed) i {
  transform: rotate(180deg);
}

.faqs .accordion-item {
  background: transparent;
  border: 1px solid var(--border-color);
}

.faqs .accordion-item:not(:first-of-type) {
  border-top: 0
}

.faqs .btn {
  align-items: center;
  display: flex;
}

.faqs .btn i {
  font-size: 20px;
}

.faqs .btn:hover i {
  padding-left: 6px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/* ===== Email ===== */

.email .list-group-item {
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  color: var(--text-color);
}

.email .list-group-item:hover {
  color: var(--primary-color);
  background: none;
}

.email .list-group-item.active {
  background-color: rgba(0, 137, 143, 0.2);
  border: 1px solid transparent;
  color: var(--primary-color);
}

.email .list-group-item.active:hover {
  background-color: rgba(0, 137, 143, 0.2);
  border: 1px solid transparent;
  color: var(--primary-color);
}

.email .list-group-item.active .badge {
  color: var(--primary-color) !important;
}

.email .list-group-item+.list-group-item {
  border-top-width: 0
}

.email .list-group-item+.list-group-item.active {
  margin-top: calc(-1 * 1px);
  border-top-width: 1px
}

.email .list-group-item-action:hover {
  color: var(--primary-color);
}

.email .label-list {
  list-style: none;
  padding-left: 0;
}

.email .label-list li {
  margin-bottom: .5rem;
}

.email .label-list li i {
  font-size: 12px;
}

.email .user-list {
  list-style: none;
  padding-left: 0;
}

.email .user-list .img-container .online {
  position: absolute;
  right: -2px;
  bottom: 0;
}

.email .user-list li {
  margin-bottom: .8rem;
}

.email .form-check-input {
  border: 2px solid var(--border-color);
}

.email .email-table tbody td {
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.email .read-card .dropdown-menu {
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
}

.email .read-card .dropdown-menu .dropdown-item {
  color: var(--text-color);
}

.email .read-card .dropdown-menu .dropdown-item:hover {
  background-color: rgba(0, 137, 143, 0.2);
  color: var(--primary-color);
}

/* ===== Summernote ===== */

.note-editor {
  background-color: var(--bg-color);
}

.note-editable {
  background-color: var(--bg-color);
  color: var(--text-color);
}

.note-toolbar {
  background-color: var(--bg-color);
  border-bottom: 1px solid #555;
}

.note-btn {
  background-color: var(--note-btn-bg);
  color: var(--note-icon-color);
}

/* ===== Modal ===== */

.modal-blur {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.modal-content {
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
}

.modal-header {
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-title {
  color: var(--text-color);
}

.modal-footer {
  border-top: 1px solid var(--border-color);
}

.ac-btn-close {
  box-sizing: content-box;
  width: 1.5em;
  height: 1.5em;
  padding: .25em .25em;
  color: var(--btn-close-color);
  background-color: var(--bg-color);
  border: 1px solid var(--btn-close-border-color);
  border-radius: .375rem;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin-right: 1px !important;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.ac-btn-close i {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ac-btn-close:active {
  transform: scale(0.9);
}

.modal-inline-spacing {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.modal-status {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #667382;
}

/* ===== Offcanvas ===== */

.offcanvas {
  background-color: var(--bg-color) !important;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offcanvas-title {
  color: var(--text-color);
}

/* ===== Pricing ===== */

.popular-box {
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: rgba(255, 255, 255, 0.2);
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 5px 15px 5px 15px;
  color: #fff !important;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}

/* ===== Widgets ===== */

.widgets .icon-box {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widgets .icon-box i {
  font-size: 22px;
  color: var(--white);
  padding: 5px;
  border-radius: 50%;
}

.social-card-widget .img-cover {
  position: relative;
  z-index: 0;
}

.social-card-widget .img-cover img {
  height: 130px;
}

.social-card-widget .profile-name1 {
  z-index: 1;
  position: absolute;
  top: 15px;
  left: 15px;
}

.social-card-widget .profile-name2 {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: right;
}

.social-card-widget .img-profile {
  margin-top: -50px;
  z-index: 1;
}

.social-card-widget .img-profile img {
  border: 4px solid var(--profile-img-border-color);
}

.cover-card-widget .img-cover {
  position: relative;
  z-index: 0;
}

.cover-card-widget .img-cover img {
  height: 200px;
}

.cover-card-widget .img-profile {
  position: relative;
  margin-top: -62px;
}

.cover-card-widget .img-profile img {
  border: 4px solid var(--profile-img-border-color);
}

.cover-card-widget .img-profile .online {
  position: absolute;
  left: 120px;
  bottom: 10px;
  width: 18px;
  height: 18px;
}

.info-list {
  list-style: none;
  padding-left: 0;
}

.info-list li {
  border-bottom: 1px solid var(--border-color);
  padding: .75rem 1rem .75rem 1rem;
  display: flex;
  justify-content: space-between;
}

.info-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.info-list li span {
  font-size: 15px;
}

/* ===== Users ===== */

.user-table {
  width: 100%;
}

.user-table thead th {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 15px;
  color: var(--text-color);
}

.user-table tbody td {
  font-size: 15px;
  font-weight: 400;
}

.followers-list {
  list-style: none;
  padding-left: 0;
}

.followers-list li {
  padding: 1rem 0 1rem 0;
  border-bottom: 1px solid var(--border-color);
}

.followers-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.user .nav-pills .nav-link {
  color: var(--text-color);
  font-weight: 500;
}

.user .nav-pills .nav-link i {
  font-size: 18px;
}

.user .nav-pills .nav-link.active {
  background-color: var(--primary-color);
  color: var(--white);
}

.user .nav-pills .nav-link:hover {
  background-color: rgba(0, 137, 143, 0.2);
  color: var(--primary-color) !important;
}

.user .nav-pills .nav-link.active:hover {
  background-color: var(--primary-color);
  color: var(--white) !important;
}

.custom-table {
  margin-bottom: 0;
}

.custom-table thead th {
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 15px;
  color: var(--text-color);
}

.custom-table tbody td {
  padding-left: 1rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 15px;
  font-weight: 500;
}

/* ===== Chat ===== */

.chat .sidebar-left {
  background: transparent;
  padding: .5rem 0;
  border-radius: 0;
  border: 0;
}

.chat .icon-box {
  --icon-bg: var(--profile-btn-bg);
  --icon-bg-hover: var(--profile-btn-bg-hover);
  background-color: var(--icon-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--text-color);
}

.chat .icon-box:hover {
  background-color: var(--icon-bg-hover);
}

.chat .icon-box i {
  padding: .6rem;
  font-size: 22px;
}

.chat .search-form form {
  position: relative;
  z-index: 2;
}

.chat .search-form form .form-control {
  border-radius: 20px;
  padding-left: 40px;
  background-color: var(--profile-btn-bg);
}

.chat .form-control:focus {
  border: 1px solid transparent;
}

.chat .search-icon {
  font-size: 20px;
  color: var(--text-color);
  display: inline-block;
  padding: 7px 10px;
  position: absolute;
  left: 3.5px;
  top: 3.5px;
}

.chat .sidebar-tabs {
  --tabs-active-bg: rgba(0, 137, 143, 0.2);
  --tabs-hover-bg: var(--profile-btn-bg);
  --tabs-btn-text-color: var(--text-color);
}

.chat .nav-pills .nav-link {
  color: var(--text-color);
  font-weight: 600;
  border-radius: 20px;
}

.chat .nav-pills .nav-link.active {
  background-color: var(--tabs-active-bg);
  color: var(--primary-color);
  border-radius: 20px;
  font-weight: 600;
}

.chat .nav-pills .nav-link.active:hover {
  background-color: var(--tabs-active-bg);
  color: var(--primary-color) !important;
}

.chat .nav-pills .nav-link:hover {
  background-color: var(--tabs-hover-bg);
  color: var(--tabs-btn-text-color) !important;
  border-radius: 20px;
}

.chat .chat-list {
  --scrollbar-thumb-color: var(--profile-btn-bg);
  --scrollbar-thumb-hover-color: var(--profile-btn-bg-hover);
  list-style: none;
  padding-left: 0;
  height: 500px;
  overflow: auto;
  box-sizing: border-box;
  padding-bottom: 30px !important;
}

.chat .chat-list.scrolled {
  border-top: 1px solid var(--border-color);
}

.chat .chat-list::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}

.chat .chat-list::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border-radius: 5px;
}

.chat .chat-list::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover-color);
}

.chat .chat-list li {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: .5rem;
  padding-right: .5rem;
  margin-bottom: 0;
  position: relative;
}

.chat .chat-list li a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.chat .chat-list li:hover {
  background-color: var(--profile-btn-bg);
  border-radius: 8px;
}

.chat .chat-list li.active {
  background-color: rgba(0, 137, 143, 0.2);
  border-radius: 8px;
}

.chat .chat-list li.active:hover {
  border-radius: 0;
  border-radius: 8px;
}

.chat .chat-list .dot {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: var(--text-color-2);
}

.chat .chat-list .new-chat {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #007FFF;
  margin-right: 5px;
}

.chat .chat-list li .icon-box.chat-menu-btn {
  display: none;
  position: absolute;
  right: 40px;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.chat .chat-list li:hover .chat-menu-btn {
  display: block;
}

.chat .chat-list .img-container .online {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
}

.chat .chat-list .img-container img {
  width: 60px;
}

.chat .chat-list .btn {
  background-color: var(--profile-btn-bg);
  color: var(--text-color);
  width: 100%;
  margin: 0 1rem 0 1rem;
}

.chat .chat-list .btn:hover {
  background-color: var(--profile-btn-bg-hover);
}

.chat .btn-action {
  --icon-bg: var(--profile-btn-bg);
  --icon-bg-hover: var(--profile-btn-bg-hover);
  background-color: var(--icon-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  color: var(--text-color);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  border: 0;
}

.chat .btn-action:hover {
  background-color: var(--icon-bg-hover);
}

.chat .btn-action i {
  font-size: 20px;
}

.chat .convo-card {
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
}

.chat .convo-card .img-container .online {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
}

.chat .convo-card .convo-buttons a {
  font-size: 24px;
  color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem;
}

.chat .convo-card .convo-buttons a:hover {
  background-color: var(--profile-btn-bg);
}

.chat .convo-card .convo-list {
  --sender-bubble-bg: var(--primary-color);
  --receiver-bubble-bg: var(--profile-btn-bg);
  --sender-text-color: hsl(0, 0%, 84%);
  --receiver-text-color: var(--text-color);
  --bubble-btns-hover-bg: var(--profile-btn-bg);
  --scrollbar-thumb-color: var(--profile-btn-bg);
  --scrollbar-thumb-hover-color: var(--profile-btn-bg-hover);
  list-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: auto;
  box-sizing: border-box;
  margin-bottom: 0;
  height: 500px;
}

@media (min-height: 750px) {
  .chat .ac-card {
    height: 650px;
  }
}

@media (min-height: 930px) {
  .chat .ac-card {
    height: 738px;
  }

  .chat .chat-list {
    height: 590px;
  }

  .chat .convo-card .convo-list {
    height: 590px;
  }
}

.chat .convo-card .convo-list::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}

.chat .convo-card .convo-list::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border-radius: 5px;
}

.chat .convo-card .convo-list::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover-color);
}

.chat .convo-list li {
  margin-bottom: 5px;
}

.chat .convo-list .sender-bubble {
  width: auto;
  background-color: var(--sender-bubble-bg);
  padding: 6px 12px;
  border-radius: 20px;
  color: var(--sender-text-color);
  text-align: left;
  word-wrap: break-word; 
  word-break: break-word; 
  white-space: normal;
  justify-content: end;
}

.chat .convo-list .sender-bubble .react {
  position: absolute;
  right: 5px;
  bottom: -12px;
}

.chat .convo-list .receiver-bubble {
  width: auto; 
  background-color: var(--receiver-bubble-bg);
  padding: 6px 12px;
  border-radius: 20px;
  color: var(--receiver-text-color);
  text-align: left;
  word-wrap: break-word; 
  word-break: break-word; 
  white-space: normal; 
}

.chat .convo-list .receiver-bubble.border-radius-bottom-right {
  border-bottom-right-radius: 5px;
}

.chat .convo-list .receiver-bubble.border-radius-top-right {
  border-top-right-radius: 5px;
}

.chat .convo-list .bubble-btns {
  display: none !important;
}

.chat .convo-list .bubble-btns a {
  font-size: 20px;
  border-radius: 50%;
  padding: 6px 8px;
  margin: 0;
}

@media (min-width: 992px) {

  .chat .convo-list .sender-bubble,
  .chat .convo-list .receiver-bubble {
    font-size: 14px;
  }

  .chat .convo-list .sender-bubble .react {
    bottom: -10px;
  }

  .chat .convo-list li {
    margin-bottom: 10px;
  }

  .chat .convo-list .bubble-btns a {
    font-size: 18px;
    padding: 4px 6px;
  }
}

@media (min-width: 1200px) {

  .chat .convo-list .sender-bubble,
  .chat .convo-list .receiver-bubble {
    font-size: 15px;
  }
}

@media (min-width: 1400px) {

  .chat .convo-list .sender-bubble,
  .chat .convo-list .receiver-bubble {
    font-size: 15px;
  }
}

.chat .convo-list .bubble-btns a:hover {
  background-color: var(--bubble-btns-hover-bg);
}

.chat .convo-list li:hover .bubble-btns {
  display: block !important;
}

.chat .convo-list li .edit-btn {
  color: var(--primary-color);
}

.chat .convo-list li .edit-btn:hover {
  text-decoration: underline !important;
}

.chat .text-container a {
  font-size: 24px;
  color: var(--primary-color);
}

.chat .text-container form {
  position: relative;
  z-index: 2;
}

.chat .text-container .form-control {
  /* border-radius: 20px; */
  background-color: var(--profile-btn-bg);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 30px;
}

.chat .text-container .form-control:focus {
  border: 1px solid transparent;
}

.chat .text-container .emoji-icon {
  font-size: 25px;
  color: var(--primary-color);
  display: inline-block;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 5px;
}

.chat .user-card {
  --encrypted-text-color: var(--text-color);
  --encrypted-bg: var(--profile-btn-bg);
  --encrypted-hover-bg: var(--profile-btn-bg-hover);
  --user-btns-bg: var(--profile-btn-bg);
  --user-btns-hover-bg: var(--profile-btn-bg-hover);
  --scrollbar-thumb-color: var(--profile-btn-bg);
  --scrollbar-thumb-hover-color: var(--profile-btn-bg-hover);
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
  overflow: auto;
  height: 635px;
  box-sizing: border-box;
}

.chat .user-card::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}

.chat .user-card::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border-radius: 5px;
}

.chat .user-card::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover-color);
}

.chat .user-card .img-container img {
  width: 80px;
}

.chat .user-card .img-container .online {
  position: absolute;
  right: 45px;
  bottom: 0;
  width: 20px;
  height: 20px;
}

.chat .user-card .encrypted {
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: var(--encrypted-text-color);
  background-color: var(--encrypted-bg);
  padding: 5px 10px;
  text-decoration: none;
}

.chat .user-card .encrypted:hover {
  background-color: var(--encrypted-hover-bg);
}

.chat .user-card .user-info-btns a {
  color: var(--text-color);
  border-radius: 50%;
  background-color: var(--user-btns-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem;
}

.chat .user-card .user-info-btns a:hover {
  background-color: var(--user-btns-hover-bg);
}

.chat .user-card .user-info-btns a i {
  font-size: 20px;
}

.chat .user-card .accordion {
  --accordion-btn-hover-bg: var(--profile-btn-bg);
}

.chat .user-card .accordion-item {
  background: transparent;
  border: none;
}

.chat .user-card .accordion-button {
  background: transparent;
  padding: 12px 8px;
  font-weight: 600;
}

.chat .user-card .accordion-button:hover {
  background-color: var(--accordion-btn-hover-bg);
  border-radius: 8px !important;
}

.chat .user-card .accordion-button .icon-chevron {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.chat .user-card .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.chat .user-card .accordion-button:not(.collapsed) .icon-chevron {
  transform: rotate(180deg);
}

.chat .user-card .accordion-button-item {
  background: transparent;
  padding: 12px 8px;
  font-weight: 600;
  border-radius: 8px !important;
  border: 0;
  color: var(--text-color);
  text-align: left;
}

.chat .user-card .accordion-button-item:hover {
  background-color: var(--accordion-btn-hover-bg);
}

.chat .user-info-modal .modal-header {
  position: relative;
}

.user-info-modal {
  --modal-btn-close-bg: var(--profile-btn-bg);
  --modal-btn-close-hover-bg: var(--profile-btn-bg-hover);
  --pin-msg-bubble: var(--profile-btn-bg);
}

.user-info-modal .ac-btn-close {
  background: var(--modal-btn-close-bg) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.user-info-modal .ac-btn-close:hover {
  background-color: var(--modal-btn-close-hover-bg) !important;
}

.user-info-modal .ac-btn-close i {
  font-size: 30px;
}

.user-info-modal .modal-header .modal-title {
  text-align: center;
}

.user-info-modal .pinned-msg-list {
  list-style: none;
  padding-left: 0;
}

.user-info-modal .pinned-msg-list li {
  border-bottom: 1px solid var(--border-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.user-info-modal .pinned-msg-list li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.user-info-modal .pinned-msg-list .pinned-msg-bubble {
  background-color: var(--pin-msg-bubble);
  border-radius: 20px;
  padding: 6px 10px;
  font-size: 15px;
  color: var(--text-color);
}

/* ===== Authentications ===== */

.auth-page {
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--body-bg);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center
}

.auth-wrapper {
  position: relative;
  width: 450px;
}

.auth-wrapper .card {
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.auth-page .connect-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-page .connect-divider span:first-child,
.auth-page .connect-divider span:last-child {
  position: relative;
  display: inline-block;
  width: 30%;
  height: 1px;
  background-color: var(--border-color);
  margin-right: 10px;
}

.auth-page .connect-divider span:last-child {
  margin-right: 0;
  margin-left: 10px;
}

.auth-page .btn-alt-login {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}

.auth-page .btn-alt-login:hover {
  background-color: rgba(0, 137, 143, 0.2);
}

.auth-page .btn-alt-login img {
  width: 40px;
  padding: 3px;
}

.auth-wrapper.otp-container {
  width: 550px;
}

.otp-container .otp-input {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 1rem;
  width: 65px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.otp-container .form-control:focus {
  border: 1px solid var(--primary-color);
}

.otp-container .btn {
  border-radius: 5px !important;
}

/* ===== Error Page ===== */

.error-page {
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--bg-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center
}

.error-page .btn-alt-login {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}

.error-page .btn-alt-login:hover {
  background-color: rgba(0, 137, 143, 0.3);
}

.error-page .btn-alt-login img {
  width: 35px;
  padding: 3px;
}

/* ===== Music ===== */

/* iPhone Music Player */

.iphone-player-card .iphone-player {
  position: relative;
  text-align: center;
  background-color: #6b6c71;
  border-radius: 6px;
  padding: 30px 15px;
}

.iphone-player .progress-container {
  margin: 10px 0;
}

.iphone-player .progress-bar {
  width: 100%;
  background-color: #8b8a90;
  height: 6px;
  position: relative;
  border-radius: 8px;
}

.iphone-player .progress {
  background-color: #d0cfd5;
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
}

.iphone-player-card .music-list button {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-align: left;
  background-color: var(--music-track-btn-bg);
}

.iphone-player-card .music-list button:hover {
  background-color: var(--music-track-btn-hover-bg);
}

.close-btn {
  float: right;
  font-size: 20px;
  cursor: pointer;
  background: none;
  border: none;
}

.iphone-player .music-icon {
  border-radius: 5px;
  background-color: #605f65;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 150px;
  height: 150px;
}

.iphone-player-card .music-icon i {
  font-size: 80px;
  padding: 50px;
  color: #747379;
}

.iphone-player .music-title {
  color: #f5f6f8;
}

.iphone-player .btn-star,
.iphone-player .btn-menu {
  background-color: #808186;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: #fffeff;
  font-size: 18px;
}

.iphone-player .time {
  color: #9d9ca2;
  font-weight: 600;
}

.iphone-player .play-btn {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.iphone-player .play-btn:hover {
  background-color: #8b8a90;
  border-radius: 50%;
}

.iphone-player .prev-btn,
.iphone-player .next-btn {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.iphone-player .prev-btn:hover,
.iphone-player .next-btn:hover {
  background-color: #8b8a90;
  border-radius: 50%;
}

.iphone-player .volume-icon {
  color: #fffeff;
}

.iphone-player .volume-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background-color: #8b8a90;
  border-radius: 8px;
  outline: none;
  transition: background 0.3s ease;
}

.iphone-player .volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  cursor: pointer;
}

.iphone-player .btn-msg,
.iphone-player .btn-radio,
.iphone-player .btn-music-list {
  background: transparent;
  border: 0;
  color: #d0cfd5;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.iphone-player .btn-msg:hover,
.iphone-player .btn-radio:hover,
.iphone-player .btn-music-list:hover {
  background-color: #8b8a90;
  border-radius: 50%;
  color: #fff;
}

/* Transparent Music Player */

.transparent-player-card .transparent-player {
  position: relative;
  background: transparent;
}

.transparent-player .player-header button {
  background: transparent;
  border: 0;
  font-size: 30px;
  color: var(--text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.transparent-player .action-btn button {
  background: transparent;
  border: 0;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color);
}

.transparent-player .player-header button:hover,
.transparent-player .action-btn button:hover {
  color: var(--primary-color);
}

.transparent-player .progress-bar {
  width: 100%;
  background-color: #d0cfd5;
  height: 10px;
  position: relative;
  border-radius: 8px;
}

.transparent-player .progress {
  background-color: var(--primary-color);
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
}

.transparent-player .control-btn button {
  background: transparent;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: var(--text-color);
}

.transparent-player .control-btn .btn-prev:hover,
.transparent-player .control-btn .btn-next:hover {
  color: var(--primary-color);
}

.transparent-player .control-btn .btn-play {
  background-color: var(--primary-color);
  border-radius: 50%;
  padding: 5px;
  color: var(--white);
}

.transparent-player .control-btn .btn-play:hover {
  background-color: var(--primary-color-hover);
}

/* Circle Music Player */

.circle-player-card .circle-player {
  position: relative;
  background: linear-gradient(180deg, #97603d, #7a4626);
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.circle-player .player-header button {
  background: transparent;
  border: 0;
  font-size: 30px;
  color: #d0cfd5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.circle-player .player-header button:hover {
  color: #ebbe8b;
}

.circle-player .player-header h6 {
  color: #d0cfd5;
}

.circle-player .title {
  color: #f5f6f8;
}

.circle-player .artist {
  color: #d0cfd5 !important;
}

.circle-player .time {
  color: #d0cfd5 !important;
}

.circle-player .current-time {
  color: #d0cfd5;
}

.circle-player .duration {
  color: #ebbe8b;
}

.circle-player .circle-progress-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-player .circle-progress {
  transform: rotate(-90deg);
}

.circle-player .circle-bg {
  fill: none;
  stroke: #90765b;
  stroke-width: 3;
}

.circle-player .circle {
  fill: none;
  stroke: #ebbe8b;
  stroke-width: 3;
  stroke-dasharray: 339.29;
  stroke-dashoffset: calc(339.29 - (339.29 * 75) / 100);
  transition: stroke-dashoffset 0.6s ease;
}

.circle-player .img-container {
  position: absolute;
}

.circle-player .control-btn button {
  background: transparent;
  border: 0;
  color: #f5f6f8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.circle-player .control-btn button:hover,
.circle-player .action-btn button:hover {
  color: #ebbe8b;
}

.circle-player .control-btn .btn-minus,
.circle-player .control-btn .btn-favorite {
  font-size: 18px;
}

.circle-player .control-btn .btn-prev,
.circle-player .control-btn .btn-next {
  font-size: 35px;
}

.circle-player .control-btn .btn-play {
  font-size: 40px;
  color: #5a3721;
  background-color: #f5f6f8;
  border-radius: 50%;
}

.circle-player .control-btn .btn-play:hover {
  color: #fff;
  background-color: #ebbe8b;
}

.circle-player .action-btn button {
  background: transparent;
  border: 0;
  font-size: 22px;
  color: #d0cfd5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

/* Music List */

.music-list-card .artist-info {
  position: absolute;
  left: 18px;
  bottom: 20px;
}

.music-list-card .artist-info p,
.music-list-card .artist-info h1,
.music-list-card .artist-info h6 {
  color: #f5f6f8;
}

@media (max-width: 767px) {
  .music-list-card .artist-info p {
    font-size: 14px;
    margin-bottom: 0 !important;
  }

  .music-list-card .artist-info p i {
    font-size: 20px !important;
  }

  .music-list-card .artist-info h1 {
    font-size: 21px;
    margin-bottom: 5px !important;
  }

  .music-list-card .artist-info h6 {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .music-list-card .artist-info p {
    font-size: 15px;
    margin-bottom: 5px !important;
  }

  .music-list-card .artist-info p i {
    font-size: 22px !important;
  }

  .music-list-card .artist-info h1 {
    font-size: 24px;
    margin-bottom: 5px !important;
  }

  .music-list-card .artist-info h6 {
    font-size: 15px;
    margin-bottom: 0 !important;
  }
}

.music-list-card .artist-info p i {
  color: #4cb3ff;
  font-size: 24px;
}

.music-list-card .btn-play {
  background-color: var(--primary-color);
  border-radius: 50%;
  border: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .75rem;
  font-size: 30px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.music-list-card .btn-play:hover {
  background-color: var(--primary-color-hover);
  transform: scale(1.05);
}

.music-list-card .btn-follow {
  --btn-follow-border-hover-color: var(--text-color);
  background: transparent;
  border: 1px solid var(--border-color);
  padding: 5px 16px;
  color: var(--text-color);
  border-radius: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.music-list-card .btn-follow:hover {
  transform: scale(1.04);
  border-color: var(--btn-follow-border-hover-color);
}

.music-list-card .btn-menu {
  --btn-menu-border-hover-color: var(--text-color);
  background: transparent;
  border: 0;
  color: var(--text-color-2);
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.music-list-card .btn-menu:hover {
  transform: scale(1.05);
  color: var(--btn-menu-border-hover-color);
}

.music-list-card .track-list {
  --track-list-hover-bg: var(--profile-btn-bg-hover);
  list-style-type: none;
  padding-left: 0;
  color: var(--text-color);
}

.music-list-card .track-list li {
  margin-bottom: 10px;
  padding: .5rem 1rem;
}

.music-list-card .track-list li:hover {
  background-color: var(--track-list-hover-bg);
  border-radius: 5px;
}

.music-list-card .track-list li a:hover {
  text-decoration: underline !important;
}

.music-list-card .track-list li .btn-heart,
.music-list-card .track-list li .btn-track-menu {
  background: transparent;
  border: 0;
  display: none;
  color: var(--text-color);
}

.music-list-card .track-list li:hover .btn-heart,
.music-list-card .track-list li:hover .btn-track-menu {
  display: block;
}

.music-list-card .track-list li:hover .btn-heart:hover,
.music-list-card .track-list li:hover .btn-track-menu:hover {
  transform: scale(1.05);
  color: var(--primary-color);
}

/* ===== Invoice ===== */

.invoice .invoice-detail-table thead th {
  background-color: var(--primary-color) !important;
  color: var(--white);
  padding: 3px 0;
  border-bottom: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.invoice .invoice-detail-table tbody td {
  border-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 15px;
  font-weight: 400;
}

.invoice .invoice-data-table thead th {
  background-color: var(--primary-color) !important;
  color: var(--white);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding-top: 3px;
  padding-bottom: 3px;
}

.invoice .invoice-data-table tbody td {
  border-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.invoice .summary {
  list-style: none;
  color: var(--text-color);
  font-size: 15px;
}

.invoice .summary li {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.invoice .summary li:last-child {
  margin-bottom: 0;
}

.invoice .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  z-index: 99
}

/* ===== Calendar ===== */

.external-event {
  box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
  border-radius: .25rem;
  cursor: move;
  font-weight: 600;
  margin-bottom: 8px;
  padding: 5px 10px;
}

.external-event:hover {
  box-shadow: inset 0 0 90px rgba(0, 0, 0, .2)
}

.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0
}

.fc-color-picker>li {
  float: left;
  font-size: 30px;
  line-height: 30px;
  margin-right: 5px;
}

.fc-color-picker li:hover a i {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
}

.fc-toolbar-title {
  color: var(--text-color);
}

.fc .fc-header-toolbar {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .fc .fc-header-toolbar {
    flex-wrap: wrap;
  }

  .fc-toolbar-title {
    font-size: 20px !important;
  }
}

.fc .fc-col-header-cell {
  color: var(--text-color);
  border-bottom: 1px solid var(--border-color);
  border: 1px solid var(--border-color);
}

.fc .fc-col-header-cell a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 0;
}

.fc .fc-daygrid-day a {
  text-decoration: none;
}

.fc .fc-daygrid-day {
  border: 1px solid var(--border-color);
  color: var(--text-color);
  padding: 0 5px;
}

.fc .fc-daygrid table tr th {
  border-top: 1px solid var(--border-color);

}

.fc .fc-daygrid table tr th,
.fc .fc-daygrid table tr td {
  border-right: none !important;
}

/* ===== Accordion ===== */

.accordion-button {
  background-color: var(--bg-color);
}

.accordion-button:not(.collapsed) {
  border-bottom: 1px solid var(--border-color);
  background-color: rgba(0, 137, 143, 0.1);
  color: var(--primary-color);
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none
}

.accordion-button .icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .icon {
  transform: rotate(180deg);
}

.accordion-item {
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
}

.accordion-item:not(:first-of-type) {
  border-top: 0
}

/* ===== Alerts ===== */

.alert {
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: .75rem;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
}

.alert-dismissible {
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  padding-right: 2rem
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1rem 1rem;
  font-size: 15px;
}

[data-ac-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter)
}

.alert-dismissible .btn-close:focus {
  box-shadow: none;
}

.alert-primary {
  color: var(--primary-color);
  background-color: rgba(0, 137, 143, 0.2);
  border: 1px solid transparent;
}

.alert-secondary {
  color: var(--secondary-color);
  background-color: rgba(99, 115, 129, 0.2);
  border: 1px solid transparent;
}

.alert-success {
  color: var(--success-color);
  background-color: rgba(2, 160, 103, 0.2);
  border: 1px solid transparent;
}

.alert-danger {
  color: var(--danger-color);
  background-color: rgba(226, 61, 77, 0.2);
  border: 1px solid transparent;
}

.alert-warning {
  color: var(--warning-color);
  background-color: rgba(251, 181, 0, 0.1);
  border: 1px solid transparent;
}

.alert-info {
  color: var(--info-color);
  background-color: rgba(0, 171, 207, 0.2);
  border: 1px solid transparent;
}

.alert-light {
  color: #637381;
  background-color: rgba(190, 195, 199, 0.2);
  border: 1px solid transparent;
}

.alert-dark {
  color: var(--dark-color);
  background-color: rgba(33, 43, 54, 0.2);
  border: 1px solid transparent;
}

.alert-outline-primary {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.alert-outline-secondary {
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.alert-outline-success {
  color: var(--success-color);
  border: 1px solid var(--success-color);
}

.alert-outline-danger {
  color: var(--danger-color);
  border: 1px solid var(--danger-color);
}

.alert-outline-warning {
  color: var(--warning-color);
  border: 1px solid var(--warning-color);
}

.alert-outline-info {
  color: var(--info-color);
  border: 1px solid var(--info-color);
}

.alert-outline-light {
  color: #637381;
  border: 1px solid var(--light-color);
}

.alert-outline-dark {
  color: var(--dark-color);
  border: 1px solid var(--dark-color);
}

/* ===== Badges ===== */

.badges-inline-spacing {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.ac-btn-badge-outline-primary:hover {
  color: var(--primary-color);
  background-color: rgba(0, 137, 143, 0.2) !important;
}

.ac-btn-badge-outline-secondary:hover {
  color: var(--secondary-color);
  background-color: rgba(99, 115, 129, 0.2) !important;
}

.ac-btn-badge-outline-success:hover {
  color: var(--success-color);
  background-color: rgba(2, 160, 103, 0.2) !important;
}

.ac-btn-badge-outline-danger:hover {
  color: var(--danger-color);
  background-color: rgba(226, 61, 77, 0.2) !important;
}

.ac-btn-badge-outline-warning:hover {
  color: var(--warning-color);
  background-color: rgba(251, 181, 0, 0.2) !important;
}

.ac-btn-badge-outline-info:hover {
  color: var(--info-color);
  background-color: rgba(0, 171, 207, 0.2) !important;
}

.ac-btn-badge-outline-light:hover {
  color: var(--light-color);
  background-color: rgba(190, 195, 199, 0.2) !important;
}

.ac-btn-badge-outline-dark:hover {
  color: var(--dark-color);
  background-color: rgba(33, 43, 54, 0.2) !important;
}

.positioned-badge-inline {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.positioned-badge-inline .img-circle,
.positioned-badge-inline .img-normal {
  width: 40px;
  object-fit: cover;
}

.positioned-badge-inline .img-container .online {
  position: absolute;
  right: -1px;
  bottom: 0;
}

.positioned-badge-inline .img-normal-container .online {
  position: absolute;
  right: -5px;
  top: -6px;
}

/* ===== Buttons ===== */

.buttons .btn.btn-label-primary {
  color: var(--primary-color);
  border: 1px solid transparent;
  background-color: rgba(0, 137, 143, 0.2);
}

.buttons .btn.btn-label-primary:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.buttons .btn.btn-label-primary:active {
  background-color: #4e47c6;
}

.buttons .btn.btn-label-success {
  color: var(--success-color);
  border: 1px solid transparent;
  background-color: rgba(2, 160, 103, 0.2);
}

.buttons .btn.btn-label-success:hover {
  color: #fff;
  background-color: var(--success-color);
}

.buttons .btn.btn-label-success:active {
  background-color: #017249;
}

.btn.btn-rounded {
  border-radius: 20px !important;
}

.btn.btn-flat {
  border-radius: 0 !important;
}

.btn.btn-circle {
  border-radius: 50% !important;
}

.btn.btn-facebook {
  color: #fff;
  background-color: #1877f2;
}

.btn.btn-facebook:active {
  color: #fff;
  background-color: #086ef5;
  border: 1px solid #086ef5;
}

.btn.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
}

.btn.btn-twitter:active {
  color: #fff;
  background-color: #0b99f1;
  border: 1px solid #0b99f1;
}

.btn.btn-youtube {
  color: #fff;
  background-color: #ff0000;
}

.btn.btn-youtube:active {
  color: #fff;
  background-color: #e90101;
  border: 1px solid #e90101;
}

.btn.btn-google {
  color: #fff;
  background-color: #dc4e41;
}

.btn.btn-google:active {
  color: #fff;
  background-color: #db3b2d;
  border: 1px solid #db3b2d;
}

.btn.btn-github {
  color: #fff;
  background-color: #181717;
}

.btn.btn-github:active {
  color: #fff;
  background-color: #252121;
  border: 1px solid #252121;
}

.btn.btn-instagram {
  color: #fff;
  background-color: #e4405f;
}

.btn.btn-instagram:active {
  color: #fff;
  background-color: #e43051;
  border: 1px solid #e43051;
}

.btn.btn-pinterest {
  color: #fff;
  background-color: #bd081c;
}

.btn.btn-pinterest:active {
  color: #fff;
  background-color: #a30215;
  border: 1px solid #a30215;
}

.btn.btn-skype {
  color: #fff;
  background-color: #00b8f2;
}

.btn.btn-skype:active {
  color: #fff;
  background-color: #029fcf;
  border: 1px solid #029fcf;
}

.btn.btn-tiktok {
  color: #fff;
  background-color: #000;
}

.btn.btn-tiktok:active {
  color: #fff;
  background-color: #292828;
  border: 1px solid #292828;
}

.btn.btn-linkedin {
  color: #fff;
  background-color: #0b65c3;
}

.btn.btn-linkedin:active {
  color: #fff;
  background-color: #0a57aa;
  border: 1px solid #0a57aa;
}

.btn.btn-firefox {
  color: #fff;
  background-color: #ffa517;
}

.btn.btn-firefox:active {
  color: #fff;
  background-color: #ffa517;
  border: 1px solid #ffa517;
}

.btn.btn-messenger {
  color: #fff;
  background-color: #00bfff;
}

.btn.btn-messenger:active {
  color: #fff;
  background-color: #0299cc;
  border: 1px solid #0299cc;
}

.btn.btn-hover {
  color: #fff;
  background-color: #595CFF;
}

.btn.btn-hover:active {
  color: #fff;
  background-color: #595CFF;
  border: 1px solid #595CFF;
}

.btn.btn-active {
  color: #fff;
  background-color: #4e47c6;
}

.btn.btn-active:active {
  color: #fff;
  background-color: #4e47c6;
  border: 1px solid #4e47c6;
}

/* ===== Card ===== */

/* Primary Card */

.primary-card .card-header {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.primary-card .card-header .card-title {
  color: #fff;
}

.primary-card .card-body {
  border: 1px solid var(--primary-color);
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top: 0;
}

.secondary-card .card-header {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.secondary-card .card-header .card-title {
  color: #fff;
}

.secondary-card .card-body {
  border: 1px solid var(--secondary-color);
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top: 0;
}

.success-card .card-header {
  background-color: var(--success-color);
  border: 1px solid var(--success-color);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.success-card .card-header .card-title {
  color: #fff;
}

.success-card .card-body {
  border: 1px solid var(--success-color);
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top: 0;
}

.danger-card .card-header {
  background-color: var(--danger-color);
  border: 1px solid var(--danger-color);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.danger-card .card-header .card-title {
  color: #fff;
}

.danger-card .card-body {
  border: 1px solid var(--danger-color);
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top: 0;
}

.warning-card .card-header {
  background-color: var(--warning-color);
  border: 1px solid var(--warning-color);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.warning-card .card-header .card-title {
  color: #fff;
}

.warning-card .card-body {
  border: 1px solid var(--warning-color);
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top: 0;
}

.info-card .card-header {
  background-color: var(--info-color);
  border: 1px solid var(--info-color);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.info-card .card-header .card-title {
  color: #fff;
}

.info-card .card-body {
  border: 1px solid var(--info-color);
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top: 0;
}

.light-card .card-header {
  background-color: var(--light-color);
  border: 1px solid var(--light-color);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.light-card .card-header .card-title {
  color: #212b36;
}

.light-card .card-body {
  border: 1px solid var(--light-color);
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top: 0;
}

.dark-card .card-header {
  background-color: var(--dark-color);
  border: 1px solid var(--dark-color);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.dark-card .card-header .card-title {
  color: #fff;
}

.dark-card .card-body {
  border: 1px solid var(--dark-color);
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top: 0;
}

.blue-card .card-header {
  background-color: #0062d2;
  border: 1px solid #0062d2;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.blue-card .card-header .card-title {
  color: #fff;
}

.blue-card .card-body {
  border: 1px solid #0062d2;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top: 0;
}

/* Custom Card 1 */

.custom-card1 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 2rem;
  width: 320px;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  background-color: rgba(17, 24, 39, 1);
  padding: 1.5rem;
}

.custom-card1 .title-header {
  display: flex;
  flex-direction: column;
}

.custom-card1 .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff
}

.custom-card1 .price {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  color: #fff
}

.custom-card1 .desc {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.625;
  color: rgba(156, 163, 175, 1);
}

.custom-card1 .lists {
  padding-left: 0;
  margin-bottom: 1.5rem;
  flex: 1 1 0%;
  color: rgba(156, 163, 175, 1);
}

.custom-card1 .lists .list {
  margin-bottom: 0.5rem;
  display: flex;
  margin-left: 0.5rem;
  color: hsl(0, 0%, 84%);
}

.custom-card1 .lists .list svg {
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  color: var(--primary-color);
}

.custom-card1 .action {
  border: none;
  outline: none;
  display: inline-block;
  border-radius: 0.25rem;
  background-color: var(--primary-color);
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
}

.custom-card1 .action:hover {
  background-color: var(--primary-color-hover);
}

/* Custom Card 2 */

.custom-card2 p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
}

.custom-card2 p.small {
  font-size: 14px;
}

.custom-card2 .arrow-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: var(--primary-color);
  border-radius: 0 4px 0 32px;
}

.custom-card2 .arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.custom-card2 .card2 {
  display: block;
  position: relative;
  max-width: 262px;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 32px 24px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}

.custom-card2 .card2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: var(--primary-color);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.custom-card2 .card2:hover:before {
  transform: scale(21);
}

.custom-card2 .card2:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8) !important;
}

.custom-card2 .card2:hover h3 {
  transition: all 0.3s ease-out;
  color: #fff;
}

/* Custom Card 3 */

.custom-card3 {
  background-color: var(--primary-color);
  max-width: 3642px;
  padding: 1.5rem;
  border-radius: 6px;
  border-top-left-radius: 26px;
  border-bottom-right-radius: 26px;
}

.custom-card3 .title {
  color: #fff;
  font-size: 25px;
  margin-bottom: 27px;
}

.custom-card3 p {
  color: #dfe8f2 !important;
}

.custom-card3 .price-container {
  position: relative;
}

.custom-card3 .price {
  position: absolute;
  background-color: #CCCCFF;
  padding: 1rem;
  max-width: 180px;
  right: -24px;
  top: -74px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.custom-card3 .price p {
  color: var(--primary-color) !important;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.custom-card3 .feature-list {
  list-style: none;
  padding-left: 0;
  color: #fff;
  margin-bottom: 25px;
}

.custom-card3 .feature-list li {
  margin-bottom: 10px;
  color: #fff;
}

.custom-card3 .btn-action {
  border: none;
  outline: none;
  display: inline-block;
  border-radius: 0.25rem;
  background-color: #CCCCFF;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--primary-color);
}

.custom-card3 .btn-action:hover {
  background-color: #b9b9fc;
}

/* Custom Card 4 */

.custom-card4 {
  border: 1px solid var(--border-color);
  margin-bottom: 1.5rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.090);
}

.custom-card4 h5 {
  color: #191919;
}

.custom-card4 p {
  color: #637381 !important;
  font-size: 14px;
}

.custom-card4 .btn-action {
  border: none;
  outline: none;
  display: inline-block;
  border-radius: 0.25rem;
  background-color: #e23d4d;
  padding: 0.50rem 1.25rem 0.50rem 1.25rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
}

.custom-card4 .btn-action:hover {
  background-color: #cc3746;
}

.custom-card4 .btn-cancel {
  border: 1px solid #9e9e9e;
  outline: none;
  display: inline-block;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 0.50rem 1.25rem 0.50rem 1.25rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #191919;
}

.custom-card4 .btn-cancel:hover {
  background-color: #ebe9e9;
}

/* Custom Card 5 */

.custom-card5 {
  max-width: 280px;
  margin-bottom: 1.5rem;
}

.custom-card5 h6 {
  color: #212b36;
}

.custom-card5 .caption {
  color: #212b36 !important;
  font-size: 14px;
}

/* Custom Card 6 */

.custom-card6 {
  padding: 1rem;
}

.custom-card6 .tools {
  display: flex;
  align-items: center;
}

.custom-card6 .circle {
  padding: 0 4px;
}

.custom-card6 .box {
  display: inline-block;
  align-items: center;
  width: 10px;
  height: 10px;
  padding: 1px;
  border-radius: 50%;
}

.custom-card6 .red {
  background-color: #ff605c;
}

.custom-card6 .yellow {
  background-color: #ffbd44;
}

.custom-card6 .green {
  background-color: #00ca4e;
}

/* ===== Swiper ===== */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next {
  color: var(--primary-color) !important;
}

.swiper-button-prev {
  color: var(--primary-color) !important;
}

.swiper-pagination-bullet {
  background-color: #9e9e9e;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color) !important;
}

.swiper-pagination-progressbar-fill {
  background-color: var(--primary-color) !important;
}

.swiper-pagination-fraction {
  color: #ddd;
  font-size: 16px;
}

.swiper-pagination-fraction .swiper-pagination-current,
.swiper-pagination-fraction .swiper-pagination-total {
  color: #fff;
}

.swiperCoverflow {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiperCoverflow .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiperCoverflow .swiper-slide img {
  display: block;
  width: 100%;
}

.swiperFlip {
  width: 300px;
  height: 300px;
}

.swiperFlip .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiperFlip .swiper-slide img {
  display: block;
  width: 100%;
}

.swiperCard {
  width: 240px;
  height: 320px;
}

.swiperCard .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.swiperCreative {
  margin: 100px auto;
  width: 400px;
  height: 280px;
}

.swiperCreative .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

/* ===== Dropdown ===== */

.dropdown-inline-spacing {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.dropdown .btn.btn-label-primary {
  color: var(--primary-color);
  border: 1px solid transparent;
  background-color: rgba(0, 137, 143, 0.2);
}

.dropdown .btn.btn-label-secondary {
  color: var(--secondary-color);
  border: 1px solid transparent;
  background-color: rgba(99, 115, 129, 0.2);
}

.dropdown .btn.btn-label-success {
  color: var(--success-color);
  border: 1px solid transparent;
  background-color: rgba(2, 160, 103, 0.2);
}

.dropdown .btn.btn-label-danger {
  color: var(--danger-color);
  border: 1px solid transparent;
  background-color: rgba(226, 61, 77, 0.2);
}

.dropdown .btn.btn-label-warning {
  color: var(--warning-color);
  border: 1px solid transparent;
  background-color: rgba(251, 181, 0, 0.2);
}

.dropdown .btn.btn-label-info {
  color: var(--info-color);
  border: 1px solid transparent;
  background-color: rgba(0, 171, 207, 0.2);
}

.dropdown .btn.btn-label-light {
  color: var(--light-color);
  border: 1px solid transparent;
  background-color: rgba(190, 195, 199, 0.2);
}

.dropdown .btn.btn-label-dark {
  color: var(--dark-color);
  border: 1px solid transparent;
  background-color: rgba(33, 43, 54, 0.2);
}

/* ===== Navbar ===== */

.navbar-bg {
  background-color: var(--navbar-bg) !important;
}

.navbar .navbar-brand {
  color: var(--text-color);
}

.navbar .nav-link {
  color: var(--body-text-color) !important;
}

.navbar .nav-link:hover {
  color: var(--text-color) !important;
}

.navbar .nav-link.active {
  color: var(--text-color) !important;
}

.navbar .nav-link.disabled, .nav-link:disabled {
  color: #8f8f8f !important;
  pointer-events: none;
  cursor: default
}

.navbar .navbar-toggler {
  padding: 0;
  font-size: 2rem;
  color: var(--text-color);
  background-color: transparent;
  border: 0;
  transition: 0.15s ease-in-out
}

.navbar .navbar-toggler:hover {
  color: var(--primary-color);
}

.navbar .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none
}

.navbar-color .navbar-brand {
  color: #fff;
}

.navbar-color .nav-link {
  color: #ddd !important;
}

.navbar-color .nav-link.active {
  color: #fff !important;
}

.navbar-color .nav-link:hover {
  color: #f5f5f9 !important;
}

.navbar-color .navbar-toggler {
  color: #f5f5f9;
}

.navbar-color .navbar-toggler:hover {
  color: #f5f5f9;
}

/* ===== Pagination ===== */

.page-link {
  color: var(--text-color);
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
}

.page-link:hover {
  color: var(--primary-color);
  background-color: rgba(0, 137, 143, 0.2);
  border-color: var(--border-color);
}

.active>.page-link, .page-link.active {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.disabled>.page-link, .page-link.disabled {
  background-color: #e9ecef;
}

[data-ac-theme=dark] .disabled>.page-link, .page-link.disabled {
  background-color: hsl(0, 0%, 22%);
  border-color: var(--border-color);
  color: #9e9e9e;
}

.page-link:focus {
  color: var(--primary-color);
  background-color: transparent;
  outline: 0;
  box-shadow: var(--primary-color)
}

/* Color Options */

.success .page-link:hover {
  color: var(--success-color) !important;
  background-color: rgba(2, 160, 103, 0.2) !important;
  border-color: var(--border-color);
}

.success .active>.page-link, .page-link.active {
  color: #fff;
  background-color: var(--success-color) !important;
  border-color: var(--success-color);
}

.success .page-link:focus {
  color: var(--success-color);
  background-color: rgba(2, 160, 103, 0.2);
  outline: 0;
  box-shadow: var(--success-color)
}

.danger .page-link:hover {
  color: var(--danger-color) !important;
  background-color: rgba(226, 61, 77, 0.2) !important;
  border-color: var(--border-color);
}

.danger .active>.page-link, .page-link.active {
  color: #fff;
  background-color: var(--danger-color) !important;
  border-color: var(--danger-color);
}

.danger .page-link:focus {
  color: var(--danger-color);
  background-color: rgba(226, 61, 77, 0.2);
  outline: 0;
  box-shadow: var(--danger-color)
}

.warning .page-link:hover {
  color: var(--warning-color) !important;
  background-color: rgba(251, 181, 0, 0.2) !important;
  border-color: var(--border-color);
}

.warning .active>.page-link, .page-link.active {
  color: #fff;
  background-color: var(--warning-color) !important;
  border-color: var(--warning-color);
}

.warning .page-link:focus {
  color: var(--warning-color);
  background-color: rgba(251, 181, 0, 0.2);
  outline: 0;
  box-shadow: var(--warning-color)
}

.info .page-link:hover {
  color: var(--info-color) !important;
  background-color: rgba(0, 171, 207, 0.2) !important;
  border-color: var(--border-color);
}

.info .active>.page-link, .page-link.active {
  color: #fff;
  background-color: var(--info-color) !important;
  border-color: var(--info-color);
}

.info .page-link:focus {
  color: var(--info-color);
  background-color: rgba(0, 171, 207, 0.2);
  outline: 0;
  box-shadow: var(--info-color)
}

.label-primary .page-link:hover {
  color: var(--primary-color) !important;
  background-color: rgba(0, 137, 143, 0.2) !important;
  border-color: var(--border-color);
}

.label-primary .active>.page-link, .page-link.active {
  color: var(--primary-color);
  background-color: rgba(0, 137, 143, 0.2) !important;
  border-color: var(--primary-color);
}

.label-primary .page-link:focus {
  color: var(--primary-color);
  background-color: rgba(0, 137, 143, 0.2);
  outline: 0;
  box-shadow: var(--primary-color)
}

.label-success .page-link:hover {
  color: var(--success-color) !important;
  background-color: rgba(2, 160, 103, 0.2) !important;
  border-color: var(--border-color);
}

.label-success .active>.page-link, .page-link.active {
  color: var(--success-color);
  background-color: rgba(2, 160, 103, 0.2) !important;
  border-color: var(--success-color);
}

.label-success .page-link:focus {
  color: var(--success-color);
  background-color: rgba(2, 160, 103, 0.2);
  outline: 0;
  box-shadow: var(--success-color)
}

.label-danger .page-link:hover {
  color: var(--danger-color) !important;
  background-color: rgba(226, 61, 77, 0.2) !important;
  border-color: var(--border-color);
}

.label-danger .active>.page-link, .page-link.active {
  color: var(--danger-color);
  background-color: rgba(226, 61, 77, 0.2) !important;
  border-color: var(--danger-color);
}

.label-danger .page-link:focus {
  color: var(--danger-color);
  background-color: rgba(226, 61, 77, 0.2);
  outline: 0;
  box-shadow: var(--danger-color)
}

.label-warning .page-link:hover {
  color: var(--warning-color) !important;
  background-color: rgba(251, 181, 0, 0.2) !important;
  border-color: var(--border-color);
}

.label-warning .active>.page-link, .page-link.active {
  color: var(--warning-color);
  background-color: rgba(251, 181, 0, 0.2) !important;
  border-color: var(--warning-color);
}

.label-warning .page-link:focus {
  color: var(--warning-color);
  background-color: rgba(251, 181, 0, 0.2);
  outline: 0;
  box-shadow: var(--warning-color)
}

.label-info .page-link:hover {
  color: var(--info-color) !important;
  background-color: rgba(0, 171, 207, 0.2) !important;
  border-color: var(--border-color);
}

.label-info .active>.page-link, .page-link.active {
  color: var(--info-color);
  background-color: rgba(0, 171, 207, 0.2) !important;
  border-color: var(--info-color);
}

.label-info .page-link:focus {
  color: var(--info-color);
  background-color: rgba(0, 171, 207, 0.2);
  outline: 0;
  box-shadow: var(--info-color)
}

/* ===== Progress Bar ===== */

.progress, .progress-stacked {
  background-color: #e9ecef;
  margin-bottom: 15px;
}

[data-ac-theme=dark] .progress, .progress-stacked {
  background-color: #525355;
}

.progress-bar {
  background-color: var(--primary-color);
}

.progress.vertical {
  display: inline-block;
  height: 200px;
  margin-right: 10px;
  position: relative;
  width: 1rem;
}

.progress.vertical>.progress-bar {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.progress.vertical.progress-md {
  width: 0.75rem;
}

.progress.vertical.progress-sm {
  width: 0.50rem;
}

.progress.vertical.progress-xs {
  width: 0.25rem;
}

/* ===== Spinners ===== */

.spinner-border-lg {
  width: 3rem;
  height: 3rem;
}

.spinner-grow-lg {
  width: 3rem;
  height: 3rem
}

/* Custom Spinner 1 */

.custom-spinner1 {
  margin-bottom: 5rem;
}

.custom-spinner1 .loader {
  --dim: 3rem;
  width: var(--dim);
  height: var(--dim);
  position: relative;
  animation: spin988 2s linear infinite;
}

.custom-spinner1 .loader .circle {
  --dim: 1.2rem;
  width: var(--dim);
  height: var(--dim);
  border-radius: 50%;
  position: absolute;
}

.custom-spinner1 .loader .circle:nth-child(1) {
  top: 0;
  left: 0;
  background-color: var(--primary-color);
}

.custom-spinner1 .loader .circle:nth-child(2) {
  top: 0;
  right: 0;
  background-color: var(--success-color);
}

.custom-spinner1 .loader .circle:nth-child(3) {
  bottom: 0;
  left: 0;
  background-color: var(--warning-color);
}

.custom-spinner1 .loader .circle:nth-child(4) {
  bottom: 0;
  right: 0;
  background-color: var(--info-color);
}

@keyframes spin988 {
  0% {
    transform: scale(1) rotate(0);
  }

  20%, 25% {
    transform: scale(1.3) rotate(90deg);
  }

  45%, 50% {
    transform: scale(1) rotate(180deg);
  }

  70%, 75% {
    transform: scale(1.3) rotate(270deg);
  }

  95%, 100% {
    transform: scale(1) rotate(360deg);
  }
}

/* Custom Spinner 2 */

.custom-spinner2 {
  --load-bg: var(--nav-link-hover-bg);
  margin-bottom: 5rem;
}

.custom-spinner2 .loader {
  width: 80px;
  height: 50px;
  position: relative;
}

.custom-spinner2 .loader-text {
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  color: var(--primary-color);
  animation: text_713 3.5s ease both infinite;
  font-size: .8rem;
  letter-spacing: 1px;
}

.custom-spinner2 .load {
  background-color: var(--load-bg);
  border-radius: 50px;
  display: block;
  height: 16px;
  width: 16px;
  bottom: 0;
  position: absolute;
  transform: translateX(64px);
  animation: loading_713 3.5s ease both infinite;
}

.custom-spinner2 .load::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: inherit;
  animation: loading2_713 3.5s ease both infinite;
}

@keyframes text_713 {
  0% {
    letter-spacing: 1px;
    transform: translateX(0px);
  }

  40% {
    letter-spacing: 2px;
    transform: translateX(26px);
  }

  80% {
    letter-spacing: 1px;
    transform: translateX(32px);
  }

  90% {
    letter-spacing: 2px;
    transform: translateX(0px);
  }

  100% {
    letter-spacing: 1px;
    transform: translateX(0px);
  }
}

@keyframes loading_713 {
  0% {
    width: 16px;
    transform: translateX(0px);
  }

  40% {
    width: 100%;
    transform: translateX(0px);
  }

  80% {
    width: 16px;
    transform: translateX(64px);
  }

  90% {
    width: 100%;
    transform: translateX(0px);
  }

  100% {
    width: 16px;
    transform: translateX(0px);
  }
}

@keyframes loading2_713 {
  0% {
    transform: translateX(0px);
    width: 16px;
  }

  40% {
    transform: translateX(0%);
    width: 80%;
  }

  80% {
    width: 100%;
    transform: translateX(0px);
  }

  90% {
    width: 80%;
    transform: translateX(15px);
  }

  100% {
    transform: translateX(0px);
    width: 16px;
  }
}

/* Custom Spinner 3 */

.custom-spinner3 {
  margin-bottom: 5rem;
}

.custom-spinner3 .dot-spinner {
  --speed: .9s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 2.8rem;
  width: 2.8rem;
}

.custom-spinner3 .dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.custom-spinner3 .dot-spinner__dot::before {
  content: '';
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--primary-color);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.custom-spinner3 .dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}

.custom-spinner3 .dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--speed) * -0.875);
}

.custom-spinner3 .dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}

.custom-spinner3 .dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--speed) * -0.75);
}

.custom-spinner3 .dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}

.custom-spinner3 .dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--speed) * -0.625);
}

.custom-spinner3 .dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}

.custom-spinner3 .dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--speed) * -0.5);
}

.custom-spinner3 .dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}

.custom-spinner3 .dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--speed) * -0.375);
}

.custom-spinner3 .dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}

.custom-spinner3 .dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--speed) * -0.25);
}

.custom-spinner3 .dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}

.custom-spinner3 .dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--speed) * -0.125);
}

@keyframes pulse0112 {

  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Custom Spinner 4 */

.custom-spinner4 {
  margin-bottom: 5rem;
}

.custom-spinner4 .loader {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 10px;
}

.custom-spinner4 .loader div {
  width: 8%;
  height: 24%;
  background: rgb(128, 128, 128);
  position: absolute;
  left: 50%;
  top: 30%;
  opacity: 0;
  border-radius: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  animation: fade458 1s linear infinite;
}

@keyframes fade458 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.25;
  }
}

.custom-spinner4 .loader .bar1 {
  transform: rotate(0deg) translate(0, -130%);
  animation-delay: 0s;
}

.custom-spinner4 .loader .bar2 {
  transform: rotate(30deg) translate(0, -130%);
  animation-delay: -1.1s;
}

.custom-spinner4 .loader .bar3 {
  transform: rotate(60deg) translate(0, -130%);
  animation-delay: -1s;
}

.custom-spinner4 .loader .bar4 {
  transform: rotate(90deg) translate(0, -130%);
  animation-delay: -0.9s;
}

.custom-spinner4 .loader .bar5 {
  transform: rotate(120deg) translate(0, -130%);
  animation-delay: -0.8s;
}

.custom-spinner4 .loader .bar6 {
  transform: rotate(150deg) translate(0, -130%);
  animation-delay: -0.7s;
}

.custom-spinner4 .loader .bar7 {
  transform: rotate(180deg) translate(0, -130%);
  animation-delay: -0.6s;
}

.custom-spinner4 .loader .bar8 {
  transform: rotate(210deg) translate(0, -130%);
  animation-delay: -0.5s;
}

.custom-spinner4 .loader .bar9 {
  transform: rotate(240deg) translate(0, -130%);
  animation-delay: -0.4s;
}

.custom-spinner4 .loader .bar10 {
  transform: rotate(270deg) translate(0, -130%);
  animation-delay: -0.3s;
}

.custom-spinner4 .loader .bar11 {
  transform: rotate(300deg) translate(0, -130%);
  animation-delay: -0.2s;
}

.custom-spinner4 .loader .bar12 {
  transform: rotate(330deg) translate(0, -130%);
  animation-delay: -0.1s;
}

/* Custom Spinner 5 */

.custom-spinner5 {
  margin-bottom: 5rem;
}

.custom-spinner5 .loader {
  width: 48px;
  height: 48px;
  border: 5px dotted var(--primary-color);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Custom Spinner 6 */

.custom-spinner6 {
  margin-bottom: 5rem;
}

.custom-spinner6 .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid var(--primary-color);
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Custom Spinner 7 */

.custom-spinner7 {
  margin-bottom: 5rem;
}

.custom-spinner7 .loader {
  width: 48px;
  height: 48px;
  border: 5px solid;
  border-color: var(--primary-color) transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Custom Spinner 8 */

.custom-spinner8 {
  margin-bottom: 5rem;
}

.custom-spinner8 .loader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  color: var(--primary-color);
  left: -100px;
  box-sizing: border-box;
  animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  12% {
    box-shadow: 100px 0 var(--primary-color), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  25% {
    box-shadow: 110px 0 var(--primary-color), 100px 0 var(--primary-color), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  36% {
    box-shadow: 120px 0 var(--primary-color), 110px 0 var(--primary-color), 100px 0 var(--primary-color), 0px 0 rgba(255, 255, 255, 0);
  }

  50% {
    box-shadow: 130px 0 var(--primary-color), 120px 0 var(--primary-color), 110px 0 var(--primary-color), 100px 0 var(--primary-color);
  }

  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--primary-color), 120px 0 var(--primary-color), 110px 0 var(--primary-color);
  }

  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--primary-color), 120px 0 var(--primary-color);
  }

  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--primary-color);
  }

  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}

/* Custom Spinner 9 */

.custom-spinner9 {
  margin-bottom: 5rem;
}

.custom-spinner9 .loader {
  width: 50%;
  height: 4.8px;
  display: inline-block;
  position: relative;
  background-color: #e9ecef;
  overflow: hidden;
}

[data-ac-theme=dark] .custom-spinner9 .loader {
  background-color: #525355;
}

.custom-spinner9 .loader::after {
  content: '';
  width: 80px;
  height: 4.8px;
  background: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  animation: animloader 2s linear infinite;
}

@keyframes animloader {
  0% {
    left: 0;
    transform: translateX(-100%);
  }

  100% {
    left: 100%;
    transform: translateX(0%);
  }
}

/* Custom Spinner 10 */

.custom-spinner10 {
  margin-bottom: 5rem;
}

.custom-spinner10 .loader {
  display: block;
  position: relative;
  height: 12px;
  width: 50%;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
}

.custom-spinner10 .loader:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--primary-color);
  animation: 6s prog ease-in infinite;
}

@keyframes prog {
  to {
    width: 100%;
  }
}

/* Custom Spinner 11 */

.custom-spinner11 {
  margin-bottom: 5rem;
}

.custom-spinner11 .loader {
  display: block;
  position: relative;
  height: 20px;
  width: 140px;
  background-image:
    linear-gradient(rgba(0, 137, 143, 0.2) 20px, transparent 0),
    linear-gradient(rgba(0, 137, 143, 0.2) 20px, transparent 0),
    linear-gradient(rgba(0, 137, 143, 0.2) 20px, transparent 0),
    linear-gradient(rgba(0, 137, 143, 0.2) 20px, transparent 0);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 0, 40px 0, 80px 0, 120px 0;
  animation: pgfill 1s linear infinite;
}

@keyframes pgfill {
  0% {
    background-image: linear-gradient(rgba(0, 137, 143, 0.2) 20px, transparent 0), linear-gradient(rgba(0, 137, 143, 0.2) 20px, transparent 0), linear-gradient(rgba(0, 137, 143, 0.2) 20px, transparent 0), linear-gradient(rgba(0, 137, 143, 0.2) 20px, transparent 0);
  }

  25% {
    background-image: linear-gradient(var(--primary-color) 20px, transparent 0), linear-gradient(rgba(0, 137, 143, 0.2) 20px, transparent 0), linear-gradient(rgba(0, 137, 143, 0.2) 20px, transparent 0), linear-gradient(rgba(0, 137, 143, 0.2) 20px, transparent 0);
  }

  50% {
    background-image: linear-gradient(var(--primary-color) 20px, transparent 0), linear-gradient(var(--primary-color) 20px, transparent 0), linear-gradient(rgba(0, 137, 143, 0.2) 20px, transparent 0), linear-gradient(rgba(0, 137, 143, 0.2) 20px, transparent 0);
  }

  75% {
    background-image: linear-gradient(var(--primary-color) 20px, transparent 0), linear-gradient(var(--primary-color) 20px, transparent 0), linear-gradient(var(--primary-color) 20px, transparent 0), linear-gradient(rgba(0, 137, 143, 0.2) 20px, transparent 0);
  }

  100% {
    background-image: linear-gradient(var(--primary-color) 20px, transparent 0), linear-gradient(var(--primary-color) 20px, transparent 0), linear-gradient(var(--primary-color) 20px, transparent 0), linear-gradient(var(--primary-color) 20px, transparent 0);
  }
}

/* Custom Spinner 12 */

.custom-spinner12 {
  margin-bottom: 5rem;
}

.custom-spinner12 .loader {
  color: var(--primary-color);
  display: inline-block;
  position: relative;
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.custom-spinner12 .loader::after {
  content: '';
  width: 5px;
  height: 5px;
  background: currentColor;
  position: absolute;
  bottom: 17px;
  right: -5px;
  box-sizing: border-box;
  animation: animLoading 1s linear infinite;
}

@keyframes animLoading {
  0% {
    box-shadow: 10px 0 rgba(255, 255, 255, 0), 20px 0 rgba(255, 255, 255, 0);
  }

  50% {
    box-shadow: 10px 0 var(--primary-color), 20px 0 rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 10px 0 var(--primary-color), 20px 0 var(--primary-color);
  }
}

/* ===== Tabs & Pills ===== */

/* Tabs */

.nav-tabs {
  padding-left: 0.5px;
  padding-right: 0.5px;
  border-bottom: 1px solid var(--border-color)
}

.nav-fill {
  padding-left: 1px;
  padding-right: 1px;
}

[data-ac-theme=dark] .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--text-color);
  background: transparent;
  border-color: var(--border-color) var(--border-color) var(--bg-color);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color) !important;
  border: 0;
  margin-bottom: 0.1px;
}

.nav-link:focus, .nav-link:hover {
  color: var(--primary-color);
  border-color: transparent !important;
}

.nav-tabs .nav-link {
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.vertical-left-tabs .nav-tabs {
  border-right: 1px solid var(--border-color);
  border-bottom: 0;
}

.vertical-left-tabs .nav-tabs .nav-item {
  margin-bottom: .5rem;
}

.vertical-left-tabs .nav-tabs .nav-link.active {
  color: var(--primary-color);
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

.vertical-right-tabs .nav-tabs {
  border-left: 1px solid var(--border-color);
  border-bottom: 0;
}

.vertical-right-tabs .nav-tabs .nav-item {
  margin-bottom: .5rem;
}

.vertical-right-tabs .nav-tabs .nav-link.active {
  color: var(--primary-color);
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

/* Pills */

.nav-pills {
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #00898f
}

.nav-link {
  color: var(--text-color);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--text-color-2);
}

.nav-pills .nav-link:hover {
  background-color: rgba(0, 137, 143, 0.2);
  color: var(--primary-color) !important;
}

.nav-pills .nav-link.active:hover {
  background-color: var(--primary-color);
  color: var(--white) !important;
}

/* ===== Toast ===== */

.toast {
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
}

.toast-header {
  background-color: var(--bg-color);
  border-bottom: 1px solid var(--border-color);
  color: var(--text-color);
}

.toast-body {
  color: var(--text-color);
}

/* Toast Styles */

.toast-primary .toast-header {
  background-color: var(--primary-color);
  color: #fff;
}

.toast-secondary .toast-header {
  background-color: var(--secondary-color);
  color: #fff;
}

.toast-success .toast-header {
  background-color: var(--success-color);
  color: #fff;
}

.toast-danger .toast-header {
  background-color: var(--danger-color);
  color: #fff;
}

.toast-warning .toast-header {
  background-color: var(--warning-color);
  color: #fff;
}

.toast-info .toast-header {
  background-color: var(--info-color);
  color: #fff;
}

.toast-light .toast-header {
  background-color: var(--light-color);
  color: #212b36;
}

.toast-dark .toast-header {
  background-color: var(--dark-color);
  color: #fff;
}

/* ===== Select2 ===== */

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('../images/icons/chevron-down-dark.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

[data-ac-theme=dark] .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('../images/icons/chevron-down-light.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

/* ===== Custom Scrollbar ===== */

::-webkit-scrollbar {
  width: .5rem;
  height: .5rem;
  background-color: white;
}

::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: .5rem
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
  border-radius: .5rem
}

[data-ac-theme=dark] ::-webkit-scrollbar {
  width: .5rem;
  height: .5rem;
  background-color: #424242;
}

[data-ac-theme=dark] ::-webkit-scrollbar-thumb {
  background-color: #686868;
  border-radius: .5rem
}

[data-ac-theme=dark] ::-webkit-scrollbar-thumb:hover {
  background-color: #7b7b7b;
  border-radius: .5rem
}

/* ===== Ribbons ===== */

.ribbon-wrapper {
  height: 70px;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 70px;
  z-index: 10;
}

.ribbon-wrapper .ribbon {
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  font-size: .6rem;
  line-height: 100%;
  padding: .375rem 0;
  position: relative;
  right: -2px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
  text-transform: uppercase;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 90px;
  color: #fff;
}

.ribbon-wrapper .ribbon::after, .ribbon-wrapper .ribbon::before {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #9e9e9e;
    bottom: -3px;
    content: "";
    position: absolute
}

.ribbon-wrapper .ribbon::before {
    left: 1px
}

.ribbon-wrapper .ribbon::after {
    right: 0
}

/* ===== Timeline ===== */

.timeline-box {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.timeline {
  border-radius: 10px;
  position: relative;
  width: 100%;
}

.timeline .timeline-item {
  position: relative;
  padding-left: 37px;
  padding-bottom: 50px;
}

.timeline .timeline-item::before {
  content: '';
  width: 1px;
  position: absolute;
  height: 100%;
  left: 7px;
  top: 0;
  background-color: var(--primary-color);
}

.timeline .timeline-item:last-child {
  padding-bottom: 0px;
  margin-bottom: 15px;
}

.timeline .timeline-item {
  position: relative;
  padding-left: 37px;
  padding-bottom: 50px;
}

.timeline .timeline-item:last-child {
  padding-bottom: 0px;
}

.timeline .circle-dot {
  position: absolute;
  left: 0;
  top: 0px;
  height: 15px;
  width: 15px;
  left: 0px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.timeline .timeline-date {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color-2);
  margin-bottom: 12px;
}

.timeline .timeline-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: var(--text-color)
}

.timeline .timeline-text {
  font-size: 16px;
  line-height: 25px;
  color: var(--text-color-2);
  margin: 0;
}

/* Timeline Full */

.timeline-full {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline-full:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: var(--timeline-full-line);
}
.timeline-full > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline-full > li:after, .timeline-full > li:before {
  display: table;
  content: " ";
}
.timeline-full > li:after {
  clear: both;
}
.timeline-full  .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline-full  .timeline-panel .timeline-container {
  border: 1px solid var(--border-color);
  padding: 20px;
  border-radius: 4px;
}
.timeline-full > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline-full > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline-full > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.timeline-full > li .timeline-image h4, 
.timeline-full > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline-full > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline-full > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline-full > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline-full > li:last-child {
  margin-bottom: 0;
}
.timeline-full .timeline-heading h4, 
.timeline-full .timeline-heading .h4 {
  margin-top: 0;
}
.timeline-full .timeline-heading .year {
  color: var(--text-color-2);
  /* font-size: 16px; */
}
.timeline-full .timeline-heading h4.subheading, 
.timeline-full .timeline-heading .subheading.h4 {
  text-transform: none;
  color: var(--text-color);
  font-size: 20px;
}
.timeline-full .timeline-body > ul,
.timeline-full .timeline-body > p {
  margin-bottom: 0;
}

.timeline-full .timeline-body > p {
  font-size: 15px;
}

@media (min-width: 768px) {
  .timeline-full:before {
    left: 50%;
  }
  .timeline-full > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline-full > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline-full > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline-full > li .timeline-image h4, 
  .timeline-full > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline-full > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline-full > li {
    min-height: 150px;
  }
  .timeline-full > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline-full > li .timeline-image h4, 
  .timeline-full > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline-full > li.timeline-inverted > .timeline-panel {
    padding: 0 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline-full > li {
    min-height: 170px;
  }
  .timeline-full > li .timeline-panel {
    padding: 0 0 20px 0;
  }
  .timeline-full > li .timeline-image h4, 
  .timeline-full > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline-full > li.timeline-inverted > .timeline-panel {
    padding: 0 0 20px 0;
  }
}

/* ===== Testimonials ===== */

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .swiper-slide {
  background: transparent;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid var(--testimonial-img-border);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: var(--text-color);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: var(--text-color-2);
  margin: 0 0 0 45px;
  text-align: left;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-size: 15px;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: var(--testimonial-item-bg);
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: var(--testimonial-swiper-pagination-bullet)
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

/* ===== Demo Footer ===== */

.demo-footer .social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.demo-footer .social-links ul li {
  display: inline-block;
}

.demo-footer .social-links ul li a {
  display: flex;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  text-decoration: none;
  align-items: center;
  margin-right: 5px;
  color: var(--header-title-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 10px;
}

.demo-footer .social-links ul li a i {
  font-size: 22px;
  
}

.demo-footer .social-links ul li a:hover {
  color: var(--white);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

/* Additional Custom CSS */

.empty-convo-icon {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 137, 143, 0.2);
  border-radius: 50%;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  text-align: center;
  justify-content: center;
}

.empty-convo-icon i {
  color: var(--primary-color);
  font-size: 50px;
}

.message_input {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

#scroll-to-bottom {
  --icon-bg: var(--profile-btn-bg);
  display: none;
  position: absolute;
  bottom: 10px;
  padding: 4px 8px;
  background-color: var(--icon-bg);
  color: var(--text-color);
  border: none;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  left: 50%;
  transform: translateX(-50%);
}

#scroll-to-bottom:hover {
  --icon-bg-hover: var(--profile-btn-bg-hover);
  background-color: var(--icon-bg-hover);
}

#modal-scroll-to-bottom {
  --icon-bg: var(--profile-btn-bg);
  display: none;
  position: absolute;
  bottom: 15px;
  padding: 4px 8px;
  background-color: var(--icon-bg);
  color: var(--text-color);
  border: none;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  left: 50%;
  transform: translateX(-50%);
}

#modal-scroll-to-bottom:hover {
  --icon-bg-hover: var(--profile-btn-bg-hover);
  background-color: var(--icon-bg-hover);
}

@media (max-width: 767px) {
  .btn-new-msg {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-new-msg {
    display: block !important;
  }
}

.signature-pad {
  border: 1px solid var(--border-signature);
  width: 100%;
  max-width: 400px;
  height: 200px;
}

.post-body {
  height: 300px;
  overflow: auto;
}

.text-uppercase {
  text-transform: uppercase;
}

/* .user_table .img-container .online {
  position: absolute;
  right: 58px !important;
  bottom: 0;
  width: 14px;
  height: 14px;
} */

.img-wrapper {
    position: relative;
    display: inline-block;
}

.download_attachment {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 18px;
    text-decoration: none;
    transition: ease-in-out 0.2s;
}

.download_attachment:hover {
  color: white;
  background-color: #222222;
}

.img-wrapper:hover .download_attachment {
    display: block;
}

.text-blue-custom {
  color: #0065F8;
}

/* Watermark */
.watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    font-size: 150px;
    color: rgba(255, 0, 0, 0.2);
    font-weight: 900;
    pointer-events: none;
    text-transform: uppercase;
    z-index: 5;
}

/* Preview form */
.image-wrapper {
    overflow: auto;
    max-height: 80vh;
}

.preview-image {
    transform: scale(1);
    transition: transform 0.2s ease;
    transform-origin: center center;
    cursor: grab;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* LOT styling */

.lot-box{
border:1px solid var(--lot-box-border);
padding:10px;
border-radius:6px;
background: var(--lot-box-bg);
margin-bottom: 10px;
}

.lot-container{
min-height:150px;
border:2px dashed var(--lot-container-border);
padding:10px;
background: var(--lot-container-bg);
}

.lot-item{
cursor:grab;
background: var(--lot-item-bg);
color: var(--lot-item-color);
}