html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

/**
 * common colors
 */
/**
 * notification colors
 */
/* slick */
/* boxshadow */
/* gradients */
/**
 * common colors
 */
/**
 * notification colors
 */
/* slick */
/* boxshadow */
/**
 * common colors
 */
/**
 * notification colors
 */
/* slick */
/* boxshadow */
/**
 * common colors
 */
/**
 * notification colors
 */
/* slick */
/* boxshadow */
/* gradients */
.base-page {
  min-height: calc(100vh - 27rem);
}
@media only screen and (max-width: 767px) {
  .base-page {
    min-height: calc(100vh - 42rem);
  }
}

@media only screen and (max-width: 767px) {
  .web-only,
  .for-dt {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .for-desk {
    display: none !important;
  }
}

@media only screen and (min-width: 767px) {
  .mob-only,
  .for-mob {
    display: none !important;
  }
}

@media only screen and (min-width: 1199px) {
  .for-tab {
    display: none !important;
  }
}

.decoration-none {
  text-decoration: none !important;
}

.c-pointer {
  cursor: pointer !important;
}

.c-not-allowed {
  cursor: not-allowed !important;
}

.c-text {
  cursor: text !important;
}

p {
  line-height: 1;
  margin-bottom: 25px;
}

.no-overflow {
  overflow: hidden !important;
}

.no-scroll {
  overflow: hidden !important;
}

a.has-link {
  cursor: pointer;
}

.ls-0 {
  list-style-type: none;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.bdr-1 {
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .p-m-0 {
    padding: 0 !important;
  }
}

.primary-font {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.secondary-font {
  font-family: "Titillium Web", sans-serif;
}

.site-link, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input[type=submit], html:not([dir=rtl]) .remove-button {
  border-radius: 12px;
  padding: 8px 14px;
  border: none;
  outline: none !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
  text-align: center;
  position: relative;
  overflow: clip;
  z-index: 2;
  transform: scale(1);
  transform-origin: right center;
}
.site-link:hover, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input[type=submit]:hover, html:not([dir=rtl]) .remove-button:hover {
  transition: all 0.3s ease 0s;
  transform: scale(1.05);
  transform-origin: right center;
}
.site-link.link-1, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input[type=submit], html:not([dir=rtl]) .link-1.remove-button {
  background: #011b2b;
  color: #ffffff;
}
.site-link.link-1:hover, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input[type=submit]:hover, html:not([dir=rtl]) .link-1.remove-button:hover {
  transition: all 0.3s ease-in-out 0s;
  background: #1e3a5f;
}
.site-link.link-2, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input.link-2[type=submit], html:not([dir=rtl]) .site-link.remove-button, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input.remove-button[type=submit], html:not([dir=rtl]) .link-2.remove-button, html:not([dir=rtl]) .remove-button {
  color: #ffffff;
  background: linear-gradient(90deg, #e82b42 0%, #d4182e 50%, #b01426 100%);
}
.site-link.link-2:hover, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input.link-2[type=submit]:hover, html:not([dir=rtl]) .site-link.remove-button:hover, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input.remove-button[type=submit]:hover, html:not([dir=rtl]) .link-2.remove-button:hover, html:not([dir=rtl]) .remove-button:hover {
  transition: all 0.3s ease-in-out 0s;
  background: linear-gradient(90deg, #b01426 0%, #d4182e 50%, #e82b42 100%);
  color: #ffffff;
}
.site-link.link-3, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input.link-3[type=submit], html:not([dir=rtl]) .link-3.remove-button {
  background: #ffffff;
  color: #011b2b;
  border: 1px solid #d0d5dd;
}
.site-link.link-3:hover, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input.link-3[type=submit]:hover, html:not([dir=rtl]) .link-3.remove-button:hover {
  transition: all 0.3s ease-in-out 0s;
  background-color: #e43046 !important;
  color: #ffffff;
}
.site-link.link-4, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input.link-4[type=submit], html:not([dir=rtl]) .link-4.remove-button {
  background: #d0d5dd;
  color: #011b2b;
}
.site-link.link-4:hover, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input.link-4[type=submit]:hover, html:not([dir=rtl]) .link-4.remove-button:hover {
  transition: all 0.3s ease-in-out 0s;
  background: #fafafa;
  color: #011b2b;
}
.site-link.link-5, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input.link-5[type=submit], html:not([dir=rtl]) .link-5.remove-button {
  background: #e11931;
  color: #011b2b;
  border: 1px solid #011b2b;
}
.site-link.link-5:hover, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input.link-5[type=submit]:hover, html:not([dir=rtl]) .link-5.remove-button:hover {
  transition: all 0.3s ease-in-out 0s;
  color: #011b2b;
}
.site-link.ln-xxl, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input.ln-xxl[type=submit], html:not([dir=rtl]) .ln-xxl.remove-button {
  min-width: 388px;
  height: 48px;
}
.site-link.ln-xl, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input.ln-xl[type=submit], html:not([dir=rtl]) .ln-xl.remove-button {
  min-width: 144px;
  height: 48px;
}
.site-link.ln-lg, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input.ln-lg[type=submit], html:not([dir=rtl]) .ln-lg.remove-button {
  min-width: 155px;
  height: 48px;
  font-size: 0.875rem;
}
.site-link.ln-md, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input[type=submit], html:not([dir=rtl]) .ln-md.remove-button {
  min-width: 108px;
  height: 44px;
  font-size: 0.875rem;
}
.site-link.ln-sm, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input.ln-sm[type=submit], html:not([dir=rtl]) .ln-sm.remove-button {
  min-width: 95px;
  height: 44px;
  font-size: 0.875rem;
}

.txt-anim-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #e11931;
  padding-right: 18px;
  transition: all 0.3s ease 0s;
}
.txt-anim-link::after {
  content: "";
  background: url(../image/right-arrow-teal.svg) no-repeat right center/100%;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  transition: all 0.3s ease 0s;
}
.txt-anim-link:hover {
  color: #e43046;
  transition: all 0.3s ease 0s;
}
.txt-anim-link:hover::after {
  background: url(../image/right-arrow-teal-light.svg) no-repeat right center/100%;
  transform: translateX(10px) translateY(-50%);
  transition: all 0.3s ease 0s;
}

.text-underline {
  text-decoration: underline !important;
}

.site-input {
  padding: 11px 40px 11px 10px;
  border-radius: 5px;
}
.site-input.sl-lg {
  height: 60px;
  min-width: 220px;
}
.site-input.sl-md {
  height: 40px;
  min-width: 170px;
}

.field-1 {
  border: 1px solid #e43046;
  color: #e43046;
  background-color: #011b2b;
}
.field-1.placeholder {
  color: #e43046;
  opacity: 1;
}
.field-1:-moz-placeholder {
  color: #e43046;
  opacity: 1;
}
.field-1::-moz-placeholder {
  color: #e43046;
  opacity: 1;
}
.field-1:-ms-input-placeholder {
  color: #e43046;
  opacity: 1;
}
.field-1::-webkit-input-placeholder {
  color: #e43046;
  opacity: 1;
}

input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #d0d5dd;
  color: #011b2b;
  background-color: #ffffff;
  margin: 0;
  font-size: 1rem;
}
input:focus {
  box-shadow: none;
  outline: none;
}
input.placeholder {
  opacity: 1;
  color: #64748b;
}
input:-moz-placeholder {
  opacity: 1;
  color: #64748b;
}
input::-moz-placeholder {
  opacity: 1;
  color: #64748b;
}
input:-ms-input-placeholder {
  opacity: 1;
  color: #64748b;
}
input::-webkit-input-placeholder {
  opacity: 1;
  color: #64748b;
}

textarea {
  border: 1px solid #e5e1e6;
  color: #011b2b;
  background-color: #ffffff;
  border-radius: 5px;
  resize: none;
  width: 100%;
  height: 180px;
  outline: none;
  padding: 20px 10px;
  font-size: 0.875rem;
}
textarea:focus {
  box-shadow: none;
}
textarea.placeholder {
  opacity: 1;
  color: #d0d5dd;
}
textarea:-moz-placeholder {
  opacity: 1;
  color: #d0d5dd;
}
textarea::-moz-placeholder {
  opacity: 1;
  color: #d0d5dd;
}
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #d0d5dd;
}
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #d0d5dd;
}

select {
  border: 1px solid #d0d5dd;
  border-radius: 5px;
}
select:focus {
  border: 0;
  box-shadow: none;
}

.error {
  border-color: #d50036 !important;
  font-size: 12px !important;
  color: #d50036 !important;
  margin-top: 8px;
  font-weight: 400 !important;
}

.form-item--error-message {
  margin-top: 10px;
}

/*
 * typography
 */
/*
 * colors and gradients
 */
.bg-1 {
  background-color: #011b2b !important;
}

.color-1 {
  color: #011b2b !important;
}

.bg-2 {
  background-color: #1e3a5f !important;
}

.color-2 {
  color: #1e3a5f !important;
}

.bg-3 {
  background-color: #e11931 !important;
}

.color-3 {
  color: #e11931 !important;
}

.bg-4 {
  background-color: #e43046 !important;
}

.color-4 {
  color: #e43046 !important;
}

.bg-5 {
  background-color: #ffffff !important;
}

.color-5 {
  color: #ffffff !important;
}

.bg-6 {
  background-color: #d0d5dd !important;
}

.color-6 {
  color: #d0d5dd !important;
}

.bg-7 {
  background-color: #1b1d1f !important;
}

.color-7 {
  color: #1b1d1f !important;
}

.bg-8 {
  background-color: #64748b !important;
}

.color-8 {
  color: #64748b !important;
}

.gs-light, html:not([dir=rtl]) .error-page-wrapper .error-content .go-home-link, html:not([dir=rtl]) .error-page-wrapper .error-content p, html:not([dir=rtl]) .site-toast .toast-content .toast-message p, html:not([dir=rtl]) .detail-text-content p, html:not([dir=rtl]) .dashboard-footer p, html:not([dir=rtl]) .account-details-bar .details-list .detail-item span, html:not([dir=rtl]) .login-page .login-form-side .login-content h1 {
  font-family: "Guardian_Sans_Light";
}

.gs-medium, html:not([dir=rtl]) .error-page-wrapper.error-404 p, html:not([dir=rtl]) .site-toast .toast-content .toast-title, html:not([dir=rtl]) .view-ticket-page .messages-area .message-display-box .msg-item .user-name, html:not([dir=rtl]) .view-ticket-page .account-details-area h5, html:not([dir=rtl]) .help-desk-page .btn-create-case, html:not([dir=rtl]) .kyc-data-table td.col-title, html:not([dir=rtl]) .profile-page-wrapper .profile-header h2, html:not([dir=rtl]) .pdf-download-card-simple .card-middle h5, html:not([dir=rtl]) .investment-data-table th, html:not([dir=rtl]) .investment-tabs-nav .tab-nav-btn.active, html:not([dir=rtl]) .chart-legend li .percentage, html:not([dir=rtl]) .chart-container .chart-legend li .percentage, table th {
  font-family: "Guardian_Sans_Semibold";
}

.gs-bold {
  font-family: "Guardian_Sans_Bold";
}

.weight-300 {
  font-weight: 300 !important;
}

.light {
  font-weight: 300 !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.normal, html:not([dir=rtl]) .login-page .login-form-side .login-content .forgot-password, .heading-h5,
h5, .heading-h4,
h4, .heading-h3,
h3, .heading-h2,
h2, .heading-h1,
h1, .txt-anim-link {
  font-weight: 400 !important;
}

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

.medium, html:not([dir=rtl]) .kyc-data-table th, html:not([dir=rtl]) .mobile-nav-wrapper .mobile-nav-list li .nav-link, html:not([dir=rtl]) .site-header .navbar-nav .nav-item .nav-link, html:not([dir=rtl]) .login-page .login-form-side .login-content .form-group label, .user-name {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

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

.bold, html:not([dir=rtl]) .pdf-download-card-simple .card-footer-simple .link-download, html:not([dir=rtl]) .opportunity-card h4, html:not([dir=rtl]) .pdf-download-card .card-bottom .download-link, html:not([dir=rtl]) .investment-card .card-top-header h4, html:not([dir=rtl]) .progress-section .progress-block .progress-title, html:not([dir=rtl]) .account-overview-card .overview-card .card-info h3, html:not([dir=rtl]) .chart-center-wrapper .center-percentage, html:not([dir=rtl]) .progress-block .progress-value, h5 strong, h4 strong, h3 strong, h2 strong, h1 strong {
  font-weight: 700 !important;
}

.weight-800 {
  font-weight: 800 !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.heading-h1,
h1 {
  font-size: 3rem !important;
  color: #011b2b;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .heading-h1,
  h1 {
    font-size: 2.25rem !important;
  }
}

.heading-h2,
h2 {
  font-size: 3rem !important;
  color: #011b2b;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .heading-h2,
  h2 {
    font-size: 2.25rem !important;
  }
}

.heading-h3,
h3 {
  font-size: 2.25rem !important;
  color: #011b2b;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .heading-h3,
  h3 {
    font-size: 1.625rem !important;
  }
}

.heading-h4,
h4 {
  font-size: 1.5rem !important;
  color: #011b2b;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .heading-h4,
  h4 {
    font-size: 1.5rem !important;
  }
}

.heading-h5,
h5 {
  font-size: 1.125rem !important;
  color: #011b2b;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .heading-h5,
  h5 {
    font-size: 1.125rem !important;
  }
}

.para-1 {
  font-size: 1.125rem !important;
}
@media only screen and (max-width: 767px) {
  .para-1 {
    font-size: 1.125rem !important;
  }
}

.para-2 {
  font-size: 1rem !important;
}
@media only screen and (max-width: 767px) {
  .para-2 {
    font-size: 1rem !important;
  }
}

.para-3 {
  font-size: 0.875rem !important;
}
@media only screen and (max-width: 767px) {
  .para-3 {
    font-size: 0.875rem !important;
  }
}

.p-type1 p {
  font-size: 18px !important;
}
@media only screen and (max-width: 767px) {
  .p-type1 p {
    font-size: 18px !important;
  }
}

.p-type2 p,
.p-type2 span {
  font-size: 20px !important;
}
@media only screen and (max-width: 767px) {
  .p-type2 p,
  .p-type2 span {
    font-size: 20px !important;
  }
}

.p-type3 p {
  font-size: 14px !important;
}
@media only screen and (max-width: 767px) {
  .p-type3 p {
    font-size: 14px !important;
  }
}

.br-left {
  border-radius: 4rem 0 0 4rem;
}
@media only screen and (max-width: 767px) {
  .br-left {
    border-radius: 2rem 0 0 2rem;
  }
}

.br-top {
  border-radius: 4rem 4rem 0 0;
}
@media only screen and (max-width: 767px) {
  .br-top {
    border-radius: 2rem 2rem 0 0;
  }
}

.br-right {
  border-radius: 0 4rem 4rem 0;
}
@media only screen and (max-width: 767px) {
  .br-right {
    border-radius: 0 2rem 2rem 0;
  }
}

.br-bottom {
  border-radius: 0 0 4rem 4rem;
}
@media only screen and (max-width: 767px) {
  .br-bottom {
    border-radius: 0 0 2rem 2rem;
  }
}

.bt-1 {
  border-top: 1px solid #011b2b;
}

.bt-c1 {
  border-top: 1px solid #011b2b;
}

.bb-1 {
  border-bottom: 1px solid #011b2b;
}

.bb-c1 {
  border-bottom: 1px solid #011b2b;
}

.bl-1 {
  border-left: 1px solid #011b2b;
}

.bl-c1 {
  border-left: 1px solid #011b2b;
}

.br-1 {
  border-right: 1px solid #011b2b;
}

.br-c1 {
  border-right: 1px solid #011b2b;
}

.c-default {
  cursor: default !important;
}

h1,
h2 {
  margin-bottom: 20px;
}

h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

ol,
ul {
  margin: 20px 0 20px 20px;
}
ol li,
ul li {
  line-height: 1.5;
}
ol li::marker,
ul li::marker {
  display: none;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}
ul li::marker {
  color: #011b2b;
}

a {
  color: #011b2b;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0;
}
table th,
table td {
  border: 0;
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #e7eaee;
}
table th {
  background-color: #f9f9fb;
  padding: 10px 15px;
}
table td {
  padding: 20px 15px;
  background: none;
}
table td img {
  border-radius: 3px;
}
table tr:nth-child(even) {
  background-color: #ffffff;
}
table tr:nth-child(odd) {
  background-color: #ffffff;
}

.user-name {
  font-size: 0.875rem;
}

@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
@keyframes upDownAnim {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Animation to make the item appear */
@keyframes appear {
  to {
    opacity: 1;
    scale: 1;
    filter: blur(0);
    @media only screen and (max-width: 991px) {
      position: static;
      top: 0;
    }
  }
}
/* Animation to make the item disappear */
@keyframes disappear {
  to {
    position: sticky;
    top: 150px;
    opacity: 0;
    scale: 0.8;
    filter: blur(5px);
  }
}
/* Apply the animations based on scroll position */
.scroll-item {
  opacity: 1;
  scale: 1;
  transform-origin: center;
  animation-timeline: view();
  animation-range: entry 0% entry 100%;
}
.scroll-item:last-child {
  filter: blur(0) !important;
}

.prtns-logo-wrapper[data-animated=true] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.prtns-logo-wrapper[data-animated=true] .prtns-logo {
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll 30s var(--_animation-direction, forwards) linear infinite;
}

.prtns-logo-wrapper[data-direction=right] {
  --_animation-direction: reverse;
}

.prtns-logo-wrapper[data-direction=left] {
  --_animation-direction: forwards;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
.animated-text {
  visibility: hidden;
  text-transform: none; /* Ensure text is not uppercase */
}

.animated-text span {
  visibility: visible;
}

.animated-text span.letter {
  display: inline-flex;
  opacity: 0;
  transform-origin: center center;
  filter: blur(10px);
  transition: all 0.25s ease-in-out 0s;
}

/* ---En styling--- */
html:not([dir=rtl]) html,
html:not([dir=rtl]) body {
  font-family: "Guardian_Sans_Regular", sans-serif;
  line-height: normal;
  color: #1b1d1f;
  font-size: 0.875rem;
}
html:not([dir=rtl]) .login-page {
  display: flex;
  min-height: 100vh;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .login-page {
    flex-direction: column;
  }
}
html:not([dir=rtl]) .login-page .login-side {
  position: relative;
}
html:not([dir=rtl]) .login-page .login-form-side {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .login-page .login-form-side {
    flex: 0 0 50%;
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .login-page .login-form-side {
    flex: 1 0 auto;
    padding: 60px 20px;
    order: 2;
  }
}
html:not([dir=rtl]) .login-page .login-form-side .logo {
  max-width: 388px;
  width: 100%;
  margin: 0 auto 150px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .login-page .login-form-side .logo {
    margin-bottom: 50px;
  }
}
html:not([dir=rtl]) .login-page .login-form-side .logo img {
  height: 60px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .login-page .login-form-side .logo img {
    height: 50px;
  }
}
html:not([dir=rtl]) .login-page .login-form-side .login-content {
  max-width: 388px;
  width: 100%;
  margin: 0 auto;
}
html:not([dir=rtl]) .login-page .login-form-side .login-content h1 {
  margin-bottom: 50px;
  color: #e43046;
  font-size: 36px !important;
}
html:not([dir=rtl]) .login-page .login-form-side .login-content .form-item {
  margin: 0 0 16px;
}
html:not([dir=rtl]) .login-page .login-form-side .login-content .form-item p {
  line-height: 1.4;
  color: #011b2b;
  margin-bottom: 0;
}
html:not([dir=rtl]) .login-page .login-form-side .login-content .form-group {
  margin-bottom: 16px;
}
html:not([dir=rtl]) .login-page .login-form-side .login-content .form-group label {
  display: block;
  margin-bottom: 16px;
  font-size: 1rem;
  color: #011b2b;
}
html:not([dir=rtl]) .login-page .login-form-side .login-content .form-group input,
html:not([dir=rtl]) .login-page .login-form-side .login-content .form-group select {
  height: 50px;
  background: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 5px;
  padding: 0 15px;
  color: #64748b;
  font-size: 1rem;
  width: 100%;
}
html:not([dir=rtl]) .login-page .login-form-side .login-content .form-group input:focus, html:not([dir=rtl]) .login-page .login-form-side .login-content .form-group input:active, html:not([dir=rtl]) .login-page .login-form-side .login-content .form-group input:focus-visible,
html:not([dir=rtl]) .login-page .login-form-side .login-content .form-group select:focus,
html:not([dir=rtl]) .login-page .login-form-side .login-content .form-group select:active,
html:not([dir=rtl]) .login-page .login-form-side .login-content .form-group select:focus-visible {
  color: #011b2b;
  outline: none;
  box-shadow: none;
}
html:not([dir=rtl]) .login-page .login-form-side .login-content .form-group select.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 14px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
html:not([dir=rtl]) .login-page .login-form-side .login-content .forgot-password {
  display: inline-block;
  color: #011b2b;
  text-decoration: none;
  font-size: 1rem;
}
html:not([dir=rtl]) .login-page .login-form-side .login-content .forgot-password:hover {
  color: #e43046;
  text-decoration: none !important;
}
html:not([dir=rtl]) .login-page .login-image-side {
  flex: 1;
  overflow: hidden;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .login-page .login-image-side {
    height: 250px;
    order: 1;
  }
}
html:not([dir=rtl]) .login-page .login-image-side img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
html:not([dir=rtl]) .main-content {
  padding-bottom: 1rem;
  background-color: #f9f9fb;
}
html:not([dir=rtl]) select {
  border: 1px solid #d0d5dd;
}
html:not([dir=rtl]) select:focus, html:not([dir=rtl]) select:active, html:not([dir=rtl]) select:focus-visible {
  border-color: #1e3a5f;
  color: #011b2b;
  outline: none;
  box-shadow: none;
}
html:not([dir=rtl]) {
  /* Progress Bar Styles */
}
html:not([dir=rtl]) .progress-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
html:not([dir=rtl]) .progress-block {
  width: 100%;
}
html:not([dir=rtl]) .progress-block .progress-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
}
html:not([dir=rtl]) .progress-block .progress-title-wrapper .progress-title {
  font-size: 1rem;
  color: #011b2b;
  margin-bottom: 2px;
}
html:not([dir=rtl]) .progress-block .progress-title-wrapper .progress-subtitle {
  font-size: 0.875rem;
  color: #7f8fa4;
  margin-bottom: 0;
}
html:not([dir=rtl]) .progress-block .progress-value {
  font-size: 1.125rem;
  line-height: 1;
}
html:not([dir=rtl]) .progress-block .progress-bar-wrapper {
  height: 10px;
  background-color: #eff2f5;
  border-radius: 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
html:not([dir=rtl]) .progress-block .progress-bar-wrapper .progress-bar-fill {
  height: 100%;
  border-radius: 10px;
  transition: width 1s ease-in-out;
}
html:not([dir=rtl]) .progress-scale {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #f1f3f6;
  margin-top: -10px;
}
html:not([dir=rtl]) .progress-scale span {
  font-size: 0.8125rem;
  color: #9ea7b4;
  position: relative;
}
html:not([dir=rtl]) {
  /* Pie Chart Styles */
}
html:not([dir=rtl]) .chart-container {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .chart-container {
    flex-direction: column;
    gap: 20px;
  }
}
html:not([dir=rtl]) .chart-container .chart-canvas-wrapper {
  position: relative;
  width: 320px;
  height: 320px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .chart-container .chart-canvas-wrapper {
    width: 280px;
    height: 280px;
  }
}
html:not([dir=rtl]) .chart-container canvas {
  position: relative;
  z-index: 1;
}
html:not([dir=rtl]) .chart-container .chart-legend {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
html:not([dir=rtl]) .chart-container .chart-legend li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1rem;
  color: #7f8fa4;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
html:not([dir=rtl]) .chart-container .chart-legend li:hover {
  opacity: 0.8;
  transform: translateX(5px);
}
html:not([dir=rtl]) .chart-container .chart-legend li .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
html:not([dir=rtl]) .chart-container .chart-legend li .percentage {
  color: #7f8fa4;
  font-size: 11px;
}
html:not([dir=rtl]) .chart-container .chart-legend li .label {
  color: #7f8fa4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
}
html:not([dir=rtl]) .chart-center-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
  pointer-events: none;
}
html:not([dir=rtl]) .chart-center-wrapper .center-percentage {
  display: block;
  font-size: 1.6875rem;
  line-height: 1.1;
  color: #011b2b;
  margin-bottom: 10px;
}
html:not([dir=rtl]) .chart-center-wrapper .center-label {
  display: block;
  font-size: 0.75rem;
  color: #4b5563;
}
html:not([dir=rtl]) {
  /* Dashboard Styles */
}
html:not([dir=rtl]) .dashboard-body {
  padding-top: 24px;
}
html:not([dir=rtl]) .site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #f1f3f6;
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
}
html:not([dir=rtl]) .site-header .desktop-logo {
  height: 40px;
}
html:not([dir=rtl]) .site-header .navbar {
  padding: 0;
}
html:not([dir=rtl]) .site-header .navbar-nav {
  gap: 10px;
  margin: 0;
}
html:not([dir=rtl]) .site-header .navbar-nav .nav-item .nav-link {
  color: #011b2b;
  padding: 8px 16px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.3s ease;
}
html:not([dir=rtl]) .site-header .navbar-nav .nav-item .nav-link.active {
  background: linear-gradient(90deg, #e82b42 0%, #d4182e 50%, #b01426 100%);
  color: #ffffff;
}
html:not([dir=rtl]) .site-header .navbar-nav .nav-item .nav-link.active .nav-icon {
  display: block;
  filter: invert(1) brightness(100);
}
html:not([dir=rtl]) .site-header .navbar-nav .nav-item .nav-link .nav-icon {
  display: none;
  width: 24px;
  transition: all 0.3s ease;
}
html:not([dir=rtl]) .site-header .navbar-nav .nav-item .nav-link:hover:not(.active) {
  background-color: #f3f4f6;
}
html:not([dir=rtl]) .site-header .header-right {
  gap: 0;
}
html:not([dir=rtl]) .site-header .header-right .header-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
html:not([dir=rtl]) .site-header .header-right .header-icon-btn:hover {
  background-color: #f3f4f6;
}
html:not([dir=rtl]) .site-header .header-right .header-icon-btn img {
  width: 24px;
  height: 24px;
}
html:not([dir=rtl]) .site-header .navbar-toggler {
  border: none;
  padding: 0;
}
html:not([dir=rtl]) .site-header .navbar-toggler:focus {
  box-shadow: none;
}
html:not([dir=rtl]) {
  /* Mobile Nav */
}
html:not([dir=rtl]) .mobile-nav-wrapper {
  background-color: #011b2b;
  width: 100%;
  border: 0;
}
html:not([dir=rtl]) .mobile-nav-wrapper .offcanvas-header {
  padding: 20px;
}
html:not([dir=rtl]) .mobile-nav-wrapper .mobile-logo img {
  height: 40px;
}
html:not([dir=rtl]) .mobile-nav-wrapper .btn-close-custom {
  background: none;
  border: none;
  padding: 0;
}
html:not([dir=rtl]) .mobile-nav-wrapper .btn-close-custom img {
  width: 48px;
}
html:not([dir=rtl]) .mobile-nav-wrapper .mobile-nav-list {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  height: calc(100% - 80px);
  margin: 0;
  padding-left: 1rem;
}
html:not([dir=rtl]) .mobile-nav-wrapper .mobile-nav-list li .nav-link {
  color: #ffffff;
  padding: 15px 25px 15px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.125rem;
  transition: all 0.3s ease;
}
html:not([dir=rtl]) .mobile-nav-wrapper .mobile-nav-list li .nav-link.active {
  color: #e11931;
}
html:not([dir=rtl]) .mobile-nav-wrapper .mobile-nav-list li .nav-link.active .mob-nav-icon {
  filter: none;
}
html:not([dir=rtl]) .mobile-nav-wrapper .mobile-nav-list li .nav-link .mob-nav-icon {
  width: 24px;
  filter: brightness(0) invert(1);
}
html:not([dir=rtl]) .mobile-nav-wrapper .mobile-nav-list li .nav-link.logout-link img {
  width: 32px;
}
html:not([dir=rtl]) .welcome-section {
  padding: 48px 0 32px;
}
html:not([dir=rtl]) .welcome-section h4 {
  margin-bottom: 24px;
}
html:not([dir=rtl]) .welcome-section p {
  font-size: 1.125rem;
  color: #64748b;
}
html:not([dir=rtl]) .dashboard-block-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  height: 100%;
}
html:not([dir=rtl]) .dashboard-block-card .card-header-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .dashboard-block-card .card-header-custom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
}
html:not([dir=rtl]) .dashboard-block-card .card-header-custom h4 {
  font-size: 22px !important;
  margin-bottom: 16px !important;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .dashboard-block-card .card-header-custom h4 {
    margin-bottom: 0 !important;
  }
}
html:not([dir=rtl]) .dashboard-block-card .card-footer-custom {
  border-top: 1px solid #f1f3f6;
}
html:not([dir=rtl]) .account-overview-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
html:not([dir=rtl]) .account-overview-card .card-header-custom {
  border-bottom: 1px solid #f1f3f6;
}
html:not([dir=rtl]) .account-overview-card .card-header-custom h4 {
  font-size: 22px !important;
}
html:not([dir=rtl]) .account-overview-card .overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .account-overview-card .overview-grid {
    grid-template-columns: 1fr;
  }
}
html:not([dir=rtl]) .account-overview-card .overview-card {
  background-color: #f9f9fb;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
}
html:not([dir=rtl]) .account-overview-card .overview-card .card-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}
html:not([dir=rtl]) .account-overview-card .overview-card .icon-box {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html:not([dir=rtl]) .account-overview-card .overview-card .icon-box img {
  width: 100%;
}
html:not([dir=rtl]) .account-overview-card .overview-card .card-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html:not([dir=rtl]) .account-overview-card .overview-card .card-info h3 {
  margin-bottom: 25px;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  display: block;
}
html:not([dir=rtl]) .account-overview-card .overview-card p {
  font-size: 1.125rem;
  margin-bottom: 0;
  display: block;
}
html:not([dir=rtl]) .account-details-bar {
  border: 1px solid #e7ebf1;
  margin: 1rem;
  border-radius: 16px;
}
html:not([dir=rtl]) .account-details-bar .details-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .account-details-bar .details-list {
    gap: 20px;
  }
}
html:not([dir=rtl]) .account-details-bar .details-list h5 {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .account-details-bar .details-list h5 {
    flex: 100%;
  }
}
html:not([dir=rtl]) .account-details-bar .details-list .detail-item {
  display: flex;
  flex-direction: column;
}
html:not([dir=rtl]) .account-details-bar .details-list .detail-item label {
  font-size: 0.875rem;
  margin-bottom: 4px;
}
html:not([dir=rtl]) .account-details-bar .details-list .detail-item span {
  font-size: 0.875rem;
}
html:not([dir=rtl]) .account-details-bar .details-list .detail-item .btn-copy {
  background: #f3f4f6;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
html:not([dir=rtl]) .account-details-bar .details-list .detail-item .btn-copy:hover {
  background-color: #e5e7eb;
}
html:not([dir=rtl]) .account-details-bar .details-list .detail-item .btn-copy img {
  width: 16px;
  height: 16px;
}
html:not([dir=rtl]) .table-wrapper {
  padding-top: 8px;
}
html:not([dir=rtl]) .custom-dashboard-table {
  width: 100%;
  margin: 0;
}
html:not([dir=rtl]) .custom-dashboard-table th {
  background-color: #e7ebf1;
  border-top: none;
  border-bottom: 1px solid #e7eaee;
  color: #1b1d1f;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 15px;
}
html:not([dir=rtl]) .custom-dashboard-table td {
  padding: 15px;
  border-bottom: 1px solid #e7eaee;
  font-size: 0.875rem;
  color: #011b2b;
}
html:not([dir=rtl]) .text-muted {
  color: #64748b !important;
  font-size: 0.875rem;
}
html:not([dir=rtl]) .view-all-link {
  font-size: 0.875rem;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  background: url(../image/rt-arrow.svg) no-repeat right center;
  padding-right: 32px;
}
html:not([dir=rtl]) .dashboard-footer {
  background-color: #1b1d1f;
  padding: 39px 34px;
}
html:not([dir=rtl]) .dashboard-footer .footer-logo {
  margin-bottom: 32px;
}
html:not([dir=rtl]) .dashboard-footer p {
  color: #cad5e2;
  font-size: 0.875rem;
  margin-bottom: 16px;
}
html:not([dir=rtl]) .dashboard-footer .social-links {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .dashboard-footer .social-links {
    justify-content: flex-start;
  }
}
html:not([dir=rtl]) .dashboard-footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
html:not([dir=rtl]) .dashboard-footer .social-links a:hover {
  background-color: rgba(225, 25, 49, 0.8);
}
html:not([dir=rtl]) .dashboard-footer .social-links a img {
  width: 18px;
  height: 18px;
}
html:not([dir=rtl]) {
  /* Re-using and fixing previous styles for dashboard context */
}
html:not([dir=rtl]) .chart-container {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .chart-container {
    flex-direction: column !important;
  }
}
html:not([dir=rtl]) .chart-legend {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
  max-height: 250px;
  overflow-y: auto;
  padding-right: 10px;
  overflow-x: hidden;
}
html:not([dir=rtl]) .chart-legend::-webkit-scrollbar {
  width: 4px;
}
html:not([dir=rtl]) .chart-legend::-webkit-scrollbar-thumb {
  background: #e2e8f0;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .chart-legend {
    max-height: none;
    width: 100%;
  }
}
html:not([dir=rtl]) .chart-legend li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
  color: #4b5563;
  cursor: pointer;
  transition: all 0.2s ease;
}
html:not([dir=rtl]) .chart-legend li:hover {
  opacity: 0.8;
  transform: translateX(3px);
}
html:not([dir=rtl]) .chart-legend li .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
html:not([dir=rtl]) .chart-legend li .percentage {
  color: #111827;
  min-width: 40px;
}
html:not([dir=rtl]) .chart-legend li .label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #64748b;
}
html:not([dir=rtl]) {
  /* Investments Page Styles */
}
html:not([dir=rtl]) .investments-page-header {
  padding: 40px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .investments-page-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
html:not([dir=rtl]) .investments-page-header .header-title-row span {
  font-size: 1rem;
  color: #64748b;
  display: block;
  margin-bottom: 15px;
}
html:not([dir=rtl]) .investments-page-header .header-title-row p {
  margin: 0;
  line-height: 1.4;
  font-size: 1.375rem;
}
html:not([dir=rtl]) .investments-page-header .top-actions {
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 575px) {
  html:not([dir=rtl]) .investments-page-header .top-actions {
    flex-direction: column;
  }
}
html:not([dir=rtl]) .site-link, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input[type=submit], html:not([dir=rtl]) .remove-button {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border-radius: 12px;
  min-width: 214px;
}
html:not([dir=rtl]) .site-link:hover, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input[type=submit]:hover, html:not([dir=rtl]) .remove-button:hover {
  background-color: #1e3a5f;
  color: #ffffff;
}
html:not([dir=rtl]) .site-link img, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input[type=submit] img, html:not([dir=rtl]) .remove-button img {
  filter: brightness(0) invert(1);
}
html:not([dir=rtl]) .investment-tabs-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  border-bottom: 1px solid rgba(114, 119, 124, 0.3);
  margin-bottom: 32px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .investment-tabs-nav {
    overflow-x: auto !important;
    white-space: nowrap !important;
    gap: 30px;
    padding-bottom: 5px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html:not([dir=rtl]) .investment-tabs-nav::-webkit-scrollbar {
    display: none;
  }
  html:not([dir=rtl]) .investment-tabs-nav .tab-nav-btn {
    flex: 0 0 auto !important;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
html:not([dir=rtl]) .investment-tabs-nav .tab-nav-btn {
  padding: 12px 0;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  background: transparent;
}
html:not([dir=rtl]) .investment-tabs-nav .tab-nav-btn.active {
  color: #011b2b;
}
html:not([dir=rtl]) .investment-tabs-nav .tab-nav-btn.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2.5px;
  background-color: #e11931;
}
html:not([dir=rtl]) .investment-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  overflow: hidden;
}
html:not([dir=rtl]) .investment-card .card-top-header {
  padding: 24px 30px;
}
html:not([dir=rtl]) .investment-card .card-top-header h4 {
  margin: 0 0 4px;
  font-size: 1.25rem;
}
html:not([dir=rtl]) .investment-card .card-top-header span {
  font-size: 0.875rem;
  color: #64748b;
}
html:not([dir=rtl]) .table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
html:not([dir=rtl]) .table-container::-webkit-scrollbar {
  height: 6px;
}
html:not([dir=rtl]) .table-container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}
html:not([dir=rtl]) .investment-data-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}
html:not([dir=rtl]) .investment-data-table th {
  background-color: #eff2f6;
  padding: 14px 20px;
  text-align: left;
  font-size: 0.875rem;
  white-space: nowrap;
  border-bottom: 1px solid #e7eaee;
}
html:not([dir=rtl]) .investment-data-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #e7eaee;
  font-size: 0.875rem;
  white-space: nowrap;
}
html:not([dir=rtl]) .investment-data-table tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .investment-data-table {
    min-width: 800px;
  }
  html:not([dir=rtl]) .investment-data-table th,
  html:not([dir=rtl]) .investment-data-table td {
    padding: 12px 15px;
  }
}
html:not([dir=rtl]) .analytics-section {
  margin-bottom: 40px;
}
@keyframes tabFadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html:not([dir=rtl]) .investment-tab-pane {
  display: none;
}
html:not([dir=rtl]) .investment-tab-pane.active {
  display: block;
  animation: tabFadeIn 0.5s ease-out forwards;
}
html:not([dir=rtl]) {
  /* Investment Detail Page Styles */
}
html:not([dir=rtl]) .detail-breadcrumb {
  font-size: 0.8125rem;
  color: #64748b;
}
html:not([dir=rtl]) .detail-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
html:not([dir=rtl]) .detail-breadcrumb a:hover {
  color: #011b2b;
}
html:not([dir=rtl]) .detail-breadcrumb span {
  color: #4b5563;
}
html:not([dir=rtl]) .detail-card-main {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-top: 24px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .detail-card-main {
    padding: 25px;
  }
}
html:not([dir=rtl]) .detail-text-content {
  padding: 50px 50px 50px 8px;
}
html:not([dir=rtl]) .detail-text-content .back-btn {
  display: inline-block;
  margin-bottom: 15px;
}
html:not([dir=rtl]) .detail-text-content h4 {
  font-size: 22px !important;
  margin-bottom: 45px;
}
html:not([dir=rtl]) .detail-text-content p {
  font-size: 1rem;
  line-height: 28px;
  margin-bottom: 20px;
}
html:not([dir=rtl]) .portfolio-slider-wrapper .mainSlider {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
html:not([dir=rtl]) .portfolio-slider-wrapper .mainSlider img {
  display: block;
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .portfolio-slider-wrapper .mainSlider img {
    height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  html:not([dir=rtl]) .portfolio-slider-wrapper .mainSlider img {
    height: 250px;
  }
}
html:not([dir=rtl]) .portfolio-slider-wrapper .mainSlider .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s;
  cursor: pointer;
}
html:not([dir=rtl]) .portfolio-slider-wrapper .mainSlider .slider-arrow.prev-arrow {
  left: 20px;
  background-image: url("../image/prev-arrow.svg");
}
html:not([dir=rtl]) .portfolio-slider-wrapper .mainSlider .slider-arrow.next-arrow {
  right: 20px;
  background-image: url("../image/next-arrow.svg");
}
html:not([dir=rtl]) .portfolio-slider-wrapper iframe {
  min-height: 550px;
}
html:not([dir=rtl]) .portfolio-slider-wrapper .thumbSlider .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s;
}
html:not([dir=rtl]) .portfolio-slider-wrapper .thumbSlider .swiper-slide.swiper-slide-thumb-active {
  border-color: #e11931;
}
html:not([dir=rtl]) .portfolio-slider-wrapper .thumbSlider .swiper-slide .thumb img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .portfolio-slider-wrapper .thumbSlider .swiper-slide .thumb img {
    height: 70px;
  }
}
html:not([dir=rtl]) .download-center-wrapper {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
html:not([dir=rtl]) .download-center-wrapper .download-center-header {
  padding: 0;
  background-color: #ffffff;
  border-radius: 24px 24px 0 0;
  padding: 24px 16px 0;
}
html:not([dir=rtl]) .download-center-wrapper .download-center-header h3 {
  font-size: 22px !important;
  margin-bottom: 12px;
}
html:not([dir=rtl]) .download-center-wrapper .investment-tabs-nav .tab-nav-btn {
  padding: 12px 30px 20px 0;
  min-width: 212px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .download-center-wrapper .investment-tabs-nav .tab-nav-btn {
    padding: 12px;
    padding-left: 0;
    min-width: auto;
  }
}
html:not([dir=rtl]) .pdf-download-card {
  background: #f8fafc;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}
html:not([dir=rtl]) .pdf-download-card:hover {
  border-color: #e11931;
  transform: translateY(-5px);
}
html:not([dir=rtl]) .pdf-download-card .card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
html:not([dir=rtl]) .pdf-download-card .card-top .file-icon {
  width: 40px;
}
html:not([dir=rtl]) .pdf-download-card .card-top .file-size {
  font-size: 0.6875rem;
  color: #94a3b8;
}
html:not([dir=rtl]) .pdf-download-card h5 {
  margin-bottom: auto;
  line-height: 1.4;
}
html:not([dir=rtl]) .pdf-download-card .card-bottom {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html:not([dir=rtl]) .pdf-download-card .card-bottom .update-info {
  font-size: 0.6875rem;
  color: #94a3b8;
}
html:not([dir=rtl]) .pdf-download-card .card-bottom .download-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #e11931;
  text-decoration: none;
  font-size: 0.8125rem;
}
html:not([dir=rtl]) .pdf-download-card .card-bottom .download-link img {
  width: 18px;
}
html:not([dir=rtl]) .pdf-download-card .card-bottom .download-link:hover {
  color: #011b2b;
}
html:not([dir=rtl]) .btn-page-nav-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s;
  background: #ffffff;
}
html:not([dir=rtl]) .btn-page-nav-outline:hover {
  border-color: #e11931;
}
html:not([dir=rtl]) .btn-page-nav-outline::before, html:not([dir=rtl]) .btn-page-nav-outline::after {
  display: none;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../image/next-btn-arrow.svg") no-repeat center/contain;
}
html:not([dir=rtl]) .btn-page-nav-outline.prev::before {
  display: block;
  transform: rotate(180deg);
}
html:not([dir=rtl]) .btn-page-nav-outline.next::after {
  display: block;
}
html:not([dir=rtl]) .flip-icon {
  transform: rotate(180deg);
}
html:not([dir=rtl]) {
  /* New Opportunities Page Styles */
}
html:not([dir=rtl]) .opportunities-page {
  padding-bottom: 65px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .opportunities-page {
    padding-bottom: 40px;
  }
}
html:not([dir=rtl]) .opportunities-header-text {
  margin-bottom: 28px;
  padding-top: 50px;
}
html:not([dir=rtl]) .opportunities-header-text span {
  font-size: 1rem;
  color: #64748b;
  display: inline-block;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}
html:not([dir=rtl]) .opportunities-header-text h4 {
  font-size: 22px !important;
  line-height: 1.4;
}
html:not([dir=rtl]) .slider-wrapper-opportunities {
  overflow: hidden;
  padding: 0 5px;
}
html:not([dir=rtl]) .slider-wrapper-opportunities .opportunities-slider {
  padding-bottom: 30px;
  position: relative;
}
html:not([dir=rtl]) .opportunity-card {
  height: 520px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #f1f3f6;
}
html:not([dir=rtl]) .opportunity-card:hover {
  background-image: none !important;
  background-color: #e9edf1 !important;
}
html:not([dir=rtl]) .opportunity-card .card-inner {
  position: relative;
  z-index: 2;
  padding: 80px 45px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .opportunity-card .card-inner {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 575px) {
  html:not([dir=rtl]) .opportunity-card .card-inner {
    padding: 50px 25px;
  }
}
html:not([dir=rtl]) .opportunity-card h4 {
  font-size: 22px !important;
  margin-bottom: 30px;
  transition: all 0.4s ease;
  line-height: 1.25;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .opportunity-card h4 {
    font-size: 1.375rem;
  }
}
html:not([dir=rtl]) .opportunity-card p {
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 24px;
  line-height: 1.6;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .opportunity-card p {
    font-size: 0.9375rem;
  }
}
html:not([dir=rtl]) .opportunity-card .btn-learn-more {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 34px;
  background: #011424;
  color: #ffffff;
  border-radius: 12px;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s;
}
html:not([dir=rtl]) .opportunity-card .btn-learn-more:hover {
  background: #e11931;
  transform: translateY(-2px);
}
html:not([dir=rtl]) {
  /* Custom Swiper Pagination */
}
html:not([dir=rtl]) .opportunities-slider .custom-pagination {
  bottom: 0 !important;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
html:not([dir=rtl]) .opportunities-slider .custom-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 15px;
  background: rgba(0, 22, 42, 0.1);
  opacity: 1;
  margin: 0 !important;
  transition: all 0.4s ease;
}
html:not([dir=rtl]) .opportunities-slider .custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e11931;
  width: 35px;
}
html:not([dir=rtl]) {
  /* Downloads Page Styles */
}
html:not([dir=rtl]) .downloads-header-section {
  width: 100%;
}
html:not([dir=rtl]) .form-item {
  margin: 0;
}
html:not([dir=rtl]) .downloads-text-top {
  padding-top: 50px;
}
html:not([dir=rtl]) .downloads-text-top span {
  font-size: 1rem;
  color: #64748b;
  display: inline-block;
  margin-bottom: 16px;
}
html:not([dir=rtl]) .downloads-text-top h4 {
  font-size: 22px !important;
  line-height: 1.3;
}
html:not([dir=rtl]) .filter-dropdown-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
html:not([dir=rtl]) .filter-dropdown-wrapper label {
  font-size: 0.875rem;
}
html:not([dir=rtl]) .filter-dropdown-wrapper .custom-select-box select {
  font-size: 0.875rem;
  padding: 10px 16px;
  border: 1px solid #e6e9ee;
  border-radius: 12px;
  color: #6a7c92;
  background-color: #f8fafc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../image/dwn-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px;
  cursor: pointer;
  min-width: 250px;
  transition: all 0.3s ease;
  margin: 0;
}
html:not([dir=rtl]) .filter-dropdown-wrapper .custom-select-box select:focus {
  outline: none;
  border-color: #d1d5db;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
html:not([dir=rtl]) .downloads-main-wrapper {
  min-height: 505px;
  border: 1px solid #e7eaee;
  padding: 16px;
  border-radius: 16px;
  margin-top: 20px;
  margin-bottom: 36px;
}
html:not([dir=rtl]) .downloads-main-wrapper .row-cols-custom {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .downloads-main-wrapper .row-cols-custom {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .downloads-main-wrapper .row-cols-custom {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .downloads-main-wrapper .row-cols-custom {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  html:not([dir=rtl]) .downloads-main-wrapper .row-cols-custom {
    grid-template-columns: repeat(1, 1fr);
  }
}
html:not([dir=rtl]) .pdf-download-card-simple {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
html:not([dir=rtl]) .pdf-download-card-simple:hover {
  border-color: rgba(225, 25, 49, 0.4);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
html:not([dir=rtl]) .pdf-download-card-simple .card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
html:not([dir=rtl]) .pdf-download-card-simple .card-head .pdf-box img {
  width: 40px;
}
html:not([dir=rtl]) .pdf-download-card-simple .card-head .file-size-label {
  font-size: 0.625rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
html:not([dir=rtl]) .pdf-download-card-simple .card-middle {
  margin-bottom: auto;
}
html:not([dir=rtl]) .pdf-download-card-simple .card-middle h5 {
  font-size: 1.125rem;
  color: #011b2b;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .pdf-download-card-simple .card-middle h5 {
    font-size: 1rem;
  }
}
html:not([dir=rtl]) .pdf-download-card-simple .card-footer-simple {
  margin-top: 35px;
  display: flex;
  justify-content: flex-end;
}
html:not([dir=rtl]) .pdf-download-card-simple .card-footer-simple .link-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: #bc1e2d;
  text-decoration: none;
  transition: all 0.3s;
}
html:not([dir=rtl]) .pdf-download-card-simple .card-footer-simple .link-download img {
  width: 16px;
}
html:not([dir=rtl]) .pdf-download-card-simple .card-footer-simple .link-download:hover {
  opacity: 0.8;
  transform: translateX(-2px);
}
html:not([dir=rtl]) {
  /* Common Form and Profile Page Styles */
}
html:not([dir=rtl]) .site-form .form-group {
  margin-bottom: 24px;
}
html:not([dir=rtl]) .site-form .form-group label {
  display: block;
  margin-bottom: 16px;
  font-size: 1rem;
}
html:not([dir=rtl]) .site-form .form-group label span {
  color: #e11931;
  margin-left: 2px;
}
html:not([dir=rtl]) .site-form .form-group input {
  width: 100%;
  height: 40px;
  border: 1px solid #e7eaee;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 0.9375rem;
  background-color: #f9f9fb;
  transition: all 0.3s ease;
  color: #011b2b;
}
html:not([dir=rtl]) .site-form .form-group input::-moz-placeholder {
  color: #64748b;
  opacity: 1;
}
html:not([dir=rtl]) .site-form .form-group input::placeholder {
  color: #64748b;
  opacity: 1;
}
html:not([dir=rtl]) .site-form .form-group input:focus {
  border-color: #e11931;
  background-color: #ffffff;
  outline: none;
  box-shadow: 0 0 0 4px rgba(225, 25, 49, 0.05);
}
html:not([dir=rtl]) .site-form select {
  font-size: 0.9375rem;
  color: #64748b;
  border-radius: 12px;
  padding-left: 16px;
}
html:not([dir=rtl]) .site-form select:focus {
  color: #011b2b;
}
html:not([dir=rtl]) .site-form select option {
  color: #011b2b;
}
html:not([dir=rtl]) .site-form select option[value=""], html:not([dir=rtl]) .site-form select option[disabled] {
  color: #64748b;
}
html:not([dir=rtl]) .site-form select:has(option:checked:not([value=""]):not([disabled])) {
  color: #011b2b;
}
html:not([dir=rtl]) .site-form .form-actions {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
@media only screen and (max-width: 575px) {
  html:not([dir=rtl]) .site-form .form-actions {
    flex-direction: column;
  }
  html:not([dir=rtl]) .site-form .form-actions .site-link, html:not([dir=rtl]) .site-form .form-actions .access-fliter-wrapper .access-fliter-block form input[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .site-form .form-actions input[type=submit], html:not([dir=rtl]) .site-form .form-actions .remove-button {
    width: 100%;
    min-width: 100%;
  }
}
html:not([dir=rtl]) .profile-page-wrapper {
  padding: 40px 0 80px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .profile-page-wrapper {
    padding: 30px 0 50px;
  }
}
html:not([dir=rtl]) .profile-page-wrapper .profile-header {
  margin-bottom: 35px;
}
html:not([dir=rtl]) .profile-page-wrapper .profile-header span {
  font-size: 0.875rem;
  color: #64748b;
  display: block;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}
html:not([dir=rtl]) .profile-page-wrapper .profile-header h2 {
  font-size: 1.5rem;
  margin: 0;
  color: #011b2b;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .profile-page-wrapper .profile-header h2 {
    font-size: 1.25rem;
  }
}
html:not([dir=rtl]) .profile-page-wrapper .profile-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #eef0f3;
  padding: 64px 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .profile-page-wrapper .profile-card {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .profile-page-wrapper .profile-card {
    padding: 16px;
    border-radius: 16px;
  }
}
html:not([dir=rtl]) .profile-page-wrapper .profile-card .inner-form-card {
  background: #fcfdfe;
  border: 1px solid #f1f4f7;
  border-radius: 16px;
  padding: 50px 60px;
  width: 89.1%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .profile-page-wrapper .profile-card .inner-form-card {
    padding: 16px;
    width: 100%;
  }
}
html:not([dir=rtl]) .profile-page-wrapper .profile-card .inner-form-card .site-link, html:not([dir=rtl]) .profile-page-wrapper .profile-card .inner-form-card .access-fliter-wrapper .access-fliter-block form input[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .profile-page-wrapper .profile-card .inner-form-card input[type=submit], html:not([dir=rtl]) .profile-page-wrapper .profile-card .inner-form-card .remove-button {
  min-width: 123px;
}
html:not([dir=rtl]) {
  /* KYC Page Styles */
}
html:not([dir=rtl]) .kyc-page .kyc-header-section, html:not([dir=rtl]) .help-desk-page .kyc-header-section {
  padding: 40px 0 10px;
}
html:not([dir=rtl]) .kyc-page .kyc-header-section .kyc-sub, html:not([dir=rtl]) .help-desk-page .kyc-header-section .kyc-sub {
  color: #64748b;
  display: block;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}
html:not([dir=rtl]) .kyc-page .kyc-header-section .kyc-title, html:not([dir=rtl]) .help-desk-page .kyc-header-section .kyc-title {
  font-size: 22px !important;
  margin: 0;
}
html:not([dir=rtl]) .kyc-main-wrapper {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #eef0f3;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
html:not([dir=rtl]) .kyc-data-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0;
}
html:not([dir=rtl]) .kyc-data-table th {
  background-color: rgba(231, 235, 241, 0.65);
  padding: 18px 24px;
  text-align: left;
  border-bottom: 1px solid #e7eaee;
  white-space: nowrap;
}
html:not([dir=rtl]) .kyc-data-table td {
  padding: 24px;
  border-bottom: 1px solid #e7eaee;
  vertical-align: middle;
}
html:not([dir=rtl]) .kyc-data-table td.col-hash {
  width: 60px;
}
html:not([dir=rtl]) .kyc-data-table tr:last-child td {
  border-bottom: none;
}
html:not([dir=rtl]) .kyc-data-table .status-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 6px;
}
html:not([dir=rtl]) .kyc-data-table .status-tag.missing {
  background-color: #f1f5f9;
  color: #4b5563;
}
html:not([dir=rtl]) .kyc-data-table .file-size-info {
  color: #818eac;
}
html:not([dir=rtl]) .kyc-data-table .btn-kyc-update, html:not([dir=rtl]) .kyc-data-table .btn-type5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s;
  transform: scale(1);
  transform-origin: left center;
}
html:not([dir=rtl]) .kyc-data-table .btn-kyc-update:hover, html:not([dir=rtl]) .kyc-data-table .btn-type5:hover {
  transition: all 0.3s ease 0s;
  transform: scale(1.08);
  transform-origin: left center;
  background-color: #e43046;
  color: #ffffff;
}
html:not([dir=rtl]) .btn-type5 {
  padding: 10px 20px !important;
}
html:not([dir=rtl]) .kyc-pagination-container {
  padding: 30px 0 50px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .kyc-pagination-container {
    flex-direction: column;
    gap: 20px;
  }
}
html:not([dir=rtl]) .kyc-pagination-container .page-link-num {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 0.875rem;
  color: #64748b;
  text-decoration: none;
  transition: all 0.2s;
}
html:not([dir=rtl]) .kyc-pagination-container .page-link-num:hover:not(.active) {
  color: #011b2b;
  background-color: #f1f5f9;
}
html:not([dir=rtl]) .kyc-pagination-container .page-link-num.active {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #011b2b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
html:not([dir=rtl]) .kyc-pagination-container .pagination-dots {
  color: #cbd5e1;
  padding: 0 5px;
}
html:not([dir=rtl]) {
  /* KYC Upload Page Styles */
}
html:not([dir=rtl]) .kyc-upload-page .kyc-header-section, html:not([dir=rtl]) .create-ticket-page .kyc-header-section, html:not([dir=rtl]) .view-ticket-page .kyc-header-section {
  padding: 40px 0 10px;
}
html:not([dir=rtl]) .kyc-upload-page .kyc-header-section .kyc-sub, html:not([dir=rtl]) .create-ticket-page .kyc-header-section .kyc-sub, html:not([dir=rtl]) .view-ticket-page .kyc-header-section .kyc-sub {
  color: #64748b;
  display: block;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}
html:not([dir=rtl]) .kyc-upload-page .kyc-header-section h4, html:not([dir=rtl]) .create-ticket-page .kyc-header-section h4, html:not([dir=rtl]) .view-ticket-page .kyc-header-section h4 {
  font-size: 22px !important;
  margin: 0;
}
html:not([dir=rtl]) .kyc-upload-page .kyc-upload-card-wrapper, html:not([dir=rtl]) .create-ticket-page .kyc-upload-card-wrapper, html:not([dir=rtl]) .view-ticket-page .kyc-upload-card-wrapper {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #eef0f3;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  padding: 80px 40px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .kyc-upload-page .kyc-upload-card-wrapper, html:not([dir=rtl]) .create-ticket-page .kyc-upload-card-wrapper, html:not([dir=rtl]) .view-ticket-page .kyc-upload-card-wrapper {
    padding: 30px 15px;
  }
}
html:not([dir=rtl]) .kyc-upload-page .upload-card, html:not([dir=rtl]) .kyc-upload-page .view-ticket-page .ticket-detail-card, html:not([dir=rtl]) .view-ticket-page .kyc-upload-page .ticket-detail-card, html:not([dir=rtl]) .create-ticket-page .upload-card, html:not([dir=rtl]) .create-ticket-page .view-ticket-page .ticket-detail-card, html:not([dir=rtl]) .view-ticket-page .create-ticket-page .ticket-detail-card, html:not([dir=rtl]) .view-ticket-page .upload-card, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card {
  width: 87.5%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #eef0f3;
  padding: 50px 30px;
  border-radius: 16px;
}
@media only screen and (max-width: 1599px) {
  html:not([dir=rtl]) .kyc-upload-page .upload-card, html:not([dir=rtl]) .kyc-upload-page .view-ticket-page .ticket-detail-card, html:not([dir=rtl]) .view-ticket-page .kyc-upload-page .ticket-detail-card, html:not([dir=rtl]) .create-ticket-page .upload-card, html:not([dir=rtl]) .create-ticket-page .view-ticket-page .ticket-detail-card, html:not([dir=rtl]) .view-ticket-page .create-ticket-page .ticket-detail-card, html:not([dir=rtl]) .view-ticket-page .upload-card, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card {
    padding: 30px 20px;
    width: 100%;
  }
}
html:not([dir=rtl]) .kyc-upload-page .upload-card .form-group label, html:not([dir=rtl]) .create-ticket-page .upload-card .form-group label, html:not([dir=rtl]) .view-ticket-page .upload-card .form-group label, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-group label {
  display: block;
  font-size: 1rem;
  margin-bottom: 8px;
}
html:not([dir=rtl]) .kyc-upload-page .upload-card .file-upload-container, html:not([dir=rtl]) .kyc-upload-page .view-ticket-page .ticket-detail-card .file-upload-container, html:not([dir=rtl]) .view-ticket-page .kyc-upload-page .ticket-detail-card .file-upload-container, html:not([dir=rtl]) .create-ticket-page .upload-card .file-upload-container, html:not([dir=rtl]) .create-ticket-page .view-ticket-page .ticket-detail-card .file-upload-container, html:not([dir=rtl]) .view-ticket-page .create-ticket-page .ticket-detail-card .file-upload-container, html:not([dir=rtl]) .view-ticket-page .upload-card .file-upload-container, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .file-upload-container {
  position: relative;
}
html:not([dir=rtl]) .kyc-upload-page .upload-card .file-upload-container .hidden-file-input, html:not([dir=rtl]) .create-ticket-page .upload-card .file-upload-container .hidden-file-input, html:not([dir=rtl]) .view-ticket-page .upload-card .file-upload-container .hidden-file-input, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .file-upload-container .hidden-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
html:not([dir=rtl]) .kyc-upload-page .upload-card .file-upload-container .file-upload-label, html:not([dir=rtl]) .create-ticket-page .upload-card .file-upload-container .file-upload-label, html:not([dir=rtl]) .view-ticket-page .upload-card .file-upload-container .file-upload-label, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .file-upload-container .file-upload-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
html:not([dir=rtl]) .kyc-upload-page .upload-card .file-upload-container .file-upload-label span, html:not([dir=rtl]) .create-ticket-page .upload-card .file-upload-container .file-upload-label span, html:not([dir=rtl]) .view-ticket-page .upload-card .file-upload-container .file-upload-label span, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .file-upload-container .file-upload-label span {
  font-size: 0.8125rem;
  color: #1e293b;
}
html:not([dir=rtl]) .kyc-upload-page .upload-card .file-upload-container .file-upload-label:hover, html:not([dir=rtl]) .create-ticket-page .upload-card .file-upload-container .file-upload-label:hover, html:not([dir=rtl]) .view-ticket-page .upload-card .file-upload-container .file-upload-label:hover, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .file-upload-container .file-upload-label:hover {
  border-color: #cbd5e1;
  background-color: #f8fafc;
}
html:not([dir=rtl]) .kyc-upload-page .upload-card textarea, html:not([dir=rtl]) .kyc-upload-page .view-ticket-page .ticket-detail-card textarea, html:not([dir=rtl]) .view-ticket-page .kyc-upload-page .ticket-detail-card textarea, html:not([dir=rtl]) .create-ticket-page .upload-card textarea, html:not([dir=rtl]) .create-ticket-page .view-ticket-page .ticket-detail-card textarea, html:not([dir=rtl]) .view-ticket-page .create-ticket-page .ticket-detail-card textarea, html:not([dir=rtl]) .view-ticket-page .upload-card textarea, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card textarea {
  height: 110px;
  padding: 15px 20px;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  background-color: #f9f9fb;
  font-size: 0.875rem;
}
html:not([dir=rtl]) .kyc-upload-page .upload-card textarea::-moz-placeholder, html:not([dir=rtl]) .kyc-upload-page .view-ticket-page .ticket-detail-card textarea::-moz-placeholder, html:not([dir=rtl]) .view-ticket-page .kyc-upload-page .ticket-detail-card textarea::-moz-placeholder, html:not([dir=rtl]) .create-ticket-page .upload-card textarea::-moz-placeholder, html:not([dir=rtl]) .create-ticket-page .view-ticket-page .ticket-detail-card textarea::-moz-placeholder, html:not([dir=rtl]) .view-ticket-page .create-ticket-page .ticket-detail-card textarea::-moz-placeholder, html:not([dir=rtl]) .view-ticket-page .upload-card textarea::-moz-placeholder, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card textarea::-moz-placeholder {
  color: #94a3b8;
}
html:not([dir=rtl]) .kyc-upload-page .upload-card textarea::placeholder, html:not([dir=rtl]) .kyc-upload-page .view-ticket-page .ticket-detail-card textarea::placeholder, html:not([dir=rtl]) .view-ticket-page .kyc-upload-page .ticket-detail-card textarea::placeholder, html:not([dir=rtl]) .create-ticket-page .upload-card textarea::placeholder, html:not([dir=rtl]) .create-ticket-page .view-ticket-page .ticket-detail-card textarea::placeholder, html:not([dir=rtl]) .view-ticket-page .create-ticket-page .ticket-detail-card textarea::placeholder, html:not([dir=rtl]) .view-ticket-page .upload-card textarea::placeholder, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card textarea::placeholder {
  color: #94a3b8;
}
html:not([dir=rtl]) .kyc-upload-page .upload-card textarea:focus, html:not([dir=rtl]) .create-ticket-page .upload-card textarea:focus, html:not([dir=rtl]) .view-ticket-page .upload-card textarea:focus, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card textarea:focus {
  border-color: #cbd5e1;
  box-shadow: none;
}
html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions, html:not([dir=rtl]) .kyc-upload-page .view-ticket-page .ticket-detail-card .form-actions, html:not([dir=rtl]) .view-ticket-page .kyc-upload-page .ticket-detail-card .form-actions, html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions, html:not([dir=rtl]) .create-ticket-page .view-ticket-page .ticket-detail-card .form-actions, html:not([dir=rtl]) .view-ticket-page .create-ticket-page .ticket-detail-card .form-actions, html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions {
  display: flex;
  gap: 16px;
}
html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .site-link, html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .kyc-upload-page .upload-card .form-actions input[type=submit], html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .remove-button, html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .site-link, html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .create-ticket-page .upload-card .form-actions input[type=submit], html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .remove-button, html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .site-link, html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .view-ticket-page .upload-card .form-actions input[type=submit], html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .remove-button, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .site-link, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .access-fliter-wrapper .access-fliter-block form input[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .view-ticket-page .ticket-detail-card .form-actions input[type=submit], html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .remove-button {
  border-radius: 8px;
  padding: 10px;
  height: 40px;
  font-size: 16px;
}
html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .site-link.link-2, html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-2[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .kyc-upload-page .upload-card .form-actions input.link-2[type=submit], html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .remove-button, html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .site-link.link-2, html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-2[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .create-ticket-page .upload-card .form-actions input.link-2[type=submit], html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .remove-button, html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .site-link.link-2, html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-2[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .view-ticket-page .upload-card .form-actions input.link-2[type=submit], html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .remove-button, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .site-link.link-2, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-2[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .view-ticket-page .ticket-detail-card .form-actions input.link-2[type=submit], html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .remove-button {
  background: #c31e2e;
  min-width: 152px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .site-link.link-2, html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-2[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .kyc-upload-page .upload-card .form-actions input.link-2[type=submit], html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .remove-button, html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .site-link.link-2, html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-2[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .create-ticket-page .upload-card .form-actions input.link-2[type=submit], html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .remove-button, html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .site-link.link-2, html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-2[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .view-ticket-page .upload-card .form-actions input.link-2[type=submit], html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .remove-button, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .site-link.link-2, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-2[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .view-ticket-page .ticket-detail-card .form-actions input.link-2[type=submit], html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .remove-button {
    min-width: 100%;
    width: 100%;
  }
}
html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .site-link.link-2:hover, html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-2[type=submit]:hover, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .kyc-upload-page .upload-card .form-actions input.link-2[type=submit]:hover, html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .remove-button:hover, html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .site-link.link-2:hover, html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-2[type=submit]:hover, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .create-ticket-page .upload-card .form-actions input.link-2[type=submit]:hover, html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .remove-button:hover, html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .site-link.link-2:hover, html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-2[type=submit]:hover, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .view-ticket-page .upload-card .form-actions input.link-2[type=submit]:hover, html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .remove-button:hover, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .site-link.link-2:hover, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-2[type=submit]:hover, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .view-ticket-page .ticket-detail-card .form-actions input.link-2[type=submit]:hover, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .remove-button:hover {
  background: #a31926;
}
html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .site-link.link-3, html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-3[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .kyc-upload-page .upload-card .form-actions input.link-3[type=submit], html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .link-3.remove-button, html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .site-link.link-3, html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-3[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .create-ticket-page .upload-card .form-actions input.link-3[type=submit], html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .link-3.remove-button, html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .site-link.link-3, html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-3[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .view-ticket-page .upload-card .form-actions input.link-3[type=submit], html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .link-3.remove-button, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .site-link.link-3, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-3[type=submit], html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .view-ticket-page .ticket-detail-card .form-actions input.link-3[type=submit], html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .link-3.remove-button {
  border-color: #d0d5dd;
  min-width: 92px;
}
html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .site-link.link-3:hover, html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-3[type=submit]:hover, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .kyc-upload-page .upload-card .form-actions input.link-3[type=submit]:hover, html:not([dir=rtl]) .kyc-upload-page .upload-card .form-actions .link-3.remove-button:hover, html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .site-link.link-3:hover, html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-3[type=submit]:hover, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .create-ticket-page .upload-card .form-actions input.link-3[type=submit]:hover, html:not([dir=rtl]) .create-ticket-page .upload-card .form-actions .link-3.remove-button:hover, html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .site-link.link-3:hover, html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-3[type=submit]:hover, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .view-ticket-page .upload-card .form-actions input.link-3[type=submit]:hover, html:not([dir=rtl]) .view-ticket-page .upload-card .form-actions .link-3.remove-button:hover, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .site-link.link-3:hover, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .access-fliter-wrapper .access-fliter-block form input.link-3[type=submit]:hover, html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .view-ticket-page .ticket-detail-card .form-actions input.link-3[type=submit]:hover, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-actions .link-3.remove-button:hover {
  border-color: #cbd5e1;
  color: #ffffff;
}
html:not([dir=rtl]) {
  /* Help Desk Page Styles */
}
html:not([dir=rtl]) .help-desk-page .btn-create-case {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #011b2b;
  color: #ffffff !important;
  border-radius: 12px;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.3s;
}
html:not([dir=rtl]) .help-desk-page .btn-create-case::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../image/plus-icon.svg") no-repeat center/contain;
  filter: brightness(0) invert(1);
}
html:not([dir=rtl]) .help-desk-page .btn-create-case:hover {
  background-color: #1e3a5f;
}
html:not([dir=rtl]) .help-desk-page .info-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background-color: #e7ebf1;
  border-radius: 8px;
}
html:not([dir=rtl]) .help-desk-page .info-tag.light {
  color: #818eac;
  background-color: transparent;
}
html:not([dir=rtl]) .help-desk-page .help-desk-table th {
  background-color: #e7ebf1;
}
html:not([dir=rtl]) .help-desk-page .help-desk-table td {
  padding: 20px 24px;
}
html:not([dir=rtl]) .help-desk-page .help-desk-table td.col-project {
  color: #011b2b;
}
html:not([dir=rtl]) .help-desk-page .help-desk-table td .btn-view-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  color: #011b2b;
  transition: all 0.3s;
  background: #ffffff;
  text-decoration: none;
}
html:not([dir=rtl]) .help-desk-page .help-desk-table td .btn-view-details:hover {
  border-color: #cbd5e1;
  background-color: #f8fafc;
}
html:not([dir=rtl]) .create-ticket-page .upload-card input[type=text], html:not([dir=rtl]) .view-ticket-page .upload-card input[type=text], html:not([dir=rtl]) .view-ticket-page .ticket-detail-card input[type=text] {
  width: 100%;
  height: 48px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0 16px;
  transition: all 0.3s ease;
  color: #1e293b;
}
html:not([dir=rtl]) .create-ticket-page .upload-card input[type=text]::-moz-placeholder, html:not([dir=rtl]) .view-ticket-page .upload-card input[type=text]::-moz-placeholder, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card input[type=text]::-moz-placeholder {
  color: #94a3b8;
}
html:not([dir=rtl]) .create-ticket-page .upload-card input[type=text]::placeholder, html:not([dir=rtl]) .view-ticket-page .upload-card input[type=text]::placeholder, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card input[type=text]::placeholder {
  color: #94a3b8;
}
html:not([dir=rtl]) .create-ticket-page .upload-card input[type=text]:focus, html:not([dir=rtl]) .view-ticket-page .upload-card input[type=text]:focus, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card input[type=text]:focus {
  border-color: #cbd5e1;
  outline: none;
}
html:not([dir=rtl]) .create-ticket-page .upload-card .custom-select-box.full-width select, html:not([dir=rtl]) .view-ticket-page .upload-card .custom-select-box.full-width select, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .custom-select-box.full-width select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  color: #6a7c92;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../image/dwn-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}
html:not([dir=rtl]) .create-ticket-page .upload-card .custom-select-box.full-width select:focus, html:not([dir=rtl]) .view-ticket-page .upload-card .custom-select-box.full-width select:focus, html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .custom-select-box.full-width select:focus {
  outline: none;
  border-color: #cbd5e1;
}
html:not([dir=rtl]) .view-ticket-page .kyc-header-section {
  margin-bottom: 48px;
}
html:not([dir=rtl]) .view-ticket-page .ticket-detail-card {
  width: 100%;
  margin: 0;
}
html:not([dir=rtl]) .view-ticket-page .ticket-detail-card input,
html:not([dir=rtl]) .view-ticket-page .ticket-detail-card select,
html:not([dir=rtl]) .view-ticket-page .ticket-detail-card textarea {
  background-color: #f9f9fb;
  border: 1px solid #e7eaee;
}
html:not([dir=rtl]) .view-ticket-page .ticket-detail-card .form-group {
  margin-bottom: 24px;
}
html:not([dir=rtl]) .view-ticket-page .account-details-area h5 {
  font-size: 1.125rem;
  margin-bottom: 25px;
  color: #011b2b;
}
html:not([dir=rtl]) .view-ticket-page .doc-preview-card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  width: 100%;
  max-width: 270px;
  background-color: #ffffff;
  position: relative;
}
html:not([dir=rtl]) .view-ticket-page .doc-preview-card .doc-icon-box img {
  width: 40px;
}
html:not([dir=rtl]) .view-ticket-page .doc-preview-card .doc-info .file-size-label {
  font-size: 0.625rem;
  color: #94a3b8;
  position: absolute;
  top: 20px;
  right: 20px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
html:not([dir=rtl]) .view-ticket-page .doc-preview-card .doc-info h6 {
  font-size: 18px !important;
  margin: 0;
  margin-top: 8px;
}
html:not([dir=rtl]) .view-ticket-page .uploaded-doc-section {
  margin-bottom: 48px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .view-ticket-page .uploaded-doc-section {
    margin-bottom: 0;
  }
}
html:not([dir=rtl]) .view-ticket-page .uploaded-doc-section label {
  margin-bottom: 16px;
}
html:not([dir=rtl]) .view-ticket-page .messages-area {
  margin-top: 24px;
}
@media only screen and (min-width: 992px) {
  html:not([dir=rtl]) .view-ticket-page .messages-area {
    margin-top: -20px;
  }
}
html:not([dir=rtl]) .view-ticket-page .messages-area label {
  font-size: 16px !important;
  margin-bottom: 8px;
}
html:not([dir=rtl]) .view-ticket-page .messages-area .message-display-box {
  background-color: #f9f9fb;
  border: 1px solid #e7eaee;
  border-radius: 12px;
  padding: 20px;
  min-height: 250px;
}
html:not([dir=rtl]) .view-ticket-page .messages-area .message-display-box .msg-item .msg-header {
  margin-bottom: 8px;
}
html:not([dir=rtl]) .view-ticket-page .messages-area .message-display-box .msg-item .user-name {
  font-size: 1rem;
  color: #94a3b8;
}
html:not([dir=rtl]) .view-ticket-page .messages-area .message-display-box .msg-item .msg-date {
  font-size: 1rem;
  color: #94a3b8;
}
html:not([dir=rtl]) .view-ticket-page .messages-area .message-display-box .msg-item .msg-body p {
  margin: 0;
}
html:not([dir=rtl]) {
  /* 
   * Toast Notifications
   */
}
html:not([dir=rtl]) .toast-container {
  position: fixed;
  top: 1.5rem;
  left: 0;
  right: auto;
  z-index: 10000;
  display: flex;
  gap: 1rem;
  pointer-events: none;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .toast-container {
    top: 0.5rem;
  }
}
html:not([dir=rtl]) .site-toast {
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  background-color: #011b2b;
  color: #ffffff;
  padding: 24px;
  gap: 16px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  width: 100%;
  transform: translateY(-150%);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s ease;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
html:not([dir=rtl]) .site-toast.show {
  transform: translateY(0);
  opacity: 1;
}
html:not([dir=rtl]) .site-toast.hiding {
  transform: translateY(-150%);
  opacity: 0;
}
html:not([dir=rtl]) .site-toast .toast-icon {
  flex-shrink: 0;
  margin-bottom: 20px;
  width: 24px;
  height: 24px;
}
html:not([dir=rtl]) .site-toast .toast-icon img {
  width: 100%;
  height: 100%;
}
html:not([dir=rtl]) .site-toast .toast-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}
html:not([dir=rtl]) .site-toast .toast-content .toast-title {
  font-size: 20px;
  margin-bottom: 0px;
  color: #ffffff;
  line-height: 16px;
}
html:not([dir=rtl]) .site-toast .toast-content .toast-message p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0;
}
html:not([dir=rtl]) .site-toast .toast-content .toast-message p em {
  background-color: transparent;
  color: #ffffff;
}
html:not([dir=rtl]) .site-toast .toast-content .toast-message p .placeholder {
  opacity: 1;
  min-height: auto;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .site-toast {
    padding: 12px 15px;
    border-radius: 10px;
  }
  html:not([dir=rtl]) .site-toast .toast-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  html:not([dir=rtl]) .site-toast .toast-title {
    font-size: 14px;
  }
  html:not([dir=rtl]) .site-toast .toast-message {
    font-size: 12px;
  }
}
html:not([dir=rtl]) {
  /* 
   * Error Pages Layout (403, 404, etc.)
   */
}
html:not([dir=rtl]) .error-page-wrapper {
  background-color: #011b2b;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 20px;
}
html:not([dir=rtl]) .error-page-wrapper .error-content {
  margin-top: -30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html:not([dir=rtl]) .error-page-wrapper .error-content img {
  height: auto !important;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .error-page-wrapper .error-content img {
    margin-bottom: 25px;
  }
}
html:not([dir=rtl]) .error-page-wrapper .error-content p {
  font-size: 36px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .error-page-wrapper .error-content p {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
html:not([dir=rtl]) .error-page-wrapper .error-content .go-home-link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .error-page-wrapper .error-content .go-home-link {
    font-size: 24px;
  }
}
html:not([dir=rtl]) .error-page-wrapper .red-footer-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: #e11931;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .error-page-wrapper .red-footer-bar {
    height: 32px;
  }
}
html:not([dir=rtl]) *:focus,
html:not([dir=rtl]) select:focus,
html:not([dir=rtl]) select:hover,
html:not([dir=rtl]) input:focus,
html:not([dir=rtl]) textarea:focus {
  box-shadow: none !important;
  border-color: #1e3a5f;
}
html:not([dir=rtl]) .form-text {
  margin-top: 0;
}
html:not([dir=rtl]) .form-actions {
  margin: 0;
}
html:not([dir=rtl]) .form-actions * {
  margin: 0 !important;
}
html:not([dir=rtl]) .form-managed-file__main {
  display: block;
}
html:not([dir=rtl]) .form-item__label {
  font-weight: normal;
  margin-bottom: 16px !important;
  margin-top: 0;
  font-size: 1rem;
}
html:not([dir=rtl]) .form-managed-file {
  position: relative;
}
html:not([dir=rtl]) .form-managed-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
html:not([dir=rtl]) .webform-file-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
html:not([dir=rtl]) .button {
  font-weight: normal;
}
html:not([dir=rtl]) .remove-button {
  width: auto;
  min-width: auto;
  font-size: 1rem;
  display: inline-flex;
  background: #e11931;
}
html:not([dir=rtl]) .access-fliter-wrapper {
  padding-top: 30px;
}
html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block {
  width: 100%;
}
html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .js-form-type-select {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form label {
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 80px;
}
html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input[type=text],
html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form select {
  width: 100%;
  height: 48px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0 16px;
  transition: all 0.3s ease;
  color: #1e293b;
  padding-right: 40px;
}
html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form input[type=submit] {
  padding: 0;
  min-width: 140px;
}
html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .container-inline {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .container-inline * {
  width: 100%;
}
html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .container-inline .form-actions {
  width: auto;
}
html:not([dir=rtl]) .access-fliter-wrapper .access-fliter-block form .container-inline .claro-autocomplete {
  width: 100%;
}
html:not([dir=rtl]) .table-center th,
html:not([dir=rtl]) .table-center td {
  text-align: center !important;
}
html:not([dir=rtl]) .table-lt th,
html:not([dir=rtl]) .table-lt td {
  text-align: left !important;
}
html:not([dir=rtl]) .table-rt th,
html:not([dir=rtl]) .table-rt td {
  text-align: right !important;
}

/* ---Ar styling--- */
/*------------------------------------------------START custom styling----------------------------------------------------------------------*/
/* Site Fonts */
@font-face {
  font-family: "Guardian_Sans_Bold";
  src: url("../font/GuardianSansBold.eot");
  src: url("../font/GuardianSansBold.eot?#iefix") format("embedded-opentype"), url("../font/GuardianSansBold.woff2") format("woff2"), url("../font/GuardianSansBold.woff") format("woff"), url("../font/GuardianSansBold.ttf") format("truetype");
}
@font-face {
  font-family: "Guardian_Sans_Light";
  src: url("../font/GuardianSansLight.eot");
  src: url("../font/GuardianSansLight.eot?#iefix") format("embedded-opentype"), url("../font/GuardianSansLight.woff2") format("woff2"), url("../font/GuardianSansLight.woff") format("woff"), url("../font/GuardianSansLight.ttf") format("truetype");
}
@font-face {
  font-family: "Guardian_Sans_Regular";
  src: url("../font/GuardianSansRegular.eot");
  src: url("../font/GuardianSansRegular.eot?#iefix") format("embedded-opentype"), url("../font/GuardianSansRegular.woff2") format("woff2"), url("../font/GuardianSansRegular.woff") format("woff"), url("../font/GuardianSansRegular.ttf") format("truetype");
}
@font-face {
  font-family: "Guardian_Sans_Semibold";
  src: url("../font/GuardianSansSemibold.eot");
  src: url("../font/GuardianSansSemibold.eot?#iefix") format("embedded-opentype"), url("../font/GuardianSansSemibold.woff2") format("woff2"), url("../font/GuardianSansSemibold.woff") format("woff"), url("../font/GuardianSansSemibold.ttf") format("truetype");
}/*# sourceMappingURL=style.css.map */