@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Exo", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    ;
    background: #C6CCD4;
}
.text-login{
    font-family: Exo;
font-size: 28px;
font-weight: 700;
line-height: 37.21px;
text-align: center;
}
.text-desc-01{
    font-family: Urbanist;
font-size: 16px;
font-weight: 400;
line-height: 22px;
text-align: left;
color: #000;
}
.text-desc{
    font-family: Urbanist;
font-size: 20px;
font-weight: 400;
line-height: 24px;
text-align: center;
}
.text-label{
    font-family: Exo;
font-size: 18px;
font-weight: 600;
letter-spacing: 0.01em;
color: #1F3959;
}
.form-radio-btn{
    width: 20px;
    height: 20px;
    accent-color: #28415F;
}
.text-employee{
    color: #28415F;
}
.select2 {
    width: 100% !important;
    /* height: 55px !important; */
}
.select2-container--default .select2-selection--multiple{
    padding: 15px 15px !important;
    padding-bottom: 28px !important;
    border: 2px solid #fff !important;
    background: #FFFFFF57 !important;
    backdrop-filter: blur(11.100018501281738px) !important;
}
.select2-container--default .select2-search--inline .select2-search__field{
    margin-top: 0px !important;
}
.input-form{
    height: 55px !important;
    color: #454545B2;
    font-size: 15px;
    border-radius: 8px;
    padding: 0px 30px;
    border: 2px solid #fff;
    background: #FFFFFF57;
    backdrop-filter: blur(11.100018501281738px);
}
.select2-selection__choice__remove{
    display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #fff !important;
    border: 1px solid #fff !important;
    padding: 10px 12px !important;
    border-radius: 9px !important;
    margin-left: 20px !important;
    color: #333 !important;
    margin-top: 13px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
    display: none;
}
.input-form-02{
    height: auto !important;
    color: #454545B2;
    font-size: 15px;
    border-radius: 8px;
    padding: 0px 30px;
    border: 2px solid #fff;
    background: #FFFFFF57;
    backdrop-filter: blur(11.100018501281738px);
}
.input-form_text{
    height: auto;
    color: #454545B2;
    font-size: 15px;
    border-radius: 8px;
    padding: 0px 20px;
    border: 2px solid #fff;
    background: #FFFFFF57;
    backdrop-filter: blur(11.100018501281738px);
}
.input-form:focus{
    border: 2px solid #28415F;
    outline: none !important;
    box-shadow: none !important;
    background: #FFFFFF57 !important;
    backdrop-filter: blur(11.100018501281738px);

}
.form-wrap{
    padding: 10px 30px;
}
.icon_show{
    position: absolute;
    right: 0;
    font-size: 25px;
    transform: translate(-14px, -35px);
    color: #fff;
    cursor: pointer;
}

.bg-login{
    background: url('../images/bg-login.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* height: 800px; */
}
.btn-log{
    background: #1F3959;
    color: #fff;
    padding: 14px 30px;
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px; 
    border-radius: 12px;
}
.btn-log:hover{
    color: #fff;
}
.btn-back:hover{
    color: #1F3959;
}
.btn-back{
    background: #fff;
    color: #1F3959;
    padding: 14px 30px;
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 12px; 
}
.btn-margin{
    margin-top: 200px;
}
select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
  }
  .top-img{
    position: absolute;
    right: 0px;
    transform: translate(-18px, -44px);
  }
  .top-arrow-img{
    width: 32px;
    transform: rotate(180deg);
   
  }
  .arrow-top-icon{
    transform: rotate(0deg);
  }
  .label-text {
    color: #2d465e;
    font-weight: 600;
    font-size: 20px;
}
.select-input {
    border: 1.5px solid #FFFFFF;
    background: #FFFFFF57;
    backdrop-filter: blur(11.100018501281738px);
    border-radius: 8px !important;
    height: 51px;
    padding-left: 20px;
    appearance: none;
}
.btn--browse {
    border: 1px solid #4545454D;
    border-left: 0;
    border-radius: 8px;
    background: #28415F;
    backdrop-filter: blur(11.100018501281738px);
    color: #FFFFFF;
    height: 38px;
    padding: 8px 14px;
    position: absolute;
    right: 0;
    transform: translate(-10px, -45px);
}
.btn--browse:hover{
    color: #fff;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity = 0);
}
.select-click {
    width: 100%; /* Match the Select2 dropdown width */
    max-width: 480px; /* Optional: Limit maximum width */
}



/* Target the dropdown options inside Select2 */
.select2-container .select2-results__option {
    padding: 12px 15px; /* Add padding for better spacing */
    min-height: 40px; /* Set minimum height for options */
    display: flex;
    align-items: center; /* Align text vertically */
    font-size: 14px; /* Adjust font size */
}

/* Target the search box inside Select2 dropdown */
.select2-container .select2-search__field {
    height: 36px; /* Adjust search input height */
    box-sizing: border-box;
}

/* Ensure the overall Select2 dropdown height does not overflow */
.select2-container .select2-dropdown {
    max-height: 250px; /* Limit the dropdown height */
    overflow-y: auto; /* Add scroll if options exceed the height */
}

/* Keep the Select2 input box untouched */
.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
    height: auto; /* Maintain default height */
}
.btn-button-01{
    margin-top: 135px;
}
.badge-secondary{
    position: absolute;
    right: 0px;
    transform: translate(-12px, 0px);
    background: #28415F;
    font-weight: 500;
    padding: 5px 10px;
}
.break-line{
    display: none;
}
.diamond-img{
    width: 20px;
}
.img-badge{
    background: #28415F;
}
.img-badge-01{
    background: #28415F;
    padding: 8px 6px;
}
  @media screen and (max-width:440px) {
    .text-desc {
        font-size: 15px;
    }
  }
 @media screen and (max-width:991px) {
    .text-employee{
        font-size: 15px;
    }
    .free-text{
        transform: translate(-12px, -17px);
    }
    .break-line{
        display: block !important;
    }
 }
  @media screen and (max-width:767px) {
    .btn-buttons{
        margin-top: 320px;
    }
    .progress-containe{
        height: 35vh;
    }
    .break-line{
        display: block !important;
    }
    .text-employee {
        font-size: 15px;
    }
    .free-text{
        transform: translate(-12px, -17px);
    }
    .input-form_text {
      
        padding: 0px 15px;
    }
    .form-wrap {
        padding: 10px 12px;
    }   
  }