.pl-0{
  padding-left: 0px;
}

.mb-0{
  margin-bottom:0px;
}
.second-step-overlay{
    position: relative;
    overflow: hidden;
    opacity: 0.3;
}
.second-step-overlay:after{
    content: "";
    background: transparent;
    position: absolute;
    width: 100%;
    height: 2000px;
    top: 0;
    left: 0;
}

.fieldset-custom{
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.fieldset-filters{
    border: solid 2px #90C3D4;
}
.fieldset-required{
    border: solid 2px #A1D490;
}
.fieldset-label{
    background: #FFF;
    position: relative;
    top: -10px;
    left: 10px;
    color: #8B8986;
    padding:5px;
}

.panel-footer.bg-warning{
    background-color: #fcf8e3 !important;
    padding: 10px 20px 20px 20px;
}

.skin-blue .form-control:focus{
    border-color: #0b5b8e;
}

.form-control,
.select2-container.form-control {
    border: 1px solid;
    border-color: #e0e0e0;
    border-radius: 5px;
    height: 40px;
}

::placeholder{
    color: #e0e0e0;
}

.select2-container .select2-choice {
    height: 100% !important;
    line-height: 2.02857 !important;
}
.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice div b {
    background-position: 0 8px !important;
}

.select2-container .select2-choice abbr {
    top: 55% !important;
}

.form-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}
.form-card legend {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem 2rem;
  align-items: center;
}

.radio-label {
  display: flex;
  align-items: center;
  padding:1rem 2rem;
  margin-bottom: 0.5em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: background-color 0.2s, border-color 0.2s;
}

.radio-label:hover {
  background-color: #e6e6e6;
}

.radio-input {
  position: absolute;
  opacity: 0;
}

.radio-input:checked + .radio-label,
.radio-input:checked + .custom-error-label + .radio-label {
  border-color: #e0e0e0;
  outline: 2px solid #90C3D4;
}

.radio-input:focus + .radio-label {
  outline: 2px solid #90C3D4;
}

.radio-inner-circle {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 2px solid #888;
  border-radius: 50%;
  margin-right: 0.5em;
  transition: border-color 0.2s;
  position: relative;
}

.radio-label:hover .radio-inner-circle {
  border-color: #555;
}

.radio-input:checked + .radio-label .radio-inner-circle,
.radio-input:checked + .custom-error-label + .radio-label .radio-inner-circle {
  border-color: #90C3D4;
}

.radio-input:checked + .radio-label .radio-inner-circle::after,
.radio-input:checked + .custom-error-label + .radio-label .radio-inner-circle::after {
  content: '';
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #90C3D4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* === Checkbox visual === */
.checkbox-inner {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-color: #eee;
  border-radius: 4px;
  margin-right: 0.75em;
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.checkbox-inner::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* === Checked === */
.radio-input:checked + .radio-label .checkbox-inner {
  background-color: #2196F3;
  box-shadow: 0 3px 7px rgba(33, 150, 243, 0.3);
}

.radio-input:checked + .radio-label .checkbox-inner::after {
  display: block;
  animation: checkAnim 0.2s forwards;
}

/* === Focus === */
.radio-input:focus + .radio-label {
  outline: 2px solid #90C3D4;
}

/* === Animación del check === */
@keyframes checkAnim {
  0% {
    height: 0;
  }
  100% {
    height: 10px;
  }
}

.custom-error-label {
  flex-basis: 100%;
  order: 1;
  font-size: 14px;
}

#jobRequestFormS3 .alert-success{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 1rem;
  height: 82%;
}


.custom-file-upload {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: space-between;
  gap: 20px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 2px dashed #cacaca;
  background-color: rgba(255, 255, 255, 1);
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0px 48px 35px -48px rgba(0,0,0,0.1);
}

.custom-file-upload .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-file-upload .icon svg {
  height: 80px;
  fill: rgba(75, 85, 99, 1);
}

.custom-file-upload .text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-file-upload .text span {
  font-weight: 400;
  color: rgba(75, 85, 99, 1);
}

.custom-file-upload input {
  display: none;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modalLarge .modal-dialog{
          width: 100%;
          max-width: 1000px !important; 
          margin: 2rem auto 
        }
        .modalLarge{
          width: 100%;
          margin: 0 auto;
          padding: 0;
          height: 98%;
        }
        .flex-wrap {
          flex-wrap: wrap;
        }
        .gap-y-4 {
          gap: 1rem 0;
        }
        .modalSmall .modal-dialog{
          width: 96%;
          margin: 2rem auto;
        }

        .tabs-equal {
          display: flex;
          flex-wrap: wrap; 
        }

        .tabs-equal > li {
          flex: 1 1 auto;     
          text-align: center; 
        }

        .tabs-equal > li > a {
          width: 100%; 
        }
  

        @media (max-width:576px){
        .radio-group {
          display: flex;
          flex-wrap: nowrap;
          gap: 0rem 2rem;
          align-items: stretch;
          flex-direction: column;
          }
        }
        @media (max-width: 992px) {
          .modalLarge {
            margin: 0 auto;
            padding: 2rem 0;
            height: 100%;
          }
          .modalLarge .modal-dialog{
            width: 95%;
            margin: 0 auto;
          }
        }
        @media (min-width: 768px) {
          .modal-dialog {
              width: 600px;
              margin: auto;
          }
        }
