﻿body{
    font-size:14px;
}
.panelEventDetails h4,
.panelPreviewPopAlert h4 {
    margin-bottom: 5px;
}

.panelOtherSettings h4,
.panelEventDetails h4,
.panelPreviewPopAlert h4 {
    font-weight: bold;
}

/*########################################################################*/
/*POPALERT PREVIEW*/
.popalert-wrapper {
/*    border: 1px solid #BABABA;*/
/*    border-radius: 10px;*/
    background-color: #f9f9f9;
/*    max-width: 400px;
    min-width: 400px;
    width: 400px;
*/}

.popalert-status-dot {
    margin: 4px 0px 4px 16px;
}

.popalert-subpanel {
/*    border: 1px solid #BABABA;*/
    padding: 15px 25px;
    border-left: 0px;
    border-right: 0px;
    background-color: #fff;
    margin-bottom: 10px;
}

.popalert-section-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}
#popalert_Schedule_V2_Step1 .popalert-section-title,
#popalert_Schedule_V2_Step3 .popalert-section-title {
    display: none;
}


/* JOB HEADER*/
.popalert-jobheader {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #888;
    font-size: 14px;
    border-top: 0px;
}

    .popalert-jobheader .logo-name-wrapper {
        display: flex;
    }

    .popalert-jobheader .agency-logo{
        display: flex;
        justify-content: left;
        align-items: normal;
        width: 20%;
        padding-right: 10px;
        padding-top: 4px;
    }

        .popalert-jobheader .agency-logo img{
            max-height: 50px;
            border-radius: 4px;
        }

    .popalert-jobheader .event-name {
        flex-grow: 1;
        font-weight: bold;
        color: #333;
        font-size: 14px;
    }

    .popalert-jobheader .agency-name {
        margin: 10px 0px 4px 0px;
        color: #333;
        font-weight: bold;
        text-transform:none;
    }

    .popalert-jobheader .event-date-location-pmttype {
        display: flex;
    }

    .popalert-jobheader .event-date-location {
        width: 75%;
        font-size: 12px;
    }

    .popalert-jobheader .event-pmttype {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }

        .popalert-jobheader .event-pmttype img {
        }

    .popalert-jobheader .event-dates {
        display: block;
    }

    .popalert-jobheader .event-location {
        display: block;
    }

    .popalert-jobheader .event-finances {
        margin-top: 10px;
    }
    .popalert-jobheader .event-finances .small-text{
        font-size:.9em;
    }
    .popalert-jobheader .event-finances-vertline {
        height: 50px;
        width: 5px;
        border-left: 1px solid #ccc;
        margin-top: 5px;
    }

    .popalert-jobheader .event-finances-rate {
        text-align: left;
        padding-right:0px;
    }

    .popalert-jobheader .event-finances-hours {
        text-align: left;
        padding-right: 0px;
    }

    .popalert-jobheader .event-finances-positions {
        text-align: left;
        padding-right: 0px;
        width:30%;
    }

    .popalert-jobheader .event-finance-lgtext {
        font-size: 14px;
        font-weight: bold;
        color: #333;
    }

    .popalert-jobheader .event-perks {
        margin-top: 10px;
    }

        .popalert-jobheader .event-perks .col-sm-3,
        .popalert-jobheader .event-finances .col-sm-3 {
            padding: 0px 2px;
        }

    .popalert-jobheader .event-perk-badge {
        min-height: 50px;
        margin: 10px 0px;
    }

    .popalert-jobheader .perk-badge-icon {
        text-align: center;
        margin-bottom: 2px;
    }

    .popalert-jobheader .perk-badge-text {
        font-size: 9px;
        text-align: center;
        color: #333;
    }

/* REQUIREMENTS */
.popalert-requirements {
}

/* DESCRIPTION */
.popalert-description {
}

.popalert-description-text {
    white-space: pre-wrap;
}

/* SCHEDULE */
.popalert-schedule {
}

    .popalert-schedule .popalert-schedule-position-panel {
        border: 1px solid #BABABA;
        border-radius: 6px;
        padding: 10px 10px 5px 10px;
        margin-bottom: 10px;
    }

    .popalert-schedule .popalert-schedule-position-title {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        margin-bottom: 5px;
    }

    .popalert-schedule .popalert-schedule-shift-panel {
        border: 1px solid #BABABA;
        border-radius: 6px;
        padding: 0px 0px;
        display: flex;
        margin-bottom: 8px;
        background-color:#fff;
    }

    .popalert-schedule .popalert-schedule-shift-calendar-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 12%;
        color: #ffffff;
        background-color: #ff5792;
    }

    .popalert-schedule .popalert-schedule-shift-details {
        flex-grow: 1;
        padding: 10px 0 10px 10px;
        font-size: 10px;
    }

    .popalert-schedule .popalert-schedule-shift-datetime {
    }

    .popalert-schedule .popalert-schedule-shift-location {
    }


    .popalert-schedule .popalert-schedule-shift-select {
        flex-grow: 1;
        padding: 11px 0px 0px 0px;
        font-size: 10px;
        max-width: 40px;
        width:10%;
    }


/* DOCS AND REPORTS*/
.popalert-doctable {
    font-size: 1.1em;
    margin-top: 0px;
}
.popalert-doctable td {
    padding-bottom:10px;
}
    .popalert-doctable td a{
        font-weight: normal !important;
    }

/* PAY DETAILS*/
.popalert-paydetails {
    /*margin-bottom: 0px;*/
    /*border-top: 1px solid #BABABA;*/
    border-bottom: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 14px;
    padding-bottom: 50px;
}

    .popalert-paydetails .popalert-paydetails-timeline {
        font-weight: bold;
    }

    .popalert-paydetails .popalert-paydetails-timeline-text {
        font-weight: normal;
        color: #0DA98D;
    }

    .popalert-paydetails .popalert-paydetails-method {
        font-weight: bold;
    }

    .popalert-paydetails .popalert-paydetails-method-text {
        font-weight: normal;
    }

    .popalert-paydetails .popalert-paydetails-note {
        font-size: 10px;
        color: #ccc;
    }

    .popalert-paydetails .popalert-paydetails-guarantee-panel {
        display: flex;
        margin-top: 25px;
        background-color: #FFEEF4;
        border: 1px solid #FF5792;
        border-radius: 6px;
        color: #000;
    }

    .popalert-paydetails .popalert-paydetails-guarantee-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20%;
    }

    .popalert-paydetails .popalert-paydetails-guarantee-text {
        flex-grow: 1;
        padding: 10px;
        font-size: 10px;
    }


.event-creation-bottom-bar {
    background-color: #E5E5E5;
    bottom: 0;
    padding: 1em;
    position: fixed;
    width: 100%;
    z-index: 999;
}

    .event-creation-bottom-bar .btn {
        padding: 15px 15px;
        font-size: 16px;
        margin-left: 10px;
        font-weight: normal;
    }

    .event-creation-bottom-bar .btn-blue {
        color: #1BBEE8;
        background: none;
    }

    .event-creation-bottom-bar .btn-gray-link {
        background-color: transparent;
        color: #666;
        border: none;
    }

        .event-creation-bottom-bar .btn-gray-link:hover,
        .event-creation-bottom-bar .btn-gray-link:active,
        .event-creation-bottom-bar .btn-gray-link:focus {
            color: #1bbee8;
            box-shadow: unset;
        }

    .event-creation-bottom-bar .btn-other {
        color: #ff5792;
        background: none;
        border-color: #ff5792;
    }

    .event-creation-bottom-bar .btn-green {
        background-color: #0DA98D;
        border-color: #0DA98D;
        color: #efefef;
        font-weight: normal;
    }

        .event-creation-bottom-bar .btn-green:hover {
            background-color: #09937a;
            border-color: #0DA98D;
            color: #fff;
        }

    .event-creation-bottom-bar .btn-footer-next {
        width: 200px;
    }

.desktop-only {
    display: inline-block;
}

.mobile-only {
    display: none;
}

.statusColorBox-mobile {
    display: none;
}

.pb-alert-container{
    padding-bottom:0px;
}
.v2_apply_topnav {
    background-color: #fff;
    margin-left: -20px;
}
.v2_apply_topnav a {
    color: #666;
    margin-left: 5px;
}
    .v2_apply_topnav .fa {
        margin-right: 6px
    }
.v2_apply-step-wrapper {
    background-color: #F6F6F6;
    margin: 0px;
    padding: 10px;
}
/*COVER LETTER*/
.v2_event-title {
    font-size: .9em;
    font-weight: normal;
    color: #BABABA;
    text-align: center;
}
.v2_upper {
    text-transform: uppercase;
}
.v2_event-title-red-bold {
    color: #ff5792;
    font-weight: bold;
}
.v2_event-desc {
    margin-top: 5px;
    display: flex;
}
    .v2_event-desc .agency-logo {
        display: center;
        justify-content: left;
        align-items: normal;
        width: 20%;
        padding-right: 10px;
        padding-top: 4px;
    }

        .v2_event-desc .agency-logo img {
            max-height: 50px;
            border-radius: 4px;
        }

    .v2_event-desc .event-name {
        flex-grow: 1;
        font-weight: bold;
        color: #333;
        font-size: 14px;
    }
    .v2_event-desc .left-side {
        display: center;
        justify-content: left;
        align-items: normal;
        padding-right: 4px;
        padding-top: 1px;
    }
    .v2_event-desc .right-side {
        flex-grow: 1;
        color: #333;
        font-size: 14px;
    }

.v2_link-disabled {
    pointer-events: none;
    opacity: .4;
    cursor:not-allowed !important;
}
.v2-checkbox-disabled {
    pointer-events: none;
    opacity: .5;
}
.mt-10{
    margin-top:10px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}



.text-container {
    position: relative;
    overflow: hidden;
}

.text-content {
    line-height: 1.5;
    max-height: 100px; /* Approximate height for 500 characters */
    overflow: hidden;
    position: relative;
    /*padding-right: 1em;*/
}

    .text-content::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        height: 1.5em; /* Fading effect height */
        width: 100%;
        background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
        display: block;
    }

.text-content-expanded::after {
    background: unset !important;
}

.toggle-button {
    display: block;
    margin: 0 auto;
    padding: 3px 20px;
    background-color: #fff;
    border: 2px solid #ff5792;
    color: #ff5792 !important;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 0px; /* Adjust to position the button below the faded text */
    position: relative;
    z-index: 10;
    width: 100px;
    text-align: center;
    font-size: 14px;
    font-weight: normal !important;
}

.toggle-button-mt-10 {
    margin-top: 10px;
}

.toggle-button:focus {
    outline: none;
}

.apply-button {
    display: inline-block;
    padding: 12px 0px;
    border-radius: 25px;
    cursor: pointer;
    z-index: 10;
    width: 35%;
    text-align: center;
    font-size: 14px;
    font-weight: normal !important;
    margin: 0px 12px 0px 12px;
}

.action-not-interested {
    background-color: #ff5792;
    /*border: 2px solid #ff5792;*/
    color: #fff !important;
}

.button-select-all-shifts {
    display: inline-block;
    padding: 6px 0px;
    border-radius: 15px;
    cursor: pointer;
    z-index: 10;
    width: 94%;
    text-align: center;
    font-size: 12px;
    font-weight: normal !important;
    margin: 0px 12px 0px 12px;
    background-color: #ff5792;
    color: #fff !important;
}

.action-apply {
    background-color: #0BA88D;
    color: #fff !important;
}
.action-confirm {
    background-color: #1bbee8;
    color: #fff !important;
}
.action-goback {
    background-color: #1BBEE8;
    color: #fff !important;
}

#popalert_step1, #popalert_step2, #popalert_step3 {
    display: none;
}

#recruitCoverLetter, #recruitCoverLetterConfirm {
    height: 125px !important;
    min-height: 100px !important;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #aaa;
    margin-bottom: 2px;
}
    #recruitCoverLetterConfirm{
        pointer-events:none;
        color:#888;
    }



    .timeline-container {
        display: flex;
        justify-content: center; /* Centers the timeline horizontally */
        align-items: center;
        width: 100%;
    }

.timeline {
    display: flex;
    justify-content: space-between; /* Spreads the items out */
    align-items: center;
    width: 300px; /* Set a specific width to center the timeline */
    position: relative;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.circle {
    width: 20px;
    height: 20px;
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #555;
    z-index: 1; /* Ensures circles appear above the line */
}

.check {
    background-color: #0BA88D; /* First circle background color */
    color: white;
}

.filled {
    background-color: #0BA88D; /* Second circle background color */
}

.timeline-text {
    margin-top: 5px;
    font-size: 12px;
    color: #333;
    text-align: center;
}

/* Style the line */
.timeline:before {
    content: '';
    position: absolute;
    top: 25%; /* Position line at 25% of timeline */
    left: 30px;
    right: 15px;
    height: 2px;
    background-color: #ddd;
    transform: translateY(-50%); /* Move the line up by 50% of its height to center it */
    z-index: 0;
}

/* Style the first part of the line with the green color */
.timeline:after {
    content: '';
    position: absolute;
    top: 25%; /* Position line at 25% of timeline */
    left: 30px;
    width: 40%; /* Length of the green line */
    height: 2px;
    transform: translateY(-50%); /* Move the line up by 50% of its height to center it */
    z-index: 0;
}
.timeline-step2:after {
    background-color: #0BA88D; /* Connecting line color */
}
.timeline-step3:after {
    background-color: #0BA88D; /* Connecting line color */
}
.timeline-step3:before {
    background-color: #0BA88D; /* Connecting line color */
}

/* Main Content */
.content {
    min-height: 100vh;
    padding-bottom: 125px; /* Adjust to the height of the footer */
}
.popalert_apply_buttons {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}
#popalert_apply_wrapper,
.hide-button-wrapper {
    display: none;
}
/* Sticky Footer */
.sticky-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 450px;
    margin: auto;
    background-color: #fff;
    border-top: 1px solid #333;
    padding: 10px;
    z-index: 10;
    text-align:center;
}
/*########################################################################*/
@media (max-width: 450px) {
    .popalert-wrapper {
        max-width: unset;
        min-width: unset;
        width: unset;
    }
}