* {
    scrollbar-width: thin;
    scrollbar-color: gray;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
    width: 7px;
}

*::-webkit-scrollbar-track {
    background: lightgrey;
}

*::-webkit-scrollbar-thumb {
    background-color:  gray;
    border-radius: 20px;
    border: gray;
}

h6.filename {
    font-weight: 500;
    margin-top: 0;
  }

h6.filename {
    padding-top: 10px;
  }

h6.filename {
    padding-top: 10px;
  }

.hero-section {
    background-color: rgb(49, 49, 48);
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    position: relative;
}

.hero-banner {
    background-color: rgb(49, 49, 48);
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh;
    position: relative;
}

.home-hero-img {
    min-height:363px;
    max-height: 100%;
    object-fit: cover;
}

.home-hero-filter {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* max-height: 560px; */
    background-color: black;
    opacity: 0.5;
}

.home-hero-form {
    background-color: rgba(4, 41, 58, 0.7);
}

.home-hero-form h1 {
    color: white;
}

.job-filter-card {
    margin-bottom: 15px !important;
}

.job-filter-checkbox-list {
    max-height: 300px;
}

.job-filter-header {
    padding: 5px 10px 5px !important;
    font-size: small;
}

.job-filter-header a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

.job-filter-card-body {
    padding: 5px;
    font-size: small;
}

.badge-container {
    display: inline-flex;
    align-items: center;
    margin: 0.2rem;
}

.badge {
    position: relative;
    white-space: normal !important;
    word-wrap: break-word;
    text-align: left;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
}

.badge-text {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 1rem;
    padding: 0.2rem;
}

.close-button {
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1.1rem;
}


.applicant-filter-card {
    margin-bottom: 15px !important;
}

.applicant-filter-checkbox-list {
    max-height: 300px;
}

.filter-header {
    padding: 5px 5px 5px !important;
    font-size: small !important;
    display: flex;
}

.filter-header input{
    display:  inline-block !important;
    width: 90% !important;
    font-size: small !important;
}

.filter-header i{
    display:  inline-block !important;
    vertical-align: center;
    height: 100%;
}

.filter-header a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    /*display: inline-block;*/
    text-decoration: none;
    vertical-align: center;
    height: 100%;
    flex: max-content;
    /*width: 100%;*/
    margin-left: 5px;
}

.applicant-filter-card-body {
    padding: 0px 10px 10px 10px;
    font-size: small;
}

#activeFiltersCard .card-footer {
    padding: 5px 10px 5px !important;
    font-size: small;
}

#activeFiltersCard .card-footer a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    display: inline-block;
    text-decoration: none;
    width: auto;
}

.filter-header .collapse-button:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f068";
    float: right;
    font-weight: 900;
    margin-right: 5px;
    margin-top: 3px;
}
.filter-header .collapse-button.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    margin-right: 5px;
}

.job-filter-header .collapse-button:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f068";
    float: right;
    font-weight: 900;
    margin-right: 5px;
}
.job-filter-header .collapse-button.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    margin-right: 5px;
}

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}

.about-job .select2-container--default .select2-selection--single{
    border-color: rgba(4, 41, 58, 1) !important;
}

.about-job .select2-container--default .select2-selection--multiple{
    border-color: rgba(4, 41, 58, 1) !important;
}

.about-candidate .select2-container--default .select2-selection--single{
    border-color: rgba(195, 144, 82, 1) !important;
}

.about-candidate .select2-container--default .select2-selection--multiple{
    border-color: rgba(195, 144, 82, 1) !important;
}

.home-job-department .card-footer{
    border-top: 0px !important;
}

.home-job-department .card-body a {
    color: #c39052;
}

.home-job-department .card-footer a {
    color: white;
}

.btn-outline-gold {
    border-color: rgba(195, 144, 82, 1) !important;
    color: rgba(195, 144, 82, 1) !important;
}

.label-row {
    line-height: 1;
    font-size: x-small;
}

.data-box {
    line-height: 1;
    color: #04293a;
    padding-top: 3px;
    padding-bottom: 10px;
}

.lang-picker {
    background-color: rgba(34, 35, 40, 1);
    border: gray solid 1px;
}

.lang-picker a{
    color: gray;
}

.lang-picker a:hover{
    color: white;
    background-color:  rgba(34, 35, 40, 1);
}

/*.job-list-item-buttons {*/
/*    min-width: 130px;*/
/*}*/

.status-6{
    background-color: green !important;
    color: white !important;
}

.status-5{
    background-color: black !important;
    color: white !important;
}

.status-4{
    background-color: #1bb627 !important;
    color: white !important;
}

.status-3{
    background-color: #cbb956 !important;
}

.status-2{
    background-color: #00ff80 !important;
}

.status-1{
    background-color: #003eff !important;
    color: white !important;
}

.social-link{
    color:  #04293a;
}

.social-link:link {
    text-decoration: none;
    color:  #04293a;
}

.social-link:visited {
    text-decoration: none;
    color:  #04293a;
}

.social-link:hover {
    text-decoration: none;
    color: #c39052;
}

.social-link:active {
    text-decoration: none;
    color:  #04293a;
}

.select2-search .select2-search__field {
    margin-bottom: 6px !important;
}

.gradient-background {
    background-image: linear-gradient(to right, red, rgba(222, 222, 12, 1), green);
}

.progress-bar {
    background-color: ghostwhite !important;
}

#cv-match-details {
    position: absolute;
    top: 120px;
    left: 0;
    padding: 5px;
    width: 100%;
    z-index: 9999;
}

#show-cv-match-details {
    cursor: pointer;
}

#cv-match-details .h5 {
    font-size: 0.8rem;
}

.bg-color-25 {
    background-color: #DC143C;
}
.bg-color-33 {
    background-color: #DC143C;
}
.bg-color-50 {
    background-color: #DC143C;
}
.bg-color-66 {
    background-color: #DC143C;
}
.bg-color-75 {
    background-color: #3CB371;
}
.bg-color-100 {
    background-color: #228B22;
}
.bg-color-133 {
    background-color: #008000;
}
.bg-color-150 {
    background-color: #F0E68C !important;
}
.bg-color-200 {
    background-color: #F0E68C;
}
.bg-color-300 {
    background-color: #F0E68C;
}
.bg-color-400 {
    background-color: #F0E68C;
}

.agent-container-job-list {
    position: absolute;
    top: -25px;
    left: 5px;
    transform: translateX(-50%);
    padding: 5px;
    z-index: 100;
}

.agent-container-applicant-list {
    position: absolute;
    top: -25px;
    left: 5px;
    transform: translateX(-50%);
    padding: 5px;
    z-index: 100;
}

.agent-picture-small {
    width: 50px;
    height: 50px;
    border: 7px solid white;
}

.agent-picture-big {
    width: 130px;
    height: 130px;
}

.contact-popup {
    position: absolute;
    top: -30px;
    left: 200px;
    transform: translateX(-50%);
    padding: 5px;
    display: none;
    width: 400px;
    /*height: 400px;*/
    z-index: 200;
}

.agent-picture:hover .contact-popup,
.agent-picture:active .contact-popup
{
    display: block;
}

.agent-card {
    min-width: 320px;
}

.chatbot-container {
    height: 80vh;
    border: solid 5px #c39052;
    border-radius: 15px;
    background-color: #1a1a1a;
    box-sizing: border-box;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .chatbot-container {
        height: 40vh;
        background-color: #c39052;
        border-radius: 15px;
        padding: 5px;
        box-sizing: border-box;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

#chatbotModal .modal-content {
    background-color: rgba(0,0,0,0);
    border: none;
}

.home-job-category {
    height: 100%; /* Set the height to 100% */
    flex-basis: 33.33%; /* Set the width to 33.33% */
    flex-grow: 1; /* Make the card grow to fill the available space */
}

@media (max-width: 500px) {
    .topbar-user-name {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 120px; /* Adjust the max-width as needed */
    }
}

/* Applicant Card Styles */
.applicant-card {
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 8px;
    padding: 1.5rem;
}

.applicant-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.top-divider {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* Company detail responsive styles */
.company-detail .company-name-heading {
    font-size: 2rem; /* Default size */
}

/* Media query for smaller screens */
@media (max-width: 767.98px) {
    .company-detail .company-name-heading {
        font-size: 1.5rem; /* Smaller size on mobile */
        word-break: break-word; /* Handle long company names */
    }

    /* Adjust logo size on mobile */
    .company-detail .company-logo {
        max-height: 40px !important;
    }
}

/* For very small screens */
@media (max-width: 575.98px) {
    .company-detail .company-name-heading {
        font-size: 1.25rem; /* Even smaller for very small screens */
    }

    .company-detail .card-header {
        padding: 0.75rem; /* Reduce padding on card header for small screens */
    }
}


/* Checkbox switch */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

/* Hide default checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider track */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 17px;
}

/* The slider handle */
.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

/* Checked state styles */
input:checked + .slider {
    background-color: #04293a;
}

input:focus + .slider {
    box-shadow: 0 0 1px #04293a;
}

input:checked + .slider:before {
    transform: translateX(13px);
}

.text-black {
    color: black;
}
