.job-description{
    padding: 30px;
}
.job-description-card {
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    padding: 5%;
}
.job-description-card .job-type-div{
    color: #3498db !important;
    font-weight: 600;
}
.job-description-card .job-type-div .job-time,.job-description-card .job-type-div .job-loc{
    background-color: #e2f2fe;
}
.job-description-card .application-form{
    border: 1px solid  #E8E8E9;
    padding: 20px;
    border-radius: 15px;
}
.required-symbol{
    color: red;
}
.job-description-card .field-title{
    font-size: 16px;
    font-weight: 600;
}
.application-form .job-title{
    color: #3498db;
    font-weight: 600;
}
.job-description-card .job-title{
    font-weight: 600;
}

/* Drag and Drop */

.drag-area{
    border: 1.5px dashed #88858540;
    height: 25vh;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #bdbcbc0d;
  }
  .drag-area.active{
    border: 1px solid #fff;
  }
  .drag-area .icon{
    font-size: 100px;
    color: #fff;
  } 
  .drag-area button{
    border: none;
    outline: none;
    background: transparent;
    color: #3498db;
    border-radius: 5px;
    cursor: pointer;
  }
  .drag-area img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  .experience{
    margin-left: 10px;
  }
  .drag-and-drop .drag-area .hide{
    display: none;
  }

  .iserror{
    border: solid 1px red !important;
    color: red;
  }
  .iserror-label{
    color: red !important;
  }
  .filename{
    color: #3498db;
    font-weight: 600;
  }
 
  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-group label {
  position: absolute;
  top: 10px;
  left: 15px;
  transition: all 0.2s;
  pointer-events: none;
  color: #999;
}

.form-group input,
.form-group textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 0.08rem #3498db;
}

.form-group input:focus + label,
.form-group textarea:focus + label
/* .form-group input:valid + label, */
/* .form-group textarea:valid + label */
,.not_empty
{
  top: -8px;
  font-size: 12px;
  color: #3498db;
  background-color: white;
  padding: 0 5px;
}

.form-group textarea {
  resize: vertical;
}


.btn-primary {
  margin-top: 1rem;
}
.btn-primary{
  background-color: #3498db !important;
    border: #3498db !important;
}

 #successalert{
  display: none;
 }
 #successalert.show{
  display: block !important;
 }

 #dangeralert{
  display: none;
 }
 #dangeralert.show{
  display: block !important;
 }

 section {
  margin-top: 55px;
}

.alert-dismissible .btn-close{
  font-size: 12px;
}

.form-check-input:checked{
  background-color: #adb5bd !important;
    border-color: #adb5bd !important;
}
.form-check-input{
  background-color: #fff;
}


