:root {
  --error_red: #cf2739;
  --max_width: 1180px;
  --black: #000000;
  --black_medium: #131619;
  --text_white: #ffffff;
  --text_medium: #f0f0f0;
  --text_grey: #c4c4c4;
  --theme_primary: #e5324e;
  --theme_secondary: #0098d8;
  --theme_accent: #fdc936;
}
* {
  box-sizing: border-box;
}
html,
body {
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  min-height: 110vh;
  padding: 0;
  margin: 0;
  overflow-x: clip;
  background-color: var(--black_medium);
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}

p,
a,
h1,
h2 {
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  color: var(--text_dark);
}
ul,
li {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
button {
  outline: none;
  font-family: inherit;
  box-sizing: border-box;
  border: none;
}
input,
select,
textarea {
  box-sizing: border-box;
  font-family: inherit;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #131619;
}
._nos {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
}
.flex_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: flex-end;
  -webkit-box-pack: flex-end;
  justify-content: flex-end;
}
.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.flex_around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-around;
}
.flex_justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.fvcenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fwrap {
  flex-wrap: wrap;
}
.nowrap {
  flex-wrap: nowrap;
}
.text_center {
  text-align: center;
}
.text_justify {
  text-align: justify;
}

._cup {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
._cup:hover {
  transform: scale(0.98);
}
@media only screen and (max-width: 580px) {
  ._cup {
    cursor: default;
  }
  ._cup:hover {
    transform: scale(0.99);
  }
}
.appBg {
  background-color: #f6f7f7;
}

._toaster {
  width: fit-content;
  position: fixed;
  height: fit-content;
  top: 0;
  right: 0;
  z-index: 6000;
  padding: 0 20px;
  transition: 0.2s all ease;
  cursor: default;
}
.tstMsg {
  width: fit-content;
  min-width: 250px;
  text-align: center;
  padding: 15px 50px;
  background-color: #000000;
  color: #f1fcff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  margin: 20px auto;
  transition: 0.2s all ease;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}
._dialog {
  width: 100%;
  max-width: 400px;
  border: none;
  padding: 0;
  outline: none;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
}
.dialogBody {
  padding: 20px 20px;
}
._dImg {
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin: 10px 0 5px 0;
  display: none;
}
._dImgVis {
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin: 10px 0 5px 0;
}
.dialogTit {
  font-size: 1.3em;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  color: #1f1f1f;
}
.dialogMsg {
  font-size: 15px;
  color: #2b3038;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 5px;
}
.dialBtnBox {
  padding: 12px 20px;
  border-top: 1px solid #e2e2e2;
}
.dialBtn {
  font-size: 15px;
  font-weight: 500;
  background-color: #000000;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 4px;
  width: 100%;
  max-width: 200px;
  border: none;
}
.dialBtn.cancel {
  margin-right: 12px;
  color: #2b3038;
  background-color: #ffffff;
  border: 1px solid #d8dce3;
}
.dialBtn.cancel:hover {
  background-color: #f3f4f6;
}
.maxw {
  width: 100%;
  max-width: var(--max_width);
  margin: 0 auto;
  padding: 0 20px;
}
.vScroll {
  overflow-y: auto;
}
.vScroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}
.vScroll::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0);
}
.vScroll::-webkit-scrollbar-thumb {
  background-color: #eaeaea;
  border-radius: 3px;
}
.popModal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1800;
  display: none;
}
.popModFlex {
  width: 100%;
  height: 100%;
}
.popModFrame {
  width: 100%;
  max-width: 480px;
  min-height: 300px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 8px;
}
.pgSpinner {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9000;
  background-color: rgba(255, 255, 255, 0.85);
  display: none;
}
.pgSpinnerInner {
  width: 100%;
  height: 100%;
}
.pgSpinnerInner img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.pgSpinnerInner p {
  padding-right: 15px;
  font-size: 1em;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff !important;
}
.owl-theme .owl-dots .owl-dot span {
  background: #434343 !important;
}
.cu_radio {
  gap: 10px;
}
.cu_radio .radio_inp {
  width: 0;
  position: absolute;
  opacity: 0;
}
.cu_radio .radio_label {
  display: inline-block;
  border: 1px solid #acafb0;
  color: #263d59;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  padding: 9px 20px;
  border-radius: 20px;
}
.cu_radio.sml .radio_label {
  font-size: 13px;
}
.cu_radio.checkbox .radio_label {
  border-radius: 5px;
}
.radio_inp + label {
  font-weight: normal;
}
.radio_inp:hover + label {
  background-color: #f3f3f3;
}
.radio_inp:checked + label {
  color: #143767;
  font-weight: 600;
  border: 1px solid #1865d1;
  background-color: #e5f4ff;
}
