body {
    background-color: #F4F3FC !important;
    position: relative !important;
}

/* Container */
.jobsskillsfest-joblist-container {
    max-width: 1280px; margin: 0 auto;
    padding: 20px;
}

.joblist-container-padding {
    padding-bottom: 13%;
}

.empty-jobs-container {
    display: flex;
    justify-content: center;
    padding: 2% 0% 18% 0%;
}

/* Job Card */
a.jobsskillsfest-joblink {
    color: #000000;
}

a.jobsskillsfest-joblink:hover {
    color: #000000;
}

.jobsskillsfest-jobcard {
    border: 1.5px solid #E5E5E5;
    border-radius: 5px;
    margin: 5px !important;
    background-color: #ffffff;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 290px;
    overflow: hidden;
    box-sizing: border-box;
}

.jobsskillsfest-jobcard-container {
    padding: 14px !important;
    height: 218px;
}

.jobsskillsfest-jobcard-coyimage {
    width: 35px;
    height: 35px;
    object-fit: scale-down;
    margin-bottom: 12px;
    border: 1px solid #E5E5E5;
}

.jobsskillsfest-jobcard-coyname {
    color: #71717A;
    font-family: Lato;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    width: 100%;
    text-align: left;
}

.jobsskillsfest-jobcard-jobname {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin: 5px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobsskillsfest-jobcard-salary {
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #DE116E;
}

.jobsskillsfest-jobcard-loc-container {
    padding-left: 14px !important;
    margin-top: 5px !important;
    display: flex !important;
}

.jobsskillsfest-jobcard-loc-text {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #3F3F46;
    margin-top: -2px;
    padding-left: 5px;
}

.jobsskillsfest-jobcard-tag-container {
    margin-top: 12px;
}

.jobsskillsfest-jobcard-tag {
    padding: 2px 10px;
    background-color: #EFF6FF;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
}

.jobsskillsfest-jobcard-tag-text {
    font-family: Lato;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: right;
    padding-left: 5px;
    color: #1D4ED8;
}

.jobsskillsfest-jobcard-footer-container {
    border-top: 1px solid #ccc !important;
    margin-top: 12px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 56px !important;
}

.jobsskillsfest-jobcard-updated-date {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #71717A;
}

.jobsskillsfest-jobcard-apply-button {
    height: 40px;
    min-width: 100px;
    padding: 0px 16px;
    float: right;
    gap: 12px;
    background-color: #FA4094;
    color: #ffffff;
    border: 0 !important;
    border-radius: 5px !important;
    font-family: Lato;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    font-weight: 700;

}

/* Pagination */
.jobsskillsfest-pagination-empty {
    height: 60px;
}

.jobsskillsfest-pagination {
    display: flex;
    list-style: none;
    padding: 0px 50px 30px 0px;
}

.jobsskillsfest-pagination-item {
    margin: 0;
    cursor: pointer;
    width: 42px;
    height: 25px;
    padding: 30px 10px;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

.jobsskillsfest-pagination-item:hover {
    text-decoration: none;
    color: #291AE0;
}

.jobsskillsfest-pagination-panel {
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
}

.jobsskillsfest-pagination-active {
    color: #FA4094;
    border-bottom: 1.5px solid #FA4094;
    width: 42px;
    height: 30px;
}

.jobsskillsfest-emp-responsive-container {
    background: #ECFDF5;
    display: flex;
    align-items: center;
    width: max-content;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: -9px;
    padding: 3px 8px;
  }
  .emp-responsive-msg {
    color: #047857;
    font-size: 12px;
    font-weight: 400;
  }

@media only screen and (max-width: 767px) {
    .jobsskillsfest-jobcard {
        max-width: 400px;
        width: 380px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .col-sm-6 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .jobsskillsfest-pagination-panel {
        justify-content: center;
        padding-bottom: unset;
    }

    .jobsskillsfest-pagination-item {
        width: 30px;
    }

    .jobsskillsfest-pagination-active {
        width: 40px;
    }

    .joblist-container-padding {
        padding-bottom: unset;
    }

    .jobsskillsfest-pagination {
        padding-right: 0px;
    }

    .empty-jobs-container {
        padding-bottom: 16%;
    }
    .jobsskillsfest-joblist-container {
        padding: 0% 8% 0% 8%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .col-md-4 {
        margin: auto !important;
    }

    .empty-jobs-container {
        padding-bottom: 25%;
    }

    .joblist-container-padding {
        padding-bottom: 16%;
    }

    .jobsskillsfest-joblist-container {
        max-width: 1280px; margin: 0 auto;
    }
}

@media only screen and (width: 1024px) {
    .joblist-container-padding {
        padding-bottom: 51.5% !important;
    }

    .empty-jobs-container {
        padding: 20% 0% 41.5% !important;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
    .joblist-container-padding {
        padding-bottom: 38.1%;
    }

    .empty-jobs-container {
        padding: 15% 0% 35%;
    }
}