@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --brand-blue: #1D4857;
    --brand-green: #a4bd41;
    --brand-white: #ffffff;
    --brand-ltgrey: #f5f5f5;
    --brand-orange: #F29D52;
}

/***** GLOBAL STYLES *****/
.brand-blue { color: var(--brand-blue); }
.brand-green { color: var(--brand-green); }
.brand-orange { color: var(--brand-orange); }
.navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3Csvg width='31' height='21' viewBox='0 0 31 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.40918' width='31' height='4.04967' fill='white'/%3E%3Crect y='8.43945' width='25.2895' height='4.18669' fill='white'/%3E%3Crect y='16.8135' width='19.5789' height='4.18669' fill='white'/%3E%3C/svg%3E%0A"); }

.testing {
    background: #1D4857;
    background: linear-gradient(180deg, rgba(29, 72, 87, 0) 0%, rgba(29, 72, 87, 1) 10%, rgba(29, 72, 87, 1) 50%, rgba(242, 157, 82, 1) 90%, rgba(242, 157, 82, 1) 100%);
}

/***** HOME PAGE STYLES *****/
.home-header-lg { font-size: 2.5rem; }
.home-header-sm { font-size: 2.5rem; }
.home-header-sub { font-size: 1.5rem; font-weight: 400; }

h1 {
    font-family: Raleway, serif!important;
}

h2, h3 {
    font-family: Raleway, serif!important;
}

h4, h5 {
    font-family: Raleway, serif;
}

p, span, div {
    font-family: Raleway, serif!important;
}

b {
    font-weight: bold!important;
}

i {
    font-style: italic!important;
}

.signup-gradient-text {
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(242, 157, 82, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    line-height: 1.2; /* tweak this value as needed */
    padding-bottom: 2px; /* this helps preserve descenders like y/g/p */
}

.join-gradient-text {
    background: linear-gradient(90deg, rgba(48, 81, 96, 1) 0%, rgba(115, 163, 186, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    line-height: 1.2; /* tweak this value as needed */
    padding-bottom: 2px; /* this helps preserve descenders like y/g/p */
}

.hero-section {
    position: relative;
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.hero-contact-form {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #1D4857;
    opacity: 0.75; /* tweak this as needed */
    z-index: -1;
}

.hero-contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    opacity: 0.75; /* tweak this as needed */
    z-index: -1;
}

.button-container {
    display: flex;
    justify-content: center; /* centers the whole group */
    gap: 1rem;               /* spacing between buttons */
    flex-wrap: wrap;         /* so it stacks on small screens */
    margin-top: 1rem;
}


.talent-loop-bg-color {
    background-color: var(--brand-blue);
}

.talent-loop-primary-color {
    background-color: var(--brand-green)!important;
    color: #fff!important;
}

.talent-loop-primary-color-main-page {
    background-color: var(--brand-green)!important;
    color: var(--brand-blue)!important;
}

.talent-loop-primary-color-outline {
    border-color: var(--brand-green)!important;
}

.talent-loop-secondary-color {
    color: var(--brand-orange);
}


.nav-item {
    font-size: 1.25em;
    color: white;
    font-weight: bold;
}

.thread-item {
    text-decoration: none;
    color: var(--brand-blue);
}
.thread-item:hover {
    text-decoration: none;
    color: var(--brand-orange);
}

.item-title {
    overflow: hidden;
    white-space: nowrap; /* Don't forget this one */
    text-overflow: ellipsis;
}


.nav-item:hover {
    color: var(--brand-orange);
    font-weight: bold;
}

.company_name_link {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.imageFilePicker {
    background-image: url("../images/image_upload.png");
}

.image-plus-button {
    border-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--brand-orange);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8rem;
}

.square-small {
    width: 150px;
    height: 150px;
}

.square-med {
    width: 250px;
    height: 250px;
}

.square-large {
    width: 400px;
    height: 400px;
}

#input-label{
    position: relative;
    background: url("../images/image_upload.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    user-select: none;
    cursor: pointer;
    color: #207ed1;
    transition: all 1s;
}
#input-label:hover{
    background-color: var(--brand-orange);
}

#input-label-mobile {
    position: relative;
    background: url("../images/image_upload.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    user-select: none;
    cursor: pointer;
    color: #207ed1;
    transition: all 1s;
}
#input-label-mobile:hover{
    background-color: var(--brand-orange);
}


#image-label{
    position: relative;
    background: url("../images/image_upload.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    user-select: none;
    cursor: pointer;
    color: #207ed1;
    transition: all 0.25s;
    border-radius: 50%;
}
#image-label:hover{
    /*background-color: var(--brand-orange);*/
    border: 20px solid var(--brand-orange);

}

#image-label-mobile{
    position: relative;
    background: url("../images/image_upload.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    user-select: none;
    cursor: pointer;
    color: #207ed1;
    transition: all 1s;
}
#image-label-mobile:hover{
    background-color: var(--brand-orange);
}


.grey_bg {
    background-color: #f1f1f1 !important;
}

.remove_border {
    border: 0 !important;
}

.text-error {
    color: red !important;
}

#profile-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    padding: 0;
    margin: 0;
}



#profile-img-mobile {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 300px;
    height: 300px;
    padding: 0;
    margin: 0;
}

#profile-img-bg {
    width: 310px;
    height: 310px;
    padding: 5px;
    margin: 0;
}

#profile-info {

    min-height: 600px;
    margin: 0;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#profile-availability {
    height: 15%;
}

#profile-name {
    height: 70%;
}
#profile-name > div{
    padding-top: 50%;
}


#profile-achievements {
    height: 15%;
}

.center-vertically {
    vertical-align: center;
    height: 100%;
    margin: auto;
}

#qrcode {
}

#qrcode > div {
    width: 134px;
    padding: 12px;
}

#achievement {
    background-image: url("images/achievement.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-right: 3px;
    border-radius: 10px;
}

.five-percent-margin-left {
    margin-left: 5% !important;
}

.nav-dropdown {
    list-style: none;
    padding-left: 60px;
}

#profile-header {
    margin-left: 5% !important;
}

.hamburger-content-title {
    transform: translate(25px, 0px);
}

.review-hire-btn {
    border-radius: 4px;
}
.btn-review-selected {
    border: 3px solid #c2ff33 !important;
    border-radius: 7px;
}

.navbar-toggler {
    border: none !important;
}

.resume-content-showing {
    color: white !important;
    background-color: var(--brand-orange) !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0) !important;
}

.carousel .carousel-indicators button {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.company-detail-item-card {
    min-width: 300px!important;
}

.company-detail-item-card-img {
    height: 150px!important;
}

.company-detail-item-card-img-modal {
    height: 400px!important;
}


.benefits-modal-dialog{
    max-width: 100%!important;
}

.trix-content .attachment-gallery > .attachment,
.trix-content .attachment-gallery > rich-text-attachment {
    flex: 1 0 33%;
    padding: 0 0.5em;
    max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > .attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > rich-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > rich-text-attachment {
    flex-basis: 50%;
    max-width: 50%;
}

.trix-content rich-text-attachment .attachment {
    padding: 0 !important;
    max-width: 100% !important;
}

/** These are TailwindCSS specific tweaks */
.trix-content {
    @apply w-full;
}

.trix-content h1 {
    font-size: 1.25rem !important;
    line-height: 1.25rem !important;
    @apply leading-5 font-semibold mb-4;
}

.trix-content a:not(.no-underline) {
    @apply underline;
}

.trix-content ul {
    list-style-type: disc;
    padding-left: 2.5rem;
}

.trix-content ol {
    list-style-type: decimal;
    padding-left: 2.5rem;
}

.trix-content img {
    margin: 0 auto;
}

.msg-block {
    width: 100%!important;
}
.msg-block img {
    max-width: 100%!important;
    height:auto;
}

.job-listing-modal {
    max-width: 100%!important;
}

.recent-messages-card {
    max-width: 100%;
}

.dashboard-chart {
    top: 5%;
    right:-20%;
    max-width: 200px!important;
    max-height: 200px;
    position: absolute;
}

#job-search-bar {
    width: 75%!important;
}

#sort_by {
    width: 75%!important;
}

.laptop {
    margin-bottom: 50px;
    width: 100%;
}


#roster-section {
    height: auto;
    padding: 50px 0;
    background-image: linear-gradient(180deg, white 0%, white 14.98%, var(--brand-blue) 15.1%, var(--brand-blue) 100%);
}

#resource-section {
    height: auto!important;
}

#placement-section, #recycle-section {
    background-color: var(--brand-ltgrey);
    height: auto!important;
}

#recycle-img {
    width: 100%!important;
    height: auto!important;
}


@media only screen and (min-width: 992px) {

    /***** HOME PAGE STYLES *****/
    .home-header-lg { font-size: 4.25rem; }
    .home-header-sm { font-size: 3.5rem; }
    .home-header-sub { font-size: 2rem; font-weight: 600; }

    .laptop {
        width: auto;
    }

    #roster-section {
        background-image: linear-gradient(180deg, var(--brand-ltgrey) 0%, var(--brand-ltgrey) 14.98%, var(--brand-blue) 15.1%, var(--brand-blue) 82.98%, var(--brand-ltgrey) 83.1%, var(--brand-ltgrey) 100%);
        padding: 0;
        overflow: hidden;
    }

    #job-search-bar {
        width: 370px!important;
    }

    #sort_by {
        width: 420px!important;
    }

    .dashboard-chart {
        top: 15%;
        right: -20%;
        max-width: 430px!important;
        max-height: 430px;
        position: absolute;
    }

    .recent-messages-card {
        max-width: 90%;
    }

    .job-listing-modal {
        max-width: 60%!important;
    }


    .msg-block {
        width: 60%!important;
    }

    .benefits-modal-dialog{
        max-width: 40%!important;
    }

    .company-detail-item-card-img {
        height: 150px!important;
    }

    .company-detail-item-card-img-modal {
        height: 400px!important;
    }


    #qrcode {
        position: absolute;
        top: 20%;
        right: -120px;
    }

    #qrcode > div {
        width: 244px;
        height: 244px;
        padding: 12px;
    }

    .resume-content-desktop:active {
        background-color:var(--brand-blue) !important;
    }

}


@media only screen and (min-width: 1400px) {

    #roster-section {

    }

    #resource-section {
        /* height: 610px!important; */
    }

    #placement-section, #recycle-section {
        background-color: var(--brand-ltgrey);
    }

    #recycle-img {
        width: auto!important;
        height: 480px!important;
    }

}

@media only screen and (min-width: 2000px) {
    .dashboard-chart {
        top: 5%;
        right: -15%;
        max-width: 500px!important;
        max-height: 500px;
        position: absolute;
    }




}

