.b-container {
    padding: 0.4em 1em;
}
.b-container .wrapper {
    border-bottom: 1px solid var(--clr-light-dark, #000);
    padding: 6px 16px;
}
.b-container .b-btn-lg {
    background-color: var(--clr-btn, rgba(250, 15, 15, 0.768627451));
    color: var(--clr-light);
    padding: 0.4em 1em;
    border-radius: var(--br-xl);
    text-decoration: none;
    font-weight: var(--fw-b);
    transition: all 0.1s ease;
}
.b-container .b-btn-lg:hover,
.b-container .b-btn-lg:active,
.b-container .b-btn-lg:focus {
    text-decoration: none;
    color: var(--clr-light);
    outline: 2px solid var(--clr-light);
}
.b-container .b-btn-lg a {
    color: var(--clr-light);
}
.b-container .row-3 {
    display: flex;
    flex-direction: column;
}
.b-container .nav-col-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.b-container .nav-col-item {
    flex: 1;
    color: var(--clr-theme);
}
.b-container .nav-col-item .item {
    height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.b-container .nav-col-item .item i {
    margin-right: 8px;
}
.b-container .col-item-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-items: center;
    align-items: center;
}
.b-container .col-item-3:where(.rev) {
    justify-content: end;
    font-weight: var(--fw-md);
}
.b-container .nav-col-item:nth-child(1) {
    flex: 2;
    font-weight: var(--fw-md);
}
.b-container .date-nav {
    font-size: var(--fs-s);
}
.b-container:where(.b-slider) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 20px;
    align-items: center;
    overflow-x: hidden;
}
.b-container .news-slider {
    width: calc(100vw - 7rem);
    padding: 12px 0;
    background: var(--clr-shuttle-light);
    margin-top: 0.2em;
}
.b-container .color-box {
    background-color: var(--clr-highlight);
    color: var(--clr-light);
    padding: 0.6em;
    margin-top: 0.2em;
    font-weight: var(--fw-b);
}
.b-container .news-item {
    padding-left: 1em;
}
.b-container .news-item h4 {
    margin: 0;
    font-size: var(--fs-sm);
    color: var(--clr-theme, #000);
}

.b-shadow-img {
    position: absolute;
    inset: 0;
    z-index: -10;
    background-color: rgba(0, 0, 0, 0.3764705882);
}

.counter-block-two p {
    font-size: var(--fs-l);
    color: var(--clr-light);
    font-weight: var(--fw-md);
}

.counter-block-two div {
    color: var(--clr-light);
    font-weight: var(--fw-b);
}

.registration-section .input-box .nice-select {
    padding: 0 15px;
    font-size: 20px;
    color: #000;
    width: 100%;
    height: 55px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 0 52px 0 20px;
    background: rgba(49, 121, 90, 0.09);
}
.registration-section .input-box .nice-select .option {
    font-size: 15px;
    padding-left: 15px;
}

.profile-notification .noti-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    /* border: 1px solid rgb(255, 255, 255); */
    padding-inline: 8px;
    padding-block: 2px;
    border-radius: 4px;
}
.b-nav-utils,
.profile-notification {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.b-nav-utils .profile-notification .noti-btn:after {
    display: none;
}

.b-nav-utils .profile-notification .noti-btn .badge-pill {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff2730;
    top: 4px;
    right: -7px;
}

.b-nav-utils .profile-notification .dropdown-menu {
    max-width: 325px;
    border: none;
    border-radius: 15px;
    box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);
    padding: 25px 18px 30px 22px;
}

.b-nav-utils .profile-notification .dropdown-menu h4 {
    font-family: "gordita";
    font-size: 18px;
    margin-bottom: 20px;
}

.b-nav-utils .profile-notification .dropdown-menu .notify-list li {
    position: relative;
    padding-right: 10px;
    cursor: pointer;
    margin-top: 17px;
}

.b-nav-utils .profile-notification .dropdown-menu .notify-list li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #d8d8d8;
    border-radius: 50%;
    right: 0;
    top: 5px;
}

.b-nav-utils
    .profile-notification
    .dropdown-menu
    .notify-list
    li.unread:before {
    background: #ff2730;
}

.b-nav-utils .profile-notification .dropdown-menu .notify-list li h6 {
    font-family: "gordita";
    font-size: 15px;
    margin-bottom: 3px;
    letter-spacing: -0.2px;
    color: rgba(0, 0, 0, 0.6);
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.b-nav-utils .profile-notification .dropdown-menu .notify-list li.unread h6 {
    color: #000;
}

.b-nav-utils .profile-notification .dropdown-menu .notify-list li .time {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.b-nav-utils .notification-bell {
    color: var(--clr-light);
    font-size: 1.2em;
    display: grid;
    place-items: center;
}

.nav-utils {
    display: flex;
    flex-direction: row;
}
.nav-utils .b-nav-utils:nth-child(1) {
    margin-right: -30px;
}
.nav-utils h4 {
    color: var(--clr-theme);
}
.nav-utils li a {
    transition: all 0.1s linear;
    border-radius: 6px;
}
.nav-utils li a:hover,
.nav-utils li a:focus,
.nav-utils li a:active {
    background-color: var(--clr-highlight-lite);
    color: inherit;
}

.b-rounded-avatar {
    background-color: #ffffff;
    border: 1px solid var(--clr-highlight);
    display: grid;
    place-items: center;
    width: 75px;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
}
.b-rounded-avatar img {
    display: inline-block;
    width: 75px;
    aspect-ratio: 1;
    border-radius: 50%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.b-pill {
    background: rgba(214, 228, 255, 0.2235294118);
    color: var(--clr-theme-txt);
    padding-inline: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 6px;
    font-size: 0.8em;
    display: grid;
    place-items: center;
}

.text-highlight {
    background-color: var(--clr-highlight);
}

.cv-download-btn {
    background: rgba(214, 228, 255, 0.2235294118);
    color: var(--clr-theme-txt);
}
.cv-download-btn:hover {
    color: var(--clr-theme-txt);
    filter: brightness(87%);
}

.filter-area-tab.dash-menu a.filter-title:before {
    transform: translateY(100%);
}

.dash-menu .filter-title {
    width: 100%;
    display: flex;
}

.dash-menu .main-body ul {
    padding-left: 15px;
}

.resume-container {
    --clr-resume-theme: rgb(1 61 114);
    width: 210mm !important; /* A4 width */
    height: 297mm !important; /* A4 height */
    margin: 20px auto !important;
    padding: 20px !important;
    background: white !important;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* Sections */
    /* Summary Section */
    /* Skills and Interests */
    /* Contact Section */
    /* Interests */
}
.resume-container .resume-header {
    padding-bottom: 10px;
}
.resume-container .resume-header h1 {
    margin: 0;
    font-weight: var(--fw-b);
    font-size: 48px;
    color: var(--clr-resume-theme);
    letter-spacing: 2px;
}
.resume-container .resume-header div {
    margin: 4px 0 0;
    font-size: 16px;
    color: var(--clr-resume-theme);
    font-weight: var(--fw-md);
}
.resume-container .wrapper {
    display: grid;
    grid-template-columns: 68% 30%;
    gap: 16px;
}
.resume-container main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.resume-container aside {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.resume-container .head-section {
    display: grid;
    grid-template-columns: 80% 20%;
}
.resume-container .head-section .header-pp {
    width: 100px;
    aspect-ratio: 1;
    border: 3px solid rgba(4, 84, 189, 0.2784313725);
    padding: 1px;
}
.resume-container .head-section img {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
.resume-container .section-head {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
    gap: 8px;
    margin-bottom: 8px;
    padding-bottom: 4px;
}
.resume-container .section-head .img-container {
    background-color: var(--clr-resume-theme);
    border-radius: 50%;
    padding: 3px;
    display: grid;
    place-items: center;
}
.resume-container .section-head img {
    width: 28px;
    aspect-ratio: 1;
}
.resume-container .section .section-head {
    font-size: 24px;
    border-bottom: 1px dotted var(--clr-resume-theme);
}
.resume-container .section h2 {
    font-size: 24px;
    font-weight: var(--fw-b);
    color: var(--clr-resume-theme);
    margin-bottom: -2px;
    text-transform: uppercase;
}
.resume-container .job {
    margin-bottom: 15px;
}
.resume-container .job h3 {
    font-size: 20px;
    margin: 0;
    color: #323232;
}
.resume-container .job p {
    font-size: 14px; /* Job details */
    margin: 5px 0;
    color: #636363;
}
.resume-container .summary p {
    font-size: 14px; /* Paragraph text */
    line-height: 1.6;
    color: #555;
    height: 120px; /* Fixed height */
    overflow: hidden; /* Ensure text does not overflow */
}
.resume-container th:where(.dt-ordering-desc) .dt-column-order,
.resume-container th:where(.dt-ordering-desc) .dt-column-order {
    background-color: #ff2730;
}
.resume-container
    .dashboard-body
    .action-dots
    .dropdown-menu
    li:last-child
    .dropdown-item:hover:hover {
    background-color: #ccc;
}
.resume-container .skills ul,
.resume-container .interests p {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: var(--fw-md);
}
.resume-container .skills li {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.5;
}
.resume-container .contact .detail {
    margin-bottom: 16px;
}
.resume-container .contact .detail h3 {
    font-size: 18px;
    font-weight: var(--fw-b);
    margin-bottom: 4px;
    line-height: 1;
}
.resume-container .contact .detail div {
    font-size: 16px;
    color: #555;
}
.resume-container .interests p {
    font-size: 14px; /* Interests text */
}

.tab-filter-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

img[role="page_illustration"] {
    max-width: 400px;
    margin-inline: auto;
}

.mi-auto {
    margin-inline: auto;
}

.g-center {
    display: grid;
    place-items: center;
}

.transition-3s {
    transition: all 0.3s ease-in;
}

.animate_reveal {
    transition: all 0.3s ease-in;
    visibility: invisible;
    opacity: 0;
    height: 0;
}

.animate_reveal.show {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.size-icon {
    width: 30px;
    aspect-ratio: 1;
}

.dt-length {
    display: flex;
    gap: 10px;
    align-items: center;
    text-transform: capitalize;
}

.btn-primary {
    background-color: var(--clr-theme);
}

.b-box .file {
    padding: 9px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-right: 15px;
    width: 250px;
    margin-inline: auto;
}
.b-box .file .icon {
    width: 37px;
    height: 37px;
    background: #f0f5f3;
}
.b-box .file .file-name {
    font-size: 15px;
    letter-spacing: -0.3px;
    color: #254035;
}
.b-box .file .file-size {
    font-size: 13px;
    letter-spacing: -0.3px;
    color: rgba(36, 64, 52, 0.5);
}

.b-btn {
    background: var(--clr-theme);
    line-height: 33px;
    padding: 0 17px;
    border-radius: 25px;
    color: var(--clr-theme-txt);
    transition: all 0.2s ease-in;

    &:hover {
        filter: brightness(90%);
        color: #fff;
    }
}
.b-btn2 {
    background: var(--clr-theme) !important;
    line-height: 33px;
    padding: 0 17px;
    border-radius: 25px;
    color: var(--clr-theme-txt);
}

.vr-separator-l {
    position: relative;
    height: 100%;
    margin-left: 10px;
    padding-left: 22px;
    display: flex;
    align-items: center;
}

.vr-separator-l::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background-color: var(--clr-dark);
    opacity: 0.3;
    left: -2px;
}

.vr-separator {
    position: relative;
    height: 100%;
}

.vr-separator::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    background-color: var(--clr-light);
    left: 2px;
}

.gov-info .col-item-3 {
    justify-content: center;
}

.gov-info {
    --font-size-h1: 1.75rem;
    --font-size-h2: 1.25rem;
    --font-size-h3: 1rem;
}
.gov-info h1 {
    color: var(--clr-theme);
}
.gov-info h2 {
    color: var(--clr-highlight);
}
.gov-info h3 {
    color: var(--clr-dark);
}
.gov-info h1,
.gov-info h2,
.gov-info h3 {
    font-weight: var(--fw-b);
}
.gov-info .logo {
    max-width: 80px;
}

.hero {
    padding: 4px 16px;
}

.b-footer footer {
    background-color: var(--clr-theme-lite);
    padding: 4px 16px;
}

.row-align-center {
    display: flex;
    align-items: center;
    flex: 1;
}

.vertical-scroll {
    max-height: 1000px;
    overflow-y: auto;
}

.sender_date_container {
    flex-direction: column;
}

.cards_lg_container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cards_lg_container .file {
    display: flex;
    align-items: center;
}

/* .inner-banner-two {
  background: hsl(from var(--clr-theme) h s l/0.08);
  background-position: center;
  height: 30vh;
  z-index: 9;
  isolation: isolate;
} */
.inner-banner-two .candidate-profile-card {
    background-color: var(--clr-theme);
    color: var(--clr-theme-txt);
}

.cards-sm_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}
.cards-sm_container .box {
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 0.8em;
    overflow: hidden;
}
.cards-sm_container .box.attachments-container {
    position: relative;
    font-size: 14px;
}
.cards-sm_container .box.attachments-container .delete {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #555;
    right: -2px;
    top: 5px;
    cursor: pointer;
    transition: all 0.15s ease-in;
}
.cards-sm_container .box.attachments-container .delete:hover {
    color: rgb(196, 0, 0);
}

.notice-main-container {
    max-width: 700px;
}
.notice-main-container img {
    display: block;
    max-width: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.username {
    color: #d4d4d4;
    line-height: 0.8;
}
.text-sm {
    font-size: 13px;
}
.list-attributes {
    display: flex;
    flex-direction: column;
    gap: 0.8em;
}
.offcanvas-fullscreen {
    height: 100vh !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.cursor-pointer {
    cursor: pointer;
}
.btn-reset-submit {
    pointer-events: none;
    user-select: none;
}
img[role="nav-icon"] {
    width: 16px;
    display: inline;
}
img[role="nav-icon-2"] {
    width: 12px;
    display: inline;
    object-fit: scale-down;
}
img[role="nav-icon-3"] {
    width: 24px;
    display: inline;
    object-fit: scale-down;
}
img[role="avatar-icon"] {
    width: 30px;
    display: inline;
    object-fit: scale-down;
    cursor: pointer;
}
.img-holder {
    display: grid;
    place-items: center;
}

.job-provider-holder {
    display: flex;
    gap: 6px;
    align-items: center;
}
.job-provider-holder .img-holder img {
    border-radius: 50%;
}

.pagination .active {
    background: #e3ebfb;
    /* padding: 2px 8px; */
    border-radius: 4px;
}

.job-provider-holder .name-holder {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #636363;
}
.job-provider-holder .provider-name {
    /* color: var(--clr-theme); */
    font-size: 12px;
    font-weight: 500;
}
.job-list-two .date {
    font-size: 10px;
}

.b-footer-nav {
    /* background: #bfbfbf; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.b-footer-nav .nav-wrapper {
    flex: 1;
    max-width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    padding: 10px;
}
.section-heading {
    font-size: 1.1em;
    box-shadow: 0px 1px 0px #ededed;
    padding-block-end: 4px;
    margin-bottom: 24px;
}
img[role="logo"] {
    max-width: 80px;
}
.section-gov-info {
    display: flex;
    /* flex-direction: column; */
    gap: 8px;
    /* align-items: center; */
}
.section-gov-info .app-name {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.section-gov-info .app-name h1 {
    line-height: 0.8;
    font-size: 1.4em;
    color: var(--clr-theme);
}
.section-gov-info .app-name h2 {
    font-size: 1.2em;
    color: var(--clr-highlight);
}
.section-gov-info .app-name h3 {
    line-height: 0.8;
    font-size: 1em;
}
.nav-utils .b-nav-utils i {
    font-size: 24px;
}
.item-list {
    list-style: none;
    padding: 0;
    color: var(--clr-theme);
}

.grid-auto-repeat {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-items: stretch;
    column-gap: 1.5em;
    row-gap: 2em;
}
.plan-container {
    max-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
    justify-self: center;
}
.plan-container .img-container img {
    max-width: 100%;
    width: 220px;
    aspect-ratio: 1;
    object-fit: scale-down;
}
.plan-container .img-container {
    display: grid;
    place-items: center;
    background-color: var(--clr-theme-lite);
    padding-inline: 4px;
    padding-block: 8px;
    border-radius: 8px;
}

.plan_link {
    font-size: 1.2em;
    font-weight: 600;
}

.description-container {
    background-color: #fff;
    padding-block-start: 1em;
    padding-block-end: 4em;
    padding-inline-start: 1em;
    border-radius: 2em;
}
.bg-card-theme {
    background-color: whitesmoke;
}

.job-metadata {
    padding-inline: 0.5em;
    padding-block: 1em;
    border-radius: 1em;
    background: #f9f8fb;
    margin-top: 1em;
    min-width: 250px;
}

.meta-attributes {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.job-metadata h3 {
    font-size: 1.1em;
}

.meta-attributes li {
    display: flex;
    flex-direction: column;
}
.meta-attributes li:not(.title) {
    color: #254035;
    /* font-size: 0.9em; */
    font-weight: 500;
}
.meta-attributes li {
    font-size: 0.95em;
}
.meta-attributes li .title {
    font-weight: 500;
    color: #6a6a6a;
}

.provider-details {
    padding-block: 1em;
    padding-inline: 1.2em;
    background-color: #f9f8fb;
    height: fit-content;
    margin-right: 1em;
    border-radius: 1em;
    margin-top: 2em;
}
.provider-details h2 {
    font-size: 1em;
    color: #41514a;
    text-align: center;
}
.provider-details-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: start;
    background: #cccccc1b;
    /* border-radius: 50px; */
    background: #ffffff;
    box-shadow: inset 20px 20px 60px #d9d9d9, inset -20px -20px 60px #ffffff;
    border-bottom: 2px solid #bfbfbf;
}
.provider-header-2 {
    display: flex;
    column-gap: 0.5em;
    align-items: end;
    /* font-size: 14px; */
}
.provider-header-2 .social {
    display: flex;
    gap: 4px;
    margin-top: 4px;
}
.provider-header-2 .social a {
    font-size: 14px;
    transition: all 0.2s ease-in;
}
.provider-details-2 .description {
    font-size: 14px;
}

.__category {
    line-height: 1;
    font-size: var(--__category-fs, 14px);
}
.img-holder-2 img {
    min-width: 50px;
    max-width: 80px;
    aspect-ratio: 1;
    object-fit: cover;
}
.__btn_0 {
    all: unset;
    cursor: pointer;
    width: clamp(100px, 50vw, 200px);
    background: var(--clr-theme);
    text-align: center;
    color: var(--__btn_0-clr, #edf3ff);
    padding-inline: 0.8em;
    padding-block: 0.6em;
    border-radius: 36px;
    transition: all 0.2s ease-in;
}
.__btn_0:hover {
    color: var(--__btn_0-clr, #edf3ff);
    filter: brightness(89%);
}
.__btn_1 {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
    box-shadow: 6px 6px 12px #e6e6e6, -4px -6px 12px #ffffff;
    transition: all 0.2s ease-in;
    font-size: 20px;
}
.__btn_1:hover {
    box-shadow: 3px -3px 12px #e6e6e6, -4px -6px 12px #ffffff;
    color: red;
}
.hr-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
    gap: 0.4em;
    padding: 0.4em;
    background: #ffbad6;
    background: linear-gradient(
        130deg,
        rgba(255, 186, 214, 1) 0%,
        rgba(148, 207, 255, 1) 100%
    );
    backdrop-filter: blur(32px);
}

.provider-header {
    display: flex;
    gap: 4px;
    align-items: center;
}
.provider-body {
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.provider-body .item {
    display: flex;
    flex-direction: column;
    /* gap: 0.4em; */
}
.provider-body .item .title {
    /* font-size: 0.9em; */
    font-weight: 600;
    color: #414141;
}

.provider-body .item .content {
    font-size: 0.9em;
    color: #41514a;
}

.provider-header .name-holder {
    font-size: 1em;
    font-weight: 500;
    color: var(--clr-theme);
}
/* .provider-body .content-highlight{
    background: #fff;
    padding: 0;
} */

.local-level-details {
    font-size: 11px;
    color: #707070;
    font-weight: 500;
    font-style: italic;
    margin-left: 27px;
}
.other-details-meta {
    font-weight: 600;
}

.share-panel {
    display: none;
    position: fixed;
    padding: 12px;
    background-color: #00000068;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 999;
}

.share-panel.show {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh !important;
    inset: 0;
    opacity: 1;
    transform: translateY(0);
}
.st-btn {
    display: inline-block !important;
}

.index-statistics-wrapper {
    /* background: var(--clr-theme-lite); */
    padding-block: 2em !important;
    justify-content: center;
}
.index-statistics-wrapper .chart {
    background-color: #fff;
    padding: 8px;
    margin: 10px auto;
    border: 1px solid #eeeeee;
    border-radius: 12px;
}

.job-card {
    transition: all 0.2s ease;
}
.content-list {
    display: flex;
    flex-direction: column;
    padding-inline: 0.4em;
    padding-block: 0.6em;
    /* border-bottom: 1px solid #e7e7e7; */
    gap: 0.4em;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.--rounded-lg {
    border-radius: 2em;
}
.content-top {
    display: flex;
    flex-direction: column;
    .--b-pill {
        max-width: max-content;
        color: var(--clr-theme);
        font-weight: 600;
    }
    .title {
        font-size: 1.2em;
        color: #254035;
        font-weight: 600;
        transition: all 0.2s ease-in;
        cursor: pointer;
        &:hover {
            color: var(--clr-theme);
        }
    }
}
.content-bottom {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
    gap: 0.8em;
}
.--b-pill {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 0.9em;
    padding: 0 5px;
    border-radius: 3px;
    background-color: var(--clr-theme-lite);
}
.--bg--001 {
    background: #f9f8fb;
}

.--shadow-01 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.--rounded-4 {
    border-radius: 4px;
}
.--rounded-8 {
    border-radius: 8px;
}
.--global-floating {
    position: fixed;
    top: 30%;
    left: -35px;
    z-index: 10;
}
.floating-widget-container {
    list-style: none;
    display: flex;
    gap: 0.6em;
    flex-direction: column;
}
.bg-theme-lite {
    background: var(--clr-theme-lite);
}
.widget {
    padding: 1.4em 1.2em;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    background: var(--widget--bg, var(--clr-theme));
    color: var(--widget-text, #fff);
    cursor: pointer;
    overflow: hidden;
    .register__content {
        display: grid;
    }
    a {
        transition: all 0.2s ease;
        text-decoration: none;
        &:hover {
            color: inherit;
        }
    }
    &:hover a {
        transform: translateX(20%);
    }
}
.contact-box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.text-theme {
    color: var(--clr-theme);
}

.bg-theme-light {
    background-color: var(--clr-theme-lite);
}

.--cards-wrapper {
    position: relative !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.8em;
    background: #0000001b;
    padding-block: 1.5em !important;
}
.--cards-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: url("/assets/frontend/images/shape/wave.svg");

    background-size: cover;
    background-repeat: no-repeat;
    background-position: right calc(50% - 360px) top -220px;
}

.--cards-wrapper2 {
    position: relative !important;
    background: #0000001b;
    padding-block: 1.5em !important;
}
.--cards-wrapper2::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right calc(50% - 360px) top -220px;

    /* min-height: 498px; */
    padding-top: 144px;
    padding-bottom: 96px;
    background:url("/assets/frontend/images/shape/wave.svg") scroll
         left calc(50% + 386px) top -104px / 2200px 1000px;
}
.--b-pill-dark {
    background-color: #0000009e;
    font-size: 12px;
    color: #dedede;
    padding-inline: 8px;
    padding-block: 2px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.--text-nowrap {
    white-space: nowrap;
}

th[scope="col"] {
    white-space: nowrap;
}

.sub__text {
    font-size: 11px;
    color: #898989;
    /* font-weight: 500; */
}

.--glass-1 {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(33, 81, 169, 0.346);
    border: 1px solid rgba(32, 40, 54, 0.346);
    transition: all 0.4s ease;
}

.--glass-1 .job-full-title {
    color: #cecece;
}

.--glass-1 .job-full-title:hover {
    color: #fff;
}
.max-w-md{
max-width: 900px;
}

.--text-gloomy {
    color: #ebebeb;
}
.--bg-danger-light {
    background-color: #f2131e57;
}
.--bg-primary-light {
    background-color: #037dffad;
}

.--b-pill-dark_2 {
    background-color: #00000038;
    font-size: 12px;
    color: #bcbcbc;
    padding-inline: 8px;
    padding-block: 2px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.--card {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.444);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    padding-inline: 12px;
    padding-block: 0.8em;
    cursor: pointer;
    transition: all 0.4s ease;
}
.--card:hover {
    transform: scale(108%);
}

.--card .box-title {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
}
.home-box-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.8em;
    width: 100%;
    height: 100%;
}
.home-box-card-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.home-box-card-header .box-count {
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    font-family: "EB Garamond", serif;
    position: relative;
    line-height: 1;
}

.--pill-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 8px;
    align-items: stretch;
}

.--gradient-bg {
    position: relative !important;
}
.--gradient-bg::before {
    position: absolute !important;
    content: "" !important;
    inset: 0 !important;
    z-index: -1 !important;
    background: linear-gradient(to right, #c2e2ff 0%, #ffb8cd 80%) !important;
    background-attachment: fixed !important;
    filter: blur(80px) !important;
    opacity: 0.5;
}

.--pill-container span {
    background-color: #0000009e;
    font-size: 0.9em;
    color: #dedede;
    padding-inline: 8px;
    padding-block: 2px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.joblist-meta {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
}

.border-radius-0 {
    border-radius: 0;
}

.main__container {
    @media (max-width: 768px) {
        flex-direction: column-reverse;
        justify-content: center;
        row-gap: 1em;
    }
}

.__max_height{
    align-self: start;
    
}
.__list_container{
    @media(min-width:768px){
        flex-direction: column;
    }
}
.recommended-title{
    color: #354d5e;
    font-weight: 600;
}
.overflow-x-hidden{
    overflow-x: hidden;
}
.--gradient-text{
    background: -webkit-linear-gradient(#ff0000, #000766cb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
}

nav .small.text-muted{
    display: none;
}
@media (max-width: 992px) {
    .b-footer-nav .nav-wrapper {
        flex: 1 1 49.4%;
        max-width: 49.4%;
    }
}
@media (max-width: 820px) {
    .b-footer-nav .nav-wrapper {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .section-gov-info {
        flex-direction: column;
        justify-content: center;
        gap: 12px;
    }
    .section-gov-info .app-name {
        align-items: center;
    }

    .plan-container {
        /* margin-inline: auto; */
    }
}

@media (max-width: 768px) {
    .b-nav:not(.b-nav-footer) {
        display: none;
    }
    .nav-menu .btn-holder {
        margin-bottom: 1em;
    }
    .d-none-sm {
        display: none;
    }
}
@media (min-width: 512px) {
    .b-container {
        padding: 0.4em 2em;
    }
    .b-container .news-slider {
        width: calc(100vw - 10rem);
    }
}

@media (min-width: 768px) {
    .gov-info .col-item-3 {
        justify-content: space-between;
    }
    /* .b-nav-footer {
    display: none;
  } */
    .offcanvas-fullscreen {
        width: 80vw !important;
        height: 80vh !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }
} /*# sourceMappingURL=app.css.map */
