.theme-container {
  max-width: 1275px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.linearish-back {
  background: linear-gradient(135deg, #070707 0%, #ff952e 100%);
}
.inner-content {
  background-color: #eaeaea;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-form-wraper .form-title {
  border-bottom: 4px solid rgb(246 153 47);
  padding-bottom: 6px;
  margin-bottom: 32px;
  font-weight: bold;
  color: #070707;
}
.main-title {
  /* background: rgb(246 153 47); */
  background: rgb(246 153 47);
  color: #fff;
  padding: 14px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 5px;
  border-bottom: 4px solid;
}
.inner-content i {
  color: rgb(246 153 47);
}

.alert {
  margin-top: 15px;
}

.theme-btn {
  background: #f17700;
  color: #fff;
  padding: 10px 22px;
  border-radius: 5px;
  margin: 15px 0 0;
  cursor: pointer;
  border: 1px solid #f17700;
  font-weight: 500;
}
.theme-btn i {
  color: #fff;
}
.theme-btn:hover {
  background-color: #fff;
  border-color: rgb(246 153 47);
  color: rgb(246 153 47);
}
.theme-btn:hover i {
  color: #f17700;
}

.table-responsive {
  margin-bottom: 20px;
}
form.main-form-wraper {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 50px 50px;
  border-radius: 10px;
  background: #fff;
}
form.main-form-wraper textarea {
  min-height: 100px;
}
form.main-form-wraper .table {
  margin-top: 20px;
  border: 1px solid #dee2e6;
}
.job-form-container form.main-form-wraper .table {
  margin-top: 0;
}
.job-form-container textarea {
  resize: none;
}
form.main-form-wraper .form-control,
form.main-form-wraper .form-select {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

form.main-form-wraper .table th {
  background-color: #eceff8;
  color: #000;
  font-weight: 500;
}
form.main-form-wraper table tr:nth-child(even) td {
  background-color: #efefef4a;
}
form.main-form-wraper .table-bordered th,
form.main-form-wraper .table-bordered td {
  border: 1px solid #c3c3c370;
}

form.main-form-wraper .table th,
form.main-form-wraper .table td {
  padding: 15px;
  vertical-align: middle;
}
form.main-form-wraper .table thead tr th:last-child {
  text-align: center;
}
.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(0.85) translateY(-1.6rem) translateX(0.15rem);
  white-space: nowrap;
}
.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),
.form-floating > .form-select {
  padding-top: 0.625rem;
}
form.main-form-wraper .form-floating > label {
  white-space: wrap;
}
button.delete-btn {
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 32px;
  width: 100%;
  border: 1px solid transparent;
  min-height: 30px;
  min-width: 32px;
  background: #fc2020;
}
button.delete-btn i {
  color: #fff;
}
a.delete-btn:hover,
button.delete-btn:hover {
  background-color: #fff;
  border: 1px solid #fc2020;
  color: #fc2020;
}
button.delete-btn:hover i {
  color: #fc2020;
}
form.main-form-wraper .form-control:focus {
  border-color: #f17700;
}
.inner-content h1 > a {
  display: block;
  margin-bottom: 10px;
}
.inner-content h1 > a > img {
  width: 280px;
}
.inner-content h1 {
  font-size: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job-form-container input,
.job-form-container select {
  min-height: 44px;
}
.job-form-container .profile-picture-container img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: 0;
  border-radius: 0;
}
.job-form-container .profile-picture-container {
  width: 160px;
  height: 160px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  /* border: 2px dashed #f6992f; */
  /* padding: 5px; */
}
.job-form-container .profile-image-outer-wraper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.job-form-container .personal-info-img {
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
  padding: 0px;
  max-width: 500px;
  margin: auto;
  margin-bottom: 23px;
  min-height: 250px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
}
.job-form-container .profile-img-label {
  /* background: #ff952e; */
  color: #ff952e;
  padding: 10px 22px;
  border-radius: 5px;
  margin: 15px 0 0;
  border: 1px solid #ff952e;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.job-form-container .profile-img-label i {
  /* width: 25px; */
  margin-right: 5px;
}
.job-form-container form.main-form-wraper {
  padding: 35px 22px;
}
/* .job-form-container .custom-card-body {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    padding: 1.6rem;
} */

.job-form-container .uplaod-photo-wraper {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  padding: 1.6rem;
  margin-left: 20px;
}
.radio-container {
  display: inline-flex;
  align-items: center;
  /* font-family: Arial, sans-serif; */
  /* font-size: 16px; */
  color: #666;
  cursor: pointer;
  margin: 8px 0;
  position: relative;
  margin-right: 10px;
}

.radio-container input[type="radio"] {
  display: none;
}

.custom-radio {
  width: 16px;
  height: 16px;
  border: 2px solid #c5c5c5; /* Main theme color */
  border-radius: 50%;
  margin-right: 4px;
  position: relative;
  transition: border-color 0.3s ease;
}

.radio-container input[type="radio"]:checked + .custom-radio {
  background-color: #ff952e;
  border-color: #ff952e;
}

.custom-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}
.radio-container input[type="radio"]:checked + .custom-radio::after {
  transform: translate(-50%, -50%) scale(1);
}
.gridy-diablity-details {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 17px;
  align-items: center;
}
.gridy-diablity-details.gridy_3 {
  grid-template-columns: repeat(3, 1fr);
}
.left-bordered {
  border-left: 5px solid #07070791;
  border-radius: 9px;
  margin-bottom: 22px;
  padding-left: 20px;
  border-bottom: 3px dashed #ddd;
}
.job-form-container .main-content-inner .any_disabilities textarea {
  min-height: 58px;
  max-height: 58px;
}
.job-form-container label:not(.form-floating label) {
  font-weight: 500;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff952e;
  border-color: transparent;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(243 164 49 / 31%);
}
.custom-control-label {
  cursor: pointer;
}
.grid-radio-wraper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.job-form-container .clr-theme {
  border-bottom: 2px solid #070707;
  display: inline-block;
  color: #ff952e;
}
.job-form-container .error {
  color: red;
  font-size: 0.9rem;
}
.job-form-container .theme-btn {
  margin-top: 0px;
  margin-bottom: 15px;
}
.job-form-container .main-form-wraper .form-title {
  margin-top: 10px;
}
.job-form-container .table-bordered th {
  min-width: 190px;
}
.job-form-container .table-bordered th:last-child {
  min-width: 100px;
}
.custom-file .custom-file-label {
  padding-right: 5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  cursor: pointer;
}
.resume_wraper .custom-file-label {
  height: 58px;
  padding-top: 1rem;
}
.resume_wraper .custom-file-label::after {
  height: 58px;
  display: flex;
  align-items: center;
}
.form-label.ft_16 {
  color: #f17700;
  border-bottom: 2px solid #000;
  font-weight: 500;
}
.span_column_2 {
  grid-column: span 2;
}

::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(246 153 47);
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

@media (max-width: 1399px) {
  .theme-container {
    max-width: 1175px;
  }
  .inner-content h1 {
    font-size: 27px;
  }
  .inner-content h1 > a > img {
    width: 200px;
  }
  .main-form-wraper .form-title {
    font-size: 19px;
  }

  .job-form-container .theme-container {
    max-width: 1075px;
  }
  .job-form-container .uplaod-photo-wraper {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    padding: 0.8rem;
    margin-left: 0px;
  }
  .job-form-container .profile-picture-container {
    width: 140px;
    height: 140px;
  }
  .job-form-container form.main-form-wraper .form-floating > label {
    font-size: 15px;
  }
  .job-form-container .form-floating > label {
    padding: 0.8rem 0.75rem;
  }
  .job-form-container .form-floating > .form-control,
  .job-form-container .form-floating > .form-control-plaintext,
  .job-form-container .form-floating > .form-select {
    height: calc(3rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3rem + calc(var(--bs-border-width) * 2));
  }
  .job-form-container .form-floating > .form-control,
  .job-form-container .form-floating > .form-control-plaintext {
    padding: 0.8rem 0.75rem;
  }
  .job-form-container .main-content-inner .any_disabilities textarea {
    min-height: 50px;
    max-height: 50px;
  }
  .gridy-diablity-details {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1199px) {
  .job-form-container form.main-form-wraper .form-floating > label {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .job-form-container .theme-container {
    max-width: 100%;
    padding: 0 5px;
  }
  .job-form-container .inner-content {
    padding: 14px 9px;
  }
  .form_order_2 {
    order: 2;
  }
  .inner-content h1 {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  form.main-form-wraper {
    padding: 30px 30px;
  }
  .inner-content.application_outer_wraper {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .main-form-wraper .form-title {
    font-size: 15px;
  }
  .job-form-container .inner-content h1 {
    flex-direction: column;
  }
  .job-form-container form.main-form-wraper .form-floating > label {
    font-size: 13px;
  }
  .gridy-diablity-details.gridy_3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gridy-diablity-details {
    grid-template-columns: repeat(1, 1fr);
    gap: 11px;
  }
  .job-form-container .clr-theme {
    font-size: 14px;
  }
  .main-form-wraper .form-title {
    margin-bottom: 17px;
  }
}
@media (max-width: 480px) {
  .job-form-container .grid-radio-wraper {
    grid-template-columns: repeat(2, 1fr);
  }
  .gridy-diablity-details {
    grid-template-columns: repeat(1, 1fr);
  }
  .span_column_2 {
    grid-column: span 1;
  }
  .job-form-container .main-content-inner .any_disabilities textarea {
    min-height: 80px;
    max-height: 80px;
  }

  .job-form-container form.main-form-wraper {
    padding: 35px 10px;
  }
  .inner-content h1 > a > img {
    width: 180px;
  }
  .inner-content h1 {
    font-size: 21px;
  }
}
.tro-content h4 a {
  pointer-events: none;
  text-decoration: none;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  background: #fff;
  display: flex;
}
.loader {
  margin: auto;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: relative;
}
.loader:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(ellipse at center, #ffa42359 0%, #f17700a1 100%);
  border-radius: 50%;
  opacity: 0;
  animation: popin 1.5s linear infinite 0s;
}

.loader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #f17700;
  border-radius: 50%;
  opacity: 0;
  animation: popin 1.5s linear infinite 0.5s;
}

@keyframes popin {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  20% {
    opacity: 0.5;
    transform: scale(0.7);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.3);
  }
  80% {
    opacity: 0.5;
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
