@import url(variable.css);

html {
  font-size: 22px;
  font-family: var(--font-Primary-Regular);
}

body {
  /* background-color: var(--dark); */
}


* {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/* Login Page - Customize - Relative Style CSS Start */
.circle-blur-box::after {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  border-radius: 100%;
  opacity: 0.1;
  filter: blur(200px);
  z-index: -1;
  overflow: hidden;
}

.circle-blur-box.yellow::after {
  left: -130px;
  background-color: var(--secondary);
  top: -130px;
}

.circle-blur-box.red::after {
  right: 140px;
  background-color: var(--primary);
  bottom: -90px;
}


.login-container {
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.login-container .login-left {
  position: relative;
  flex: 1;
  align-content: center;
  padding: 0% 14% 0% 14%;
  overflow: hidden;
}

.login-container .login-left .heading-content-box {
  position: relative;
  text-align: center;
}

.login-container .heading-content-box h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 33.8px;
  text-align: center;
  margin-bottom: 50px;
}

.card-content {
  flex: 1;
}

.card-content-box {
  max-width: 530px;
  margin: 0 auto;
}

.card-with-icon {
  box-shadow: 12px 12px 100px 12px #44444414;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 18px;
}

.card-with-icon:not(:last-child) {
  margin-bottom: 25px;
}

.card-with-icon .card-icon {
  width: 46px;
  height: 46px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.card-with-icon .card-icon.yellow {
  background-color: #ED8E1F;
}

.card-with-icon .card-icon.red {
  background-color: #E90000;
}

.card-with-icon .card-title {
  /* font-family: Manrope; */
  font-size: 18px;
  font-weight: 700;
  line-height: 24.59px;
  text-align: left;
  color: #111315;
}

.card-with-icon .card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: left;
  color: #9E9E9E;
}

.login-container .login-right {
  width: 35%;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  background-color: var(--white);
  box-shadow: 12px 12px 100px 12px #44444414;
  border-radius: 20px;
  margin: 50px;

}

.login-container .login-right .login-right-header {
  padding-top: 30px;
  padding-left: 30px;
}

.login-container .login-right .login-right-header a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.login-container .login-right .login-right-header a:hover {
  text-decoration: initial;
}

.login-container .login-right .login-right-header .circle-box {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #F2F2F2;
  border: 1px solid var(--white);
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-container .login-right .login-right-header .circle-box svg {
  font-size: var(--fs-26);
  color: #E90000;
}

.login-container .login-right .login-right-header a span {
  font-size: 14px;
  line-height: 26px;
  color: var(--black);
}

.login-container .login-right .login-right-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
  padding: 30px;
}

.login-container .login-right .login-right-body h3 {
  font-size: var(--fs-50);
  color: var(--white);
  margin-bottom: 60px;
}

.login-container .login-right .login-right-body .login-content-box {
  margin: auto 0px auto;
}

.login-container .form-group {
  margin-bottom: 40px;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: 50px;
  min-height: unset;
}
.form-floating>.form-select{
  padding: .55rem .75rem;
  font-size: 16px;
}

.form-control {
  font-size: 18px;
  color: black;
  border: 1px solid #DDE3E9
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
  padding: .55rem .75rem;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #DDE3E9
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.form-floating>label {
  padding: .575rem .75rem;
  font-size: 18px;
  color: #44546A4D;
  height: unset !important;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  transform: scale(.75) translateY(-1.2rem) translateX(.15rem);
}

.title-container .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  text-align: left;
  color: #F99D1F;
  margin-bottom: 10px;

}

.title-container .description {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000000;
  margin-bottom: 50px;
}

.content-box .form-floating {
  margin-bottom: 30px;
}

/* .login-container .login-right .login-right-body .form-control{
    color: white;
    background-color: var(--secondary-30);
  } */
/* .login-container .login-right .login-right-body .form-control:focus{
    color: #44546A4D;
    background-color: var(--secondary-30);
  } */
/* .login-container .login-right .login-right-body .form-control::placeholder{
    color: rgb(var(--white-rgb), var(--background-color-opacity-7));
  } */
.login-container .remember-forgot-password-content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.login-container .remember-forgot-password-content-box .checkbox-container {
  margin-bottom: 30px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-container .remember-forgot-password-content-box .checkbox-container input::before {
  /* background-color: var(--transparent); */
  /* border: 1px solid var(--white); */
}

.login-container .remember-forgot-password-content-box .checkbox-container input::after {
  top: 5px;
  border-width: 0px 3px 3px 0px;
  border-image-slice: 1;
  border-image-source: linear-gradient(93.88deg, var(--secondary-4) -38.74%, var(--secondary-5) 52.18%, var(--secondary-4) 143.09%);
}

.login-container .remember-forgot-password-content-box .checkbox-container label {
  font-size: 16px;
  margin-left: 10px;
}

.login-container .remember-forgot-password-content-box a {
  font-size: 16px;
  line-height: 18px;
  color: #E90000;
  text-decoration: none;
  margin-bottom: 30px;
}

.form-floating.password>.form-control,
.form-floating.password>.form-control-plaintext {
  padding-right: 40px;
}

.form-floating.password {
  position: relative;
}

.form-floating.password .show-hide-passIcon {
  position: absolute;
  right: 0;
  top: 13px;
  /* height: 100%; */
}

.form-floating.password .show-hide-passIcon .show-password-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50px;
}

.form-floating.password .show-hide-passIcon .hide-password-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50px;
}

.form-check-input {
  margin-top: 0;
  border: 1px solid #DDE3E9;
}

.form-check-input:checked {
  background-color: #E90000;
  border: 1px solid #DDE3E9;
}

.form-check-input:focus, .form-select:focus {
  box-shadow: none;
  border: 1px solid #DDE3E9;
}

.content-box .sign-up-text {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin-top: 50px;
}

.content-box .sign-up-text a {
  color: #E90000;
}

.btn {
  font-size: 16px;
  padding: 10px 15px;
}

.btn-primary {
  background-color: #E90000;
  border: none;
}

/* .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background-color: #E90000;
  } */
.btn-primary:focus,
.btn-primary:hover {
  background-color: #E90000;
}

/* Login Page - Customize - Relative Style CSS End */

.inputphonelabel {
  transform: scale(.75) translateY(-.9rem) translateX(.60rem);
  background-color: white;
  padding: .175rem .15rem !important;
  height: fit-content;
  color: rgba(33, 37, 41, .65) !important;
  /* background: linear-gradient(180deg, white, #f2f2f2); */
}

.form-floating .iti--separate-dial-code .iti__selected-flag,
.form-floating .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: white;
  border-radius: 10px;
}

.form-floating .iti--separate-dial-code .iti__selected-dial-code {
  font-size: 16px;
}

.form-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 33.8px;
  text-align: left;
  margin-bottom: 20px;
}

.otptitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 33.8px;
  text-align: left;
  margin-bottom: 10px;
}

.otpdescription {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

.otpdescription a {
  color: #E90000;
  font-weight: 400;
  text-decoration: none;
}

.otpinput {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.otpinput input {
  width: 50px;
  height: 50px;
}

.otpinput input:not(:last-child) {
  margin-right: 20px;
}

.otp-group label {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 30px;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
  /* Chrome, Safari, Edge */
  appearance: none;
  /* Standard */
}

input[type=text]::placeholder,
.form-floating .iti--separate-dial-code input,
.iti--separate-dial-code input[type=text]::placeholder {
  color: #44546A4D;
}

.form-floating .iti--separate-dial-code input,
.iti--separate-dial-code input[type=text] {
  height: 50px;
  font-size: 16px;
}

.form-floating .iti__country {
  font-size: 16px;
}

.form-floating .iti__country-list {
  z-index: 3;
}

.description-title {
  color: #58595B66;
  font-size: 20px;
}

ul.password-description {
  padding-left: 1rem;
}

.setpasswordtitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 33.8px;
  text-align: left;
  margin-bottom: 24px;
}
.error{
  font-size: 12px;
  color: red;
  display: block;
  margin-top: 4px;
}

.password-description .valid {
  color: green;
}
.password-description .invalid {
  color: red;
}
.btn-container .btn:disabled {
  background-color: grey;
  cursor: not-allowed;
}

input[type=file]{
  width: 100%;
  font-size: 16px;
  color: black;
  border: 1px solid #DDE3E9;
  padding: 6px;
  padding-right: 10px;
  border-radius: 6px;
  height: 50px;
  padding: .55rem .75rem;
}
.form-floating.file-group>label{
  transform: scale(.75) translateY(-1.2rem) translateX(.15rem);
  color: rgba(var(--bs-body-color-rgb), .65);
  background-color: #fff;
  padding: .575rem .75rem;
  display: block;
  height: 40px !important;
}

input[type=file] {
  margin-left: -2px !important;
}



input[type=file]::file-selector-button {
  background-color: #ED8E1F;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

.loader-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}
.loader {
position: relative;
width: 64px;
height: 60px;
}
.loader::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
background: #fff;
width: 64px;
height: 32px;
border-radius: 0 0 50px 50px;
animation: move 0.5s linear infinite alternate;
}
.loader::before {
content: '';
position: absolute;
left: 50%;
top: 0;
background: #FF3D00;
width: 24px;
height: 24px;
transform: translateX(-50%) rotate(0deg);
animation: rotate 2s linear infinite;
}

@keyframes rotate {
100% { transform: translateX(-50%) rotate(360deg)}
}
@keyframes move {
0% { transform: rotate(10deg)}
100% { transform: rotate(-10deg)}
}
    