:root {
  --header-background: #0e1d3e;
}

body {
  /* background-color: #0e1d3e !important; */
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.AI-Height::-webkit-scrollbar {
  display: none !important;
}

.scrollbar-change {
  overflow-y: scroll !important;
  overflow: hidden;
}
.scrollbar-change::-webkit-scrollbar {
  width: 4px !important;
}

.scrollbar-change::-webkit-scrollbar-thumb {
  background-color: #d9d9d9 !important;
  border-radius: 4px !important;
}

.scrollbar-change::-webkit-scrollbar-track {
  background-color: transparent !important;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}
/* Rectangle 61 */

.navlink:hover {
  background-color: #00000070 !important;
  /* opacity: 0.16; */
}

.tl-area ul {
  margin: 0px;
  padding: 10px;
  list-style-type: none;
  width: 100%;
  display: flex;
  /* margin: 0 0 50px 0; */
  /* background-color:#f5f5f5; */
}

.tl-area ul li {
  width: 10%;
  display: inline-block;
}

.tl-area ul li .date {
  display: block;
  text-align: left;
  font-size: 13px;
  margin-left: -12px;
}

.tl-area ul li:first-child .date {
  margin-left: 0px;
}

.tl-area ul li.active .step .status-circle span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #dedede;
  font-size: 14px;
  z-index: 5;
}

.tl-area ul li .step {
  width: 100%;
  min-height: 46px;
  /*background: #ffffff;*/
  margin: 5px 0;
  display: flex;
  align-items: center;
}

.tl-area ul li .step .status-lines {
  width: 100%;
  position: relative;
}

.tl-area ul li:last-child .step .status-lines {
  display: none;
}

.tl-area ul li .step .status-lines .line {
  position: absolute;
  width: 100%;
  /*height: 1px;*/
  border: #dcdcdc 1px dashed;
  background: #dcdcdc;
  z-index: 1;
}

.tl-area ul li.active.pending .step .status-circle span {
  background-color: #25cf94;
  color: #ffffff;
}

.tl-area ul li.active.hold .step .status-circle span {
  background-color: #ffb521;
  color: #ffffff;
}

.tl-area ul li.active.hold .step .status-circle span {
  background-color: #25cf94;
  color: #ffffff;
}

.tl-area ul li.active.holdnext .step .status-circle span {
  background-color: #ffb521;
  color: #ffffff;
}

.tl-area ul li.active.pending .step .status-lines .pending {
  border: #25cf94 1px solid;
  width: 50%;
  z-index: 3;
}

.tl-area ul li.active.completed .step .status-circle span {
  background-color: #25cf94;
  color: #ffffff;
}

.tl-area ul li.active.completed .step .status-lines .completed {
  border: #25cf94 1px solid;
  background: #25cf94;
  background: #25cf94;
  width: 100%;
  z-index: 3;
}

.tl-area ul li.active.cancelled .step .status-circle span {
  background-color: #ff0000;
  color: #ffffff;
}

.tl-area ul li.active.cancelled .step .status-lines .cancelled {
  border: #ff0000 1px solid;
  background: #ff0000;
  width: 100%;
  z-index: 3;
}

.tl-area ul li.active.pending .step .status-lines .cancelled {
  border: #ff0000 1px solid;
  background: #ff0000;
  width: 100%;
  z-index: 2;
}

.tl-area ul li.active.defered .step .status-circle span {
  background-color: #ffb521;
  color: #ffffff;
}

.tl-area ul li.active.defered .step .status-lines .defered {
  border: #ffb521 1px dashed;
  background: #ffb521;
  width: 100%;
  z-index: 3;
}

.tl-area ul li.active.pending .step .status-lines .defered {
  border: #ffb521 1px dashed;
  width: 100%;
  z-index: 2;
}

.tl-area ul li.active.pending.hold .step .status-lines .hold {
  border: #ffb521 1px dashed;
  width: 100%;
  z-index: 2;
}

.tl-area ul li.active.pending.hold .step .status-lines .status-mark {
  background-image: url(https://app.dfavo.com/assets/images/hold.png);
  background-position: center center;
  position: absolute;
  left: 50%;
  margin: -6px 0 0 -8px;
  z-index: 4;
  width: 15px;
  height: 11px;
}

@media (max-width: 1024px) {
  .tl-area ul li.active .step .status-circle span {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }

  .tl-area ul {
    display: block;
  }

  .tl-area ul li:first-child {
    display: none;
  }

  .tl-area ul li {
    width: 100%;
    background-color: #f3f5f7;
    padding: 6px 0px;
    margin: 0 0 5px 0px;
    border-radius: 3px;
    border: #f3f5f7 1px solid;
  }

  .tl-area ul li .step {
    background-color: transparent;
    position: relative;
    min-height: 30px;
  }

  .tl-area ul li .step .status-circle {
    position: absolute;
    left: 50%;
    z-index: 6;
    margin: 0 0 0 -13px;
  }

  .tl-area ul li .date {
    text-align: center;
    margin-left: 0;
  }
}

.mob-timeline .mtimeline-head {
  background-color: #2a3c4a;
  color: #ffffff;
  padding: 10px;
}

.mob-timeline .mtl-area ul {
  margin: 0px;
  padding: 15px;
  list-style-type: none;
  border: #2a3c4a 1px solid;
}

.mob-timeline .mtl-area ul li {
  width: 100%;
}

.mtl-area ul li.active .mstep-outer {
  display: flex;
  flex-direction: row;
}

.mtl-area ul li.active .mstep {
  display: flex;
  flex-direction: column;
  min-height: 90px;
  margin: 0 15px 0px 0px;
}

.mtl-area ul li .smtep .mstatus-lines {
  width: 100%;
  position: relative;
}

.mtl-area .mstep-outer .mstep-details p {
  font-size: 13px;
}

.mtl-area .mstep-outer .mstep-details p.options {
  font-size: 14px;
  font-weight: 500;
}

.mtl-area ul li.active .mstep .mstatus-circle span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #c1c1c1;
  font-size: 14px;
  z-index: 5;
}

.mtl-area ul li .mstep .mstatus-lines {
  width: 100%;
  height: 100%;
  position: relative;
}

.mtl-area ul li .mstep .mstatus-lines .mline {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -0.5px;
  height: 100%;
  border: #dcdcdc 1px dashed;
  z-index: 1;
}

.mtl-area ul li.active.pending .mstep .mstatus-circle span {
  background-color: #25cf94;
  color: #ffffff;
}

.mtl-area ul li.active.pending .mstep .mstatus-lines .pending {
  border: #25cf94 1px solid;
  z-index: 3;
  height: 50%;
}

.mtl-area ul li.active.pending.hold .mstep .mstatus-lines .hold {
  border: #ffb521 1px dashed;
  z-index: 2;
}

.mtl-area ul li.active.pending.hold .mstep .mstatus-lines .mstatus-mark {
  background-image: url(https://app.studyportal.io/assets/images/hold.png);
  background-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7.5px 0 0 -7.5px;
  z-index: 4;
  width: 15px;
  height: 11px;
  transform: rotate(180deg);
}

.mtl-area ul li.active.completed .mstep .mstatus-circle span {
  background-color: #25cf94;
  color: #ffffff;
}

.mtl-area ul li.active.completed .mstep .mstatus-lines .completed {
  border: #25cf94 1px solid;
  height: 100%;
  z-index: 3;
}

.mtl-area ul li.active.holdnext .mstep .mstatus-circle span {
  background-color: #ffb521;
  color: #ffffff;
}

.mtl-area ul li.active.pending .sstep .mstatus-lines .defered {
  border: #ffb521 1px dashed;
  height: 100%;
  z-index: 3;
}

.mtl-area ul li.active.pending .mstep .mstatus-lines .cancelled {
  border: #ff0000 1px solid;
  height: 100%;
  z-index: 2;
}

.mtl-area ul li.active.cancelled .mstep .mstatus-circle span {
  background-color: #ff0000;
  color: #ffffff;
}

.mtl-area ul li.active.cancelled .mstep .mstatus-lines .cancelled {
  border: #ff0000 1px solid;
  height: 100%;
  z-index: 3;
}

.mtl-area ul li:last-child .mstep .mstatus-lines {
  display: none;
}

.firmli-tab {
  padding: 8px 20px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.firmli-tab:where([data-active]) {
  color: var(--mantine-color-primary-light-color) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.application-card-tab {
  padding: 8px 20px !important;
}

.application-card-tab:where([data-active]) {
  background-color: #f7f8f8 !important;
  color: var(--mantine-color-primary-light-color) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.programs-alphabet-tab:where([data-active]) {
  background-color: #fff !important;
  color: var(--mantine-color-primary-light-color) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.programs-alphabet-tab-list::before {
  border-color: transparent !important;
}

.transparent-tab-list-border::before {
  border-color: transparent !important;
}

.mantine-DataGrid-globalFilter
  > .mantine-TextInput-wrapper
  > .mantine-TextInput-rightSection {
  display: none;
}
table {
  border-spacing: 2px !important;
}

/* I already have grid node. These are his children i want below took 4 columns in desktop, three columns in table and 1 column on mobile. */

@media screen and (min-width: 1024px) {
  .posts-container {
    grid-column: span 4 / span 4;
  }

  .community-aside {
    grid-column: span 2 / span 2;
  }
}

.firmli-carousel-indicators {
  background-color: #d9d9d9 !important;
}

.firmli-carousel-indicators:where([data-active]) {
  background-color: var(--mantine-color-primary-filled) !important;
}

/* @media screen and (min-width: 768px) and (max-width: 1023px) {
  .posts-container {
    grid-column: span 4 / span 4;
  }

  .community-aside {
    grid-column: span 4 / span 4;
  }
} */

.programs-alphabet-tab-list button:hover {
  border-radius: 34px !important;
}
.Tabs_ns.m_8bffd616 div {
  flex-flow: nowrap;
}

.available_intakes .mantine-Button-section {
  margin-inline-end: 2px !important;
}
.available_intakes button {
  padding: 5px;
  border-radius: 5px;
}
.available_intakes button:hover {
  background: #f2f2f2 !important;
}

@media screen and (max-width: 767px) {
  .scrollbar-change {
    overflow: auto;
  }

  .lead_card::-webkit-scrollbar-thumb {
    background-color: #d9d9d9 !important;
    border-radius: 4px !important;
  }

  .lead_card::-webkit-scrollbar-track {
    background-color: transparent !important;
  }
  .lead_card {
    overflow-x: scroll;
  }

  .posts-container {
    grid-column: span 1 / span 1;
  }

  .community-aside {
    grid-column: span 1 / span 1;
  }
}

.funnel-chart p {
  font-size: 16px !important;
}
.funnel-chart p:last-child {
  line-height: 17px !important;
}

@media (min-width: 1250px) and (max-width: 1530px) {
  .headings {
    font-size: 14px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1350px) {
  .headings {
    font-size: 13px !important;
    width: 107px;
  }
  .headingMobile {
    font-size: 13px !important;
    font-weight: 500 !important;
  }
}

@media (max-width: 868px) {
  .scrollbar-change {
    overflow: auto;
  }

  .lead_card::-webkit-scrollbar-thumb {
    background-color: #d9d9d9 !important;
    border-radius: 4px !important;
  }

  .lead_card::-webkit-scrollbar-track {
    background-color: transparent !important;
  }
  .lead_card {
    overflow-x: scroll;
  }
}

@media (max-width: 36em) {
  .scrollBar {
    overflow-x: scroll;
    scrollbar-color: #bdbdbd orange;
    scrollbar-width: thin;
    width: 426px;
  }
  .firmli-tab {
    padding: 10px !important;
  }

  .divide_space {
    margin: 0 !important;
  }
  .between_space {
    margin: 0 !important;
  }
  .rev-out-box {
    grid: none !important ;
  }
  .mobile_wrap {
    flex-direction: column;
    align-items: start !important;
  }
  .button_filter {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* header {
    height: 112px !important;
  } */

  .space_mobile {
    margin: 10px 0 10px;
  }
  .top_header {
    flex-flow: column;
    align-items: start !important;
    padding: 10px 0 0px;
  }
  .mobile-spacing-tabs {
    padding: 10px 0 0;
    background: #fff;
  }
  .mobile_space {
    padding: 10px 0 20px;
  }
}

.pdf-btn {
  --button-height-xs: calc(1.875rem * var(--mantine-scale));
  --button-height-sm: calc(2.25rem * var(--mantine-scale));
  --button-height-md: calc(2.625rem * var(--mantine-scale));
  --button-height-lg: calc(3.125rem * var(--mantine-scale));
  --button-height-xl: calc(3.75rem * var(--mantine-scale));

  --button-height-compact-xs: calc(1.375rem * var(--mantine-scale));
  --button-height-compact-sm: calc(1.625rem * var(--mantine-scale));
  --button-height-compact-md: calc(1.875rem * var(--mantine-scale));
  --button-height-compact-lg: calc(2.125rem * var(--mantine-scale));
  --button-height-compact-xl: calc(2.5rem * var(--mantine-scale));

  --button-padding-x-xs: calc(0.875rem * var(--mantine-scale));
  --button-padding-x-sm: calc(1.125rem * var(--mantine-scale));
  --button-padding-x-md: calc(1.375rem * var(--mantine-scale));
  --button-padding-x-lg: calc(1.625rem * var(--mantine-scale));
  --button-padding-x-xl: calc(2rem * var(--mantine-scale));

  --button-padding-x-compact-xs: calc(0.4375rem * var(--mantine-scale));
  --button-padding-x-compact-sm: calc(0.5rem * var(--mantine-scale));
  --button-padding-x-compact-md: calc(0.625rem * var(--mantine-scale));
  --button-padding-x-compact-lg: calc(0.75rem * var(--mantine-scale));
  --button-padding-x-compact-xl: calc(0.875rem * var(--mantine-scale));

  --button-height: var(--button-height-sm);
  --button-padding-x: var(--button-padding-x-sm);
  --button-color: var(--mantine-color-white);

  -webkit-user-select: none;

          user-select: none;
  font-weight: 600;
  position: relative;
  line-height: 1;
  text-align: center;
  overflow: hidden;

  width: auto;
  cursor: pointer;
  display: inline-block;
  border-radius: var(--mantine-radius-default);
  border-radius: var(--button-radius, var(--mantine-radius-default));
  font-size: var(--mantine-font-size-sm);
  font-size: var(--button-fz, var(--mantine-font-size-sm));
  background: var(--mantine-primary-color-filled);
  background: var(--button-bg, var(--mantine-primary-color-filled));
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  border: var(
    --button-bd,
    calc(0.0625rem * var(--mantine-scale)) solid transparent
  );
  color: var(--mantine-color-white);
  color: var(--button-color, var(--mantine-color-white));
  height: var(--button-height-sm);
  height: var(--button-height, var(--button-height-sm));
  padding-inline: var(--button-padding-x-sm);
  padding-inline: var(--button-padding-x, var(--button-padding-x-sm));

  text-decoration: none;
  display: flex;
  align-items: center;
}

.skeletons {
  height: 25px !important;
}
.skeletons::after {
  background-color: #020e3c !important;
}

.flipping-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.flipping {
  position: relative;
  width: 44.8px;
  height: 44.8px;
  animation: flipping-pyg5ol 2.4s infinite linear;
  perspective: 168px;
}

.flipping:before {
  content: "";
  display: block;
  width: 44.8px;
  height: 44.8px;
  position: absolute;
  animation: flipping-ew9517 1.2s infinite;
  background-color: #27298f;
  transform-origin: bottom;
}

.switch {
  border: 1px solid #d0d3da;
  border-radius: 5px;
  padding: 0 10px;
  background: #fff;
}
.switch .mantine-Switch-track {
  width: 12px !important;
  border-radius: 38px;
}

/* .NewFilter:hover svg{
    background:#fff !important;
    color:#1A73E8;
   }
   .NewFilter:hover{
    border: 1px solid #DADCE0 !important;
   } */

.PagiNation_styling button {
  border: none !important;
}
.PagiNation_styling button {
  border: none;
  background: none;
}
.PagiNation_styling .m_326d024a:where([data-active]) {
  background-color: transparent !important;
  border-color: var(--pagination-active-bg);
  color: var(--mantine-color-primary-light-color) !important;
}

.program_card_box.m_2415a157.mantine-SimpleGrid-root.__m__-r15v {
  gap: 30px !important;
}

@media (max-width: 991px) {
  /* .upper_header{
      display: flex !important;
      flex-flow: nowrap !important;
    }
    .search_bar{
    display:none;
    } */
  .pagi_compare_btn {
    flex-flow: wrap !important;
  }
  /* .compare_Program{
      margin-top:10px;
    } */
  .program_card_box.m_2415a157.mantine-SimpleGrid-root.__m__-r15v {
    gap: 30px !important;
  }
}

/* .quotation-add m_9df02822 mantine-Modal-root .mantine-Modal-overlay m_9814e45f mantine-Overlay-root .m_60c222c7 m_1f958f16 mantine-Modal-inner .m_fd1ab0aa m_54c44539 mantine-Modal-content m_1b7284a3 mantine-Paper-root .m_5df29311 mantine-Modal-body{
  padding: 0 !important;
} */

@keyframes flipping-pyg5ol {
  0%,
  50% {
    transform: rotate(45deg);
  }

  50.001%,
  100% {
    transform: rotate(-45deg);
  }
}

@keyframes flipping-ew9517 {
  0% {
    transform: translate(0, 0) rotateX(0deg);
  }

  50% {
    transform: translate(0, -100%) rotateX(0deg);
  }

  100% {
    transform: translate(0, -100%) rotateX(-180deg);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-5px);
  }
  40%,
  80% {
    transform: translateX(5px);
  }
}

.program-finder-tab {
  background-color: #d9dee3;
  margin: 0 5px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.programs-finder-list::before {
  border-width: 0.9px;
  border-color: #9aa0a6 !important;
  z-index: 1;
}

.program-finder-tab:where([data-active]) {
  background-color: #fff !important;
  color: var(--mantine-color-primary-light-color) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-width: 1.5px;
  border-color: #9aa0a6 !important;
}

.programs-finder-tab-label {
  padding: 11px 22px;
}

div#casita-widget {
  width: auto;
}

.hover-metric {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-metric:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
              0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.filepond--item {
  width: calc(50% - 0.5em);
  height: 100%;
  min-height: 200px;
  max-height: 200px;
}

@media (min-width: 30em) {
  .filepond--item {
    width: calc(50% - 0.5em);
    min-height: 200px;
    max-height: 200px;
  }
}

@media (min-width: 50em) {
  .filepond--item {
    width: calc(33.33% - 0.5em);
    min-height: 200px;
    max-height: 200px;
  }
}

