* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffffff;
  color: #1b1b1d;
  font-family: HelveticaNeue, sans-serif;
  font-size: 14px;
  line-height: 22px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* ***** Typography ***** */
h2,
.h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0px;
}

h3,
.h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0px;
}

h5,
.h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  margin: 0;
}
h6,
.h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0px;
  margin: 0;
}

.f-16 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  margin: 0;
}

@media (max-width: 1199.99px) {
  h2,
  .h2 {
    font-size: 21px;
    line-height: 28px;
  }
  h3,
  .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h5,
  .h5 {
    font-size: 16px;
    line-height: 20px;
  }
  h6,
  .h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .f-16 {
    font-size: 14px;
    line-height: 22px;
  }
}

/* Sidebar Styles */
.tools-sidebar {
  height: 100%;
  z-index: 1000;
  border-right: 1px solid #cccccc;
}

.tools-sidebar.close {
  display: none;
}

.tools-sidebar-header {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  background: #fafafa;
  font-weight: 600;
  font-size: 16px;
  color: #333;
}

.tools-sidebar-content {
  padding: 45px 0 30px 0px;
  position: relative;
}

.tools-section {
  margin-bottom: 10px;
}

.tools-section .tools-title {
  color: #54545c;
  padding: 14px 60px 14px 14px;
  font-weight: 500;
  font-size: 16px;
}
.tools-section .menu-item-title {
  color: #54545c;
  padding: 14px 60px 14px 14px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  border-left: 3px solid transparent;
}
.tools-section .menu-item-title:hover {
  background-color: #eaeff7;
}
.tools-section .menu-item-title.active {
  background: #f7f7f7;
  border-left-color: #e71316;
  font-weight: 700;
}

.tools-section .menu-item {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  color: #54545c;
  text-decoration: none;
  font-size: 14px;
  margin-left: 14px;
  border-left: 3px solid transparent;
}

.tools-section .menu-item:hover {
  background-color: #eaeff7;
}
.tools-section .menu-item.active {
  background: #f7f7f7;
  color: #e71316;
  border-left-color: #e71316;
  font-weight: 700;
}

/* Toggle Icon Button */
.tools-sidebar-area .chevron-toggle-icon {
  display: none;
  position: relative;
}
.tools-sidebar-area .chevron-icon {
  border-radius: 4px 0 0 4px;
  width: 19px;
  height: 32px;
  position: relative;
  background: transparent;
  border: 1px solid #cccccc;
  border-right: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tools-sidebar-area .chevron-toggle-icon::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: calc(100vh - 150px);
  background: #cccccc;
}
.tools-sidebar-area .tools-sidebar-content .chevron-icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
  border-radius: 0px 4px 4px 0px;
  border-right: 1px solid #cccccc;
  border-left: none;
}
.tools-sidebar-area .chevron-toggle-icon.close {
  display: block;
}

/* Main Content */
.main-content {
  margin-top: 30px;
  display: flex;
  width: 100%;
}

.main-content h1 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}

/* Header & BreadcrumbStyles */

ul.header-breadcrumb {
  list-style: none;
  display: flex;
  gap: 8px;
}
ul.header-breadcrumb li {
  font-size: 12px;
}
ul.header-breadcrumb li::after {
  content: '/';
  margin-left: 8px;
  color: #ffffff;
}
ul.header-breadcrumb li:last-child {
  font-weight: 700;
}
ul.header-breadcrumb li:last-child::after {
  content: '';
}
ul.header-breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
}
ul.header-breadcrumb li a.active {
  font-weight: 700;
}

.title-breadcrumb-header {
  background: #0e074b;
  background-image: url(../images/header-background.jpg);
  background-size: cover;
  display: flex;
  padding-bottom: 16px;
  padding-top: 16px;
  max-width: 100%;
}

.title-breadcrumb-header .header-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-top: -8px;
}

.title-breadcrumb-header .header-title sup {
  top: 0.5rem;
  position: relative;
  font-size: 75%;
}

/* Overlay Small Device Styles */
.overlay-small-device {
  display: none;
}
.overlay-small-device.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
  background-color: rgb(255, 255, 255);
}
.overlay-small-device__message {
  padding: 40px 36px;
  max-width: 410px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
  background-color: #4b4b4b;
  margin-top: 160px;
}
.overlay-small-device + .metatron .search-header {
  position: relative;
  z-index: 1001;
}

body.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .title-breadcrumb-header {
    padding-bottom: 14px;
    padding-top: 14px;
    position: relative;
    z-index: 51;
  }
  .title-breadcrumb-header .header-title {
    font-size: 26px;
    line-height: 32px;
  }

  .tools-section .menu-item-title {
    padding: 8px 21px 8px 10px;
    font-size: 13px;
    border-left-width: 2px;
  }
  .tools-section .tools-title {
    padding: 8px 13px 8px 10px;
    font-size: 13px;
  }
  .tools-section .menu-item {
    padding: 8px 10px;
    font-size: 11px;
    margin-left: 2px;
    border-left-width: 2px;
  }
}

/* Iframe and Loader Styles */
.core-loader--circular.core-loader--size-small {
  gap: 8px;
}

.core-loader--circular {
  display: flex;
  justify-content: center;
  align-items: center;
}

.core-loader--circular .core-loader__loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.core-loader--circular .core-loader__loader .core-loader__path {
  stroke: var(--border-subtle-02, #cccccc);
  stroke-linecap: round;
}

.core-loader--circular .core-loader__loader .core-loader__loader-path {
  stroke: var(--brand-primary, #e71316);
  transition: stroke-dashoffset 0.3s;
  stroke-linecap: round;
}
.core-loader--circular.core-loader--indeterminate .core-loader__loader-path {
  transition: stroke-dashoffset 0.3s;
  animation: circularIndeterminate 2s linear infinite;
}
@keyframes circularIndeterminate {
  0% {
    stroke-dashoffset: 43.982297150257104;
  }
  100% {
    stroke-dashoffset: -131.94689145077132;
  }
}

.iframe-container {
  position: relative;
  width: 100%;
  height: 840px;
}

.loader-container {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: -8pc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-container.hidden {
  display: none;
}

.iframe {
  width: 100%;
  height: 100%;
  border: none;
  transition: opacity 0.3s ease;
}

.iframe--loading {
  opacity: 0.3;
  pointer-events: none;
}

.iframe--loaded {
  opacity: 1;
  pointer-events: initial;
}

.shimmer-effect-text {
  position: absolute;
  top: 0;
  left: 1pc;
  width: calc(100% - 5pc);
  height: 45px;
  border-radius: 4px;
  background-color: #ffffff;
  /* background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmerEffect 1.5s infinite; */
  z-index: 99;
}
.shimmer-effect-text.hidden {
  display: none;
}

@keyframes shimmerEffect {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
