@font-face {
  font-family: 'UniversNextPro';
  src: url('/pbx_fonts/unp-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'UniversNextPro';
  src: url('/pbx_fonts/unp-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
* {
  font-family: 'UniversNextPro', sans-serif !important;
}
/*Main Style*/
body.bg-white .container {
    max-width: 1200px;
}
body.bg-white, body.bg-white header, body.bg-white footer {
        background-color: #1A1919 !important;
}
body.bg-white footer a p {
    color: #fff;
}
.container img#logo-image {
    margin-left: 0;
}
body.bg-white .layout-content {
    background-color: #1A1919;
    margin: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.layout-content article.mt-lg {
    display: flex;
    flex-direction: column;
    gap: 0;
}
article.mt-lg h1.category-header {
    color: #00bce4;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}
article.mt-lg details.category-section {
    display: flex;
    flex-direction: column;
}
details.category-section .ml-10 {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
}
details.category-section article.job-posting {
    margin: 0;
    padding: 30px 20px;
    border-radius: 5px;
    background-color: #524E4E;
}
article.job-posting .mb-2 {
    color: #fff;
}
details.category-section article.job-posting, details.category-section article.job-posting * {
    transition: all .3s ease-in-out;
}
article.job-posting a.text-lg {
    letter-spacing: 0.5px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}
article.job-posting a.text-lg:hover {
    color: #fff !important;
    text-decoration: none;
}
article.job-posting a button {
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 2px;
    width: auto;
    padding: 15px 24px;
    background-color: #00bce4 !important;
    font-size: 15px;
}
article.job-posting a button::After {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(https://cdn.prod.website-files.com/67642d5b5866a8b79987d4a3/684fc785d767517bdaf3d9e8_sec-vctr.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
    transition: all .2s ease-in-out;
    margin-left: 5px;
}
html body article.job-posting a button:hover {
    background-color: #039cbd !important;
}
article.job-posting .text-xs {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 12px;
    padding-top: 12px;
    font-size: 15px;
    line-height: 22px;
}
article.job-posting .text-xs br {
    display: none;
}
article.job-posting .text-xs span {
    text-transform: capitalize;
    letter-spacing: .5px;
    padding: 5px 10px;
    display: flex;
    margin: 0;
    border-radius: 30px;
    line-height: 12px;
    font-size: 12px;
    height: auto;
}
details.category-section article.job-posting:hover {
    transform: translate(0px, -5px);
    background-color: #2F2F2F;
}
article.mt-lg details.category-section summary {
    color: #fff;
}
body.bg-white .my-md.w-full.border.border-neutral-400 {
    border-color: #757575;
}
.layout-content article.mt-lg .my-md.w-full.border.border-neutral-400:last-child {
    display: none;
}
/*Job Detail Page*/
.job-posting-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #fff;
}
.job-posting-details h1.mt-0 {
    font-weight: 700;
}
.job-posting-details div, .job-posting-details p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}
.job-posting-details .ql-editor h1, .job-posting-details .ql-editor h2 {
    font-weight: 400;
}
.job-posting-details .ql-editor ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 12px;
    padding-left: 35px;
}
.job-posting-details .ql-editor h1 {
    padding-bottom: 5px;
}
.job-posting-details .ql-editor h2 {
    color: #00bce4;
}
.job-posting-details .ql-editor ul li {
    list-style-type: square;
    padding-left: 0;
}
.job-posting-details .ql-editor ul li::before {
    display: none;
}
.job-posting-details .ql-editor ul li::marker {
    color: #00bce4;
}
article.grid nav.my-lg {
    margin-bottom: 10px;
}
article.grid nav.my-lg span {
    color: #fff;
}
article.grid nav.my-lg span.text-gray-500 {
    color: #6B7281;
}
.job-posting-details .uppercase.text-neutral-500 {
    color: #fff;
}
.job-posting-details p.text-neutral-500 {
    color: #00bce4;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: .5px;
}
section.mt-md.flex  a button {
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 2px;
    width: 100%;
    padding: 15px 24px;
    font-size: 15px;
}
section.mt-md.flex > a button::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(https://cdn.prod.website-files.com/67642d5b5866a8b79987d4a3/684fc785d767517bdaf3d9e8_sec-vctr.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
    transition: all .2s ease-in-out;
    margin-left: 5px;
}
section.mt-md.flex p.mb-md {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
/*Apply Page*/
.layout-content nav.my-lg span {
    color: #fff;
}
.layout-content nav.my-lg span.text-gray-500 {
    color: #6B7281;
}
.layout-content h1.apply-header {
    color: #fff;
    font-weight: 700;
    letter-spacing: .5px;
}
.layout-content form.apply-form {
    padding-bottom: 60px;
}
form.apply-form p.-mb-md {
    font-size: 20px;
    color: #00BCE4;
    padding-bottom: 15px;
    font-weight: 700;
    letter-spacing: .5px;
}
form.apply-form label {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
form.apply-form input {
    padding: 15px;
    border-radius: 0;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
    background-color: #323232;
    font-size: 16px;
    color: #fff;
    outline: none;
}
form.apply-form input::placeholder {
    color: #a9a9a9;
}
form.apply-form label sup {
    color: red;
}
form.apply-form input:focus {
    background-color: #1A1919;
    border-color: #00BCE4;
}
form.apply-form .flex.justify-center {
    justify-content: end;
}
form.apply-form button#submitButton {
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 2px;
    width: 180px;
    padding: 15px 24px;
    background-color: #00bce4 !important;
    font-size: 16px;
    font-weight: 700;
    transition: all .3s ease-in-out;
}
form.apply-form button#submitButton:hover {
    opacity: .8;
}
/*Done Page*/
.layout-content .done-header {
    color: #fff;
}
.layout-content .done-text-section {
    color: #fff;
}
.layout-content .done-text-section p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.layout-content .text-default-button {
    color: #00bce4;
    font-weight: 700;
    text-transform: capitalize;
    font-style: italic;
}
@media(max-width: 480px){
body.bg-white .layout-content {
    padding-left: 1rem;
    padding-right: 1rem;
}
article.mt-lg h1.category-header {
    font-size: 25px;
    line-height: 32px;
}
article.job-posting a.text-lg {
    font-size: 18px;
}
article.job-posting a button {
    padding: 12px 20px;
    font-size: 14px;
}
form.apply-form button#submitButton {
    width: 100%;
}
}