.custom-form-select {
    background-position: right .3rem center !important;
}

header .n-header--bottom #search-form .search-box .custom-form-select {
    padding-right: 25px !important;
    width: 150px;
}

.single-feature-icon-c {
    width: 60px !important;
    height: 60px !important;
}

html body .n-header--bottom,
body header .n-header--bottom {
    padding: 4px 0 !important;
    min-height: 45px !important;
}

html body .n-header--bottom__left .brand-logo img {
    max-height: 70px !important;
    width: auto !important;
    object-fit: contain !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .container {
        max-width: 1215px !important;
    }
}   

.jobcardStyle1 .tw-flex.tw-items-center.tw-gap-2 {
    display: flow-root !important; 
}

@media screen and (max-width: 767px) {
    .jobcardStyle1 .tw-flex.tw-items-center.tw-gap-2 {
        display: flex !important;
        flex-direction: column;
        justify-content: left;
        align-items: start;
    }
    
     /* Fix header padding */
     .n-header--bottom, 
     header .n-header--bottom,
     .n-header .n-header--bottom {
        padding: 4px 0 !important;
        margin: 0 !important;
        height: auto !important;
        min-height: 42px !important;
     }

    .n-header .n-header--top {
        padding: 6px 0 !important;
    }
     
     /* Make logo bigger with more specific selector */
     .n-header--bottom__left .brand-logo img,
     header .n-header--bottom__left .brand-logo img,
     .n-header .n-header--bottom__left .brand-logo img {
        max-height: 55px !important; 
        width: auto !important;
        object-fit: contain !important;
        vertical-align: middle !important;
     }
     
     /* Ensure buttons fit with logo */
     .n-header--bottom .btn.btn-outline-light, 
     .n-header--bottom .btn.btn-light {
        padding: 3px 8px !important;
        font-size: 0.75rem !important;
        min-width: 70px !important;
        height: 26px !important;
     }
}

/* sweetalert2 */
.swal2-icon {
    width: 48px !important;
    height: 48px !important;
    font-size: 24px !important;
    line-height: 48px !important;
    margin: 1em auto !important;
}

.swal2-icon .swal2-icon-content {
    font-size: 30px !important;
}

.swal2-title {
    font-size: 1.3em !important;
}

.swal2-content {
    font-size: 1em !important;
}

/* select2 */
.is-invalid + .select2-container--default .select2-selection--single {
    border: 1px solid #f44336;
}

.btn-job-care {
    line-height: 24px;
    border-radius: 4px;
    padding: 12px 24px 13px;
    transition: .24s cubic-bezier(.55,.055,.675,.19);
    overflow: hidden;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
}