:root {
  --custom-before-style: #303030;
  --agree-text-style: #303030;
  --alert-text-style: #303030;
  --agree-fontsize-style: 13px;
  --alert-fontsize-style: 13px;
  --agree-font-family-style: inherit;
  --alert-font-family-style: inherit;
  --tncfield-align-style: inherit;
  --tnccontainer-margin-top: 0px;
  --tnccontainer-margin-right: 0px;
  --tnccontainer-margin-bottom: 0px;
  --tnccontainer-margin-left: 0px;
}


.display_none {
  display: none;
}

.disableBtn {
  cursor: pointer;
  pointer-events: none !important;
  opacity: 0.75;
}

.fields {
  display: flex;
  align-items: center;
  /* justify-content: var(--tncfield-align-style); */
  /* align-self: var(--tncfield-align-style); */
  gap: 5px;
  padding: 6px 0px;
  margin-top: var(--tnccontainer-margin-top);
  margin-right: var(--tnccontainer-margin-right);
  margin-bottom: var(--tnccontainer-margin-bottom);
  margin-left: var(--tnccontainer-margin-left);
}

.fields .jscheckbox {
  display: flex;
}


#tncText {
  cursor: pointer;
  color: var(--agree-text-style);
  font-size: var(--agree-fontsize-style);
  font-family: var(--agree-font-family-style, Arial);
}

label#tncText {
  margin: 0 !important;
}

#tncText a {
  display: unset;
  color: var(--agree-text-style);
  font-size: var(--agree-fontsize-style);
  font-family: var(--agree-font-family-style, Arial);
}

.alertText {
  color: var(--alert-text-style);
  font-size: var(--alert-fontsize-style);
  font-family: var(--alert-font-family-style, Arial);
}

.sweetAlertText {
  justify-content: var(--tncfield-align-style);
  align-self: var(--tncfield-align-style);
  font-size: var(--alert-fontsize-style);
  font-family: var(--alert-font-family-style);
  color: var(--alert-text-style);
}

.sweetAlertTxt {
  display: flex;
  align-items: center;
  align-self: center;
  gap: 3px;
  overflow: auto;
}

.sweetAlertTop,
.sweetAlertBottom {
  display: none;
  align-items: center;
  justify-content: var(--tncfield-align-style);
  align-self: var(--tncfield-align-style);
  gap: 3px;
  padding: 1px 0px;
  color: #ff0000;
  /* width: 100%; */
  overflow: auto;
}

.sweetAlertTxt::-webkit-scrollbar,
.sweetAlertBox::-webkit-scrollbar,
.sweetAlertTop::-webkit-scrollbar,
.sweetAlertBottom::-webkit-scrollbar {
  width: 3px;
}

.sweetAlertTxt::-webkit-scrollbar,
.sweetAlertBox::-webkit-scrollbar,
.sweetAlertTop::-webkit-scrollbar,
.sweetAlertBottom::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 8px;
}



/* default checkbox style */
.checkbox-wrapper-46 input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.checkbox-wrapper-46 .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  text-align: left;
}

.checkbox-wrapper-46 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child {
  position: relative;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098a9;
  transition: all 0.1s ease;
}

.checkbox-wrapper-46 .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}

.checkbox-wrapper-46 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--custom-before-style);
  /* background: #303030; */
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.checkbox-wrapper-46 .cbx:hover span:first-child {
  border-color: var(--custom-before-style);
  /* border-color: #303030; */
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child {
  background: var(--custom-before-style);
  /* background: #303030; */
  border-color: var(--custom-before-style);
  /* border-color: #303030; */
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child svg {
  stroke-dashoffset: 0;
}

/* customBox2 */
.checkBox {
  display: block;
  cursor: pointer;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  border: none;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 0px 1px var(--custom-before-style);
}

.checkBox div {
  width: 60px;
  height: 60px;
  background-color: var(--custom-before-style);
  top: -52px;
  left: -52px;
  position: absolute;
  transform: rotateZ(45deg);
  z-index: 100;
}

.checkBox input[type="checkbox"]:checked+div {
  left: -10px;
  top: -10px;
}

.checkBox input[type="checkbox"] {
  position: absolute;
  left: 50px;
  visibility: hidden;
}

.transition {
  transition: 300ms ease;
}

/* customBox3 */
.checkBoxContainer {
  cursor: pointer;
  display: flex;
}

.checkBoxContainer input {
  display: none;
}

.checkBoxContainer svg {
  overflow: visible;
}

.customCheckBoxPath {
  fill: none;
  stroke: var(--custom-before-style);
  /* stroke: #808080; */
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease,
    stroke-width 0.5s ease;
  stroke-dasharray: 237 9999999;
  stroke-dashoffset: 0;
  animation: unset !important;
}

.checkBoxContainer input:checked~svg .customCheckBoxPath {
  stroke-dasharray: 64.509666 9999999;
  stroke-dashoffset: -262.2723388671875;
}

/* customBox4 */
.custom-checkbox-container {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.custom-checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-checkbox-label {
  position: relative;
  padding-left: 20px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

/* Checkbox box */
.custom-checkbox-label:before {
  content: "";
  position: absolute;
  left: 0;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  border-radius: 6px;
  background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
  border: 2px solid #ccc;
  transition: all 0.3s ease;
  z-index: 1;
}

/* Checkmark */
.custom-checkbox-label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: -9px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 3;
}

/* Checked state */
.custom-checkbox-input:checked+.custom-checkbox-label:before {
  background: var(--custom-before-style);
  border-color: var(--custom-before-style);
  overflow: hidden;
}

/* Shine effect */
.custom-checkbox-label span.custom-checkbox-shine {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
  pointer-events: none;
}

.custom-checkbox-input:checked+.custom-checkbox-label span.custom-checkbox-shine:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 20px;
  height: 100px;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: rotate(45deg);
  animation: shine 0.6s ease-in-out infinite;
}

/* Checkmark animation */
.custom-checkbox-input:checked+.custom-checkbox-label:after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
}

/* Hover effect */
.custom-checkbox-container:hover .custom-checkbox-label:before {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

/* Text styling */
.custom-checkbox-text {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 16px;
  transition: color 0.2s ease;
  position: relative;
  z-index: 4;
}

.custom-checkbox-container:hover .custom-checkbox-text {
  color: var(--custom-before-style);
}

/* Focus state with transition */
.custom-checkbox-input:focus+.custom-checkbox-label:before {
  outline: 2px solid var(--custom-before-style);
  outline-offset: 2px;
  transition: outline 0.1s ease-in-out;
}

.custom-checkbox-label:before {
  outline: 0 solid transparent;
}

/* Shine animation keyframes */
@keyframes shine {
  0% {
    left: -100%;
  }

  40% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

/* customBox5 */
.switch {
  margin-right: 5px;
  --circle-dim: 1em;
  font-size: 15px;
  position: relative;
  display: inline-block;
  width: 1.8em;
  height: 0.8em;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.tk_switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #808080;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 30px;
}

.slider-card {
  position: absolute;
  content: "";
  height: var(--circle-dim);
  width: var(--circle-dim);
  border-radius: 20px;
  left: -0.3em;
  bottom: -0.09em;
  transition: 0.4s;
  pointer-events: none;
}

.slider-card-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  perspective: 1000px;
  border-radius: 50%;
  transition: 0.4s transform;
}

.slider-card-front {
  background-color: #9098a9;
}

.slider-card-back {
  background-color: var(--custom-before-style);
  transform: rotateY(180deg);
}

input:checked~.slider-card .slider-card-back {
  transform: rotateY(0);
}

input:checked~.slider-card .slider-card-front {
  transform: rotateY(-180deg);
}

input:checked~.slider-card {
  transform: translateX(1.5em);
}

input:checked~.slider {
  background-color: inherit;
}

/* customBox 6 */
.container6 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container6 {
  position: relative;
  cursor: pointer;
  font-size: 17px;
  width: 1em;
  max-width: 1em;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  max-height: 1em;
  user-select: none;
  border: 2px solid var(--custom-before-style);
  display: block;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.checkmark:after {
  content: '';
  position: absolute;
  top: 25%;
  left: 25%;
  background-color: var(--custom-before-style);
  width: 50%;
  height: 50%;
  transform: scale(0);
  transition: .1s ease;
}

.container input:checked~.checkmark:after {
  transform: scale(1);
}

.jscheckbox div:empty {
  display: unset;
}

.tk_terms_and_conditions {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: var(--tncfield-align-style);
}