@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,400;0,500;0,700;1,400&display=swap');

/* -----------------------------------------
  Preloader CSS
----------------------------------------- */
#loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f9f8fe;
    z-index: 999999;
  }
  
  #loading .loader {
    position: relative;
    height: 15px;
    width: calc(15% - 20px);
    -webkit-transition: all 1s;
    transition: all 1s;
    background: transparent;
    border-radius: 50px;
    border: 3px solid #5070fd;
    overflow: hidden;
  }
  
  #loading .loader:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    border-radius: 50px;
    background: #110dec;
    -webkit-animation: loaderBar 1s infinite linear;
            animation: loaderBar 1s infinite linear;
  }
  
  @-webkit-keyframes loaderBar {
    from {
      right: 100%;
    }
    to {
      right: 0;
    }
  }
  
  @keyframes loaderBar {
    from {
      right: 100%;
    }
    to {
      right: 0;
    }
  }

/* -------------------custom css---------------------------*/

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
  }


/* .select2-dropdown.select2-dropdown--below{
    width: 100% !important;
} */
.select2-container {
    width: 100%!important;
}

.row {
    height: auto;
}

.map-button {
    background-color: #0096ff;
    color: white;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    border-radius: 25px;
}  

.select2-container--default .select2-selection--single{
    display: block;
    width: 100%;
    border: solid 1px #0096ff;
    font-family: 'Prompt', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-size: 1.2em;  
    position: relative;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    padding: 4px 12px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    margin-left: -12px;
    margin-top: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 3mm;
}


.custom-map-control-button {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Prompt, sans-serif;
  overflow: hidden;
  height: 40px;
  cursor: pointer;
}
.custom-map-control-button:hover {
  background: #ebebeb;
}

/* Style swal */
.swal2-select {
    border: solid 1px!important;
    border-radius: 25px!important;
}

.swal2-content {
  padding: 0px!important;
}

.swal-wide{
    width:850px !important;
}

/* Style PCR */
.steps .step {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center
}

.steps .step .step-icon-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    height: 3px;
    margin-top: -1px;
    background-color: #e1e7ec;
    content: '';
    z-index: 1
}

.steps .step .step-icon-wrap::before {
    left: 0
}

.steps .step .step-icon-wrap::after {
    right: 0
}

.steps .step .step-icon {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #374250;
    font-size: 38px;
    line-height: 81px;
    z-index: 5
}

.steps .step .step-title {
    margin-top: 16px;
    margin-bottom: 0;
    color: #606975;
    font-size: 14px;
    font-weight: 500
}

.steps .step:first-child .step-icon-wrap::before {
    display: none
}

.steps .step:last-child .step-icon-wrap::after {
    display: none
}

.steps .step.undetected .step-icon-wrap::before,
.steps .step.undetected .step-icon-wrap::after {
    background-color: #009e5d
}

.steps .step.undetected .step-icon {
    border-color: #009e5d;
    background-color: #009e5d;
    color: #fff
}

.steps .step.detected .step-icon-wrap::before,
.steps .step.detected .step-icon-wrap::after {
    background-color: #ff3c00
}

.steps .step.detected .step-icon {
    border-color: #ff3c00;
    background-color: #ff3c00;
    color: #fff
}

.steps .step.pending .step-icon-wrap::before,
.steps .step.pending .step-icon-wrap::after {
    background-color: #ff8d00
}

.steps .step.pending .step-icon {
    border-color: #ff8d00;
    background-color: #ff8d00;
    color: #fff
}

@media (max-width: 576px) {
    .flex-sm-nowrap .step .step-icon-wrap::before,
    .flex-sm-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 768px) {
    .flex-md-nowrap .step .step-icon-wrap::before,
    .flex-md-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 991px) {
    .flex-lg-nowrap .step .step-icon-wrap::before,
    .flex-lg-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 1200px) {
    .flex-xl-nowrap .step .step-icon-wrap::before,
    .flex-xl-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

.bg-faded, .bg-secondary {
    background-color: #f5f5f5 !important;
}


/* Style Health Pass */

.healthpass {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 900px;
  background-color: white;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.hptitle {
  color: grey;
  font-size: 18px;
}

.hpstatus {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #1b7ec2;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

/* Style buttons */
.downloadbtn {
  background-color: #1b7ec2;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

/* Darker background on mouse-over */
.downloadbtnbtn:hover {
  background-color: #f99a3d;
}

.image-upload-wrapper, .file-upload-wrapper {
	 position: relative;
	 width: 100%;
	 height: 60px;
}
.image-upload-wrapper:after, .file-upload-wrapper:after {
	 content: '';
	 font-size: 18px;
	 position: absolute;
	 top: 0;
	 left: 0;
	 background: #fff;
	 padding: 10px 15px;
	 display: block;
	 width: 100%;
	 pointer-events: none;
	 z-index: 20;
	 height: 40px;
	 line-height: 40px;
	 color: #999;
	 border-radius: 5px 10px 10px 5px;
	 font-weight: 300;
}

.image-upload-wrapper:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 60px;
  background: #0096ff;
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 60px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}

.image-upload-wrapper:hover:before, .file-upload-wrapper:hover:before {
	 background: #004edf;
}
.image-upload-wrapper input, .file-upload-wrapper input {
	 opacity: 0;
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 z-index: 99;
	 height: 40px;
	 margin: 0;
	 padding: 0;
	 display: block;
	 cursor: pointer;
	 width: 100%;
}

#qrpreview {
  width: 90%;
  padding: 0;
  position: relative;
  object-fit: cover;
}

@media only screen and (max-width: 390px) {
    .videobox {
      position: absolute;
      height: 50%;
      width: 80%;
      font-size: 2em;
      padding: 1.25em;
      background-repeat: no-repeat;
      background-position: 0% 0%, 100% 0%, 100% 100%, 0% 100%;
      background-position: 0% 0%, 100% 0%, 100% 100%, 0% 100%;
      border-radius: 15px;
      background-size: 2.6666666667em 2.6666666667em, 2.6666666667em 2.6666666667em,
        2.6666666667em 2.6666666667em, 2.6666666667em 2.6666666667em;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 80 80%22%3E%3Cpolygon points=%2280 0 20 0 0 0 0 20 0 80 20 80 20 20 80 20 80 0%22 fill=%22%23fff%22 %2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 80 80%22%3E%3Cpolygon points=%2280 0 20 0 0 0 0 20 0 80 20 80 20 20 80 20 80 0%22 fill=%22%23fff%22 transform=%22translate(80, 0) rotate(90)%22 %2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 80 80%22%3E%3Cpolygon points=%2280 0 20 0 0 0 0 20 0 80 20 80 20 20 80 20 80 0%22 fill=%22%23fff%22 transform=%22translate(80, 80) rotate(180)%22 %2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 80 80%22%3E%3Cpolygon points=%2280 0 20 0 0 0 0 20 0 80 20 80 20 20 80 20 80 0%22 fill=%22%23fff%22 transform=%22translate(0, 80) rotate(270)%22 %2F%3E%3C%2Fsvg%3E");
    }
}

@media only screen and (min-width: 400px) {
    .videobox {
      position: absolute;
      height: 400px;
      width: 400px;
      font-size: 2em;
      padding: 1.25em;
      background-repeat: no-repeat;
      background-position: 0% 0%, 100% 0%, 100% 100%, 0% 100%;
      background-position: 0% 0%, 100% 0%, 100% 100%, 0% 100%;
      border-radius: 15px;
      background-size: 2.6666666667em 2.6666666667em, 2.6666666667em 2.6666666667em,
        2.6666666667em 2.6666666667em, 2.6666666667em 2.6666666667em;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 80 80%22%3E%3Cpolygon points=%2280 0 20 0 0 0 0 20 0 80 20 80 20 20 80 20 80 0%22 fill=%22%23fff%22 %2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 80 80%22%3E%3Cpolygon points=%2280 0 20 0 0 0 0 20 0 80 20 80 20 20 80 20 80 0%22 fill=%22%23fff%22 transform=%22translate(80, 0) rotate(90)%22 %2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 80 80%22%3E%3Cpolygon points=%2280 0 20 0 0 0 0 20 0 80 20 80 20 20 80 20 80 0%22 fill=%22%23fff%22 transform=%22translate(80, 80) rotate(180)%22 %2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 80 80%22%3E%3Cpolygon points=%2280 0 20 0 0 0 0 20 0 80 20 80 20 20 80 20 80 0%22 fill=%22%23fff%22 transform=%22translate(0, 80) rotate(270)%22 %2F%3E%3C%2Fsvg%3E");
    }
}

.preview-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
  width: 100%;
  overflow: hidden;
}

/*[ FONT ]*/

@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




/*[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: 'Prompt', sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: 'Prompt', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #0096ff;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: 'Prompt', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input, select {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus, select:focus {
  border-color: red !important;
}

select::-webkit-input-placeholder { color: #999999; }
select:-moz-placeholder { color: #999999; }
select::-moz-placeholder { color: #999999; }
select:-ms-input-placeholder { color: #999999; }

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

/*---------------------------------------------*/
.terms {
    font-weight: bold;
    text-decoration: underline;
}

button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/* remove the original arrow */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  /* no standardized syntax available, no ie-friendly solution available */
}

select + i.fa {
  float: right;
  margin-top: -30px;
  margin-right: 5px;
  /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
  pointer-events: none;
  /* everything after this is just to cover up the original arrow */
  /* (for browsers that don't support the syntax used above) */
  padding-right: 5px;
}


/*[ Vaccine ]*/

.col-centered{
float: none;
margin: 0 auto;
}

.line {
  width: 100%;
  min-height: 100%;
  padding: 15px;

  background: #009bff;
  background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
  background: -o-linear-gradient(left, #0072ff, #00c6ff);
  background: -moz-linear-gradient(left, #0072ff, #00c6ff);
  background: linear-gradient(left, #0072ff, #00c6ff);

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.container-line {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  max-width: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
}

/*-----------------------------*/
.line-pic {
  width: 296px;
}

.line-pic img {
  max-width: 100%;
}


/*-----------------------------*/
.line-form {
  width: 100%;
}

.line-form-title {
  display: block;
  font-family: 'Prompt', sans-serif;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 44px;
}

input.input1 {
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
}
input.input1 + .shadow-input1 {
  border-radius: 25px;
}

select.input1 {
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
}
select.input1 + .shadow-input1 {
  border-radius: 25px;
}

textarea.input1 {
  min-height: 150px;
  border-radius: 25px;
  padding: 12px 30px;
}
textarea.input1 + .shadow-input1 {
  border-radius: 25px;
}

/*-----------------------------*/
.wrap-input1 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 20px;
}

.input1 {
  display: block;
  width: 100%;
  border: solid 1px #0096ff;
  font-family: 'Prompt', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.shadow-input1 {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87,184,70, 0.5);
}

.input1:focus + .shadow-input1 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

/*-----------------------------*/

.line-logo {
    border-radius: 25px;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.samuiplus-logo {
    border-radius: 25px;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}

.container-line-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: block;
  flex-wrap: wrap;
  justify-content: center;
}

.line-check-btn {
  min-width: 193px;
  height: 50px;
  width: 50%;
  border-radius: 25px;
  background: #0096ff;
  font-family: 'Prompt', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.line-form-btn {
  min-width: 193px;
  height: 50px;
  width: 100%;
  border-radius: 25px;
  background: #1b7ec2;
  font-family: 'Prompt', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.line-form-btn i {
  margin-left: 7px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.line-form-btn:hover {
  background: #f99a3d;
}

.line-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

.btn-group {  
    white-space: nowrap;              
}
.btn-group .btn {  
    float: none;
    display: inline-block;
}
 .btn + .dropdown-toggle { 
    margin-left: -4px;
}

.table-responsive {
  overflow-y: visible !important;
  min-height: 50mm;
}


/*[ Responsive ]*/

@media (max-width: 1200px) {
  .line-form {
    width: 100%;
  }
}

@media (max-width: 992px) {
  /* .container-line {
    padding: 90px 80px 88px 90px;
  } */

  .line-form {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* .container-line {
    padding: 50px 80px 88px 80px;
  } */

  .samuiplus-logo {
    border-radius: 25px;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    }  

  .line-form {
    width: 100%;
  }
}

/* @media (max-width: 576px) {
  .container-line {
    padding: 10px 15px 88px 15px;
  }
} */


/*[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Montserrat-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/* timeline css */

.uk-timeline .uk-timeline-item .uk-card {
	max-height: 300px;
}

.uk-timeline .uk-timeline-item {
    display: flex;
    position: relative;
}

.uk-timeline .uk-timeline-item::before {
    background: #dadee4;
    content: "";
    height: 100%;
    left: 19px;
    position: absolute;
    top: 20px;
    width: 2px;
		z-index: -1;
}

.uk-timeline .uk-timeline-item .uk-timeline-icon .uk-badge {
		margin-top: 20px;
    width: 40px;
    height: 40px;
}

.uk-timeline .uk-timeline-item .uk-timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 1rem;
}