.login_paas {
  padding: 80px 0;
}
.login_paas a{
  color: #00A3DA;

}
.datepicker.datepicker-dropdown {
    z-index: 99999999999999999999999999999999999999 !important;
}
 .login_paas h1 {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
.login_paas h2 {
  font-size: 35px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
.login_paas p {
  color: #00A3DA;
  text-decoration: none;
  margin-bottom: 0;
}
.login_paas input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  outline: none;
  background: #fff;
  border-radius: 0;
}
.login_paas .password-container {
  position: relative;
}
.login_paas .password-container input {
  padding-right: 30px;
}
.login_paas .password-container span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
  font-size: 22px;
}
.login_paas .forgot-password {
  text-align: right;
}
.login_paas .forgot-password a {
  font-weight: 600;
  color: #2A9BB2;
}
.login_paas button, .login_paas .btn_sign {
  width: 100%;
  padding: 12px;
  background-color: #00A3DA;
  color: #fff;
  border: none;
  font-size: 17px;
  cursor: pointer;
  border-radius: 8px;
  margin-top: 20px;
  text-align: center;
}
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.img-upload{
  align-items: center;
  display: flex!important;
  justify-content: center;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.box-setting{
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
  padding: 30px 30px 0;
}
.btn-save{
  float: right;
}
.otp-box {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}
.otp-box input {
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.edit-btn, .delete-form, .action-icons{
  cursor: pointer;
}
#termsConditions{
  width:100%;
}
.ck-editor__editable_inline {
  min-height: 200px;
  height: 200px;
}
.setting-logo{
  height:100px;
  width:100px;
  background-repeat: no-repeat;
}

#termsAndConditions{
  max-height: 400px;
  overflow-y: scroll;
}

#side-menu li ul li a:focus,
#side-menu li ul li a.active {
    color: #00a3da ; /* change to your desired active color */
    font-weight: bold;
}

/*custome pagination*/
.custome-pagination ul.pagination {
    justify-content: center;
}
/*custome pagination*/
.favicon-logo{
  height:50px;
  width:50px;
  background-repeat: no-repeat;
}
.input-group {
  position: relative;
}

.input-group input {
  padding-right: 40px; /* make space for the eye icon */
}

.input-group .toggle-password {
  position: absolute;
  top: 20px;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
  z-index: 10;
}
.toggle-password {
  position: absolute;
 top: 20px;
  right: 12px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 5;
}
.footer-layout4 {
  background-color: #1e1e1e;
  padding: 40px 0px 20px;
}

.menu li {
  list-style: none;
  padding: 5px 0px;
}

.menu li a{
  list-style: none;
  color: #fff;
}

ul.menu {
  padding-left: 0px;
}

.widget.footer-widget p {
  color: #fff;
}

.th-social.footer-social a {
  color: #fff;
  padding: 0px 10px;
  font-size: 20px;
}
 @media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1340px !important;
  }
}
.topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover, .topnav .navbar-nav .nav-link.active {
  color: #f8f8f8;
  background-color: transparent;
}
.topnav .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}
/* Amit sir 20/05/2025 */

.th-btn.border {
    padding: 18px 30px;
    border: 1px solid  #00a3da !important;
    background: transparent;
    color:  #00a3da;
    overflow: hidden;
    border-radius: 40px;
    position: relative;
}

.th-btn.border:before, .th-btn.border:after {
  background: #00a3da;
}


.th-btn.border:hover {
  border: 1px solid #00a3da;
  color: #fff;
      border-radius: 40px;
          overflow: hidden;
    border-radius: 40px;
}

.th-btn::before, .th-btn:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: -1;
    height: 0%;
    left: 0;
    top: 0;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 100%;
    border-radius: 10px;
}

.th-btn:hover:before, .th-btn:hover:after, .th-btn.active:before, .th-btn.active:after {
    height: 100%;
     background: #00a3da;
       color: #fff;
      border-radius: 40px;
          overflow: hidden;
    border-radius: 40px;
}

img.new-icon2 {
    height: 48px;
    margin: 0 auto;
    width: auto;
}

.service-card h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}


.service-card  {
  border-radius: 26px;
  background: var(--white-color);
  padding: 25px;
  min-width: 344px;
  border-radius: 8px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
  background-position: right center;
  background-repeat: no-repeat;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
  /* Small devices */
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.eligibility-section h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
    font-size: 40px;
    margin-top: 40px;
    font-weight: 600;
}

button.btn-close
{
  font-size: 10px !important;
  color: #000 !important;
  opacity: 1 !important;
  border: 1px solid #000 !important;
}

/*.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    height: 65%;
}*/

.iti.iti--allow-dropdown.iti--separate-dial-code .validation-error.text-danger.small.mt-1 {
    position: absolute;
}

input.datepicker.form-control
{
  border: 1px solid #ced4da;
  height: 45px;
}

 .password-container span {
    position: absolute;
    right: 12px;
    top: 42%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
    font-size: 22px;
}

.password-container {
    position: relative;
}
span.action-icons i{
  color:#948e8ec4;
}
.mobile-view .profile-preview-user ,
.desktop-view .profile-preview-user{
  width:100px;
}
.mobile-view{display:none}
.desktop-view{display:block}
.dflex{display:flex}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 60% !important;
}
.iti.iti--allow-dropdown.iti--separate-dial-code .iti__flag-container{
      width: 100%;
}
.search-box .form-control{
      padding-left:35px;
  }
#mobile_code,
#phone{
  display: block;
    width: 100%;
    padding: .47rem .75rem;
    font-size: 1.1rem;
    height: 40px;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
}
@media (max-width: 789px) {
  #adduser-form .w-25{
    width:100% !important;
  }
  #adduser-form .w-75{
    width:100% !important;
  }
  .mobile-view{display:block}
  .desktop-view{display:none}
  .mobile-view .profile-preview-user ,
  .desktop-view .profile-preview-user{
    margin-top: 11px;
  }
  .iti.iti--allow-dropdown.iti--separate-dial-code {
      width: 70%;
  }
}


a.disable-eye {
    color: gray;
}
a.disable-eye i {
    font-size: 1rem;
}
a {
    color: #0f3894;
}
.select2-container--default .select2-selection--single{
  border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 42px !important;
  line-height: 42px !important;
}
#signature-pad{
  width: 100% !important;
  display: block;
}
 .preview-box {
  position: relative;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  background-color: #f9f9f9;
}
 .preview-box img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
}
 .delete-image {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  background-color: #dc3545;
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
}
 .delete-image:hover {
  background-color: #c82333;
}
 .image-preview-box {
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 6px;
  position: relative;
}

/* Global Master Search Styles */
#global-master-search {
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

#global-master-search:focus {
  border-color: #556ee6;
  box-shadow: 0 0 0 0.2rem rgba(85, 110, 230, 0.15);
}

#global-search-suggestions {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: white;
}

#global-search-suggestions .list-group-item {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}

#global-search-suggestions .list-group-item:last-child {
  border-bottom: none;
}

#global-search-suggestions .list-group-item:hover,
#global-search-suggestions .list-group-item.active {
  background-color: #f8f9fa;
}

#global-search-clear {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

#global-search-clear:hover {
  opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #global-master-search {
    min-width: 200px !important;
  }
}
