.accessibility-nav {
    background-color: blue;
    padding: 5px;
}

.accessibility-nav-item {
    padding: 5px;
}

.logo-img {
    width: 70px;
    height: auto;
}

.logo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.job-employer-logo{
    width: 70px !important;
    height: auto !important;
}

.logo-title {
    font-size: 15px;
    font-weight: bold;
}

.logo-title p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #252b60 !important;
}

.search-input {
    height: 56px !important;
}

.slider-height2 {
    min-height: 140px !important;
}

.errorlist li {
    color: red;
}

.message-success {
    color: green;
}

.message-error {
    color: red;
}

.message-info {
    color: red;
}

.dashboard-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.search-input{
    height: 54px !important;
}

.dashboard-logo-image {
    width: 70px;
    height: auto;
}

.job-detail-company-logo {
    max-height: 100px;
    width: auto;
}

.job-item-title-div {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    align-content: center !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

.image-container {
    width: 100% !important;
    height: 500px !important;
    overflow: hidden !important;
    border-radius: 15px !important;
}

.slider-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.text-color-white {
    color: white !important;
}

.paragraph-justify {
    text-align: justify !important;
}

/* Display only on mobile devices */
@media (min-width: 992px) {
    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 1350px) {
    .image-container {
        height: 500px !important;
    }
}

@media (max-width: 991px) {
    .mobile-only {
        display: block !important;
    }
    .image-container {
        height: 350px !important;
    }
}

@media (max-width: 835px) {
    .image-container {
        height: 300px !important;
    }
}

@media (max-width: 650px) {
    .image-container {
        height: 250px !important;
    }
}

@media (max-width: 500px) {
    .image-container {
        height: 200px !important;
    }
}

@media (max-width: 300px) {
    .image-container {
        height: 150px !important;
    }
}


