/* prevent register hp */
.pah {
  position: absolute;
}

.l9h {
  left: -9999px;
}  

/* horizontal line */
.hr-safe {
  height: 1px;
  background: #eeeeee;
}

/* flex container / boxing */

.container-safe {
  display: flex;
}

.flex-jc-center {
  justify-content: center;
}

.flex-jc-spacebetw {
  justify-content: space-between;
}

.flex-ai-center {
  align-items: center;
}

.flex-ac-center {
  align-content: center;
}

.flex-d-col {
  flex-direction: column;
}

.flex-d-row {
  flex-direction: row;
}

.flex-g-1 {
  flex-grow: 1;
}

.flex-gap1 {
  gap: 1px;
}

.flex-gap2 {
  gap: 2px;
}

.flex-gap3 {
  gap: 3px;
}

.flex-gap5 {
  gap: 5px;
}

.flex-gap10 {
  gap: 10px;
}

.flex-gap12 {
  gap: 12px;
}

.flex-gap20 {
  gap: 20px;
}

.flex-gap30 {
  gap: 30px;
}

.flex-gap40 {
  gap: 40px;
}

.flex-gap50 {
  gap: 50px;
}

.flex-gap60 {
  gap: 60px;
}

.flex-gap80 {
  gap: 80px;
}

.flex-gap100 {
  gap: 100px;
}

.position-abs {
  position: absolute;
}

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

.flex-1-1-150px {
  flex: 1 1 150px
}

/* colors */

.color-red {
  color: #fb0000;
}

.color-\[\#59a959\] {
  color: #59a959;
}

.color-\[\#fbb03c\] {
  color: #fbb03c;
}

.color-\[\#222\] {
  color: #222;
}

.color-\[\#ffffff\] {
  color: #ffffff;
}

.color-\[\#cfcfcf\] {
  color: #cfcfcf;
}

.color-white {
  color: white;
}

.color-\[\#eeeeee\] {
  color: #eeeeee;
}

.color-black {
  color: black !important;
}

.color-grey {
  color: grey !important;
}

.color-blue {
  color: blue !important;
}

/* background colors */
.bcolor-\[\#222222\] {
  background: #222222;
}

.bcolor-\[\#fbb03c\] {
  background: #fbb03c !important;
}

.bcolor-\[\#202020\] {
  background: #202020;
}

.bcolor-\[\#333333\] {
  background: #333333;
}

.bcolor-\[\#111\] {
  background: #111;
}

.bcolor-\[\#222\] {
  background: #222;
}

.bcolor-\[\#ffffff\] {
  background: #ffffff;
}

.bcolor-white {
  background-color: white;
}

.bcolor-green {
  background: green;
}

.bcolor-\[\#212121\] {
  background-color: #292929;
}

.bcolor-\[\#292927\] { 
  background-color: #292927;
}

.bcolor-trans {
  background-color: transparent !important;
}

/* width */
.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}


.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px !important;
}

.w75 {
  width: 75px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w170 {
  width: 170px;
}

.w200 {
  width: 200px !important;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w330 {
  width: 330px;
}

.w350 {
  width: 350px;
}

.w370 {
  width: 370px;
}

.w400 {
  width: 400px;
}

.w406 {
  width: 406px;
}

.w500 {
  width: 500px;
}

.w600 {
  width: 600px;
}

.w700 {
  width: 700px;
}

.w800 {
  width: 800px;
}

.w900 {
  width: 900px;
}

.w1040 {
  width: 1040px;
}

.w80\% {
  width: 80%;
}

.w100\% {
  width: 100%;
}

.mw-150 {
  max-width: 150px !important;
}

/* height */

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px !important;
}

.h50 {
  height: 50px;
}

.h58 {
  height: 58px;
}

.h60 {
  height: 60px;
}

.h70 {
  height: 70px !important;
}

.h80 {
  height: 80px !important;
}

.h100 {
  height: 100px;
}

.h150 {
  height: 150px !important;
}

.h200 {
  height: 200px;
}

.h233 {
  height: 233px;
}


.h270 {
  height: 270px;
}

.h400 {
  height: 400px;
}

.h500 {
  height: 500px;
}

.h620 {
  height: 620px;
}

.h100\% {
  height: 100%;
}

.mh500 {
  min-height: 500px;
}

.maxheight-88vh {
  max-height: 88vh
}

/* line-height */
.lh-30 {
  line-height: 30px;
}
/* padding */

.p2 {
  padding: 2px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.p020 {
  padding: 0 20px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pbt-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-320 {
  padding-left: 320px;
}

.p4040 {
  padding: 40px 40px;
}



/* margin */
.m0 {
  margin: 0 !important;
}

.m020 {
  margin: 0 20px;
}

.m015 {
  margin: 0 15px;
}

.m40auto {
  margin: 40px auto;
}

.mb-10 {
  margin-bottom: 10px;
}

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

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

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

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

.mt-0px {
  margin-top: 0px !important;
}

.mt-4px {
  margin-top: 4px !important;
}

.mt-5px {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.ml4 {
  margin-left: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-auto {
  margin-left: auto;
}

.mr-20 {
  margin-right: 20px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-100 {
  margin-right: 100px;
}


.m0auto {
  margin: 0 auto;
}

.m20auto {
  margin: 20px auto;
}

/* text */

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.tt-upper {
  text-transform: uppercase;
}

.to-ellipsis {
  text-overflow: ellipsis;
}

.td-none {
  text-decoration: none;
}

.ls-1px {
  letter-spacing: 1px;
}

.ls-0px {
  letter-spacing: 0px;
}

/* other */

.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* font family */
/* ===== ANTON ===== */
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ===== CATAMARAN ===== */
.catamaran-thin {
  font-family: "Catamaran", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.catamaran-extra-light {
  font-family: "Catamaran", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.catamaran-light {
  font-family: "Catamaran", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.catamaran-black {
  font-family: "Catamaran", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* ===== CORMORANT GARAMOND ===== */
.cormorant-light {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}

.cormorant-regular {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant-bold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
}

/* ===== ALEGREYA SANS ===== */
.alegreya-thin {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.alegreya-light {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.alegreya-regular {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.alegreya-medium {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.alegreya-medium-italic {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
}

/* ===== SYSTEM UI SANS-SERIF STACK ===== */
.sans-regular {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, 
               "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
}

.sans-light {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
               "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  font-style: normal;
}

.sans-thin {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
               "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 200;
  font-style: normal;
}

.sans-bold {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
               "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
}

.sans-black {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
               "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 900;
  font-style: normal;
}

.sans-italic {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
               "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: italic;
}

.sans-light-italic {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
               "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  font-style: italic;
}

.sans-bold-italic {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
               "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: italic;
}

.sans-uppercase {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
               "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}

.sans-smallcaps {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
               "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-variant: small-caps;
  font-weight: 400;
  font-style: normal;
}


/* fonts */
.fs-6 {
  font-size: 6px;
}

.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

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

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}


.fs-45 {
  font-size: 45px;
}

.fs-50 {
  font-size: 50px;
}

.fs-60 {
  font-size: 60px;
}

.fs-65 {
  font-size: 65px;
}

.fs-75 {
  font-size: 75px;
}

.fs-100 {
  font-size: 100px;
}

.fs-125 {
  font-size: 125px;
}

.fs-150 {
  font-size: 150px;
}

.fs-200 {
  font-size: 200px;
}

.fs-300 {
  font-size: 300px;
}

.fs-400 {
  font-size: 400px;
}
/* font style */

.fst-italic {
  font-style: italic;
}

/* border */
.br-10 {
  border-radius: 10px;
}

.br-5 {
  border-radius: 5px !important;
}

.border-1seae8e8 {
  border: 1px solid #eae8e8;
}

.border-1sfbb03c2b {
  border-bottom: 1px solid #fbb03c2b;
}


/* hover */

.hover-color-white:hover {

  color: white !important;

}
/* general */

.text-trunc {
  display: inline-block;     /* Needed for text-overflow to work */
  max-width: 100%;          /* Adjust as needed */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ws-nowrap {
  white-space: nowrap;

}

.overflow-hidden {
  overflow: hidden;
}

.overflow-ellipsis {
  text-overflow: ellipsis;    /* Show ellipsis (…) when text is cut off */
}

.all-unset {
  all: unset; /* removes all inherited/default styles */
}

.cursor-pointer {
  cursor: pointer; /* re-enable pointer cursor */
} 

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


.d-none-ni {
  display: none;
}


/* normal styling maybe in other css file */
.button-safe {
  cursor: pointer;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  color: white;
  transition: background 0.2s ease, color 0.3s ease; /* Smooth transition */
}

.button-safe.login:hover {
  background: #22222228;  /* Black background on hover */
  color: white;    /* Change text color for contrast */
}

.button-safe.premium:hover {
  background: #22222228;  /* Black background on hover */
  color: white;    /* Change text color for contrast */
}

@media (min-width: 1024px) {

  .lg\:flex-d-row {

    flex-direction: row;

  }

  .lg\:d-flex {

    display: flex;

  }

  .lg\:w100 {
    width: 100px;
  }

  .lg\:w150 {
    width: 150px;
  }

  .lg\:w200 {
    width: 200px !important;
  }

  .lg\:w250 {
    width: 250px !important;
  }

  .lg\:w236 {
    width: 236px !important;
  }

  .lg\:w360 {
    width: 360px !important;
  }

  .lg\:w406 {
    width: 406px !important;
  }

  .lg\:w500 {
    width: 500px;
  }

  .lg\:w560 {
    width: 560px;
  }

  .lg\:w600 {
    width: 600px;
  }

  .lg\:w700 {
    width: 700px;
  }

  .lg\:w800 {
    width: 800px;
  }

  .lg\:w1040 {
    width: 1040px;
  }

  .lg\:w100\% {
    width: 100% !important;
  }

  .lg\:mw-100\% {
    max-width: 100% !important;
  }

  .lg\:h157 {
    height: 157px !important;
  }

  .lg\:h240 {
    height: 240px !important;
  }

  .lg\:h620 {
    height: 620px;
  }

  .lg\:h400 {
    height: 400px;
  }

  .lg\:h150 {
    height: 150px !important;
  }

  .lg\:maxheight-none {
    max-height: none
  }

  .lg\:flex-jc-left {
    justify-content: left;
  }

  .lg\:flex-gap20 {
    gap: 20px;
  }

  .lg\:m40auto {
    margin: 40px auto;
  }

  .lg\:br-10 {
    border-radius: 10px;
  }

  .lg\:d-none {
    display: none;
  }

  .lg\:fs-11 {
    font-size: 11px !important;
  }

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

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

  .lg\:fs-20 {
    font-size: 20px !important;
  }

  .lg\:fs-22 {
    font-size: 22px !important;
  }
  
  .lg\:fs-24 {
    font-size: 24px !important;
  }

  .lg\:fs-28 {
    font-size: 28px !important;
  }

  .lg\:flex-d-row {
    flex-direction: row;
  }

  .lg\:pt-0px {
    padding-top: 0px
  }

  .lg\:pb-0px {
    padding-bottom: 0px
  }

  .lg\:p20 {
    padding: 20px !important;
  }
  
  .lg\:p30 {
    padding: 30px !important;
  }


  .lg\:p40 {
    padding: 40px !important;
  }

  .lg\:p40260 {
    padding: 40px 260px;
  }

  .lg\:m20auto {

    margin: 20px auto;

  }


}

@media (min-width: 768px) {


  .md\:p0 {

    padding: 0px;

  }

}