/** @format */
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-BlackItalic.woff2") format("woff2"), url("../fonts/BeVietnamPro-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-Regular.woff2") format("woff2"), url("../fonts/BeVietnamPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-Medium.woff2") format("woff2"), url("../fonts/BeVietnamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-ExtraLight.woff2") format("woff2"), url("../fonts/BeVietnamPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-MediumItalic.woff2") format("woff2"), url("../fonts/BeVietnamPro-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-Light.woff2") format("woff2"), url("../fonts/BeVietnamPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-Thin.woff2") format("woff2"), url("../fonts/BeVietnamPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-ThinItalic.woff2") format("woff2"), url("../fonts/BeVietnamPro-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/** @format */
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

* {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*, *:before, *:after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 10px;
}

a,
.btn {
  transition: 0.5s all ease-in-out;
}

body {
  background-color: #f3eee3;
  font-family: "Be Vietnam Pro", sans-serif;
  margin: 0;
}

img {
  width: 100%;
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0px;
}

address {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.container {
  max-width: 390px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .aos-init,
  .aos-animate {
    transition: none;
    transform: none;
    transition-delay: 0;
    transition-duration: 0;
  }
}

.slick-slide {
  outline: 0;
}

/** @format */
.password__modal {
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.076) 68.85%, rgba(255, 255, 255, 0.4) 100%);
  backdrop-filter: blur(25px);
}
.password__modal .password__modal__inner {
  width: 100%;
}
.password__modal .password__modal__inner p {
  text-align: center;
}
.password__modal .password__modal__inner figure {
  width: 45px;
  height: 44px;
  margin: 0 auto 24px;
}
.password__modal .password__modal__inner figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.password__modal .password__modal__inner h4 {
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #212121;
  margin-bottom: 24px;
}
.password__modal .password__modal__inner form {
  width: 100%;
}
.password__modal .password__modal__inner form fieldset {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
.password__modal .password__modal__inner form fieldset input[type=password] {
  width: 100%;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: #212121;
  border: 0;
  border-radius: 14px;
  text-align: center;
  background-color: #ececec;
  margin-bottom: 12px;
}
.password__modal .password__modal__inner form fieldset input[type=password]::placeholder {
  color: #999a9a;
}
.password__modal .password__modal__inner form fieldset input[type=submit] {
  width: 100%;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #f3eee3;
  border: 0;
  border-radius: 14px;
  text-align: center;
  background-color: #212121;
  cursor: pointer;
}

body:has(.password__modal) {
  overflow: hidden;
}

/** @format */
.analytics__container {
  width: 100%;
  padding-bottom: 24px;
  padding-top: 80px;
}
.analytics__container h4 {
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #212121;
  margin-bottom: 8px;
  position: relative;
  z-index: 10;
}
.analytics__container p {
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #212121;
  margin-bottom: 25px;
  position: relative;
  z-index: 10;
}

.client__category {
  width: 100%;
  background-color: #fff;
  padding: 12px;
  border-radius: 16px;
}
.client__category .client__category__header {
  background-color: #f9f9f7;
  padding: 13px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.client__category .client__category__header span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--prim-color);
}
.client__category .client__category__header h6 {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: #212121;
  margin-left: 7px;
}
.client__category:not(:last-child) {
  margin-bottom: 10px;
}
.client__category:has(.client__name__List) .client__category__list__item__content {
  padding: 0 8px 0px;
}

.client__category__list {
  padding: 0;
  list-style: none;
  padding: 0 8px 8px;
}

.client__category__list__item__content__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}
.client__category__list__item__content__header h5 {
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  color: #212121;
  margin-bottom: 0;
}
.client__category__list__item__content__header h4 {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  text-align: right;
  text-transform: uppercase;
  color: #212121;
  vertical-align: baseline;
}
.client__category__list__item__content__header h4 span {
  font-weight: 300;
  font-size: 10px;
  line-height: 100%;
  text-transform: uppercase;
  color: #a6a6a6;
  margin-right: 5px;
}

.client__name__List {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 8px 8px;
}
.client__name__List li {
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #212121;
  padding: 6px 10px;
  border: 1px solid #efefe6;
  border-radius: 50px;
  width: max-content;
}

.client__category__list__item {
  display: flex;
  align-items: center;
}
.client__category__list__item:not(:last-child) {
  margin-bottom: 12px;
}
.client__category__list__item figure {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #efefe7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
}
.client__category__list__item figure img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.client__category__list__item .client__category__list__item__content {
  padding-left: 16px;
  width: 100%;
}

.custom__progress__bar {
  width: 100%;
  position: relative;
  height: 8px;
}
.custom__progress__bar::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #efefe7;
  z-index: 1;
}
.custom__progress__bar span {
  border-radius: 1px 1px 0 0;
  height: 100%;
  background-color: var(--prim-color);
  display: block;
  width: 0; /* start hidden */
  position: relative;
  z-index: 2;
  max-width: 100%;
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.analytics__main {
  display: grid;
  gap: 23px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 10px;
}
.analytics__main .arc-wrapper {
  position: relative;
  width: 100%;
  min-height: 170px;
}
.analytics__main .arc-wrapper svg {
  width: 100%;
  height: 225px;
  margin-top: -60px;
}
.analytics__main .arc-center {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
  margin-top: 3px;
  width: max-content;
  max-width: 80%;
}
.analytics__main .arc-path {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}
.analytics__main .apexcharts-datalabel-value {
  display: none;
}
.analytics__main .arc-value {
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  color: #212121;
  margin-bottom: 7px;
}
.analytics__main .arc-value span {
  font-size: 15px;
}
.analytics__main .arc-title {
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #9f9c95;
  margin-bottom: 5px;
}
.analytics__main .arc-sub {
  color: #9f9c95;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  padding: 4px 8px;
  border: 1px solid #e7e5d7;
  border-radius: 10px;
}
.analytics__main .arc-sub span {
  color: #212121;
}
.analytics__main .arc-segment {
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.15));
}

/**
 * Year Selector Styles
 *
 * @format
 */
.year-selector {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 100;
}

.year-selector-wrapper {
  display: inline-block;
  position: relative;
}

.year-label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #212121;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.year-select-container {
  position: relative;
  display: inline-block;
  min-width: 120px;
}

.year-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 12px 40px 12px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 120px;
  text-align: left;
}

.year-select:hover {
  border-color: #568ee9;
  box-shadow: 0 0 0 3px rgba(86, 142, 233, 0.1);
}

.year-select:focus {
  outline: none;
  border-color: #568ee9;
  box-shadow: 0 0 0 3px rgba(86, 142, 233, 0.2);
}

.year-select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #212121;
  pointer-events: none;
  transition: all 0.3s ease;
}

.year-select-container:hover .year-select-arrow {
  border-top-color: #568ee9;
}

.year-select:focus + .year-select-arrow {
  border-top-color: #568ee9;
}

/* Active state styling */
.year-selector-wrapper::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #568ee9, #f5d02e, #2e9e82, #ee86e5);
  border-radius: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.year-select:focus ~ .year-selector-wrapper::before {
  opacity: 0.1;
}

/* Responsive design */
@media (max-width: 768px) {
  .year-selector {
    margin-bottom: 20px;
  }
  .year-label {
    font-size: 12px;
  }
  .year-select {
    padding: 10px 36px 10px 14px;
    font-size: 14px;
    min-width: 100px;
  }
  .year-select-arrow {
    right: 14px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 7px;
  }
}

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