* {
  font-family: "poppins", sans-serif !important;
}
input {
  padding: 7px !important;
}
body {
  margin: 0;
  height: 100vh;
  display: flex;
}

/* Left container with dark grey color */
.left-sidebar {
  width: 20%;
  height: 100vh;
  background-color: rgb(23, 23, 24);
  position: relative;
  padding-top: 10px;
}

/* Image at the top center of the left sidebar with margin */
.top-image {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: auto;
}

/* Vertical navigation bar below the image */
.nav-bar {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

/* Style for each navigation item */
.nav-item {
  text-align: center;
  color: white;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

/* Hover effect for nav items */
.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.form-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; /* Distributes space evenly in the vertical direction */
  height: 100%; /* Makes the container fill the height of .form-overlay */
}
/* Right content section (80% width) */
.right-content {
  width: 100%;
  height: 100%; /* Set your preferred height */
  background-image: url("..\\img\\Background Image.webp"); /* Replace with your image path */
  background-size: cover; /* Ensures the image covers the div */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents repeating */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Centered Image in the right content section */
.center-image {
  width: 40%;
  height: auto;
  margin-bottom: 20px;
}
.wraper-crown {
  margin-left: 33px;
}
.big-bg-img {
  width: 70%;
  height: auto;
}

.lable-pav-profile {
  padding-left: 34px;
  padding-right: 16px;
}

.lable-crown-profile {
  padding-left: 20px !important;
  padding-right: 20px;
}
/* Form container to be positioned over the background image */
.form-overlay {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 20px;
  border-radius: 10px;
  z-index: 1;
  text-align: center;
}
/* Style for form input fields */
.form-input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  border: none;
  background-color: #4d4d52;
}
.form-control {
  width: 30%;
  color: rgb(23, 23, 24);
  margin-left: 35%;
  background-color: #4d4d53;
  border: none;
}
.form-label {
  font-family: "Humanist522";
  color: rgb(99, 105, 105);
}
.form-label-profile {
  font-family: "Humanist522";
  font-size: 17px;
  font-weight: normal;
  color: rgb(251, 251, 253);
}
.btn-yantra {
  font-family: "Humanist522";
  font-size: 17px;
  font-weight: normal;
  color: rgb(251, 251, 253);
  background-color: transparent; /* Transparent background */
  border: 1px solidrgb(251, 251, 253); /* 1px solid white border */
}
/* Style the select dropdown */
select {
  appearance: none; /* Removes the default arrow */
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  background-color: transparent; /* Background color */
  color: rgb(251, 251, 253); /* Text color */
  padding: 8px;
  padding-right: 30px; /* Space for custom arrow */
  border: 1px solid rgb(251, 251, 253);
  border-radius: 4px;
  font-size: 16px;

  /* Position the custom arrow */
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 20 20"%3E%3Cpath fill="white" d="M10 14l6-6H4l6 6z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 17px;
}
/* Container for file input */
.file-upload-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Custom "Choose File" button */
.file-upload-container label {
  color: rgb(251, 251, 253);
  background-color: transparent; /* Background color */
  padding: 10px 20px;
  border: 1px solid rgb(251, 251, 253);
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

/* Hidden file input */
.file-upload-container input[type="file"] {
  display: none;
}

/* "No file chosen" text */
.file-upload-container .file-name {
  font-size: 14px;
  color: #777;
}

/* Optional styling for hover and focus */
.file-upload-container label:hover {
  background-color: #555;
}
.file-upload-container label:focus {
  outline: 2px solid #999;
}
.submit-button {
  background-color: transparent;
  height: 10%;
  width: 15%;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.crown-pav-text {
  margin: 0px !important;
}
.checkbox-div {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.girdle-check {
  padding-right: 87px;
}
.submit-button:hover {
  background-color: #fff;
  color: #1a1a2e;
}
.input-field {
  padding: 10px;
  width: 50%;
  height: 30px;
  padding: 10px 0;
  background: transparent;
  border: none;
  background-color: transparent;
  color: rgb(251, 251, 253);
  border: 1px solid rgb(251, 251, 253); /* Sets only the bottom border */
  outline: none;
}
.form-label-profile-c {
  padding: 5px;
  font-family: "Humanist522";
  font-size: 17px;
  font-weight: normal;
  color: rgb(251, 251, 253);
}
.input-field-digit {
  padding-left: 73px;
  width: 5%;
  height: 30px;
  background: transparent;
  border: none;
  background-color: transparent;
  color: rgb(251, 251, 253);
  border: 1px solid rgb(251, 251, 253); /* Sets only the bottom border */
  outline: none;
}
.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  cursor: pointer;
}

/* Hide the default checkbox */
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Checkbox background */
.checkbox-box {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Check image */
.custom-checkbox input[type="checkbox"]:checked ~ .checkbox-box {
  background-color: transparent;
  background-image: url("..\\img\\Right Icon.png"); /* Replace with your custom check image URL */
  background-size: 80% 80%;
  background-repeat: no-repeat;
  background-position: center;
}
/* Background styling */
.main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #111;
  color: #fff;
  width: 100%;
  height: 100%; /* Set your preferred height */
  background-image: url("..\\img\\Background Image.webp"); /* Replace with your image path */
  background-size: cover; /* Ensures the image covers the div */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents repeating */
}

/* Container for login form */
.login-container {
  text-align: center;
  width: 400px;
  padding: 40px;
  background: transparent;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* Logo Styling */
.logo {
  font-size: 24px;
  margin-bottom: 40px;
}

/* Input fields styling */
.input-group {
  position: relative;
  margin-bottom: 20px;
}

.input-group img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
}
/* Forgot password link */
.forgot-password {
  color: #aaa;
  font-size: 0.9em;
  display: block;
  margin-top: 10px;
  text-decoration: none;
}
.input-field-txt {
  padding: 10px;
  width: 100%;
  height: 30px;
  padding: 10px 0;
  margin: 15px 0;
  background: transparent;
  border: none;
  background-color: transparent;
  color: rgb(251, 251, 253);
  border-bottom: 1px solid rgb(251, 251, 253); /* Sets only the bottom border */
  outline: none;
}
/* Increase padding when the input has content */
.input-field-txt:not(:placeholder-shown) {
  padding-left: 50px; /* Increase left padding when there's text */
}
::placeholder {
  color: rgb(99, 105, 105);
  padding: 40px;
}
.login-btn {
  background-color: transparent;
  height: 50%;
  width: 50%;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.content {
  background: transparent;
  border: none;
  background-color: transparent;
  color: rgb(251, 251, 253);
  border-bottom: 1px solid rgb(251, 251, 253); /* Sets only the bottom border */
  outline: none;
  width: 55%;
  text-align: left;
  font-size: 15px;
}
.input-field-changePassword {
  padding: 5px;
  width: 30%;
  height: 30px;
  padding: 10px 0;
  margin: 15px 0;
  background: transparent;
  border: none;
  background-color: transparent;
  color: rgb(251, 251, 253);
  outline: none;
}
h5 {
  color: rgb(251, 251, 253);
}
.wrapper {
  padding-left: 30%;
  padding-top: 30px;
}
.custom-div-alignment-createProfile {
  padding: 45px 0px;
  text-align: center;
}

.checkbox-container {
  display: flex;
  align-items: center; /* Aligns items vertically in the center */
  gap: 8px; /* Optional: Adjusts spacing between the text and checkbox */
}

.form-label-profile {
  margin: 0; /* Remove any default margin */
}

.custom-checkbox {
  display: flex;
  align-items: center; /* Centers checkbox with label text */
}
.current-page {
  border-bottom: 2px solid rgb(251, 251, 253); /* Bottom border limited to text width */
  border-radius: 0;
}
.img-logout {
  width: 20%;
  height: 20%;
}
