.login {
  align-items: center;
  /* background-color: #2196f3; */
  /* display: flex; */
  height: 100%;
  position: fixed;
  /* text-align: center; */
  width: 100%;
}
.login .auth-fluid {
  height: 70%;
  display: flex;
  align-items: center;
}
.login-card {
  border-radius: 30px;
  position: relative;
  display: block;
}

.login-card.auth-body {
  width: 450px;
  margin: 0 auto;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.common-img-bg {
  background-size: cover;
  background: url(/assets/bg2-.png) no-repeat center center fixed !important;
  height: 100%;
  background-position: 30% 0%;
}
.auth-box {
  background-color: #fff;
  border-radius: 8px;
  margin: 20px 0 0 0;
  padding: 20px;
}
.login-card .text-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-center {
  text-align: center;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.input-group {
  margin-bottom: 1.25em;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.icofont {
  font-family: "IcoFont" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.input-group-text {
  background: #4680ff;
  color: #fff;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.login-card h3 {
  color: #666666;
  font-size: 24px;
  font-weight: 600;
}
.login-card h3 {
  margin-top: 10px !important;
}
.login .login-card .login-texts > .forgot-phone > a {
  color: #007bff !important;
  font-size: 13px;
  text-decoration: none;
}
.text-inverse {
  color: #303548 !important;
}
.m-b-0 {
  margin-bottom: -25px;
}
img {
  vertical-align: middle;
  border-style: none;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left;
}
.login .login-texts {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-t-10 {
  margin-top: 10px !important;
}
.f-w-600 {
  font-weight: 600;
}
.m-t-20 {
  margin-top: 20px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.foot-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
b,
strong {
  font-weight: bolder;
}
p {
  font-size: 13px;
}
/* .loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */

/* .loader {
  display: none; 
  position: fixed;
  z-index: 9999; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5); 
}

.loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spinner {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

.bord {
  border: 2px solid red;
}



@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */

#loginForm .form-control:focus {
  background-color: yellow;
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.loader {
  display: none;
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  z-index: 10000000000 !important;
}

.loading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 25px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid blue;
  border-right: 4px solid green;
  border-bottom: 4px solid red;
  border-left: 4px solid transparent;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.dots {
  display: inline-block;
  width: 20px;
  text-align: left;
}

.dots::after {
  content: "...";
  animation: dotsBlink 1.5s steps(4, end) infinite;
}

@keyframes dotsBlink {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}

.password-guidelines {
  display: none;
  position: absolute;
  top: 70px;
  /* Adjust the value as needed to control the distance from the input field */
  left: 0;
  background-color: #cbdeee;
  border: 1px solid #111112;
  padding: 5px;
  z-index: 1;
  /* Ensure it appears above other elements */
}

.itemsearch-mainbody .cust-modal-head span {
  font-size: 11px !important;
}
.password-guidelines .show {
  display: block;
}

.password-strength.strong {
  color: green;
  font-size: 10px;
}

.password-strength.weak {
  color: red;
  font-size: 10px;
}

.custom-button {
  padding: 5px 18px;
  height: 32px;
  width: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-open .modal.show.ConfirmModal1 > .modal-dialog {
  max-width: 80%;
  min-width: 80%;
}
.modal-open .commonModalWrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.close {
  cursor: pointer;
  color: red;
  font-size: 20px;
}
.h4 {
  font-size: 1rem !important;
}

.modal-open .modal.show > .modal-dialog .modal-content .modal-header {
  background-color: #164e7f;
  color: #ffffff;
  padding: 0.5rem 0.8rem;
}

.modal-open .modal.show > .modal-dialog > .modal-content .modal-body {
  height: auto;
  overflow: auto;
}
.modal-open .modal.show > .modal-dialog .modal-content .modal-body {
  padding: 0.8rem;
  background: #e8e8e8;
}
.modal-open .modal.show > .modal-dialog .modal-content .modal-footer {
  background-color: #f5f5f5;
  padding: 0.3rem 0.5rem;
}

.separtor-btn {
  padding: 0 !important;
  padding-right: 8px !important;
  height: 30px;
  display: flex;
  align-items: center;
  min-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.separtor-btn > i {
  border-right: 1px solid #ffffff;
  padding: 10px;
  text-align: center;
  margin-right: 5px !important;
  height: 30px;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.m-r-10 {
  margin-right: 10px;
}
.required:after {
  content: " *";
  color: red;
}

.form-control:focus {
  background-color: yellow;
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
