.intl-tel-input {
  width: inherit;
  margin: 0;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: inherit;

}

.intl-tel-input input {
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}

.cbutton {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  border: 0 !important;
  border-bottom: 1px solid #ced4da42 !important;
}

#tidio-chat iframe {
  bottom: 4em !important;
}

@media only screen and (min-width: 768px) {
  #tidio-chat iframe {
    bottom: 0px !important;
  }
}

._loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #000;
  width: 40px;
  height: 40px;
  top: 20%;
  margin: 0 auto;
  position: relative;
  z-index: 2001;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(360deg);
  }
}

.prls {
  position: fixed;
  /* Stay in place */
  z-index: 2000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.2);
  /* Black w/ opacity */
}

.tuh {
  text-decoration: none;
}

.tuh:hover {
  text-decoration: none;
}

.wbrk {
  -ms-word-break: break-all;
  word-break: break-all;

  /* Non standard for WebKit */
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.tfs {
  font-size: 0.9rem !important;
}

.tfss {
  font-size: 0.8rem !important;
}

.smplaceholder::-moz-placeholder {
  font-size: 12px;
  color: var(--bs-secondary-color);
  opacity: 1
}

.smplaceholder::placeholder {
  font-size: 12px;
  color: var(--bs-secondary-color);
  opacity: 1
}

.pch {
  display: none;
}

.pchh {
  display: block;
}

@media only screen and (min-device-width: 0px) and (max-device-width: 767px) {
  .pchh {
    display: none;
  }

  .pch {
    display: block;
  }
}

.blacker {
  background: transparent;
  position: relative;
  z-index: 0 !important;
}

.mcw-n-single a {
  color: var(--bs-warning-text-emphasis) !important;
}

.pull-right {
  display: none !important;
}

.mcw-n-imgd {
  visibility: hidden;
  display: none;
}

.darkandgray {
  color: var(--bs-secondary-color) !important;
}

.darkandwhite {
  color: var(--bs-body-color) !important;
}

.darkandyellow {
  color: var(--bs-warning-text-emphasis) !important;
}

.bgdarkandgray {
  background: var(--bs-tj-color) !important;
  background-color: var(--bs-tj-color) !important;
}

.bgdarkandwhite {
  background: var(--bs-tjj-color) !important;
  background-color: var(--bs-tjj-color) !important;
}

.bgdarkandyellow {
  background: var(--bs-warning-text-emphasis) !important;
  background-color: var(--bs-warning-text-emphasis) !important;
}

.tj-success2 {
  color: var(--bs-tj-success) !important;
}

.tj-danger {
  color: var(--bs-tj-danger) !important;
}

.col-25 {
  flex: 0 0 auto !important;
  width: 19% !important;
}

.grcol {
  box-sizing: border-box;
  display: inline-block;
  min-height: 1px;
  vertical-align: top;
}

.grof-3 {
  width: 23.33333%;
}

.grcol button {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border: 0;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  border-radius: 100%;
  opacity: 1;
  outline: 0;
}

.mcw-n-media {
  visibility: hidden;
  display: none;
}

.tj-success {
  color: var(--bs-tj-show) !important;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
}

.cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  text-align: center;
}


/*------
# Pincode
----*/

#pincode {
  position: relative;
  overflow: hidden;
  /* height: 667px;*/
  /* width: 375px;*/
  /* background-color: #272a2f;
  background-size: cover;*/
  background-position: center;
  color: #fff;
  border-radius: 10px;
  text-align: center;

}

#numbers {
  max-width: 300px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  display: block;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 1;
}

#numbers.hide {
  opacity: 0.3;
}

#pincode button {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.35);
  border: 0;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  border-radius: 100%;
  opacity: 1;
  outline: 0;
  border: 2px solid #272a2f;
}

#pincode button:active {
  background-color: rgba(0, 0, 0, 0.6);
  outline: 0;
}

#fields {
  max-width: 200px;
  padding: 0 20px;
  margin: 20px auto;
  position: relative;
  display: block;
}

#fields .numberfield {
  text-align: center;
}

#fields .numberfield span {
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}

#fields .numberfield.active span {
  background-color: #fff;
}

#fields .numberfield.right span {
  background-color: #272a2f;
  border-color: #272a2f;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}


/*------
# Toast Grid
----*/

.grid {
  list-style: none;
  margin-left: -20px;
}

.grid__col--1-of-3,
.grid__col--2-of-6,
.grid__col--4-of-12 {
  width: 33.33333%;
}

.grid__col--1-of-4,
.grid__col--2-of-8,
.grid__col--3-of-12 {
  width: 25%;
}

.grid__col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top;
}

.grid__col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.grid__col--d-first {
  float: left;
}

.grid__col--d-last {
  float: right;
}

.grid--no-gutter {
  margin-left: 0;
  width: 100%;
}

.grid--no-gutter .grid__col {
  padding-left: 0;
}

.grid--no-gutter .grid__col--span-all {
  margin-left: 0;
  width: 100%;
}

.grid__col--ab {
  vertical-align: bottom;
}

.grid__col--am {
  vertical-align: middle;
}

.miss {
  -webkit-animation: miss .8s ease-out 1;
  animation: miss .8s ease-out 1;
}

@-webkit-keyframes miss {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  10% {
    -webkit-transform: translate(-25px, 0);
    transform: translate(-25px, 0);
  }

  20% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }

  30% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }

  40% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }

  50% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }

  60% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }

  70% {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }

  80% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes miss {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  10% {
    -webkit-transform: translate(-25px, 0);
    transform: translate(-25px, 0);
  }

  20% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }

  30% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }

  40% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }

  50% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }

  60% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }

  70% {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }

  80% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

#hastylink {
  position: fixed;
  bottom: 5px;
  left: 0;
  right: 0;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.bottomSheet {
  padding: 16px;
  /* Rectangle 6: */
  margin: 0 auto;
  right: 0;
  left: 0;
  box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px 8px 0px 0px;
  transition: all 0.4s ease;
  width: 99%;
  z-index: 2;

}

.bottomSheet__button {
  color: #222222;
  line-height: 20px;
  display: inline-block;
  border-radius: 8px;
  margin: 0px 0px 8px 0px;
  padding: 10px 16px;
  width: 100%;
}

.bottomSheet__link {
  line-height: 20px;
  margin-top: 16px;
}

.bottomSheet__link--last {
  margin-bottom: 16px;
}

.bottomSheet__checkbox {
  margin-right: 8px;
}

.bottomSheet--onScreen {
  position: fixed;
  bottom: 0px;
}

.bottomSheet--offScreen {
  position: fixed;
  bottom: -200%;
}

.hidden {
  opacity: 0 !important;
}

.visible {
  opacity: 1 !important;
  margin-top: 14px;
  margin-bottom: 24px;
}

.showToast {
  position: fixed;
  bottom: -205px;
}

.largemargins {
  margin-top: 16px;
  margin-bottom: 24px;
}


@media (min-width:768px) {
  .bottomSheet {
    width: 50% !important;
  }
}

/* components */
.progress-bari {
  width: calc(100% - 0em);
  height: var(--__progress-bar_ht, 5px);
  overflow: hidden;
  position: relative;
  display: grid;
  background-color: #dbdbdb;
  place-items: center;

}

.progress-bari::before {
  z-index: 400;
  position: absolute;
  content: attr(data-status);
}

.progress-bari::after {
  width: var(--__progress-bar__status_wh, 0%);
  position: absolute;
  content: "";
  height: 100%;
  justify-self: start;
  background-color: var(--__progress-bar-update_bd-cr, hsl(100, 50%, 50%));
}

.disabled {
  opacity: 0.4;
}

input[type=number].no-button::-webkit-inner-spin-button,
input[type=number].no-button::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.btn-toggle {
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: var(--bs-tj-color);
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:hover {background: var(--bs-tj-color);}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
/*
.btn-toggle:before {
  content: 'Off';
  left: -4rem;
}
.btn-toggle:after {
  content: 'On';
  right: -4rem;
  opacity: 0.5;
}*/
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  background-color: #1d35ee !important;
}
.btn-toggle.btn-lg {
  
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
/*
.btn-toggle.btn-lg:before {
  content: 'Off';
  left: -5rem;
}
.btn-toggle.btn-lg:after {
  content: 'On';
  right: -5rem;
  opacity: 0.5;
}*/
.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-lg.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}
.btn-toggle.btn-sm {
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}/*
.btn-toggle.btn-sm:before {
  content: 'Off';
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: 'On';
  right: -0.5rem;
  opacity: 0.5;
}*/
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.btn-toggle.btn-xs {
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-xs:before {
  content: 'Off';
  left: 0;
}
.btn-toggle.btn-xs:after {
  content: 'On';
  right: 0;
  opacity: 0.5;
}
.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}
.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}
#id-upload {
  display: block;
  position: relative;
  justify-content: center;
 background-color: rgba(0, 0, 0, 0.7);
}


/* === Upload Box === */
.upload-content {
  padding:5px;
  height: auto;
  position: absolute;
  width:100%;
  text-align: center;
  bottom:0px;
  border-radius: 10px;
  font-size: 20px;
  color: #0c3214;
  
}
.sfa-file-pdf {
  padding: 15px;
  font-size: 40px;
  color:#a0aee4;
}






.drop-zone {
  width: 300px;
  max-width: 300px;
  height: 200px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  cursor: pointer;
  color: #a0aee4;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}


.shadow-blur { color:transparent; text-shadow:0 0 7px #555, 0 0 10px #000; }
.filter-blur .azinput { border:0; padding:0; margin:0; -webkit-filter:blur(3px); -moz-filter:blur(3px); filter:blur(3px);}
