html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  font-size: 0.95rem;
  line-height: 1.5;
  background-color: #fff;
}

h1, .fs-1 {
  font-size: 2.8em !important;
}

h2, .fs-2 {
  font-size: 2.4em !important;
}

h3, .fs-3 {
  font-size: 2.1em !important;
}

h4, .fs-4 {
  font-size: 1.9em !important;
}

h5, .fs-5 {
  font-size: 1.6em !important;
}

h6, .fs-6 {
  font-size: 1.3em !important;
}

.fs-normal {
  font-size: 1em !important;
}

.fs-normal-rem {
  font-size: 1rem !important;
}

.fss-1 {
  font-size: 0.85em !important;
}

.fss-2 {
  font-size: 0.75em !important;
}

.fss-3 {
  font-size: 0.65em !important;
}

.fs-0 {
  font-size: 0 !important;
}

@media (min-width: 768px) {
  body, .fs-normal {
    font-size: 1.2em;
  }

  h1, .fs-1 {
    font-size: 2.8em !important;
  }

  h2, .fs-2 {
    font-size: 2.4em !important;
  }

  h3, .fs-3 {
    font-size: 2.1em !important;
  }

  h4, .fs-4 {
    font-size: 1.9em !important;
  }

  h5, .fs-5 {
    font-size: 1.6em !important;
  }

  h6, .fs-6 {
    font-size: 1.3em !important;
  }

  .fss-1 {
    font-size: 0.9em !important;
  }

  .fss-2 {
    font-size: 0.8em !important;
  }

  .fss-3 {
    font-size: 0.7em !important;
  }
}
.btn, a, button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn i, a i, button i {
  font-size: 0.8em;
}

.btn-link {
  color: #333333;
  text-decoration: none;
}
.btn-link i {
  color: #333333;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: none;
  color: #3588DE;
}
.btn-link.disabled, .btn-link:disabled {
  opacity: 0.3;
}
.btn-secondary {
  background-color: rgba(206, 212, 218, 0.3);
  color: #3588DE;
  border-color: rgba(206, 212, 218, 0.3);
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #fff;
  color: #333333;
  border-color: #3588DE;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  opacity: 0.3;
}
.btn-outline-secondary {
  background-color: #fff;
  color: #333333;
  border-color: #ced4da;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  background-color: #ced4da;
  color: #333333;
  border-color: #ced4da;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  opacity: 0.3;
}
.btn-style1 {
  background-color: #fff;
  color: #333333;
  border-color: #fff;
  border-radius: 50rem;
}
.btn-style1 i {
  color: #333333;
}
.btn-style1:hover, .btn-style1:focus {
  background-color: #E8E8E8;
  border-color: #3588DE;
  color: #fff;
}
.btn-style1:hover i, .btn-style1:focus i {
  color: #333333 !important;
}
.btn-style1.disabled, .btn-style1:disabled {
  background-color: #E8E8E8;
  border-color: #3588DE;
  color: #fff;
  opacity: 0.1;
}

.btn-link.forget {
  font-size: 1em;
}

.btn-check:focus + .btn, .btn:focus {
  box-shadow: none !important;
}

.rounded-4 {
  border-radius: 0.5rem;
}

.rounded-5 {
  border-radius: 0.8rem;
}

.rounded-6 {
  border-radius: 1rem;
}

.rounded-7 {
  border-radius: 1.2rem;
}

.rounded-8 {
  border-radius: 1.5rem;
}

.border-color-s1 {
  border-color: #E8E8E8;
}

.form-check-input {
  margin-top: 0.1em;
  width: 1.2em;
  height: 1.2em;
}

.form-check .form-check-input {
  border-radius: 50rem;
  background-color: transparent;
  border: 1px solid #dbdbdb;
}

.form-check-input:checked[type=checkbox] {
  background-color: #31d568;
}

.form-check-label {
  margin-left: 5px;
}

.btn-sentotp {
  right: 0.75rem;
}

.input_sendotp {
  padding-right: 130px !important;
}

.input_idcodes {
  padding-left: 75px !important;
}

.id-codes {
  left: 1rem;
}

.swal2-popup {
  border-radius: 1.5em !important;
}

.swal2-html-container {
  margin: 0.3em 0 0 0 !important;
  font-size: 1em !important;
}

.swal2-actions {
  width: 100% !important;
}
.swal2-actions button {
  width: 100% !important;
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
  font-size: 1.3em !important;
  border-radius: 3em !important;
  padding: 0.65em 1.5em !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #31d568 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(49, 213, 104, 0.3) !important;
}

.swal2-icon.swal2-warning {
  border-color: #fdb256 !important;
  color: #fdb256 !important;
}

.swal2-title {
  padding-top: 0;
  font-weight: normal;
}

.changelang {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  border: 1px solid #E8E8E8;
}

.icon-changelang {
  max-height: 20px;
  border: 1px solid #E8E8E8;
}

.icon-changelang-selected {
  border: 1px solid #333333;
}

.changelang.dropdown-toggle::after {
  display: none;
}

.modal {
  color: #333333;
}

.modal-content {
  border-radius: 1.5rem;
}

.modal-footer {
  padding-top: 0.5em;
  padding-top: 0.5em;
}

.modal-title-s1 {
  line-height: 1.3;
}

.modal-header {
  padding: 1.2em 1.7em;
}

.modal-body {
  padding: 2em 1.7em;
}

.regisdata_checkicon img {
  max-width: 70px;
}

@media (min-width: 1200px) {
  .form-control {
    font-size: 1em;
  }

  .regisdata_checkicon img {
    max-width: 100px;
  }
}
body {
  background: url(images/bg-top.jpg) no-repeat center top #fff;
  min-height: 100vh;
}

.container-s1 {
  width: 100%;
}

.boxlogin {
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.single-chart {
  width: 70px;
}

.circular-chart {
  display: block;
  margin: 5px auto;
}

.circle-bg {
  fill: none;
  stroke: rgba(207, 207, 207, 0.2);
  stroke-width: 1;
}

.circle {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.circletwo {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  animation: progresstwo 1s ease-out forwards;
}

@keyframes progresstwo {
  0% {
    stroke-dasharray: 50 100;
  }
}
.circular-chart.green .circle {
  stroke: #68e51e;
}

.icon-stepregsiter {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}
.icon-stepregsiter-s1 {
  transform: translate(-40%, -50%);
}

.iconarrowbtn-right {
  position: absolute;
  right: 20px;
  top: 45%;
  transform: translate(0, -50%);
}
.iconarrowbtn-right svg g circle {
  fill: #fff !important;
}

@media (min-width: 768px) {
  .container-s1 {
    width: 480px;
  }
}


.select2-container .select2-selection--single {
  height: 52px;
  padding-top: 11px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
  border-radius: 4px;
}
.btn-inputright {
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn-inputright .btn-primary-s1 {
  padding: 0.2em 1.5em;
  font-size: 1.2em;
}
.btn-inputright .btn-primary-s1:hover, .btn-inputright .btn-primary-s1:focus {
  box-shadow: 2px 4px 0 #DE5E81;
  top: 50%;
}

.btn-inputright-sc {
  top: 6px;
  transform: translate(0, 0);
}