@import url('https://cdn-uicons.flaticon.com/2.4.2/uicons-regular-rounded/css/uicons-regular-rounded.css');


.pageloader {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
}

.pageloader img {
  left: 44%;
  position: absolute;
  top: 38%;
  width: 160px;
}


.roboto-thin {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: italic;
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

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

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

/*---------------------------------------------*/
a {
  font-family: 'Roboto', 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: #fff;
}

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

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

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

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

textarea {
  outline: none;
  border: none;
}

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

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #D6D6D6;
}

input:-moz-placeholder {
  color: #D6D6D6;
}

input::-moz-placeholder {
  color: #D6D6D6;
}

input:-ms-input-placeholder {
  color: #D6D6D6;
}

textarea::-webkit-input-placeholder {
  color: #D6D6D6;
}

textarea:-moz-placeholder {
  color: #D6D6D6;
}

textarea::-moz-placeholder {
  color: #D6D6D6;
}

textarea:-ms-input-placeholder {
  color: #D6D6D6;
}

label {
  margin: 0;
  display: block;
}

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

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

.text-center {
  text-align: center;
}

.example {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fi-rr-eye:before {
  font-size: 20px;
  color: #d3d3d3;
  top: 0px !important;
  left: 0px;
}

i.fi.fi-rr-eye {
  float: right;
  text-align: right;
  top: 10px !important;
  margin-top: 0px;
  position: absolute;
  right: 0;
}

.fi-rr-eye-crossed:before {
  font-size: 20px;
  color: #d3d3d3;
  top: 0px !important;
  left: 0px;
}

i.fi-rr-eye-crossed {
  float: right;
  text-align: right;
  top: 10px !important;
  margin-top: 0px;
  position: absolute;
  right: 0;
}

.fi-rr-angle-down:before {
  font-size: 16px;
  color: #d3d3d3;
  top: 0px !important;
  left: 0px;
  vertical-align: middle;
}

i.fi-rr-angle-down {
  float: right;
  text-align: right;
  top: 16px !important;
  margin-top: 0px;
  position: absolute;
  right: 0;
  vertical-align: middle;
}

.select2-selection__choice {
  background-color: var(--bs-gray-200);
  border: none !important;
  font-size: 12px;
  font-size: 0.85rem !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em;
  margin-right: 0.25rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  /* background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) 50%/0.75rem auto no-repeat; */
  /* border: 0; */
}

.select2-results__option[aria-selected] {
  background: white;
  cursor: pointer;
  /* color: #fff; */
}

.select2-results__option[aria-selected]:hover {
  background: grey !important;
  cursor: pointer;
  color: #fff !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #a1a1a1;
  line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
  position: relative;
  z-index: 1;
}

.container-login100::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-color: rgb(238, 242, 246)*/
}

.wrap-login100 {
  width: 500px;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 30px 37px 30px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px,
    rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}

/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}
.icon_box_input{
  position: absolute;
  left: 6px;
  top: 10px;

}

.login100-form-logo {
  justify-content: center;
  align-items: center;
  width: 160px;
  margin: 12px 0 20px 0px;
}

.login100-form-avatar {
  width: 160px;
  overflow: hidden;
  margin: 0 auto;
}

.login-sub-tital {
  margin-bottom: 10px;
}

.login100-form-title {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  color: #7a20c9;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  margin-top: 16px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid rgb(168 168 168 / 24%);
  margin-bottom: 20px;
  margin-top: 34px;
}

.input100 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
/*  color: #2e2e2e;*/
  line-height: 1.2;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px 0 38px;
  border: none;
}

select{
    color: #D6D6D6;
}
option{
    color: #2e2e2e;
}
option:first-child{
    color: #a1a1a1;
}



.input100:focus-visible {
  border: none;
  outline: none;
}

.input-info-icon {
  color: #a1a1a1;
  font-size: 18px;
}

.select_box .input100 {
  width: calc(100% - 38px);
  margin-left: auto;
  padding-left: 0;
/*  -moz-appearance: none;
  -webkit-appearance: none;*/
/*  appearance: none;*/
}

.select_box .input100.has-val {
  padding-left: 5px;
  width: calc(100% - 5px);
}

/*---------------------------------------------*/
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

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

  background: #a1a1a1;
}

.focus-input100::after {
  font-family: uicons-regular-rounded;
  font-size: 22px;
  color: #a1a1a1;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 6px !important;
  left: 0px !important;
  padding-left: 5px;

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

/*.input100:focus {
  padding-left: 0px;
}*/

.input100:focus+.focus-input100::after {
  top: -22px;
  font-size: 18px;
}

.input100:focus+.focus-input100::before {
  width: 100%;
}

.has-val.input100+.focus-input100::after {
  top: -22px;
  font-size: 18px;
}

.has-val.input100+.focus-input100::before {
  width: 100%;
}

.has-val.input100 {
  padding-left: 5px;
}

/*==================================================================
[ Restyle Checkbox ]*/
.recaptcha-info {
  margin-bottom: 20px !important;
  margin-top: 20px;
}

.checkbox-info-col {
  display: block;
  text-align: right;
}

.contact100-form-checkbox {
  padding-left: 5px;
  padding-top: 8px;
  padding-bottom: 16px;
  float: left;
}

.error {
  color: red;
  display: block;
  margin-top: 10px;
}

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #a1a1a1;
  line-height: 1.2;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: '\f3c8';
  font-family: uicons-regular-rounded;
  font-size: 10px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #a1a1a1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.checkbox-info-text {
  color: #7a20c9;
  font-weight: 500;
}

.checkbox-info-text:hover {
  color: #7a20c9;
  font-weight: 500;
}

.Register-info-text {
  color: #7a20c9;
  font-weight: 700;
  /* padding: 8px 12px 8px 12px; */
  /* background: #7a20c9; */
  border-radius: 6px;
  padding-left: 4px;
}

.Register-info-text:hover {
  color: #fff;
  font-weight: 700;
  padding: 8px 12px 8px 12px;
  background: #7a20c9;
  border-radius: 6px;
}

.input-checkbox100:checked+.label-checkbox100::before {
  color: #555555;
}

.Forgot-pass-text {
  /* float: right; */
  color: #7a20c9;
  font-weight: 500;
}

.Forgot-pass-text:hover {
  /* float: right; */
  color: #7a20c9;
  font-weight: 600;
}

.Register-class-text {
  margin-top: 20px;
}

a.Forgot-pass-text {
  text-align: right;
  /* float: right; */
}

i.fi-rr-angle-down {
    float: right;
    text-align: right;
    top: 10px !important;
    margin-top: 0px;
    position: absolute;
    right: 0;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #7a20c9;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  width: 100%;
  border: 1px solid #7a20c9;
  border-radius: 6px;

  background: #7a20c9;

  position: relative;
  z-index: 1;

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

.login100-form-btn::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;

  border-radius: 5px;
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 1;

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

.login100-form-btn:hover {
  color: #fff;
}

.login100-form-btn:hover:before {
  opacity: 0;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
  color: #fff;
  padding: 10px;
}

.select2-container--bootstrap .select2-results__group {
  color: #000;
  display: block;
  padding: 6px 12px;
  font-size: 19px;
  line-height: 1.42857143;
  white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
}

span#email_id-error {
  position: absolute;
  font-size: 13px;
  line-height: 1.3;
}

span#name-error {
  font-size: 13px;
  line-height: 1.3;
  position: absolute;
}

span#country_id-error {
  font-size: 13px;
  line-height: 1.3;
  position: absolute;
}

span#mobile_no-error {
  font-size: 13px;
  line-height: 1.3;
  position: absolute;
}

span#password-error {
  font-size: 13px;
  line-height: 1.3;
  position: absolute;
  margin-top: 3px;
}

span#password-confirm-error {
  font-size: 13px;
  line-height: 1.1;
  position: absolute;
  margin-top: 4px;
}

span#g-recaptcha-response-error {
  font-size: 13px;
  line-height: 1.3;
  position: absolute;
}

div#recaptcha-accessible-status {
  display: block;
  color: red;
  position: absolute;
}

/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 1024px) {
  .container-login100 {
    background-position: bottom;
    background-size: contain;
  }
}

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

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 55px 15px 37px 15px;
  }
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  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: 0px;
  pointer-events: none;

  font-family: 'Roboto', sans-serif;
  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: '\f81e';
  font-family: uicons-regular-rounded !important;
  font-size: 16px;
  color: #c80000;

  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

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

@media (max-width: 425px) {
  .wrap-input100 {
    margin-bottom: 18px;
    margin-top: 18px;
  }
}