 /* Job  */

.top-boxes{
    height: 225px;
}

.flex-card {
    transition: background-color 0.3s; 
}

.form-select {
      background-color: #EEF8F9 !important;
    }

.flex-card:hover {
    background-color: #8C8CF9;
}


.flex-card:hover h3,
.flex-card:hover .content-container p {
    color: white;
}


a{
    text-decoration: none !important;
}
.purple-color{
    color: #8C8CF9;
}

.bg-purple{
    background-color:#8C8CF9;
}

#countInfo {
    text-align: center;
    margin: 10px 10px;
    padding: 8px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.loader {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 50px;
    height: 50px;
}

.form-control {
    outline: none;
}
.job-card {
cursor: pointer;
}

label{
    font-size: .9rem;
}
.card-footer .btn {
border: 1px solid #ccc; 
background-color: #fff;
color: #333;
padding: 4px 12px; 
}

.btn{
    font-family: questrial !important;
    letter-spacing: 1px;
    border-radius: 5px !important;
}

h2{
    font-size: 36px !important;
    font-family: questrial !important;
}

.u-similar-container li{
    font-size: 20px !important;
}
.u-similar-container p{
    font-size: 16px !important;
}

.card-footer .btn-inquiry{
border: 1px solid #ccc; 
background-color: #59dbff;
color: #333;
padding: 4px 12px; 
}

#countInfo {
    text-align: center;
    margin: 10px 10px;
    padding: 8px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}
    .loader {
display: none;
position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(243, 240, 240, 0.53);
display: flex;
justify-content: center;
align-items: center;
}
.loader img {
width: 50px;
height: 50px;
}
.form-control{
    outline: none;
}
/* Add or update these styles in your existing CSS */
.fieldset-container {
border: 1px solid #ddd;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}

.fieldset-container legend {
font-weight: bold;
}

/* Adjustments to make the row full width */
.container {
padding-left: 15px;
padding-right: 15px;
}

.row {
margin-left: -15px;
margin-right: -15px;
}

.col {
padding-left: 15px;
padding-right: 15px;
}

.check-border{
  border: 1px solid #383737 !important;
  border-radius: 5px;
  padding: 4.5px;
}