$white: #fff;
$green-600: #00a7a7;
$green-500: #00baba;
$green-300: #99e3e3;
$green-200: #bfeeee;
$green-100: #e6f8f8;
$orange-600: #d5922d;
$orange-500: #eda232;
$orange-200: #fbe8cc;
$orange-100: #fdf6eb;
$red-600: #d64b4b;
$red-500: #ee5353;
$red-200: #fbd4d4;
$red-100: #fdeeee;
$gray-900: #253343;
$gray-800: #344456;
$gray-700: #465a71;
$gray-600: #566e88;
$gray-500: #647e9a;
$gray-400: #7a90aa;
$gray-300: #91a4bc;
$gray-200: #b2c2d6;
$gray-100: #d1dbe8;
$gray-50: #e9edf5;
$gray-25: #f5f7fa;
$blue-500: #32b0F6;

.background-gray-200 {
  background-color: $gray-200;
}

.ar-wrap {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 0;
    margin-top: 0;
    font-family: "yekan-bakh" !important;
    color: $gray-900;
  }

  h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }

  h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  p {
    color: $gray-700;
    margin-top: 0;
  }

  .dir-ltr {
    direction: ltr !important;
  }

  .p-24 {
    padding: 24px !important;
  }

  .px-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .m-0 {
    margin: 0 !important;
  }

  .mb-48 {
    margin-bottom: 48px !important;
  }

  .mb-24 {
    margin-bottom: 24px !important;
  }

  .mb-16 {
    margin-bottom: 16px !important;
  }

  .mb-8 {
    margin-bottom: 8px !important;
  }

  .ms-16 {
    margin-inline-start: 16px;
  }

  .me-16 {
    margin-inline-end: 16px !important;
  }

  .me-24 {
    margin-inline-end: 24px !important;
  }

  .me-8 {
    margin-inline-end: 8px !important;
  }

  .me-4 {
    margin-inline-end: 4px !important;
  }

  .display-flex {
    display: flex !important;
  }

  .display-none {
    display: none !important;
  }

  .align-items-start {
    align-items: flex-start !important;
  }

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

  .flex-grow-1 {
    flex-grow: 1 !important;
  }

  .font-weight-medium {
    font-weight: 500 !important;
  }

  .font-weight-bold {
    font-weight: 700 !important;
  }

  .font-16 {
    font-size: 16px !important;
  }

  .font-14 {
    font-size: 14px !important;
  }

  .color-gray-900 {
    color: $gray-900 !important;
  }

  .color-gray-700 {
    color: $gray-700 !important;
  }

  .color-green-500 {
    color: $green-500 !important;
  }

  .color-red-500 {
    color: $red-500 !important;
  }

  .w-full {
    width: 100%;
  }

  .row-gap-16 {
    row-gap: 16px !important;
  }

  .column-gap-16 {
    column-gap: 16px !important;
  }

  canvas {
    max-width: 100%;
    max-height: 100%;
  }

  .text-align-center {
    text-align: center !important;
  }

  .arvan-wrapper-card {
    background-color: $white;
    border-radius: 16px;
    padding: 24px;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .link-with-icon {
    font-size: 14px;
    font-weight: 700;
    color: $blue-500;
    display: inline-flex;
    align-items: center;
    outline: none;
    box-shadow: none;
  }

  .link-with-icon.icon-end::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/small-chevron-left-blue-500.svg') center/auto no-repeat;
    margin-inline-start: 8px;
  }

  .link-with-icon.icon-position-start::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-inline-end: 8px;
  }

  .link-with-icon.link-icon-external::before {
    background-image: url("../images/external-blue-500.svg");
  }

  .form-text-input {
    padding: 8px 16px;
    background-color: $gray-25;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 12px;
    border: 1px solid transparent;
    color: $gray-400;
    box-shadow: none !important;
    outline: none !important;

    &:hover {
      border-color: $green-200;
    }

    &:focus {
      border-color: $green-500;
      background-color: $white;
    }

    &::placeholder {
      color: $gray-400;
    }
  }

  .btn {
    display: inline-block;
    box-sizing: border-box;
    padding: 12px 16px;
    border-radius: 12px;
    border-style: solid;
    border-width: 1.5px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: none;
    overflow: hidden;

    &:disabled {
      opacity: 0.5;
      cursor: default;
      pointer-events: none;
    }

    &.loading {
      position: relative;
    }

    &.loading::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
    }

    &.loading::after {
      content: "";
      position: absolute;
      inset: 0;
      background-size: 16px 16px;
      background-repeat: no-repeat;
      background-position: center;
      animation: rotate 0.5s linear forwards infinite;
      z-index: 3;
    }
  }

  @keyframes rotate {
    form {
      transform: rotate(0);
    }

    to {
      transform: rotate(-360deg);
    }
  }

  .btn--primary {
    color: $white;
    background-color: $green-500;
    border-color: $green-500;

    &:hover,
    &:focus {
      box-shadow: 0 0 0 3px $green-200;
    }

    &:visited,
    &:active {
      background-color: $green-600;
    }

    &.loading::before {
      background-color: $green-500;
    }

    &.loading::after {
      background-image: url('../images/loader-white.png');
    }
  }

  .btn--enterprise {
    color: $white;
    background-color: $orange-500;
    border-color: $orange-500;

    &:hover,
    &:focus {
      box-shadow: 0 0 0 3px $orange-200;
    }

    &:visited,
    &:active {
      background-color: $orange-600;
    }

    &.loading::before {
      background-color: $orange-600;
    }

    &.loading::after {
      background-image: url('../images/loader-white.png');
    }
  }

  .btn--red {
    color: $white;
    background-color: $red-500;
    border-color: $red-500;

    &:hover,
    &:focus {
      box-shadow: 0 0 0 3px $red-200;
    }

    &:visited,
    &:active {
      background-color: $red-600;
    }

    &.loading::before {
      background-color: $red-600;
    }

    &.loading::after {
      background-image: url('../images/loader-white.png');
    }
  }

  .btn--outline-primary {
    color: $green-500;
    background-color: transparent;
    border-color: $green-500;

    &:hover,
    &:focus {
      box-shadow: 0 0 0 3px $green-200;
    }

    &:visited,
    &:active {
      background-color: $green-100;
    }

    &.loading {
      color: transparent;
    }

    &.loading::before {
      background-color: transparent;
    }

    &.loading::after {
      background-image: url('../images/loader-green.png');
    }
  }

  .btn--outline-red {
    color: $red-500;
    background-color: transparent;
    border-color: $red-500;

    &:hover,
    &:focus {
      box-shadow: 0 0 0 3px $red-200;
    }

    &:visited,
    &:active {
      background-color: $red-100;
    }
  }

  .btn--outline-gray {
    color: $gray-400;
    background-color: transparent;
    border-color: $gray-400;

    &:hover,
    &:focus {
      box-shadow: 0 0 0 3px $gray-100;
    }

    &:visited,
    &:active {
      background-color: $gray-25;
    }
  }

  .btn--small {
    font-size: 14px;
    line-height: 114.286%;
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 64px;
  }

  .btn--medium {
    font-size: 14px;
    line-height: 114.286%;
    min-width: 104px;
  }

  .btn--large {
    font-size: 18px;
    line-height: 133.333%;
    min-width: 128px;
  }

  .custom-switch {
    position: relative;
    display: inline-block;
  }

  .custom-switch.custom-switch--small {
    .custom-switch-label::before {
      width: 42px;
      height: 16px;
    }

    .custom-switch-label::after {
      width: 24px;
      height: 12px;
    }
  }

  .custom-switch.custom-switch--large {
    .custom-switch-label::before {
      width: 42px;
      height: 20px;
    }

    .custom-switch-label::after {
      width: 24px;
      height: 16px;
    }
  }

  .custom-switch-input {
    position: absolute;
    inset-inline-start: 0;
    z-index: -1;
    width: 16px;
    height: 16px;
    opacity: 0;
  }

  .custom-switch-label {
    display: inline-block;
    position: relative;
    padding-inline-start: 50px;
    font-size: 14px;
    font-weight: 700;
    color: var(--gray-800);

    .active-label {
      display: none;
    }

    &::before {
      content: "";
      display: block;
      border-radius: 32px;
      background-color: $gray-200;
      transition: background-color, box-shadow 0.3s ease;
      box-shadow: none;
      position: absolute;
      inset-inline-start: 0;
    }

    &::after {
      content: "";
      display: block;
      border-radius: 32px;
      background: url('../images/dots.svg') center/auto no-repeat $white;
      position: absolute;
      inset-inline-start: 2px;
      top: 2px;
      transition: inset-inline-start 0.3s ease;
    }

    &:hover::before,
    &:focus::before {
      box-shadow: 0 0 0 3px rgba(178, 194, 214, 0.3);
    }

    &:visited::before,
    &:active::before {
      background-color: $gray-300;
    }
  }

  .custom-switch-input:checked + .custom-switch-label {
    .active-label {
      display: inline;
    }

    .inactive-label {
      display: none;
    }

    &::before {
      background-color: $green-500;
    }

    &::after {
      inset-inline-start: 16px;
    }

    &:hover::before,
    &:focus::before {
      box-shadow: 0 0 0 3px $green-200;
    }

    &:visited::before,
    &:active::before {
      background-color: $green-600;
    }
  }

  .custom-switch-input:disabled + .custom-switch-label {
    pointer-events: none;

    &::before {
      background-color: $gray-100;
    }
  }

  .custom-switch-input:disabled:checked + .custom-switch-label {
    &::before {
      background-color: $green-300;
    }
  }

  .custom-radio,
  .custom-checkbox {
    position: relative;
    display: inline-block;
  }

  .custom-radio-input,
  .custom-checkbox-input {
    position: absolute;
    inset-inline-start: 0;
    z-index: -1;
    width: 16px;
    height: 16px;
    opacity: 0;
  }

  .custom-radio-label,
  .custom-checkbox-label {
    display: inline-block;
    position: relative;
    padding-inline-start: 24px;
    font-size: 14px;
    font-weight: 500;
    color: $gray-900;

    &::before {
      content: "";
      display: block;
      box-sizing: border-box;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: $white;
      position: absolute;
      inset-inline-start: 0;
      top: 50%;
      transform: translateY(-50%);
      border: 2px solid $green-500;
    }

    &::after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: $white;
      position: absolute;
      inset-inline-start: 4px;
      top: 50%;
      transform: translateY(-50%);
      transition: background-color 0.3s ease;
    }
  }

  .custom-radio-input:checked + .custom-radio-label::after,
  .custom-checkbox-input:checked + .custom-checkbox-label::after {
    background-color: $green-500;
  }

  .alert {
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    color: $gray-900;
    border-radius: 8px;
  }

  .alert--danger {
    background-color: $red-100;
  }

  .alert--warning {
    background-color: $orange-100;
  }

  .alert--success {
    background-color: $green-100;
  }

  .status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 12px;

    &::before {
      content: "";
      width: 16px;
      height: 16px;
      margin-inline-end: 8px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
  }

  .status-badge--danger {
    background-color: $red-100;
    color: $red-500;

    &::before {
      background-image: url("../images/danger.svg");
    }
  }

  .status-badge--warning {
    background-color: $orange-100;
    color: $orange-500;

    &::before {
      background-image: url("../images/warning.svg");
    }
  }

  .status-badge--success {
    background-color: $green-100;
    color: $green-500;

    &::before {
      background-image: url("../images/check.svg");
    }
  }

  .pagination {
    padding: 4px;
    border-radius: 12px;
    border: 1px solid $gray-25;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .pagination-link {
    font-size: 11px;
    font-weight: 500;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    color: $gray-600;
    display: flex;
    align-items: center;
    justify-content: center;

    &:hover {
      color: $gray-900;
      background-color: $gray-25;
    }

    &.active {
      font-weight: 700;
      color: $gray-900;
      background-color: $gray-50;
    }

    &.prev,
    &.next {
      background-position: center;
      background-size: auto;
      background-repeat: no-repeat;
    }

    &.prev {
      background-image: url("../images/pagination-chevron-left.svg");
    }

    &.next {
      background-image: url("../images/pagination-chevron-right.svg");
    }
  }

  .ar-card {
    border: 1px solid $gray-50;
    border-radius: 16px;
  }

  .ar-accordion {
    padding: 16px;
    margin-bottom: 12px;
  }

  .ar-accordion__title {
    font-size: 14px;
    font-weight: 700;
    color: $gray-900;
    display: flex;
    align-items: center;

    &::after {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      background: url("../images/chevron-down-gray-900.svg") center/auto no-repeat;
      margin-inline-start: 8px;
      transition: transform 0.3s ease;
    }
  }

  .ar-accordion__content {
    max-height: 0;
    overflow: hidden;
  }

  .ar-accordion.active .ar-accordion__header {
    margin-bottom: 8px;
  }

  .ar-accordion.active .ar-accordion__title::after {
    transform: rotate(180deg);
  }

  .ar-accordion.active .ar-accordion__content {
    max-height: unset;
  }

  .ar-example-msg {
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    background-color: $gray-25;
    border: 1px solid $gray-50;
    padding: 12px;
  }

  .ar-status {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    border-radius: 12px;
    padding: 8px 24px;
    display: inline-block;
  }

  .ar-status--success {
    background-color: $green-100;
    color: $green-500;
  }

  .ar-modal {
    box-sizing: border-box;
    max-width: 450px;
    padding: 24px;
    border-radius: 16px;
    background-color: $white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;

    &.active {
      display: block;
    }
  }

  .ar-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .ar-modal__close {
    border: none;
    background-color: $gray-25;
    padding: 4px;
    display: flex;
    border-radius: 50%;
  }

  .ar-modal__title {
    font-size: 18px;
    font-weight: 700;
    color: $gray-900;
    line-height: 26px;
  }

  .ar-modal__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 32px;
  }

  .ar-mddal__icon {
    width: 76px;
    height: 76px;
    background-color: $red-100;
    border-radius: 50%;
    box-sizing: border-box;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ar-modal__footer {
    display: flex;
    justify-content: center;
  }

  .ar-modal-backdrop {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: $gray-900;
    opacity: 0.4;
  }
}

html[dir="rtl"] .ar-wrap {
  .pagination-link.prev,
  .pagination-link.next {
    transform: rotate(180deg);
  }
}

.ar-dashboard {
  .action-card {
    display: flex;
    margin-bottom: 24px;
  }

  .action-card__content {
    flex: 1 1 73%;
    padding: 16px 16px 8px;
  }

  .action-card__action {
    flex: 1 0 27%;
    background-color: $gray-25;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-right: 1px solid $gray-50;
    border-radius: 16px 0 0 16px;
  }

  .action-card__title {
    color: $gray-900;
    margin-bottom: 8px;
  }

  .action-card__desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: $gray-700;
    margin-bottom: 8px;
  }

  .desc-with-dot {
    position: relative;
    padding-inline-start: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: $gray-700;
    margin-bottom: 8px;

    &::before {
      content: "";
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: currentColor;
      position: absolute;
      top: 9px;
      right: 0;
    }
  }
}

.ar-auth {
  .auth-field-group {
    display: flex;
  }

  .auth-input {
    flex-grow: 1;
  }
}

.ar-troubleshoot {
  .troubleshoot-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .troubleshoot-title {
    display: flex;
    align-items: center;

    &::after {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      background: url("../images/info-icon-green-500.svg") center/auto no-repeat;
      margin-inline-start: 8px;
    }
  }

  .troubleshoot-reload {
    flex-shrink: 0;
  }

  .troubleshoot-content {
    max-width: 85%;
    margin: 0 auto;
  }

  .troubleshoot-accorion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .troubleshoot-accorion__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
}

.ar-acceleration {
  .acceleration-title {
    display: flex;
    align-items: center;

    &::after {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      background: url("../images/info-icon-green-500.svg") center/auto no-repeat;
      margin-inline-start: 8px;
    }
  }
}

.ar-https-visual {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 88%;
  margin: 0 auto;

  .https-visual__text {
    font-size: 12px;
    font-weight: 500;
    color: $gray-900;
    text-align: center;
  }
}

.ar-https {
  .certificate-table__row {
    display: flex;
    align-items: center;
    gap: 56px;
  }

  .certificate-table__col {
    font-size: 14px;
    font-weight: 500;
    color: $gray-900;

    &:not(:first-child) {
      text-align: center;
    }

    &.type-col {
      width: 120px;
    }

    &.domain-col {
      width: 184px;
    }

    &.status-col {
      width: 80px;
    }

    &.duration-col {
      width: 136px;
    }
  }

  .certificate-table__row.header-row {
    margin-bottom: 16px;
    padding-inline-start: 16px;
  }

  .header-row .certificate-table__col {
    font-weight: 700;
  }

  .certificate-table__row.certificate-row {
    padding: 12px 16px;
  }

  .certificate-table__arrow {
    width: 16px;
    height: 16px;
    background: url("../images/chevron-down-gray-700.svg") center/auto no-repeat;
    margin-inline-start: auto;
    transform: rotate(0);
    transition: transform 0.3s ease;
    cursor: pointer;

    &.active {
      transform: rotate(180deg);
    }
  }

  .certificate-accordion {
    padding: 0;
    margin: 0;
  }

  .certificate-accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .certificate-accordion__content-box {
    padding: 12px 16px;
    border-top: 1px solid $gray-50;
  }

  .certificate-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    &::before {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      background: url("../images/upload-green-500.svg") center/auto no-repeat;
      margin-inline-end: 8px;
    }
  }
}

.ar-plans {
  .plans-title {
    display: flex;
    align-items: center;

    &::after {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      background: url("../images/info-icon-green-500.svg") center/auto no-repeat;
      margin-inline-start: 8px;
    }
  }

  .ar-plans-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
  }

  .ar-plans-col {
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px;
    flex: 1 0 210px;
    margin-bottom: 24px;
  }

  .ar-plan {
    box-sizing: border-box;
    padding: 24px 12px;
    border-radius: 12px;
    border: 2px solid $gray-25;
    height: 100%;

    &.active {
      mix-blend-mode: multiply;
      border-color: $green-500;
      box-shadow: 0 9px 18px 0 rgba(0, 186, 186, 0.30);
    }

    &.active .btn {
      background-color: $green-100;
      border-color: $green-100;
      color: $green-500;
      pointer-events: none;
    }
  }

  .ar-plan__title {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
  }

  .ar-plan__price {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;

    .price-number {
      color: $green-500;
      margin-inline-end: 4px;
    }

    .price-label {
      color: $gray-900;
    }
  }

  .ar-plan__desc {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 16px;
    min-height: 64px;
    color: $gray-700;
  }

  .ar-plan__list {
    margin: 0;
  }

  .ar-plan__list-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: $gray-700;
    margin-bottom: 16px;

    &:last-child {
      margin-bottom: 0;
    }

    &::before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-inline-end: 8px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  }

  .ar-plan__list-item.item-icon-check::before {
    background-image: url("../images/check-circle.svg");
  }

  .ar-plan__list-item.item-icon-plus::before {
    background-image: url("../images/plus-circle.svg");
  }
}

.ar-reports {
  .reports-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .reports-filter {
    display: flex;
  }

  .reports-filter__item {
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    color: $gray-700;

    &:not(:last-child) {
      margin-inline-end: 8px;
    }

    &.active {
      color: $gray-900;
      background-color: $gray-50;
    }
  }

  .reports-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
  }

  .reports-col {
    padding-right: 8px;
    padding-left: 8px;
    box-sizing: border-box;
  }

  .reports-col-6 {
    flex: 0 0 50%;
  }

  .reports-col-12 {
    flex: 0 0 100%;
  }

  .report-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
  }

  .report-info__label {
    font-size: 14px;
    font-weight: 500;
    color: $gray-900;
    line-height: 20px;
  }

  .report-info__badge {
    display: inline-block;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    direction: ltr;
    border-radius: 12px;

    &.report-info__badge--green {
      background-color: $green-100;
      color: $green-500;
    }

    &.report-info__badge--gray {
      background-color: $gray-25;
      color: $gray-500;
    }
  }

  .report-chart-wrap {
    display: flex;
    justify-content: center;
    padding-top: 19px;
    padding-bottom: 19px;

    canvas {
      max-width: 300px !important;
      max-height: 300px !important;
    }
  }

  .report-table__row {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 16px;
    border: 1px solid $gray-50;
    gap: 80px;

    &:not(:last-child) {
      margin-bottom: 8px;
    }

    &.header-row {
      border: none;
    }
  }

  .report-table__col {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: $gray-900;
    box-sizing: border-box;

    &:not(:first-child) {
      text-align: center;
    }

    &.number-col {
      width: 32px;
    }

    &.country-col {
      width: 299px;
    }

    &.traffic-col {
      width: 104px;
    }

    &.request-col {
      width: 66px;
    }
  }

  .report-table__row.header-row .report-table__col {
    font-weight: 700;
  }

  .report-table__number {
    display: inline-block;
    width: 23px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    background-color: $gray-50;
    color: $gray-600;
    font-size: 12px;
    box-sizing: border-box;
  }

  .report-pagination-wrap {
    display: flex;
    justify-content: flex-end;
  }
}

.arvan-footer {
  padding: 24px;

  .ar-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ar-footer-link {
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    color: $blue-500;
    padding: 12px 16px;
    box-shadow: none !important;
    outline: none !important;
  }

  .ar-footer-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    color: var(--gray-900);
    box-shadow: none !important;
    outline: none !important;
  }
}
