@font-face {
  font-family: "Estedad";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Estedad-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Estedad";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Estedad-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Estedad";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/Estedad-ExtraBold.woff2") format("woff2");
}

html.ocir-account-shell-active {
  background: #f4f7fb;
}

body.ocir-account-shell-page {
  background:
    radial-gradient(circle at 96% 12%, rgba(75, 184, 49, .07), transparent 25rem),
    radial-gradient(circle at 4% 50%, rgba(72, 98, 190, .05), transparent 30rem),
    #f4f7fb !important;
  color: #172033;
  font-family: "Estedad", Tahoma, Arial, sans-serif !important;
  min-height: 100vh;
}

body.ocir-account-shell-page *,
body.ocir-account-shell-page *::before,
body.ocir-account-shell-page *::after {
  box-sizing: border-box;
}

body.ocir-account-shell-page > .ocir-site-header,
body.ocir-account-shell-page > .ocir-navigation-wrap,
body.ocir-account-shell-page > .ocir-store-promise,
body.ocir-account-shell-page > .ocir-footer {
  display: none !important;
}

.ocir-shell-header {
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid #e3e9f0;
  box-shadow: 0 9px 30px rgba(28, 44, 70, .055);
  direction: rtl;
  position: sticky;
  top: 0;
  z-index: 1050;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.ocir-shell-header__inner {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1580px;
  min-height: 76px;
  padding: 10px 28px;
}

.ocir-shell-header a {
  text-decoration: none;
}

.ocir-shell-header__brand {
  align-items: center;
  color: #172033;
  display: flex;
  flex: 0 0 auto;
  gap: 11px;
}

.ocir-shell-header__brand > span:first-child {
  align-items: center;
  background: linear-gradient(145deg, #57c63b, #349821);
  border-radius: 16px;
  box-shadow: 0 9px 20px rgba(65, 168, 42, .24);
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  height: 48px;
  justify-content: center;
  transform: rotate(-3deg);
  width: 48px;
}

.ocir-shell-header__brand > span:last-child,
.ocir-shell-header__context,
.ocir-shell-header__account > span:last-child {
  display: flex;
  flex-direction: column;
}

.ocir-shell-header__brand strong {
  font-size: 14px;
  font-weight: 800;
}

.ocir-shell-header__brand small,
.ocir-shell-header__context small,
.ocir-shell-header__account small {
  color: #8390a1;
  font-size: 10px;
}

.ocir-shell-header__context {
  border-right: 1px solid #e6ebf1;
  flex: 1 1 auto;
  padding-right: 24px;
}

.ocir-shell-header__context strong {
  font-size: 13px;
  margin-top: 2px;
}

.ocir-shell-header__actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.ocir-shell-header__actions > a:not(.ocir-shell-header__account) {
  align-items: center;
  background: #f7f9fc;
  border: 1px solid #e4e9f0;
  border-radius: 13px;
  color: #596578;
  display: inline-flex;
  font-size: 16px;
  height: 43px;
  justify-content: center;
  transition: .2s ease;
  width: 43px;
}

.ocir-shell-header__actions > a:not(.ocir-shell-header__account):hover {
  background: #edf8e9;
  border-color: #cce9c4;
  color: #348e22;
  transform: translateY(-2px);
}

.ocir-shell-header__account {
  align-items: center;
  border-right: 1px solid #e6ebf1;
  color: #172033;
  display: flex;
  gap: 9px;
  margin-right: 5px;
  padding-right: 13px;
}

.ocir-shell-header__account > span:first-child {
  align-items: center;
  background: #e8f7e4;
  border: 1px solid #d3edcc;
  border-radius: 14px;
  color: #348e22;
  display: inline-flex;
  height: 43px;
  justify-content: center;
  width: 43px;
}

.ocir-shell-header__account strong {
  font-size: 11px;
}

body.ocir-account-shell-page main {
  min-height: calc(100vh - 76px);
  padding: 25px 0 55px;
}

body.ocir-account-shell-page main > .container {
  max-width: 1580px !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.ocir-shell-original-breadcrumb {
  display: none !important;
}

.ocir-shell-pagehead {
  align-items: center;
  background:
    linear-gradient(115deg, rgba(15, 28, 52, .99), rgba(29, 57, 82, .96)),
    #16233e;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 25px;
  box-shadow: 0 22px 48px rgba(19, 37, 65, .14);
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  min-height: 158px;
  overflow: hidden;
  padding: 28px 34px;
  position: relative;
}

.ocir-shell-pagehead::before,
.ocir-shell-pagehead::after {
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
}

.ocir-shell-pagehead::before {
  background: rgba(82, 199, 53, .18);
  height: 220px;
  left: -70px;
  top: -120px;
  width: 220px;
}

.ocir-shell-pagehead::after {
  border: 1px solid rgba(255, 255, 255, .07);
  height: 150px;
  left: 16%;
  top: 60px;
  width: 150px;
}

.ocir-shell-pagehead__copy {
  align-items: center;
  display: flex;
  gap: 16px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.ocir-shell-pagehead__icon {
  align-items: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  color: #8ee379;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 23px;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.ocir-shell-pagehead__copy small {
  color: #9ee68c;
  font-size: 10px;
}

.ocir-shell-pagehead h1 {
  color: #fff !important;
  font-size: clamp(23px, 2.4vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  margin: 2px 0 0 !important;
}

.ocir-shell-pagehead p {
  color: rgba(236, 243, 250, .68);
  font-size: 11px;
  margin: 2px 0 0;
}

.ocir-shell-pagehead__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.ocir-shell-pagehead__actions a {
  align-items: center;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 11px;
  color: #fff;
  display: inline-flex;
  font-size: 9px;
  gap: 7px;
  min-height: 38px;
  padding: 8px 12px;
  text-decoration: none;
}

.ocir-shell-pagehead__actions a.is-primary {
  background: #4bb831;
  border-color: #4bb831;
}

.ocir-shell-layout {
  direction: ltr;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) 258px;
}

.ocir-shell-content,
.ocir-shell-sidebar {
  direction: rtl;
  min-width: 0;
}

body.ocir-account-shell-page #content.ocir-shell-content {
  background: #fff;
  border: 1px solid #e6ebf1;
  border-radius: 22px;
  box-shadow: 0 17px 42px rgba(25, 42, 70, .075);
  max-width: none !important;
  min-height: 420px;
  padding: 25px !important;
  width: 100% !important;
}

.ocir-shell-original-title {
  border-bottom: 1px solid #e8edf3;
  color: #172033 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  margin: 0 0 22px !important;
  padding: 0 0 16px !important;
}

.ocir-shell-legacy-layout {
  display: none !important;
}

.ocir-shell-sidebar {
  align-self: start;
  background: #fff;
  border: 1px solid #e6ebf1;
  border-radius: 22px;
  box-shadow: 0 17px 42px rgba(25, 42, 70, .075);
  padding: 18px;
  position: sticky;
  top: 96px;
}

.ocir-shell-sidebar__identity {
  align-items: center;
  border-bottom: 1px solid #e8edf3;
  display: flex;
  gap: 10px;
  padding: 2px 1px 16px;
}

.ocir-shell-sidebar__identity > span {
  align-items: center;
  background: linear-gradient(145deg, #e7f7e2, #d5efce);
  border: 1px solid #cbe7c3;
  border-radius: 14px;
  color: #348e22;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 17px;
  height: 47px;
  justify-content: center;
  width: 47px;
}

.ocir-shell-sidebar__identity > div {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.ocir-shell-sidebar__identity strong {
  font-size: 10px;
}

.ocir-shell-sidebar__identity small {
  color: #8b96a6;
  font-size: 8px;
  margin-top: 2px;
}

.ocir-shell-sidebar__identity > a {
  align-items: center;
  background: #f3f6f8;
  border-radius: 8px;
  color: #7e8998;
  display: inline-flex;
  font-size: 8px;
  height: 28px;
  justify-content: center;
  text-decoration: none;
  width: 28px;
}

.ocir-shell-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 0;
}

.ocir-shell-sidebar__nav a {
  align-items: center;
  border-radius: 11px;
  color: #596577;
  display: flex;
  font-size: 9px;
  gap: 9px;
  min-height: 41px;
  padding: 8px 10px;
  position: relative;
  text-decoration: none;
  transition: .2s ease;
}

.ocir-shell-sidebar__nav a i {
  color: #96a1af;
  font-size: 12px;
  text-align: center;
  width: 17px;
}

.ocir-shell-sidebar__nav a:hover,
.ocir-shell-sidebar__nav a.is-active {
  background: #edf8e9;
  color: #348e22;
}

.ocir-shell-sidebar__nav a.is-active {
  font-weight: 700;
}

.ocir-shell-sidebar__nav a.is-active::before {
  background: #4bb831;
  border-radius: 4px 0 0 4px;
  bottom: 9px;
  content: "";
  position: absolute;
  right: -18px;
  top: 9px;
  width: 3px;
}

.ocir-shell-sidebar__nav a.is-active i {
  color: #348e22;
}

.ocir-shell-sidebar__nav a.ocir-shell-sidebar__logout {
  color: #d35c5c;
  margin-top: 4px;
}

.ocir-shell-sidebar__nav a.ocir-shell-sidebar__logout i {
  color: #d87575;
}

.ocir-shell-sidebar__help {
  align-items: flex-start;
  background: linear-gradient(145deg, #182742, #213857);
  border-radius: 15px;
  color: #fff;
  display: flex;
  gap: 9px;
  padding: 14px;
}

.ocir-shell-sidebar__help > i {
  color: #7bd963;
  font-size: 17px;
}

.ocir-shell-sidebar__help div {
  display: flex;
  flex-direction: column;
}

.ocir-shell-sidebar__help strong {
  font-size: 9px;
}

.ocir-shell-sidebar__help p {
  color: rgba(255, 255, 255, .6);
  font-size: 7px;
  line-height: 1.8;
  margin: 4px 0 7px;
}

.ocir-shell-sidebar__help a {
  color: #8de477;
  font-size: 8px;
  text-decoration: none;
}

/* Existing account and support content */
body.ocir-account-shell-page #content .table-responsive {
  border: 1px solid #e5eaf0;
  border-radius: 15px;
  margin-bottom: 18px;
  overflow: auto;
}

body.ocir-account-shell-page #content table.table {
  border: 0 !important;
  color: #455166;
  font-size: 10px;
  margin: 0;
  min-width: 700px;
}

body.ocir-account-shell-page #content table.table > :not(caption) > * > * {
  border-color: #e9edf2 !important;
  padding: 13px 12px;
  vertical-align: middle;
}

body.ocir-account-shell-page #content table.table thead td,
body.ocir-account-shell-page #content table.table thead th {
  background: #f5f8fa;
  border-bottom-width: 1px;
  color: #6b7789;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

body.ocir-account-shell-page #content table.table tbody tr {
  transition: background .18s ease;
}

body.ocir-account-shell-page #content table.table tbody tr:hover {
  background: #fbfdfb;
}

body.ocir-account-shell-page #content .btn {
  align-items: center;
  border: 0;
  border-radius: 10px;
  display: inline-flex;
  font-size: 9px;
  gap: 6px;
  justify-content: center;
  min-height: 37px;
  padding: 8px 13px;
  text-decoration: none;
}

body.ocir-account-shell-page #content .btn-primary,
body.ocir-account-shell-page #content .btn-info {
  background: linear-gradient(135deg, #4fbc35, #359522) !important;
  box-shadow: 0 7px 16px rgba(59, 151, 37, .18);
  color: #fff !important;
}

body.ocir-account-shell-page #content .btn-light,
body.ocir-account-shell-page #content .btn-secondary {
  background: #f1f4f7 !important;
  color: #576275 !important;
}

body.ocir-account-shell-page #content .form-control,
body.ocir-account-shell-page #content .form-select,
body.ocir-account-shell-page #content select,
body.ocir-account-shell-page #content textarea,
body.ocir-account-shell-page #content input[type="text"],
body.ocir-account-shell-page #content input[type="email"],
body.ocir-account-shell-page #content input[type="password"],
body.ocir-account-shell-page #content input[type="tel"] {
  background-color: #fbfcfd;
  border: 1px solid #dfe5ec;
  border-radius: 11px;
  box-shadow: none !important;
  color: #283448;
  font-family: inherit;
  font-size: 10px;
  min-height: 43px;
  padding: 9px 12px;
}

body.ocir-account-shell-page #content textarea.form-control,
body.ocir-account-shell-page #content textarea {
  min-height: 150px;
}

body.ocir-account-shell-page #content .form-control:focus,
body.ocir-account-shell-page #content .form-select:focus,
body.ocir-account-shell-page #content select:focus,
body.ocir-account-shell-page #content textarea:focus,
body.ocir-account-shell-page #content input:focus {
  background: #fff;
  border-color: #8ed77d;
  box-shadow: 0 0 0 3px rgba(75, 184, 49, .1) !important;
  outline: none;
}

body.ocir-account-shell-page #content .col-form-label,
body.ocir-account-shell-page #content label {
  color: #4c586b;
  font-size: 10px;
  font-weight: 600;
}

body.ocir-account-shell-page #content .required .col-form-label::before,
body.ocir-account-shell-page #content .required label::before {
  color: #e45656;
}

body.ocir-account-shell-page #content .alert {
  border: 0;
  border-radius: 12px;
  font-size: 10px;
  padding: 13px 15px;
}

body.ocir-account-shell-page #content .card {
  border: 1px solid #e5eaf0;
  border-radius: 15px;
  box-shadow: none;
  margin-bottom: 13px;
  overflow: hidden;
}

body.ocir-account-shell-page #content .card-header {
  background: #f6f8fb;
  border-color: #e6ebf1;
  padding: 14px 16px;
}

body.ocir-account-shell-page #content .card-title {
  color: #273349;
  font-size: 12px;
  font-weight: 700;
}

body.ocir-account-shell-page #content .card-title a {
  color: inherit;
  text-decoration: none;
}

body.ocir-account-shell-page #content .card-body {
  color: #637084;
  font-size: 10px;
  line-height: 2;
  padding: 17px;
}

body.ocir-account-shell-page #content .lable-ticket {
  border-radius: 99px !important;
  display: inline-flex;
  font-size: 8px;
  line-height: 1.5 !important;
  min-width: 60px;
  padding: 6px 9px !important;
  justify-content: center;
}

body.ocir-account-shell-page #content .pagination {
  gap: 4px;
}

body.ocir-account-shell-page #content .page-link {
  border-color: #e2e7ed;
  border-radius: 8px !important;
  color: #566174;
  font-size: 9px;
}

body.ocir-account-shell-page #content .page-item.active .page-link {
  background: #4bb831;
  border-color: #4bb831;
}

.ocir-shell-empty-message {
  align-items: center;
  background: #f7f9fb;
  border: 1px dashed #dce3ea;
  border-radius: 14px;
  color: #6f7b8c;
  display: flex;
  justify-content: center;
  min-height: 120px;
  padding: 25px;
  text-align: center;
}

@media (max-width: 980px) {
  .ocir-shell-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .ocir-shell-sidebar {
    position: static;
  }

  .ocir-shell-sidebar__nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ocir-shell-sidebar__nav a.is-active::before {
    display: none;
  }

  .ocir-shell-sidebar__help {
    display: none;
  }
}

@media (max-width: 720px) {
  .ocir-shell-header__inner {
    gap: 14px;
    min-height: 68px;
    padding: 9px 14px;
  }

  .ocir-shell-header__context,
  .ocir-shell-header__account > span:last-child {
    display: none;
  }

  .ocir-shell-header__actions {
    margin-right: auto;
  }

  body.ocir-account-shell-page main {
    padding-top: 14px;
  }

  body.ocir-account-shell-page main > .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .ocir-shell-pagehead {
    align-items: flex-start;
    border-radius: 20px;
    flex-direction: column;
    gap: 17px;
    padding: 23px 20px;
  }

  .ocir-shell-pagehead__icon {
    border-radius: 14px;
    font-size: 18px;
    height: 50px;
    width: 50px;
  }

  .ocir-shell-pagehead h1 {
    font-size: 22px !important;
  }

  .ocir-shell-pagehead p {
    font-size: 9px;
  }

  .ocir-shell-pagehead__actions {
    align-self: stretch;
  }

  .ocir-shell-pagehead__actions a {
    flex: 1;
    justify-content: center;
  }

  body.ocir-account-shell-page #content.ocir-shell-content,
  .ocir-shell-sidebar {
    border-radius: 18px;
    padding: 17px !important;
  }

  .ocir-shell-sidebar__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ocir-account-shell-page #content .mb-3.row {
    gap: 6px;
  }
}

@media (max-width: 460px) {
  .ocir-shell-header__brand > span:first-child {
    border-radius: 12px;
    font-size: 16px;
    height: 40px;
    width: 40px;
  }

  .ocir-shell-header__brand strong {
    font-size: 11px;
  }

  .ocir-shell-header__brand small,
  .ocir-shell-header__account {
    display: none;
  }

  .ocir-shell-header__actions > a:not(.ocir-shell-header__account) {
    border-radius: 11px;
    font-size: 13px;
    height: 37px;
    width: 37px;
  }

  .ocir-shell-pagehead__copy {
    align-items: flex-start;
  }

  .ocir-shell-pagehead__copy small {
    font-size: 8px;
  }

  .ocir-shell-sidebar__nav a {
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ocir-shell-header a,
  .ocir-shell-sidebar__nav a {
    transition: none;
  }
}
