/* Import Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.swal2-toast {
    max-width: 500px !important;
    border-radius: .25rem;
    background-color: rgba(255,255,255,.85);
}

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: swal2-toast-show .5s;
    animation: swal2-toast-show .5s;
    display: block !important;
}

.swal2-popup.swal2-toast .swal2-actions {
    flex-basis: 0 !important;
    margin: 0;
    padding: 0;
    margin-top: 15px !important;
}

.swal2-popup.swal2-toast .swal2-title {
    margin: 0;
    color: #6c757d;
    text-align: justify;
    margin-left: 14px !important;
    margin-top: 15px !important;
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0;
    margin-right: 15px !important;
}



/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
.Form-header .Qr_scan {
  display: inline-block;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: 0.2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #454cad;
  border-color: #454cad;
  cursor: pointer;
}
.Form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body {
  /* min-height: 100vh; */
  /* display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px; */
  background: rgb(255, 255, 255);
}
/* .reg-form {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
} */

.reg-form {
  position: relative;
  /* max-width: 70%; */
  width: 100%;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%),
    0 2px 6px 0 rgb(206 206 238 / 54%);
}
.reg-form header {
  font-size: 1.5rem;
  color: #333;
  font-weight: 500;
  text-align: center;
}
/* .reg-form .form {
  margin-top: 30px;
} */
.form .input-box {
  width: 100%;
  margin-top: 20px;
}
.input-box label {
  color: #333;
  font-weight: bold;
}
.form :where(.input-box input, .select-box) {
  position: relative;
  height: 50px;
  width: 100%;
  outline: none;
  font-size: 1rem;
  color: #707070;
  /* margin-top: 8px; */
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px;
}
.input-box input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.form .column {
  display: flex;
  column-gap: 15px;
}
.form .gender-box {
  margin-top: 20px;
}
.gender-box h3 {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.form :where(.gender-option, .gender) {
  display: flex;
  align-items: center;
  column-gap: 50px;
  flex-wrap: wrap;
}
.form .gender {
  column-gap: 5px;
  align-items: center;
  display: block;
}
.gender input {
  accent-color: #fbc02d;
}
.form :where(.gender input, .gender label) {
  cursor: pointer;
}
.gender label {
  color: #707070;
}
.address :where(input, .select-box) {
  margin-top: 15px;
}
.select-box select {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  color: #707070;
  font-size: 1rem;
}
.custom-btn {
  height: 55px;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin-top: 15px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fbc02d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.form .custom-btn:hover {
  background: rgb(88, 56, 250);
}

.user-heading.round {
    background: #fbc02d;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

.profile_img a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile_img a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
}

label {
    display: inline-block;
    color: #333;
    font-weight: bold;
}

.bio-graph-info {
    color: #89817e;
}

    .bio-graph-info h1 {
        font-size: 22px;
        font-weight: 300;
        margin: 0 0 20px;
    }

    .bio-graph-info h1 {
        font-size: 22px;
        font-weight: 300;
        margin: 0 0 20px;
    }

.bio-row {
    /* width: 50%;
            float: left; */
    margin-bottom: 10px;
    /* padding: 0 15px; */
}

    .bio-row p span {
        width: 33%;
        display: inline-block;
    }



.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  /* max-width: 600px; */
}
.uploader label {
  float: left;
  clear: both;
  width: 100%;
  /* padding: 2rem 1.5rem; */
  padding: 0;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  border: 3px solid #eee;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.uploader label:hover {
  border-color: #454cad;
}
.uploader label.hover {
  border: 3px solid #454cad;
  box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
  transform: scale(0.8);
  opacity: 0.3;
}
.uploader #start {
  float: left;
  clear: both;
  width: 100%;
  height: 150px;
  align-items: center;
  justify-content: center;
  margin: auto;
  display: flex;
}
.uploader #start.hidden {
  display: none;
}
.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}
.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #response.hidden {
  display: none;
}
.uploader #response #messages {
  margin-bottom: 0.5rem;
}
/* .uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
} */
.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  /* max-width: 180px; */
  height: 100px;
  padding: 5px;
}
.uploader #file-image.hidden {
  display: none;
}
.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.uploader #notimage.hidden {
  display: none;
}
.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader input[type="file"] {
  display: none;
}
.uploader div {
  margin: 0 0 0.5rem 0;
  color: #5f6982;
}
.uploader .btn {
  display: inline-block;
  margin: 0.5rem 0.5rem 1rem 0.5rem;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: 0.2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #fbc02d;
  border-color: #fbc02d;
  cursor: pointer;
}

/* div#qr-reader__dashboard_section {
  padding: 0 !important;
}
div#qr-reader img {
  display: none;
}
div#qr-reader {
  border: unset !important;
}
div#qr-reader__scan_region {
  display: none;
}
button#html5-qrcode-button-camera-permission {
  display: inline-block;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: 0.2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #454cad;
  border-color: #454cad;
  cursor: pointer;
}
span#html5-qrcode-anchor-scan-type-change {
  display: none;
} */

.result {
  background-color: green;
  color: #fff;
  padding: 20px;
}
.row {
  display: flex;
}
/*********************** Bottom Menu Style *******************************/

/* .tile {
  width: 95%;
  margin: 10px;
} */

.tile {
  width: 95%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#tile-1 .tab-pane {
  padding: 10px 0;
  height: 80px;
}
#tile-1 .nav-tabs {
    position: relative;
    border: none !important;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    /* box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%),
    0 2px 6px 0 rgb(206 206 238 / 54%); */
    overflow: hidden;
}
#tile-1 .nav-tabs li {
  margin: 0px !important;
}
#tile-1 .nav-tabs li a {
  position: relative;
  margin-right: 0px !important;
  padding: 20px 10px !important;
  font-size: 16px;
  border: none !important;
  color: #333;
}
#tile-1 .nav-tabs a:hover {
  background-color: #fbc02d !important;
  border: none;
}
#tile-1 .slider {
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: rgb(88, 56, 250);
    position: absolute;
    z-index: 1200;
    bottom: 0;
    transition: all 0.4s linear;
    right: 0;
}
#tile-1 .nav-tabs .active {
  background-color: #fbc02d !important;
  border: none !important;
  color: #ffffff !important;
}
.Ticket_qr_code {
    width: 150px;
    margin: auto;
}
.log-out-mm a.log-out {
    color: #fff;
    font-size: 27px;
}
.log-out-mm {
    position: absolute;
    top: 10px;
    right: 10px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%),
    0 2px 6px 0 rgb(206 206 238 / 54%);
}

.me-2 {
  margin-right: 0.5rem !important;
}

.Qr_scan_brn {
  position: fixed;
  width: 100%;
  bottom: 0;
  margin-top: 50px;
  z-index: 9;
}

.record-table thead tr th {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  background-color: #6c7ae0;
  font-weight: 500;
}

.record-table tbody tr th,
.record-table tbody tr td {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}

body.swal2-toast-shown .swal2-container {
    z-index: 99999 !important;
}

.swal2-loader {
    display: none !important;
}
.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: swal2-toast-show .5s;
    animation: swal2-toast-show .5s;
    display: block !important;
    z-index:9999
}
.swal2-popup.swal2-toast.swal2-icon-error.swal2-show {
    display: flex !important;
    z-index:999
}



/*Responsive*/
@media screen and (max-width: 500px) {
    .reg-form {
        max-width: 100%;
    }

    .form .column {
        flex-wrap: wrap;
    }

    .form :where(.gender-option, .gender) {
        row-gap: 15px;
    }

    .bio-row p span {
        width: 45%;
        display: inline-block;
        font-weight: bold;
        font-size: 15px;
    }
    .bio-row p  {      
        font-weight: bold;
        font-size: 15px;
    }
}


                                                            /*form Modal Css color of CustomerDertail page*/
