:root {
    --bs-primary: #0048AE;
    --bs-primary-rgb: 0, 72, 174;
    
    --bs-tertiary-bg: #F5F7FB;
    --bs-tertiary-bg-rgb: 245, 247, 251;
}

p {
    margin: 0;
}

.text-wrap-doted {
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
}


.plus-jakarta-sans-font {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

html {
    height: 100%;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
}

main {
    flex: 1;
}

.card-body {
    flex: 1 1 0%;
    overflow: hidden;
}

#jobDetailsColumn1 {
    width: 700px;
    min-width: 700px;
}

#jobDetailsColumn1 .card-body {
    overflow: visible;
}

#jobDetailsColumn1 h1,
#jobDetailsColumn1 .card-title,
#jobDetailsColumn1 p {
    overflow-wrap: break-word;
    word-break: break-word;
}

.card-text {
    flex: 1;
    overflow: hidden;
}

.card-animation {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.job-card {
    width: 320px;
    height: 280px;
}

.card-animation:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12) !important;
}

.card-title {
    text-wrap: pretty;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.35;
}

#hero {
    padding-left: 250px;
}

#searchInput {
    margin-left: 250px;
}

.logo {
    height: 300px;
    width: 300px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    width: 100%;
    min-height: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.top-80 {
    top: 80px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.text-accent-color {
    color: #79E803;
}

#dropCurriculum {
    border: 2px dashed lightgray;
    padding: 52px 24px;
    cursor: pointer;
    text-align: center;
    border-radius: 15px;
    background-color: var(--bs-tertiary-bg);
}


@media (max-width: 768px) {
    html {
        font-size: 16px;
    }
    
    #enrollmentForm {
        border: unset !important;
    }

    #searchInput {
        margin-left: 0;
    }

    #banner {
        padding: 40px;
    }

    #searchInput {
        margin-left: 250px;
    }

    .logo {
        display: none;
    }
    
    #jobDetails {
        flex-direction: column;
        margin-bottom: 20px;
    }
    
    #jobDetailsColumn2 {
        position: relative; !important;
        top: unset;
    }
    
    #jobDetailsColumn1 {
        width: 100%;
        min-width: unset;
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
    }
    
    #jobDetailHeader {
        flex-direction: column;
        gap: 1rem;
    }
}

.customized-ul {
    padding-left: 0.5rem;
}

.customized-li {
    list-style: none;
    align-items: center;
}

.customized-li:before {
    content: "\F26B";
    font-family: "bootstrap-icons" !important;
    margin-right: 8px !important;
    text-align: center;
    font-weight: 900;
    color: lawngreen;
}