.fs-9 {
    font-size: 9px !important;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-17 {
    font-size: 17px !important;
}
.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-21 {
    font-size: 21px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-23 {
    font-size: 23px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-25 {
    font-size: 25px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-27 {
    font-size: 27px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-32 {
    font-size: 32px !important;
}
.fs-35 {
    font-size: 35px !important;
}

.fs-40 {
    font-size: 40px !important;
}
.fs-45 {
    font-size: 45px !important;
}
.fs-50 {
    font-size: 55px !important;
}
.fs-60 {
    font-size: 60px !important;
}
.fs-66 {
    font-size: 66px !important;
}
.fs-80 {
    font-size: 80px !important;
}
.bg-ddd {
    background: #ddd;
}
.top-head-part h1 {
    width: 77%;
}
.bg-light {
    background-color: #f6f8f7 !important;
}
.main-font-family {
    font-family: "Roboto Condensed", sans-serif;
}

.default-font-family {
    font-family: "Poppins", sans-serif !important;
}
/* Custom Hamburger */
.hamburger {
    width: 30px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    transition: all 0.4s ease;
}

/* Wiggle animation */
@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 60%;
    }
    100% {
        width: 100%;
    }
}

html:not(.body-menu-opened) .hamburger .top-bun {
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
html:not(.body-menu-opened) .hamburger .meat {
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}
html:not(.body-menu-opened) .hamburger .bottom-bun {
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

/* Hamburger → Cross */
html.body-menu-opened .top-bun {
    transform: rotate(45deg) translate(5px, 5px);
}
html.body-menu-opened .meat {
    opacity: 0;
}
html.body-menu-opened .bottom-bun {
    transform: rotate(-45deg) translate(5px, -5px);
}
.before-ele,
.user-access-link {
    font-family: "Roboto Condensed";
    left: 18px;
}
.common-color {
    background-color: #0ea900 !important;
}
.common-text-color {
    color: #0ea900 !important;
}

#Nav_List a:first-child::after {
    width: 0px;
    height: 0px;
    background-color: transparent;
}

#Nav_List a {
    font-size: 15px;
}
.hr-forum-detail-content h3 {
    font-size: 22px;
    font-family: "Roboto Condensed";
    font-weight: 600;
}
.sub-content-bt:after {
    background-image: url(https://html.kodesolution.com/2023/instec-html/images/icons/icon-shape-6.png);
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 186px;
    height: 161px;
    opacity: 0.7;
}
.item-subcate {
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.article-info {
    z-index: 99;
    background: white;
    border-top: 2px solid #4abe40;
    padding: 15px 15px 17px 15px;
    margin: -62px 20px 0;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.9) !important;
}
.topic_start {
    box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.9) !important;
}
.topic_start .btn-close {
    padding: 2px 4px;
    right: -10px;
    top: -10px;
    font-size: 15px;
}
.justbor {
    line-height: 24px;
    font-size: 15px;
    padding: 1px 16px 0px 16px;
    height: 26px;
    top: 2px;
}
.justbor::before {
    content: "\F285";
    font-family: "bootstrap-icons";
    left: -25px;
    position: absolute;
    color: #0ea900;
    font-size: 18px;
}

select#acategory_id {
    font-size: 13px;
    font-family: "Poppins";
    color: rgba(var(--bs-body-color-rgb), 0.65);
    height: 40px;
}
.user-Id img {
    width: 30px;
    height: 30px;
}
.article-info:hover {
    margin-top: -90px;
}
p::selection,
li::selection {
    color: white;
    background-color: black;
    filter: invert(1);
}
.before-ele::after {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background: #ddd;
    position: absolute;
    left: 3.8em;
    bottom: 8px;
}
.inner-sec-theme {
    background: #fff8e6;
    display: flex;
    flex-wrap: wrap;
    gap: 11px 0px;
    padding: 18px 3px 18px 60px;
}
.fnt-weight {
    font-weight: 500 !important;
}

.access-point small {
    font-size: 15px;
}
.inner-sec-theme li {
    position: relative;
    width: 279px;
    text-transform: capitalize;
    line-height: 1.5em;
    list-style: auto;
    color: #666666;
}

.part01 {
    width: 50%;
}
.nexter-part .part01:nth-child(even) {
    margin-right: 0px;
}

.part01 {
    width: 49%;
    background: #fff;
    padding: 17px 20px 17px 20px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    margin: 0px 12px 15px 2px;
}

#Nav_List a::after {
    content: "";
    position: absolute;
    height: 13px;
    width: 1px;
    background: white;
    left: -18px;
    top: 4px;
}
.top-header {
    background: #0ea900;
}
#Nav_List {
    display: flex;
    padding: 3px 0px 3px 2px;
    justify-content: space-between;
    align-items: center;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}
.top-small-bg {
    padding: 12px 0px 10px 66px;
    border-bottom: 1px solid #eee;
}
ul.nav_list li a {
    color: black;
}

.leftMenu a {
    padding: 15px 15px;
    color: black;
}
/* CONTACT LETTERS POP-UP CSS START */
#forgetModalLabel {
    bottom: 9px;
    line-height: 31px;
    font-size: 31px;
}

.user-log-btn {
    right: -13em;
    bottom: 37px;
}

.letter-tem::after {
    content: "";
    display: inline-block;
    width: 106px;
    height: 86px;
    background-image: url(../images/head-letter-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 64px;
    right: 7px;
}

.inner-part span {
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    display: inline-block;
}
.job-latest-list img {
    width: 102px;
    border: 1px solid #ddd;
    height: 80px;
    margin-right: 6px;
}
.inner-part i.bi {
    padding-right: 2px;
}
aside.inner-part {
    padding-top: 4px;
}

#closeBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    border: 1px solid #ddd;
    height: 24px;
    width: 24px;
    font-size: 20px;
    line-height: 24px;
    z-index: 99;
}
#femail {
    border: 1px solid #ddd;
    padding: 10px 10px 10px 11px;
}
#forgetModalLabel span {
    font-size: 16px;
    padding-top: 11px;
    line-height: 1.2;
    font-weight: normal;
    font-family: "Poppins";
}
i.bi.bi-envelope-open-fill {
    right: 10px;
    bottom: 24px;
    font-size: 16px;
}
#newPasswordgenerate .toggle-password-log {
    right: 26px;
    top: 39px;
}

.ask-ques span {
    background: #0ea900;
    padding: 11px 70px;
    font-family: "Roboto Condensed";
    font-size: 22px;
}
.trend-tags {
    background: #fafafa;
    padding: 14px 10px 11px 10px;
}
.trend-tags a {
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 6px 14px;
    margin-bottom: 10px;
    background: white;
    margin-right: 6px;
}
.trend-tags {
    background: #fafafa;
    padding: 14px 10px 11px 10px;
}

.ask-ques {
    background-color: #0035ff;
    padding: 13px 40px 12px 40px;
}
.job-latest-list {
    background: #fafafa;
    padding: 14px 10px;
}
.sign-sub {
    background: rgb(0 181 3 / 85%) !important;
    border-radius: var(--bs-border-radius-lg);
    line-height: 36px;
    font-size: 17px;
}
.form__container-register input {
    margin-bottom: 6px;
    height: 31px;
    width: 100%;
}
.back-btn {
    width: 10%;
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    bottom: -1px;
    line-height: 17px;
    right: 2px;
}
.user-head-title span {
    margin: 1px 0px 0px 2px;
}
.user-type::before {
    content: "✔";
    position: absolute;
    left: -3%;
    top: 26%;
    transform: translate(-52%, -45%);
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    width: 27px;
    height: 27px;
    line-height: 27px;
    background: rgb(14, 169, 0);
    border-radius: 100%;
    padding: 0px 5px;
}
.user-head-title h3 {
    width: 100%;
    position: relative;
    margin-left: 34px;
    padding-left: 4px;
}
.signUpPart .form-sec-bg {
    box-shadow: none;
    padding: 0px 20px 25px 20px;
    border-radius: 12px;
}
.sign-up {
    border-radius: var(--bs-border-radius-lg);
    line-height: 25px;
    font-size: 17px;
}
.team-condition label,
.team-condition label a {
    font-size: 12px;
    text-align: left;
    line-height: 19px;
    display: inline-block;
    font-weight: 500;
}
input#agree,
input#subscribCheck {
    width: 14px;
    margin-right: 3px;
    height: 13px;
}
.user-head-title {
    padding: 25px 7px 0px 18px;
}
.lex-fill {
    margin-left: 4px;
}
.toggle-password,
.with-icon .bi-person-fill {
    position: absolute;
    right: 25px;
    top: 8px;
    color: #000000;
    font-size: 15px;
}
.form__field:last-child {
    margin-bottom: 0;
}
.form__text {
    margin-bottom: 15px;
    font-size: 14px;
}

.list {
    padding-left: 0;
}
.list__inline {
    margin-bottom: 15px;
}
.list__inline .list__item {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #333;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.list__inline .list__link {
    color: #333;
    text-decoration: none;
}
.list__inline .list__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.log_info {
    font-size: 14px;
    font-family: "Roboto Condensed";
}
.fxt-style-line::before,
.fxt-style-line::after {
    width: 21%;
    content: "";
    height: 1px;
    position: absolute;
    background: black;
    bottom: 15px;
}
.fxt-style-line::before {
    left: 0px;
}
.fxt-style-line::after {
    right: 0;
}

input:focus-visible {
    outline: none;
}

.btn:hover {
    cursor: pointer;
}
.btn:focus,
.btn:active {
    outline: 0;
}

/* CONTACT LETTERS POP-UP CSS END */

.left_side_sec {
    flex: 0 0 auto;
    width: 75%;
}
.cate-left-sec {
    position: sticky;
    top: 30px;
    align-self: flex-start;
    height: fit-content;
    width: 27%;
}

.image-box img {
    width: 140px;
    height: 108px;

    border-radius: 100px;
    border: 1px solid rgb(181 181 181);
    padding: 6px;
}
.icon-layer {
    background-image: url(../images/icon-70.png);
    position: absolute;
    left: -3rem;
    top: 8rem;
    width: 177px;
    height: 156px;
    background-repeat: no-repeat;
}

.author-box .signature {
    position: absolute;
    top: -8px;
    right: -7px;
}

.author-box {
    background: rgb(207 255 146 / 100%);
    box-shadow: 12px 6px 62px rgb(14 169 0 / 10%);
    margin-bottom: 30px;
    padding: 2px 50px 45px;
}
.image-box:before {
    position: absolute;
    content: "";
    right: -6px;
    top: -45px;
    bottom: -6px;
    left: -6px;
    border-radius: 30px 0px 100px 100px;
    background-color: rgb(255 255 255);
}
.image-box:after {
    position: absolute;
    content: "";
    right: -26px;
    top: -45px;
    border-bottom: 20px solid rgb(255 255 255);
    border-right: 20px solid transparent;
}
.image-box {
    left: 0%;
    width: 295px;
    height: 137px;
    border-radius: 100%;
    border: 3px solid #ddd;
    padding: 6px 6px 12px 6px;
    position: relative;
    top: -3px;
}
.second-bread li a {
    color: black;
}
.second-bread li,
.second-bread li a {
    font-size: 14px;
}
nav.second-bread {
    background: #ddd;
    height: 20px;
}

/* letter sample css start*/

.letter-sample-sec {
    background-color: white;
    -webkit-box-shadow: 0px 7px 17px 0px rgba(152, 152, 153, 0.25);
    box-shadow: 0px 7px 17px 0px rgba(152, 152, 153, 0.25);
    width: 100%;
    max-width: 100%;
}
.LetterDown {
    padding: 9px 14px;
    position: relative;
    bottom: 32px;
}
.head-board {
    border: 15px solid black;
    max-width: 98.1%;
    position: relative;
    left: 14px;
    border-radius: 6px 11px 12px 159px;
    top: 0px;
}
.head-title {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

    padding: 5px 0px;
}
.letter-body {
    padding: 0px 30px 54px 30px;
    overflow: scroll;
    height: 40em;
    border-width: 0 0px 0px;
    border-style: solid;
    border-color: #e9e9e9 #e9e9e9 #23c0e9;
    overflow-x: auto;
}
.smallInfo a {
    line-height: 19px;
}
.download-opt::after {
    right: -54px;
    width: 40px;
    height: 15px;
    background: #0ea900;
    clip-path: polygon(0 0, 87% 100%, 0 97%);
    border-radius: 3px;
    content: "";
    position: absolute;
    bottom: 80px;
}

.download-opt::before {
    left: -48px;
    width: 40px;
    height: 14px;
    background: #0ea900;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    border-radius: 3px;
    content: "";
    bottom: 80px;
    position: absolute;
}

/* Target scrollbar */
.letter-cat-sample::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

/* Scrollbar track */
.letter-cat-sample::-webkit-scrollbar-track {
    background: #ddd;
}

/* Scrollbar thumb (the draggable part) */
.letter-cat-sample::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

i.bi.bi-file-earmark-word-fill,
i.bi.bi-file-earmark-pdf-fill {
    font-size: 44px;
    background: #2b7cd3;
    padding: 6px 7px;
    border-radius: 9px;
    position: relative;
    z-index: 99;
}

i.bi.bi-file-earmark-pdf-fill {
    background: #f40f02;
    margin-left: 8px;
}

.letter-footer .bi:nth-child(5) {
    background: #d62976;
}
.letter-footer .bi:nth-child(4) {
    background: #3b5997;
}
.letter-footer .bi:nth-child(3) {
    background: #4285f4;
}
.letter-footer .bi:nth-child(2) {
    background: #0077b5;
}

.soical-shape {
    max-width: 54%;
    border-bottom: 72px solid #b6ef00;
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
    height: 74px;
    bottom: 45px;
    left: -1px;
}
.letter-footer li:hover {
    cursor: pointer;
}

.download-opt {
    bottom: 2px;
    padding: 0px 16px;
    font-size: 21px;
    border-top: 55px solid #0ea900;
    border-left: 48px solid transparent;
    left: 17px;
    border-right: 48px solid transparent;
}

.shake {
    backface-visibility: visible !important;
    position: absolute;
    top: 15pc;
    width: 54px;
    animation: shake 7s ease infinite;
    right: 11pc;
}

.side01 {
    box-shadow: rgba(46, 30, 10, 0.12) 0px 20px 20px;
    position: absolute;
    max-width: 82%;
    width: 16%;
    top: 26px;
    left: 17px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
img#slide02 {
    top: 13pc;
}
img#slide03,
img#slide04 {
    left: 28pc;
}

img#slide04 {
    top: 13pc;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

img.side-icon01 {
    width: 70px;
    height: 70px;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    animation: circle 7s linear infinite;
}

.cate-section:after {
    content: "";
    background-image: url(https://html.themevally.com/2025/inotek/assets/images/choose/hm1-shape01.webp);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
}
.cate-section {
    background-color: #f4f7ff;
    position: relative;
}
#subcateslide .carousel-inner {
    box-shadow: 1px 0 50px rgba(0, 0, 0, 0.1);
}
.main-bg {
    height: 200px;
    background-image: url(../images/counter-bg.png);
}
.Ads-space {
    background: #dfdfdf;
    padding: 46px 0px;
    height: 169px;
    color: #f4f4f4;
}
.Explor-letter {
    padding: 9px 20px;
    font-size: 18px;
}
.head-banner,
.bold-tit {
    font-size: 65px;
}

.item {
    cursor: pointer;
}

.letter-dis .item .feature-one__item__content {
    width: 94.5%;
}

@-webkit-keyframes section-title-run {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 80px;
    }
}

@-webkit-keyframes section-title-run-center {
    0%,
    100% {
        left: 30%;
        margin-left: -75px;
    }
    50% {
        left: 30%;
        margin-left: 45px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 85px;
    }
}

.feature-one__item__content {
    background: #e8f9f6;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 102%;
    padding: 53px 118px 40px 17px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100.5%;
    height: 44.1%;
}
.second__item__content {
    background: #fff1cd;
}
#section2 .item:nth-child(2) h3 {
    color: #0058ff;
}

.feature-one__item__content:nth-child(2) h4 {
    color: #0058ff;
}
.second__item__content h4 {
    color: #0058ff;
}
.third__item__content {
    background: #fddede;
}

aside#section2 img {
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(16, 0, 71, 0.1);
    border-radius: 5px;
    width: 94%;
}

span.small-value {
    height: 45px;
    width: 45px;
    font-size: 17px;
    top: -17px;
    line-height: 47px;
    border-radius: 50%;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
    font-weight: 600;
}

.letter-inner-title {
    font-size: 23px;
    line-height: 26px;
    display: inline-block;
    font-family: var(--heading-font-family);
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.3s;
}

.toc-link.active .dot {
    background: #2196f3;
    box-shadow: 0 0 0 4px rgb(229 228 228 / 60%);
}

.toc-link.active,
.toc-link.current {
    font-weight: normal;
    color: #2196f3;
}

/* Previous logic kept */
.toc-link.active .dot {
    background: #2196f3;
    box-shadow: 0 0 0 4px rgb(229 228 228 / 60%);
}

.toc-link.current .dot {
    color: white;
}

.social {
    position: fixed;
    top: 45%;
    z-index: 99;
    width: 1px;
}

.social ul {
    list-style-type: none;
    padding: 0;
    transform: translatex(-270px);
}

.social ul li {
    display: block;
    margin: 6px;
    background-color: #ddd;
    width: 253px;
    text-align: right;
    padding: 4px;
    border-radius: 0 30px 30px 0;
    transition: all 1s;
}

.social ul li:hover {
    transform: translatex(30px);
}

.social ul li.twitter:hover {
    background-color: black;
}

.social ul li.facebook:hover {
    background-color: #3b5998;
}

.social ul li.google-plus:hover {
    background-color: #0077b5;
}

.social ul li.instagram:hover {
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
}

.social ul li a {
    color: white;
    text-decoration: none;
}

.social ul li i {
    text-align: center;
    margin-left: 8px;
    color: black !important;
    background-color: white;
    padding: 2px;
    border-radius: 50%;
    font-size: 15px;
    transform: rotate(0deg);
    display: inline-block;
    width: 25px;
    height: 25px;
}

.social ul li:hover i {
    transform: rotate(360deg);
    transition: all 1s;
}

.s-button {
    font-size: 15px;
    line-height: 9px;
    padding: 8px 6px 7px 9px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swipe2right {
    display: inline-block;
    vertical-align: middle;

    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);

    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.swipe2right::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swipe2right:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.w2b::before {
    background-color: #000;
}

.y2b:hover,
.w2b:hover {
    color: #fff;
}

.article-content span::after {
    content: "";
    background-color: #0ea900;
    display: block;
    height: 2px;
    width: 47px;
    position: relative;
    bottom: 2px;
}

.article-content span {
    font-size: 13px;
    padding: 0px 0px 5px 0px;
}

.newsletter-box input {
    font-size: 10pt;
    border: 1px solid #ddd;
    padding: 10px 9px;
}
.subscri-modal,
.cat_faq {
    padding: 12px 12px 13px 12px;
    background-color: rgb(217 255 205) !important;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.subscri-modal p,
.subscri-modal p a {
    line-height: 17px;
    font-family: "Poppins";
}
.right-content {
    width: 45%;
    max-width: 100%;
}
.resources-list i.bi.bi-search {
    right: -5.8em !important;
    padding: 13px 27px !important;
    top: 2px !important;
}
.custom-close {
    padding: 4px;
    top: -18px;
    right: -15px;
}
.left-content {
    width: 55%;
    max-width: 100%;
}

aside#section2 {
    overflow-y: scroll;
    height: 120em;
}

/* Scrollbar Track */
aside#section2::-webkit-scrollbar {
    width: 7px;
}

#useformob {
    display: none;
}

/* Scrollbar Thumb */
aside#section2::-webkit-scrollbar-thumb {
    background: #a7a7a7;
    border-radius: 10px;
}

/* Scrollbar Track Background */
aside#section2::-webkit-scrollbar-track {
    background: #e0e0e0;
}

/* Keyframes for slide-in and slide-out */
@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutLeft {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

.modal.fade .modal-dialog {
    opacity: 0;
    transform: translateX(-100%);
}

.modal.fade.show .modal-dialog {
    animation: slideInLeft 0.5s forwards;
}

.modal.fade .modal-dialog.slide-out {
    animation: slideOutLeft 0.5s forwards !important;
}

.subscri-modal button {
    width: 100%;
    border: 1px solid #949494;
}
#slideModal .modal-dialog {
    max-width: 400px;
}
.newsletteraction {
    right: 12px;
    width: 19% !important;
    height: 36px;
}
i.bi.bi-send {
    right: 0px;
    font-size: 53px;
    top: -2px;
}
.access-point {
    margin-top: 13px;
}

#xsm-respon {
    margin-top: 1.7em;
    display: inline-block;
}
.resources-list .subscri-modal {
    padding: 5px 4px 6px 10px;
}
.resources-list button::after {
    right: -1px;
    top: -1px;
}
.topCateSec {
    height: 430px;
    box-shadow: rgb(0 0 0 / 5%) 3px -2px 22px 6px;
    padding: 12px 0px 0px 0px;
}

.worke-items {
    padding: 15px 15px 15px 15px;
    border-radius: 8px;
}

.worke-items .step-area {
    z-index: 1;
    position: relative;
}
.black-clr {
    line-height: 31px;
}

.rarrow {
    top: 14px;
    position: relative;
    background: #1053f3;
    color: white;
    display: block;
    font-size: 14px;
    padding: 5px 6px 6px 14px;
    width: 56%;
    border-radius: 30px;
}
i.bi.bi-arrow-up-right {
    font-size: 13px;
    color: #1053f3;
    background: #ffffff;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    margin-left: 2px;
}
.cateImg {
    width: 50%;
}
.cateSmallItem {
    width: 50%;
}
.cateImg img {
    height: 140px;
    border-radius: 8px;
}
#subcateslide .carousel-control-prev {
    height: 25px;
    border-radius: 100%;
    top: 10.8pc;
    left: 27pc !important;
    background: #e3e3e3;
    width: 25px;
}
#subcateslide .carousel-control-next {
    right: 6px;
    top: 10.8pc;
    background: #e3e3e3;
    height: 25px;
    border-radius: 100%;
    width: 25px;
}
div#subcateslide {
    padding: 18px 0px 0px 0px;
}
.toc {
    overflow: scroll;
    overflow-x: hidden;
    padding: 0px 10px 1px 10px;
    scrollbar-width: thin;
    height: 360px;
}
.squer-bg-content {
    height: 125px;
    padding-top: 11px;
}

.toc::-webkit-scrollbar {
    width: 6px;
}
.tab-of-contnet a:hover {
    padding-left: 10px;
    background: #11cd00;
    color: white !important;
}

.letter-body p,
.letter-body ol li,
.letter-body ul li {
    font-size: 15px;
    font-weight: 400;
    color: #656565;
}
.letter-body strong.d-block {
    color: #656565;
}
/* CONTACT & LETTER PARENT PAGE CSS END */

/* FOOTER CSS START */

.footer-section {
    background-image: url("../images/footer-bg.jpg");
    background-color: #051d1f;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 20px;
    margin-top: 10em !important;
    position: relative;
    padding-bottom: 50px;
}

.bottom-footer span,
.bottom-footer span a {
    font-size: 14px;
}
.logo-footer {
    position: relative;
    width: 84%;
    background: #0ea900;
    padding: 15px 15px;
    border-radius: 0px !important;
}
.footer-section::before {
    content: "";
    background-image: url("../images/footer-shape.png");
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 0.1;
}
.logo-footer::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 42px;
    background: #0ea900;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    top: -55px;
    right: -34px;
}

.logo-footer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 55px;
    background: #0ea900;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    top: -55px;
    left: 0px;
}

.top-footer,
.bottom-footer {
    max-width: 85%;
    margin: 0 auto;
    bottom: 54px;
    background: #fff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
    padding: 13px 14px;
    z-index: 999;
}
.middle-footer,
.bottom-footer {
    position: relative;
    z-index: 1;
}
.resources-list a:hover {
    padding-left: 15px;
    color: #0ea900 !important;
}

.resources-list a {
    transition: 0.5s;
}

.middle-footer h5::after {
    border-bottom: 1px solid #ddd;
    content: "";
    width: 24%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.bottom-footer {
    top: 37px;
    padding: 12px 20px 12px 20px;
    max-width: 71%;
    vertical-align: middle;
}

#bottom-icons i.bi.bi {
    width: 30px;
    height: 30px;
    background: #0ea900;
    line-height: 31px;
    margin: 17px 7px 0px 0px;
    bottom: 18px;
}

.navbar-toggler {
    display: none;
}

/* .mega-item {
    width: 20%;
    flex: 0 0 auto;
} */

/* .inner-sub-cat {
    font-family: var(--bs-head-font-family);
    font-size: 15px;
    padding: 6px 0px 0px 0px;
    margin-right: 5px;
    width: 53%;
    line-height: 1.2;
    font-weight: 500;
} */
/* .action-btn {
    font-size: 12px;
    text-decoration: underline;
    color: #5e5ec7;
    font-weight: 300;
    margin: 0 auto;
    max-width: 62%;
} */

li.fxt-linkedin {
    background: #056395;
}

.fxt-socials .fxt-Google {
    background: #cc3333;
}

.fxt-style-line {
    font-size: 21px;
    color: black;
    margin-bottom: 18px;
    font-family: "Roboto Condensed";
    right: 11px;
}

.first-cate {
    padding-bottom: 9px;
}
.sme-extr .inner-sub-cat {
    margin: 0px;
    padding-left: 3px;
    display: inline-block !important;
    width: 23%;
    text-align: justify;
}
.navbar-nav > .nav-item:nth-child(1),
.navbar-nav > .nav-item:nth-child(2),
.navbar-nav > .nav-item:nth-child(3),
.navbar-nav > .nav-item:nth-child(4),
.navbar-nav > .nav-item:nth-child(5),
.navbar-nav > .nav-item:nth-child(6),
.navbar-nav > .nav-item:nth-child(7),
.navbar-nav > .nav-item:nth-child(8) {
    background-repeat: no-repeat;
    background-position: -1% 44%;
    background-size: 38px 36px;
}
.navbar-nav > .nav-item {
    position: static;
    cursor: pointer;
    padding: 11px 27px 6px 37px;
    width: 16%;
    margin-right: 12px;
}
#mobil-respo i.bi.bi-person-fill {
    right: 0px;
}
.navbar-nav > .nav-item:nth-child(1) {
    background-image: url(../images/human-resource.png) !important;
}

.navbar-nav > .nav-item:nth-child(2) {
    background-image: url(../images/performance-management.png) !important;
}

.navbar-nav > .nav-item:nth-child(3) {
    background-image: url(../images/training-&-development.png) !important;
}

.navbar-nav > .nav-item:nth-child(4) {
    background-image: url(../images/hr-recruitment.png) !important;
    padding-top: 18px;
}

.navbar-nav > .nav-item:nth-child(5) {
    background-image: url(../images/hr-policies.png) !important;
}

.navbar-nav > .nav-item:nth-child(6) {
    background-image: url(../images/hr-manual.png) !important;
}

.navbar-nav > .nav-item:nth-child(7) {
    background-image: url(../images/hr-process.png) !important;
}

.navbar-nav > .nav-item:nth-child(8) {
    background-image: url(../images/contact-&-letters.png) !important;
    padding: 9px 2px 9px 31px;
    margin-right: 0px;
}

.navbar-toggler img {
    width: 30px;
    height: 30px;
}

.navbar-toggler {
    padding: 5px 10px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.mega-drop-down {
    top: 3.3em;
    max-width: 100%;
    margin: 0 auto;
    display: none;
    background: white;
    position: absolute;
    padding: 13px 15px 13px 15px;
    box-shadow: 0px 20px 30px rgba(8, 10, 55, 84%);
    z-index: 999;
    left: 0;
    right: 0;
    border-radius: 0px 0px 15px 15px;
}

.sub-cate-explore {
    color: blue;
    padding: 0px 0px 0px 0px;
    bottom: 18px;
    right: 14px;
    float: inline-end;
    border-bottom: 1px solid;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.sme-extr .action-btn {
    padding-left: 18px;
}

.left_tabl_cont {
    width: 76%;
    padding-left: 16px;
}

.tab-item > a:hover {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)) !important;
}
li.tab-item {
    border-bottom: 1px solid #ececec;
    padding: 5px 0px;
}
.tab-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../images/right-hand-tab.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.tab-item a {
    padding-left: 19px;
}
.tab-of-contnet {
    margin-bottom: 12px;
    float: left;
    width: 27%;
    border-radius: 7px;
    padding: 13px 0px 6px 10px;
    margin-right: 18px;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.15);
    background: white;
}
.tab-of-contnet a:last-child {
    border: none;
}

.tab-of-contnet a.active {
    padding-left: 10px;
    background: #11cd00;
    color: white !important;
}

.tab-of-contnet a .arrow::after {
    content: "";
    width: 16px;
    height: 16px;
    background-size: contain;
    position: absolute;
    right: 8px;
    top: 8px;
}

.tab-of-contnet a.active .arrow::after {
    background-image: url(../images/arrow-primary.png);
    background-color: #fafafa;
    border-radius: 1px;
    margin-left: 19px;
}

.parnet-post-title {
    line-height: 26px;
}

.sub-content-bt a {
    transition: all 0.3s ease-in-out;
}
i.bi.bi-caret-right {
    bottom: 2px;
}
.pbmit-blog-btn {
    border-bottom: 1px solid;
    position: absolute;
    right: 14px;
    bottom: 11px;
}
.subcat-img {
    width: 170px;
    height: 100px;
}

.tab-of-contnet a {
    font-size: 15px;
    line-height: 30px;
    border-bottom: 1px dotted lightgray;
    transition: 0.5s;
    position: relative;
}
.s-button img {
    background: white;
    border-radius: 100%;
    margin-left: 3px;
    width: 15px;
    height: 15px;
}

/* HR FORUM CSS START  */

.single-qa-box {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-bottom: 5px solid #f5f5f5;
}

.right-qa h3 {
    font-size: 20px;
}
.tag-list li {
    padding: 5px 10px;
    font-size: 14px;
}
.tag-list {
    padding-bottom: 30px;
}
.tag-list li:hover,
.trend-tags a:hover {
    transition: 0.5s;
    background-color: #0ea900;
    color: white !important;
    border: 1px solid #0ea801;
}
.answer-detial {
    font-size: 24px !important;
}

.cat-center-sec {
    padding: 0px;
    width: 53%;
}
.social-icon-user li a {
    background: #0ea900;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    width: 26px;
    height: 26px;
    line-height: 27px;
    font-size: 13px;
    padding-left: 6px;
}
.social-icon-user {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    bottom: 30%;
    left: 20px;
    z-index: 99;
    position: absolute;
}

.show-icon:hover .social-icon-user {
    opacity: 1;
    visibility: visible;
}
.after-log {
    font-size: 13px;
}
.default-btn {
    background: black;
    padding: 5px 23px;
    font-size: 17px;
    font-weight: 500;
}
.share-wrapper span {
    font-size: 15px;
    color: #0ea900;
}
.rember-sec button.btn {
    font-size: 15px;
    color: blue;
}
.rember-sec label {
    font-size: 14px;
}
#forgetModal .btn-close,
#confirmpass .btn-close {
    top: -10px;
    right: -10px;
}
/* HR FORUM CSS END */

.click-scroll::after {
    content: "\F229";
    font-family: "bootstrap-icons";
    position: absolute;
    color: white;
    margin-left: 6px;
}
.DropDownList {
    display: none;
}

.article-title {
    line-height: 25px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s; /* Delay autofill color */
}
.button-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 208px;
    margin: 16px auto;
}
.action-btn-step {
    position: relative;
    padding: 3px 7px 5px 7px;
    background-color: white;
    border: 2px solid #3ac86c;
    border-radius: 23px 8px;
    font-size: 16px;
    transition: background-color 0.3s ease, border 0.3s ease;
    /* overflow: hidden; */
    text-align: center;
}

.go-login .overlay--left .fxt-style-line {
    width: 79%;
    margin: 25px auto;
    line-height: 26px;
    padding-left: 17px;
}
.go-login .overlay--left .fxt-style-line::before {
    left: -2px;
    bottom: 25px;
}
.go-login .overlay--left .fxt-style-line::after {
    right: -21px;
    bottom: 25px;
}

.check-icon {
    position: absolute;
    left: 9px;
    top: -3%;
    transform: translateY(-50%) scale(0);
    background: #3ac86c;
    font-size: 19px;
    color: #ffffff;
    line-height: 26px;
    border-radius: 100%;
    display: block;
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    width: 25px;
    height: 25px;
    border-bottom: 3px solid white;
}
.action-btn-step.active {
    background-color: #3ac86c;
    border-color: #f7f7f7;
}
.action-btn-step.active .check-icon {
    transform: translateY(-50%) scale(1.3);
    opacity: 1;
    animation: bounce-check 0.4s ease forwards;
}
.action-btn-step.active .check-icon {
    transform: translateY(-50%) scale(1); /* shows check icon with scale animation */
}
@keyframes bounce-check {
    0% {
        transform: translateY(-50%) scale(0);
    }
    60% {
        transform: translateY(-50%) scale(1.3);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }
}

.action-btn-step.active .small-info {
    color: white;
}

.small-info {
    font-size: 9px;
    line-height: 13px;
    display: block;
    font-weight: 600;
    color: #000000;
}
.action-btn-step.active h6 {
    color: white;
}

/* login & signup css */

.log-bg-sec {
    padding: 7pc 0pc 17px 0px;
}
.regis-bg-sec {
    background: linear-gradient(rgb(14 169 0 / 0%), rgb(21 187 29 / 73%)),
        url(../images/right-sec-bg.jpg);
    padding: 12pc 15px 0px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.flip-container {
    perspective: 1000px;
    display: block;
    transition: height 0.5s ease;
    position: relative; /* contains absolute children */
}

.flipper {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.9s;
}

.flip-container.flipped .flipper {
    transform: rotateX(180deg);
}

.front,
.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    padding: 0px 0px;
    box-sizing: border-box;
}

.back {
    transform: rotateX(180deg);
    width: 75%;
    margin: 0 auto;
}

/* Option boxes layout */
.check-box-part {
    background: rgb(255, 255, 255);
    border-radius: 100%;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: -18px;
    right: 5em;
}
.go-log {
    position: absolute;
    bottom: 33px;
    right: -11.8em;
}
.optionBox {
    flex: 1 1 calc(50% - 10px);
    border: 1px solid #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 23px 11px 0px 0px;
    padding: 13px 6px 6px 6px;
}
.optionBox p {
    line-height: 24px;
}
.optionBox input {
    display: none;
}

.optionBox.checked::after {
    content: "✔";
    position: absolute;
    right: 85px;
    top: -21px;
    font-size: 22px;
    color: rgb(0, 0, 0);
}

.check-box-part.checked::after {
    content: "✔";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-52%, -49%);
    font-size: 31px;
    color: rgb(255 255 255);
    font-weight: bold;
    background: #0ea900;
    border-radius: 100%;
    width: 27px;
    height: 27px;
    line-height: 20px;
    padding: 0px 4px;
}

.regis-bg-sec .para-bg-top::after,
.regis-bg-sec .para-bg-top::before {
    width: 59px;
}

.head-bg-top {
    font-weight: normal;
    color: white;
    font-size: 37px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.para-bg-top::after,
.para-bg-top::before {
    content: " ";
    border-bottom: 1px solid #ffffff;
    height: 9px;
    display: inline-block;
    width: 154px;
    position: relative;
    bottom: 12px;
    right: -12px;
}
.para-bg-top::before {
    left: -12px;
}

.log-bg-sec::before {
    content: " ";
    background-image: linear-gradient(
        to left,
        rgb(0 0 0) 0%,
        rgb(23 150 16) 100%
    );
    position: absolute;
    height: 66%;
    width: 100%;
    bottom: 2px;
    left: 0px;
    right: 0px;
    opacity: 0.8;
}
.common-bg-src {
    display: flex;
    margin: 0px auto;
    max-width: 91%;
}
.form-sec-bg {
    padding: 40px 30px 35px 30px;
    -webkit-box-shadow: 3px 0 79px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 3px 0 79px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0px 8px 8px 0px;
    background: white;
}
.form-sec-resg {
    padding: 25px;
}
.user-verif {
    width: 28px;
    right: 0px;
    bottom: 2px;
}

#memberSec {
    max-width: 91%;
    margin: 0 auto;
}

.member-sec input[type="checkbox"] {
    height: 18px;
    width: 20px;
    position: relative;
    top: 0px;
}
.member-sec {
    max-width: 73%;
    margin: 0 auto;
    display: flex;
}
i.bi.bi-eye {
    color: #fff;
    cursor: pointer;
}
#btnToggle {
    outline: 0;
    border: none;
    background: 0 0;
    right: 35px;
    position: absolute;
    margin: 12px 0px 0px 0px;
}

i.bi.bi-envelope-fill {
    right: 42px;
    font-size: 17px;
    margin-top: -44px;
}
.MobDev {
    display: none;
}
.MobDev .fxt-socials li {
    padding: 6px 10px 4px 10px;
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
}
.login-bg-sub {
    margin: 11px auto;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.check-bg-text label {
    color: white;
    font-family: "Roboto";
    font-size: 17px;
    margin-right: 40px;
}

.btn--main-outline {
    padding: 11px 0px 0px 10px;
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}
p.para-bg-head {
    position: relative;
    color: white;
    font-family: "Roboto";
    font-size: 21px;
    margin-bottom: 21px;
}

.regis-head-bg-top {
    margin-bottom: 17px;
}

.regis-para-shot .log-para-bg {
    text-align: left;
    color: yellow;
    font-weight: 500;
    font-size: 22px;
}
.regis-para-shot p {
    color: white;
    font-family: "Roboto";
    text-align: justify;
}
.regis-para-shot {
    margin-left: 18px;
}
.regis-head-sec {
    display: flex;
}

.loging-section {
    background-image: url(../images/login-bg-banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 60px 0px 81px 0px;
}

/*  */

.fxt-socials li {
    padding: 10px 25px 10px 25px;
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
}

li.fxt-linkedin {
    background: #056395;
}
.fxt-socials .fxt-Google {
    background: #cc3333;
}
li.fxt-facebook {
    background: #4267b2;
    margin-right: 0px;
}

.form-sec-bg .right-input-sec select .common-bg-input,
.form-sec-bg .left-input-sec select {
    margin: 0px 0px 11px 0px;
    font-size: 13px;
    padding: 4px 5px;
    border-bottom: 1px solid #dae1e3 !important;
    border: none;
    background: transparent;
    border-radius: 5px;
}
.left-input-sec,
.right-input-sec {
    width: 50%;
}

.signUpPart .form-sec-bg label {
    font-size: 13px;
    font-family: "Poppins";
    color: #767676;
    bottom: 2px;
}

#SignupBtn {
    width: 33%;
}
.text-dark.log-in-bn {
    bottom: 30px;
    right: -12em;
}
.pass span,
.toggle-cpassword {
    right: 5px !important;
    line-height: 0px !important;
    top: 5px;
}

.form-sec-bg .common-bg-input {
    border-bottom: 1px solid #e7e7e7 !important;
}
.regis-bg-sec .button-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 347px;
    margin: 30px auto;
}
.regis-bg-sec .action-btn-step.active {
    background-color: #3ac86c;
    border-color: #f7f7f7;
}
.regis-bg-sec .action-btn-step {
    position: relative;
    padding: 3px 7px 5px 7px;
    background-color: white;
    border: 2px solid #3ac86c;
    border-radius: 23px 8px;
    font-size: 16px;
    transition: background-color 0.3s ease, border 0.3s ease;
    /* overflow: hidden; */
    text-align: center;
}

.regis-bg-sec .check-icon {
    position: absolute;
    left: 9px;
    top: -3%;
    transform: translateY(-50%) scale(0);
    background: #3ac86c;
    color: #ffffff;
    border-radius: 100%;
    display: block;
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    width: 30px;
    height: 30px;
    border-bottom: 3px solid white;
}
.regis-bg-sec .action-btn-step.active {
    background-color: #3ac86c;
    border-color: #f7f7f7;
}
.regis-bg-sec .action-btn-step.active .check-icon {
    transform: translateY(-50%) scale(1.3);
    opacity: 1;
    animation: bounce-check 0.4s ease forwards;
}
.regis-bg-sec .action-btn-step.active .check-icon {
    transform: translateY(-50%) scale(1); /* shows check icon with scale animation */
}
@keyframes bounce-check {
    0% {
        transform: translateY(-50%) scale(0);
    }
    60% {
        transform: translateY(-50%) scale(1.3);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }
}

.regis-bg-sec .action-btn-step.active .small-info {
    color: white;
}

.regis-bg-sec .small-info {
    font-size: 12px;
    line-height: 20px;
    display: block;
    font-weight: 600;
    color: #000000;
}
.action-btn-step.active h6 {
    color: white;
}
.regis-bg-sec i.bi.bi-check {
    bottom: 3px;
    left: -1px;
    font-size: 32px;
}

.rotate-animation {
    animation: rotateToAngle 1s ease forwards;
}

@keyframes rotateToAngle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(48.9055deg);
    }
}

p.aft-input,
p.aft-input a {
    font-size: 14px;
}
.code-head {
    font-weight: 600;
    font-size: 30px;
    padding: 8px 0px;
    border-bottom: 1px solid #0ea900;
}

#enterCode {
    max-width: 86%;
    margin: 0 auto;
}
a.singUpcodeBtn {
    position: absolute;
    right: 30px;
    text-decoration: underline;
    font-size: 20px;
}

.subMitCode {
    font-family: "Poppins";
    font-size: 20px;
    margin: 0 auto;
    max-width: 65%;
}
.mailCodeCon {
    margin: 0 auto;
    width: 100%;
    max-width: 45%;
    -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0px 0px 50px -26px rgba(0, 0, 0, 0.9) !important;
    background: white;
    padding: 40px 20px 40px 20px;
}

/* USER DASHBOARD CSS START HERE */

.top-bg-dashboard {
    background-image: url(../images/user-dashboard-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 26px 0px 20px 0px;
    background-position: 50%;
}
.user-img .profile-image {
  width: 167px;
    height: 160px;
    object-fit: cover;
    border-radius: 100%;
    border: 4px solid #ebecef;
}

.user-img .profile-image img {
    border-radius: 100%;
}
.user-dashboard-left {
    background: white;
    box-shadow: 0 6px 15px rgba(64, 79, 104, 0.3);
    padding: 17px 10px 17px 13px;
}
.user-dashboard-left .dot {
    display: none;
}

.user-dashboard-left .timeline li {
    margin-bottom: 14px;
}
.user-dashboard-left::before {
    content: "";
    background: transparent;
}

.key-skill {
    line-height: 26px;
    font-size: 14px;
}
.user-person-info span {
    line-height: 39px;
    font-size: 16px;
}

.key-skill {
    line-height: 20px !important;
}
.user-person-info h3 {
    font-size: 39px;
}
.top-bg-dashboard::after {
    content: "";
    background: radial-gradient(
        ellipse at center,
        rgba(25, 38, 101, 1) 0%,
        rgba(9, 18, 63, 1) 49%,
        rgba(34, 40, 69, 1) 100%
    );
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}

.userDashboardProfile img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid #0ea900;
    background: #000000;
}

.upload-btn {
    padding: 2px 7px;
    border-radius: 100%;
    font-size: 13px;
    height: 25px;
    width: 25px;
    top: -19px;
    right: -8px;
}

.resume-info {
    padding: 12px;
    background-color: #f0f5f7;
    border: 1px solid #f0f5f7;
    border-radius: 5px;
}
.job-bx {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 -7px 38px rgba(64, 79, 104, 0.05);
    padding: 20px 20px 20px 20px;
}

.resume-info p,
.edu-info li {
    font-size: 13px;
}
/* Optional: Hide the default file name */
#formFile::-webkit-file-upload-button {
    visibility: hidden;
}
#formFile::before {
    content: "Upload / Replace Resume";
    display: inline-block;
    background: #008eff;
    color: white;
    padding: 6px 9px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
}
#user-dashboard-info-Tab .nav-link {
   background: #0cc7632e;
    color: black;
    padding: 10px 21px 10px 21px;
    font-family: 'Roboto Condensed';
    font-size: 16px;
}
 
#user-dashboard-info-Tab .nav-link.active {
    background: #0cc763;
    color: white;
}
#user-dashboard-info-Tab {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 -7px 38px rgba(64, 79, 104, 0.05);
    padding: 20px 20px 20px 20px;
}
.resume-info span {
    display: block;
    font-size: 13px;
    text-align: center;
    margin-top: 6px;
}
 .user-side-panel {
    position: sticky;
    top: 30px;
    align-self: flex-start;
    height: fit-content;
    width: 23%;
}


.resume-Box iframe {
    height: 90vh;
}

.basic-info {
    margin-top: 10px;
    padding: 1px 6px;
    border-radius: 100%;
    font-size: 14px;
    height: 25px;
    width: 25px;
    top: -18px;
    right: 3em;
}
.user-section-contain {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 35px;
}
.common-size-input {
    font-size: 15px;
}
.admin-loging.dropdown .dropdown-menu.show {
    display: block;
    border: 1px solid yellow;
    background: yellow;
    box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
    --bs-dropdown-min-width: 121px;
}
.admin-loging.dropdown .dropdown-menu.show li .dropdown-item {
    font-family: "Poppins";
    padding: 6px 7px;
    font-size: 14px;
}
.admin-loging.dropdown .dropdown-menu.show li:first-child {
    border-bottom: 1px solid #000000;
}
.label-common-font-size {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.submit-person-info-btn {
    margin: 0px auto;
    max-width: 40%;
    font-size: 18px;
    background: #0023cd;
}
.CompanyPro .modal-header {
    background: #0023cd;
}
.user-head-size {
    font-size: 24px;
}
#resume_headline_bx .btn.basic-info {
    right: 2em;
    top: 0;
}
#staticBackdrop02 .btn-close,
#staticBackdrop03 .btn-close,
#staticBackdrop04 .btn-close,
#staticBackdrop05 .btn-close,
#staticBackdrop06 .btn-close,
#staticBackdrop07 .btn-close,
#staticBackdrop08 .btn-close,
#staticBackdrop09 .btn-close,
#staticBackdrop10 .btn-close {
    right: -9px;
    top: -12px;
    font-size: 16px;
    width: 27px;
    height: 27px;
}
#staticBackdrop02,
#staticBackdrop #staticBackdrop03,
#staticBackdrop04,
#staticBackdrop05,
#staticBackdrop06,
#staticBackdrop07,
#staticBackdrop08,
#staticBackdrop09,
#staticBackdrop10 {
    margin-left: 45px;
}
#staticBackdrop02 textarea {
    height: 161px;
}
#user-dashboard-info-Tab .nav-link.active::after {
    content: "\F234";
    position: absolute;
    font-family: "bootstrap-icons";
    bottom: 7px;
    color: #0cc763;
    font-size: 25px;
    margin: 0 auto;
    right: -16px;
}
.user-right-panel {
    width: 75%;
}
#Education .btn.basic-info,
#WorkExperience .btn.basic-info,
#ProjectDetail .btn.basic-info,
#Language .btn.basic-info {
    padding: 5px 3px;
    font-size: 13px;
    font-family: "Poppins";
    width: 19%;
    height: 32px;
    right: 21px;
    top: 0;
}
.user-head-size span {
    font-size: 16px;
}
.edu-info:last-child {
    border: none;
}

.edu-info {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.edit-modal-common {
    height: 25px !important;
    width: 25px !important;
    padding: 1px 6px !important;
}
.action-btn .btn-active {
    background-color: #0d6efd !important;
    color: #fff !important;
    border-color: #0d6efd !important;
}

.cv-form input,
.address,
.summary {
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 13px;
}

.small-pro-title {
    font-size: 14px;
    line-height: 20px;
    width: 82%;
}

span.btn-to {
    left: -7px;
    bottom: 8px;
    font-size: 14px;
}
span.skill-box {
    background: #ddd;
}
.resume-info ul li strong {
    font-size: 14px;
}

.color-toggle {
    border: 1px solid #ccc;
    font-size: 13px;
    transition: all 0.3s ease;
    font-family: "Poppins";
}

.color-toggle.active {
    background-color: #007bff; /* Blue */
    color: white;
}

#ChangePassword .bi-eye-fill {
    right: 22px;
    top: 25px;
}
#ChangePassword #currpassword,
#ChangePassword #newPassword,
#ChangePassword #conpassword {
    padding: 8px;
    border: 1px solid #ddd;
}
.update02 {
    font-family: "Poppins";
    font-size: 18px;
    top: 6px;
}
.update-info {
    font-size: 11px;
    display: inline-block;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    font-family: "Poppins";
    font-weight: 700;
    text-align: center;
    padding: 5px 0px 0px 3px;
    background: white;
    color: black;
    position: absolute;
    right: 13px;
}
.fill-info {
    margin-bottom: 13px;
}
.fill-info img {
    width: 18px;
    bottom: 2px;
}
a.missing-btn {
    font-family: "Poppins";
    padding: 9px 4px;
    background: #6864ed;
    box-shadow: 2px 9px 14px rgba(89, 86, 233, 0.19);
}
 .upload-resume input#formFile {
    background: transparent;
}
.tabHead {
    border-left: 5px solid #0cc763;
    background-color: #d3f5e373 !important;
    border-radius: 5px 5px 5px 12px;
}
.common-textcolor {
    color: #0ea900 !important;
}

.user-dashboard-left .basic-info {
    top: -13px;
    right: 1em;
}
.add-modal {
    color: #2196f3;
    text-decoration: underline;
}
.admin-loging.dropdown .dropdown-toggle {
    font-size: 15px;
    font-family: "Poppins";
    outline: none;
    border-color: transparent;
    padding: 9px 5px;
    background: yellow;
}
.admin-loging.dropdown .dropdown-toggle::after {
    margin: 0px;
    bottom: 17px;
    right: 8px;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

#uploadMessage {
    font-size: 15px;
    top: 18px;
    background: rgb(255 255 255 / 80%);
    border-radius: 100%;
    width: 80%;
    height: 80%;
    right: 20px;
    padding-top: 2.4em;
    padding-left: 4px;
    padding-right: 0px;
}

/* END OF USER DASHBOARD */

/* START ARTICLES CSS */

#newPasswordgenerate .toggle-password-log {
    right: 25px;
    top: 35px;
}

.pfy-post-thumb {
    height: 150px;
}
.squar-image-withoutCotent .squer-bg {
    height: 182px;
}
.article-slide-bg {
    height: 457px !important;
}

.article-view,
.articlFeed {
    background-color: #f0f1f2;
}

.ada-slot {
    margin: 0 auto;
    display: block;
    max-width: 88%;
    height: 90px;
    width: 970px;
}
.view-article-deti {
    font-size: 13px;
    text-decoration: underline;
}

.article-date {
    bottom: 0px !important;
}
.para-article {
    font-size: 13px;
}
.article-video-sec {
    padding: 20px 20px;
}

.small-info-article {
    color: black !important;
}

.view_article-detail::after {
    content: "\F135";
    font-family: "bootstrap-icons";
    position: absolute;
    font-size: 20px;
    bottom: -4px;
}
.small-article-card .pfy-post-thumb img,
.small-article-card .pfy-post-thumb {
    height: 144px;
}
.owl-stage {
    padding: 0px !important;
    margin: 0px !important;
}

.for_before_cls::before {
    content: "\F62B";
    font-family: "bootstrap-icons";
    background: red;
    color: white;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: 0px;
    font-size: 55px;
    position: absolute;
    right: 3em;
    top: 1.7em;
}

/* For WebKit browsers */
::-webkit-scrollbar {
    width: 10px; /* vertical scrollbar */
    height: 10px; /* horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track color */
}

.toc::-webkit-scrollbar {
    width: 6px; /* thinner vertical scrollbar */
    height: 14px; /* thicker horizontal scrollbar */
}

.toc::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 6px;
    border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #0ea900; /* Thumb color on hover */
}

/* END ARTICLES CSS */

/* CONTRIBUTER PAGE CSS  START*/

.contribute-sec .bold-tit {
    font-size: 52px;
}

.contribute-sec .head-banner,
.bold-tit {
    font-size: 39px;
    line-height: 49px;
}
.article-preview-bg {
    height: 460px;
}

#contributor-form {
    box-shadow: 0 0 100px 0 rgba(29, 35, 58, 0.1);
    padding: 20px 15px;
}
.small-contri-info {
    font-size: 30px;
    font-family: "Roboto Condensed";
}
.top-form-sec label.upload-btn {
    background: #ddd;
    top: 0px;
    right: 0px;
}
.top-form-sec .profile-image img {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    border: 3px solid #ddd;
}
.common-input-class {
    font-size: 13px;
    padding: 6px 4px 6px 6px;
    font-family: "Poppins";
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
    color: gray;
}

.first-contributor-info .common-input-class {
    border: none;
    border-bottom: 1px solid #e0e6e9;
}
.top-form-sec .toggle-password-log {
    right: 22px;
    top: 30px;
}
#contributor-form #third-tab .nav-link.active::after {
    color: transparent !important;
}

#contributor-form #user-dashboard-info-Tab .nav-item {
    width: 30.9%;
}

.user-small-info input,
.user-small-info textarea,
.user-small-info select {
    padding: 6px 2px 6px 7px;
    font-size: 13px;
}

#contributor-form #user-dashboard-info-Tab {
    margin: 0px 0px 0px 12px;
}
#contributor-form #user-dashboard-info-Tab .nav-link {
    padding: 7px 34px 7px 34px;
}

#contributor-form #user-dashboard-info-Tab .nav-link.active::after {
    left: 5em;
}

.articleSubmissionForm,
.Article_Preview {
    margin: 0 auto;
    max-width: 62%;
}
.submit-bg-article {
    padding: 30px 15px 0px 20px;
}

.banner-content span {
    font-size: 15px;
    border: 1px solid #ddd;
    padding: 4px 33px;
}
a.primary-btn1 {
    font-family: "Roboto Condensed";
    font-size: 19px;
    padding: 14px 40px;
    top: 50px;
}

.bannner-img {
    bottom: 60px;
    height: 415px;
}

.action-box {
    background-image: url(../images/action-contributer-sec.png),
        linear-gradient(180deg, #e4e4ff, #f1f1ff);
    max-width: 69%;
    margin: 0 auto;
    padding: 0px 15px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.head-cont-action {
    font-family: "Roboto Condensed";
    padding: 64px 0px 8px 0px;
}

.free_TOP {
    background: white;
    border: 1px dotted #ddd;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    padding: 9px 5px;
    font-family: "Poppins";
    right: 5em;
    bottom: 6.3em;
}
.dashboard {
    top: 16px;
}
.contributer_BTN {
    width: 66%;
    margin: 0 auto;
    top: 32px;
}
.arrow img {
    opacity: 0.1;
}
.arrow {
    display: flex;
    justify-content: center;
}
.feature-card {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 10px 10px;
}
.feature-card p {
    line-height: 20px;
}
.fcard-second {
    background: #f1f1ff;
}
.cateory-list li:hover {
    background: #0ea900;
    color: white;
    border: 1px solid #0ea900;
}
.cateory-list li {
    background: white;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 9px 20px;
    transition: 0.5s;
    box-shadow: 0px 27px 143px rgba(1, 33, 58, 0.07);
}

.benfit-check {
    background: #f9f9fa;
    margin: 0 auto;
    max-width: 90%;
    width: 100%;
    padding: 20px;
}
.table-guest-post th {
    width: 85%;
    font-weight: 500;
    font-size: 18px;
    border-right: 1px solid #ddd;
    padding: 15px 23px;
}
.avilabe {
    margin: 0 auto;
}

.small-info-contri::before {
    content: "\F135";
    font-family: "bootstrap-icons";
    background: black;
    color: white;
    border-radius: 100%;
    font-size: 19px;
    margin-right: 7px;
    position: relative;
    top: 3px;
}
.Impressed {
    background-image: url(https://html.themexriver.com/it-firm/images/background/pattern-19.png);
    padding: 30px 30px;
    background-color: #0ea900;
    width: 49%;
    background-position: center bottom;
    background-size: contain;
    margin: 0px 0px 0px 11px;
    border-radius: 10px 0px 0px 10px;
}
.notmpressed {
    background-image: url(https://html.themexriver.com/it-firm/images/background/pattern-19.png);
    padding: 30px 30px;
    background-color: black;
    background-position: center bottom;
    background-size: contain;
    width: 49.2%;
    border-radius: 0px 10px 10px 0px;
}

.check-bg {
    height: 30px;
    top: 0px;
}

.article-preview-sec {
    margin: 0 auto;
    max-width: 85%;
    background: #fff;
    box-shadow: 0px 19px 30px rgba(0, 0, 0, 0.08);
    padding: 10px;
}

.submit-article-btn-sec {
    margin: 0 auto;
    max-width: 30%;
    width: 100%;
    position: relative;
}
.table-guest-post td {
    border-right: 1px solid #ddd;
}
.table-guest-post th:last-child {
    background: #000000 !important;
}
.action-point-part {
    gap: 23px;
}
.side-info01,
.side-info02 {
    width: 50%;
}
.top-head-part .submit-article-btn {
    height: 46px;
    width: 43%;
}
.contributer-pro {
    background: white;
    box-shadow: 7px 11px 50px 52px rgb(2 8 66 / 0.03);
    padding: 26px 18px;
}
.auth-boi {
    bottom: 20px;
}
/* CONTRIBUTER PAGE CSS  END */

/* CONTACT US PAGE START */

.contact-us-sec {
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 1, 0.0705882353);
}

/* CONTACT US PAGE END */

/* CONTRIBUTOR LIST PAGE START */

.contribut-list {
    padding: 40px 40px 40px;
    background-color: rgb(14 169 0 / 13%);
}

.team-one__single,
.team_one__single {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 35px 0px rgba(222, 214, 212, 0.35);
    padding: 25px 25px 51px;
}
.team-one__shape-1 {
    bottom: -100px;
    right: -113px;
    width: 193px;
    height: 193px;
    border-radius: 50%;
    background-color: rgb(14 169 0 / 25%);
}
.team-one__content #bottom-icons i.bi.bi {
    width: 25px;
    height: 25px;
    line-height: 27px;
}

.team-one__content .view-simple {
    left: 1.6rem;
    bottom: 24px;
}
@keyframes float-bob-y {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.float-bob {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.team-one__img .show-icon {
    right: 0.5rem;
    bottom: 4px;
    width: 30px;
    padding-left: 6px;
    height: 30px;
}

.team-one__img .social-icon-user {
    bottom: 44%;
    left: 2px;
}

.team_one__img {
    width: 39%;
    background-color: rgba(35, 164, 85, 0.85);
    padding: 15px 15px 15px 15px;
    top: 1rem;
    height: 380px;
}

.team_one__content {
    width: 71%;
}
.team_one__single {
    box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
    background: #fff;
    background-image: url(../images/contributor-detail-bg.png);
    padding: 12px 26px 26px 19px;
    width: 89%;
    background-size: cover;
    background-position: center center;
    max-width: 100%;
    margin: 0 auto;
}
.feeds-head {
    background-color: #150e3eed;
    box-shadow: 0px 0px 35px 0px rgba(222, 214, 212, 0.35);
}
.hrhb-logo {
    left: -7px;
}
.side-title {
    writing-mode: vertical-lr;
    text-orientation: upright;
    padding-top: 16px;
}
.team_one__content .icon-layer {
    right: -13px;
    top: 14rem;
    width: 31%;
    opacity: 0.5;
    bottom: 15px;
}
.top-contributor-dashboard {
    background-image: url(../images/contributer-dashboard-bg.png);
    background-position: center center;
    padding: 30px 0px 30px 0px;
}
.top-contributor-dashboard::after {
    content: "";
    background: rgb(21 14 62 / 80%);
    opacity: 1;
}
.top-contributor-dashboard .profile-image img {
    width: 200px;
    height: 200px;
    border: 3px solid #ddd;
}
.top-contributor-dashboard .upload-btn,
.top-contributor-dashboard .basic-info {
    background: #ddd !important;
}

.tbl-big .head_tab tr td {
    background-color: #150e3eed;
}
.tbl-big .head_tab tr td,
.tbl-big tbody tr td {
    border: 1px solid #ddd;
}

.newarticle .missing-btn {
    max-width: 100%;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-family: Arial, sans-serif;
    font-weight: 900;
    font-size: 31px;
    letter-spacing: 3px;
    line-height: 1.2;
}

.contributor {
    color: transparent;
    -webkit-text-stroke: 2px #ffffff;
}

/* CONTRIBUTOR LIST PAGE END */

/* JOBS SECTION PAGE START */

#job-filter-form {
    padding: 18px 0px 10px 11px;
    background: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.job-search-right-bg {
    right: 23px;
}

.autocomplete,
.autocomplete001 {
    position: relative;
    width: 100%;
}

#myInput,
#myInput001 {
    padding: 6px 0px 7px 10px;
    font-family: "Poppins";
    border: none;
    border-bottom: 1px solid #ddd;
}
#StartTopic textarea {
    height: 171px;
}
#dropdown,
#dropdown001 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    z-index: 10;
    border-radius: 0.375rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#dropdown span,
#dropdown001 span,
#dropdown002 span {
    padding: 6px;
    cursor: pointer;
    font-family: "Poppins";
    display: block;
    font-size: 13px;
    font-weight: normal;
}

#dropdown span:hover,
#dropdown span.active {
    background: #f0f0f0;
    display: block;
}

#dropdown001 span:hover,
#dropdown001 span.active {
    background: #f0f0f0;
    display: block;
}

#dropdown002 span:hover,
#dropdown002 span.active {
    background: #f0f0f0;
    display: block;
}

#job-filter-form #user-dashboard-info-Tab .nav-link.ts-wrapper.form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px !important;
}

#job-filter-form .ts-wrapper.form-select {
    color: black;
    min-height: 36px !important;
    font-weight: normal;
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid #ddd;
}

#myInput::placeholder,
#myInput001::placeholder {
    color: black; /* change color */

    opacity: 1; /* some browsers apply opacity */
}
#job-fil-btn {
    bottom: 13px;
    padding: 6px 33px;
    right: 11px;
}

.Popular_Searches a {
    box-shadow: 0 9px 30px rgb(0 0 0 / 10%);
    line-height: 29px;
}

.twm-small-ring {
    width: 170px;
    height: 170px;
    top: 12em;
    right: 3em;
}
.twm-small-ring img {
    opacity: 0.7;
}
.rotate-animation {
    animation: rotate-animation 9s linear infinite;
}

@keyframes rotate-animation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.typewriter {
    white-space: nowrap;
    font-weight: 600;
    border-right: 3px solid #0ea900;

    text-decoration: underline;
    position: absolute;
}

.job-head-part {
    margin-bottom: 6.2em;
}
.top-part {
    background-image: url(../images/ofr-bg.jpg);
    padding: 66px 0px 40px 0px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

/* 
 .twm-bg-ring-left {
    width: 495px;
    height: 495px;
    border: 72px solid #9c9696;
    left: -200px;
    bottom: -41px;
    opacity: 0.1;
    border-radius: 50%;
} */

.twm-bg-ring-right {
    width: 300px;
    height: 300px;
    border: 153px solid #57d288;
    right: -10em;
    top: -8em;
    border-radius: 100%;
}
.rotate-center {
    animation: rotate-center 15s linear infinite;
}

@keyframes rotate-center {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.twm-bg-ring-left {
    left: 52em;
    top: 42px;
}

#job-filter-form .ts-control .item {
    font-size: 14px;
    font-weight: 600;
}
.job-side-img {
    bottom: 2rem;
    right: 7px;
}
.swing {
    display: inline-block;
    transform-origin: top center; /* pivot point at top */
    animation: swing 3s ease-in-out infinite;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* JOBS SECTION PAGE END */

/* UPLOAD YOU RESUME  CSS START */
#template2 .preview-cnt {
    grid-template-columns: 70% auto;
}

#template1 {
    background: #eff2f9;
}

#multiStepForm .next-btn {
    background: black;
    border: none;
    font-size: 17px;
    padding: 7px 44px;
    margin-top: 2rem;
}
#multiStepForm .prev-btn {
    background: lightgray;
    border: none;
    font-size: 17px;
    padding: 7px 35px;
    margin-top: 4rem;
}
.btn-group button:first-child,
.btn-group a:first-child {
    margin-right: 1rem !important;
}

/* section one */
.section-one {
    padding: 64px 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
}
.section-one-l img {
    max-width: 545px;
    margin-right: auto;
    margin-left: auto;
    max-height: 100%;
}
.section-one-l {
    height: 400px;
}
.section-one-r {
    margin-top: 4rem;
}

.section-one .btn-group {
    margin-top: 2rem;
}
.section-one-r {
    max-width: 545px;
    margin-right: auto;
    margin-left: auto;
}
.section-one-r .btn-group {
    margin-top: 3rem;
}

/* section two */
.section-two {
    padding: 64px 0;
}
.section-two .section-items {
    display: grid;
    gap: 2rem;
}

.section-two .section-item {
    max-width: 350px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.section-two .section-item-icon {
    margin: 1rem 0;
}
.section-two .section-item-icon img {
    width: 80px;
    margin-right: auto;
    margin-left: auto;
}
.section-two .section-item-title {
    color: var(--clr-blue-dark);
    font-size: 1.8rem;
    font-weight: 600;
}
.section-two .text {
    margin: 0.9rem 0;
}
.cv-form-row {
    position: relative;
}

.form-text {
    color: #ca0b00;
    font-size: 12px;
    position: absolute;
    letter-spacing: 0.5px;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
}

.repeater-add-btn {
    width: 25px;
    height: 25px;
    background-color: var(--clr-blue-mid);
    font-size: 1.6rem;
    color: var(--clr-white);
    margin: 1rem 0;
}
.repeater-remove-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ca0b00;
    color: var(--clr-white);
    font-size: 1.6rem;
}

/* preview section */
.preview-cnt {
    box-shadow: rgb(149 157 165 / 90%) 0px 8px 24px;
}

.preview-cnt-l {
    padding: 10px;
}
.preview-cnt-r {
    padding: 1rem 1rem 1rem 1rem;
}
.preview-cnt-l .preview-blk:nth-child(1) {
    text-align: center;
}
.top-head-part-cv {
    background-color: #ffd800;
}
.preview-image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.preview-item-name {
    font-size: 23px;
    font-weight: 600;
    color: black;
    position: relative;
    text-transform: capitalize;
}

.preview-blk {
    margin-bottom: 30px;
}
#fullname_dsp1 {
    font-size: 27px;
    font-family: "Roboto Condensed";
}

.preview-blk-title h3 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 0.5rem;
    color: black;
    font-size: 15px;
}
.preview-item span {
    font-size: 16px;
    font-family: "Poppins";
    color: #000 !important;
}
.preview-blk-title {
    margin-bottom: 1rem;
}
.preview-blk-list .preview-item {
    margin-bottom: 20px;
}
.preview-cnt-r .preview-blk-title {
    color: var(--clr-dark);
}

.achievements-items.preview-blk-list .preview-item span:first-child,
.educations-items.preview-blk-list .preview-item span:first-child,
.experiences-items.preview-blk-list .preview-item span:first-child {
    display: block;

    background-color: rgba(0, 0, 0, 0.03);
}

.educations-items.preview-blk-list .preview-item span:nth-child(2),
.experiences-items.preview-blk-list .preview-item span:nth-child(2) {
    font-weight: 600;
    margin-right: 1rem;
}

.educations-items.preview-blk-list .preview-item span:nth-child(3),
.experiences-items.preview-blk-list .preview-item span:nth-child(3) {
    font-style: italic;
    margin-right: 1rem;
}

.educations-items.preview-blk-list .preview-item span:nth-child(4),
.educations-items.preview-blk-list .preview-item span:nth-child(5),
.experiences-items.preview-blk-list .preview-item span:nth-child(4),
.experiences-items.preview-blk-list .preview-item span:nth-child(5) {
    margin-right: 1rem;
    background-color: var(--clr-green);
    color: var(--clr-white);
    padding: 0 1rem;
    border-radius: 0.6rem;
}

.educations-items.preview-blk-list .preview-item span:nth-child(6),
.experiences-items.preview-blk-list .preview-item span:nth-child(6) {
    font-size: 13.5px;
    display: block;
    opacity: 0.8;
    margin-top: 1rem;
}
.projects-items.preview-blk-list .preview-item span {
    display: block;
}

.print-btn-sc {
    margin: 2rem 0 6rem 0;
}

.progressbar {
    counter-reset: step;
}

.progressbar li::before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    border-radius: 100%;
    line-height: 27px;
    font-weight: 800;
    background-color: #fff;
    font-size: 16px;
}

.progressbar li::after {
    content: "";
    position: absolute;
    top: 14px;
    left: -82%;
    height: 1px;
    width: 75%;
    background: #ddd;
    z-index: -1;
}

.progressbar li:last-child::after {
    left: -99%;
    width: 90%;
}

.progressbar li:first-child::after {
    content: none;
}

.progressbar li.active {
    color: #0d6efd;
}

.progressbar li.active::before {
    border-color: #0d6efd;
    background-color: #0d6efd;
    color: white;
}

.progressbar li.active::after {
    background-color: #0d6efd;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

section.banner-part {
    position: relative;
    background: linear-gradient(180deg, rgb(45 196 106 / 50%), transparent);
    border-radius: 30px 30px 0 0;
    padding: 30px 0px;
}

.content-side-part {
    padding: 100px 0px;
}

.click-btn {
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.35s;
    box-sizing: border-box;
    cursor: pointer;
    background: #2dc46a;
}
.small-img-bg {
    background: white;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 30%);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: absolute;
    top: 18rem;
    margin-left: -2rem;
    animation: pulse 2s infinite;
}
.small-img-bg-02 {
    top: 37rem;
    left: 67em;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1); /* slightly bigger */
        opacity: 0.7; /* fade a bit */
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

aside.patten-bg {
    width: 200px;
    height: 200px;
    position: absolute;
}

.patten-bg-bott {
    right: 0px;
    bottom: -2em;
}

.features-text {
    border-radius: 16px;
    align-items: center;
    list-style: none;
    position: relative;
    display: flex;
    width: 49%;
}
.inner-part-feat span {
    font-size: 18px;
    font-weight: 600;
}
.features-text img {
    width: 40px;
    height: 40px;
    border: 1px solid #2dc46a;
    border-radius: 100%;
}

.inner-part-feat {
    position: relative;
    top: 17px;
}

/* UPLOAD YOU RESUME  CSS END */

/* FREE JOB POST FORM CSS START */
.prev-btn {
    background: grey;
}
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#free-job-post-form input,
textarea,
.noticPeriod {
    border: 1px solid #ddd;
}

.hid-item {
    top: 34px;
    left: 16.1em;
    width: 20px;
}
.multiselect-container {
    border: 1px solid #ddd;
    min-height: 40px;
    cursor: text;
    padding-left: 3px;
}

.tag {
    margin: 10px 0px 0px 4px;
    background: #007bff;
    padding: 0px 11px;
    background-color: #e0f7fa;
    border: 1px solid #b2ebf2;
    color: #00796b;
    height: 28px;
    font-size: 13px;
    text-align: end;
    border-radius: 28px;
}

.tag span {
    font-size: 17px;
    position: relative;
    top: 2px;
}

.removeIocn {
    bottom: 0px;
    left: 10px;
}

.multiselect-input {
    width: 41%;
    font-family: "Poppins";
    padding: 15px 4px 13px 6px;
}
#jobPostForm
    .select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    top: 3px;
}
#upload-cv .multiselect-input {
    width: auto;
}

.autocomplete-list {
    border: 1px solid #ddd;
    width: 361px;
    max-height: 150px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.autocomplete-item {
    padding: 4px 6px;
    cursor: pointer;
    display: block;
    font-size: 14px;
}
.autocomplete-item.active {
    background: #007bff;
    color: white;
}

/* error state */

.ts-wrapper.is-invalid,
input.is-invalid,
select.is-invalid,
textarea.is-invalid {
    border: 1px solid red !important;
    border-radius: 5px;
}

.check-icon {
    font-size: 16px;
    font-weight: bold;
}
/* FREE JOB POST FORM CSS END */

/* Preview Job Posting CSS START */
.preview-job-post-sec {
    background: #f6f8f7 !important;
    max-width: 70%;
    margin: 30px auto;
}
.InterestedJobSec .about-info-job {
    flex: 0 0 auto;
    width: 32%;
    margin-right: 10px;
    margin-left: 7px;
}
.preview-job-post-sec #bottom_btn {
    max-width: 61%;
}

.about-info-job,
.jbd-01 {
    box-shadow: 9px -2px 19px 9px rgba(0, 0, 0, 0.02);
    padding: 14px 14px 21px 14px;
    border: 1px solid #f6f6f6;
}
.about-job-content {
    width: 87%;
}
.right-arrow-info::after {
    font-family: "bootstrap-icons";
    content: "\F135";
    font-size: 18px;
    position: relative;
    top: 5px;
    color: #b5acac;
    font-weight: 100;
}
.responsDetail {
    background: linear-gradient(88deg, rgb(18 224 0 / 30%), transparent);
}
.Exll02 {
    width: 30%;
}
.Exll {
    width: 70%;
}
.skill-bg {
    background: #f0f6fe;
}
#bottom_btn {
    margin: 0 auto;
    max-width: 55%;
}
/* Preview Job Posting CSS END */

/* JOB DETAIL CSS END */
.job-detail-part .about-job-content {
    width: 90%;
}
.job-detail-part .about-job-logo,
.job-listing img {
    background-color: #fff;
    box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
}
.job-share-icons i.bi.bi {
    width: 30px;
    height: 30px;

    border-radius: 50%;

    line-height: 31px;
}

.action-point {
    width: 84%;
}
.job-detail-part .about-info-job {
    background: linear-gradient(88deg, rgb(18 224 0 / 30%), transparent);
}
.job-detail-part .about-info-job,
.jbd-01 {
    padding: 20px 18px 20px 18px;
}
.bottom-part,
.bottomAction {
    border-top: 1px solid #eef2f5;
}
/* JOB DETAIL CSS END */

/* JOB LISTING CSS END */
.job-feed-part .about-job-content {
    width: 111%;
    padding-right: 15px;
}

.expre-feed {
    overflow-y: scroll;
    height: 250px;
}
.filter-head-part {
    border-bottom: 1px solid #ddd;
}
.filter-head-part span {
    color: #275df5;
    position: relative;
    top: 10px;
}

.about-job-logo {
    width: 120px;
    height: 84px;
}

.expre-feed span {
    display: block;
}

/* JOB LISTING CSS END */

/* JOB ONLINE CSS START */

.job-cat-list {
    padding: 7px 2px 7px 10px;
    box-shadow: 0px 0px 15px rgb(150 148 148 / 10%);
    width: 19%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 12px;
}
.job-cat-list:hover {
    -webkit-box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.15) !important;
}
.job-cat-img {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    margin-right: 6px;
}

.action-to-call {
    border-bottom: 1px solid #000000;
    height: 26px;
}
.JobSecTil {
    width: 90%;
}
.JobSecTil::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 109px;
    bottom: -6px;
    left: 0px;
    background: rgb(14 169 0);
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
}
.marquee-content {
    display: inline-block;
    animation: scroll 25s linear infinite;
}
.marquee.reverse .marquee-content {
    animation-direction: reverse;
}
.marquee:hover .marquee-content {
    animation-play-state: paused;
}
.marquee img {
    background: #dddd;
    padding: 3px;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.marquee-content .job-cat-cont {
    width: 221px;
}
.marquee-content .job-cat-list {
    border-bottom: 4px solid #f6ffeb;
    margin: 0px 13px 28px 0px;
    background: white;
    box-shadow: none;
    width: 247px;
}
.action-point-job {
    margin: 0 auto;
    max-width: 73%;
}
.feature-info-02,
.feature-info-03 {
    background: rgb(14 169 0 / 50%);
    padding: 16px 16px 22px 16px;
    box-shadow: 0 9px 30px rgb(0 0 0 / 10%);
}

.feature-info-icon {
    width: 110px;
}
.feature-info-content p {
    line-height: 20px;
}
.same-ext-item aside {
    width: 50%;
}
.company-img {
    box-shadow: 0 2px 12px rgb(107 107 107 / 10%);
    height: 70px;
    width: 160px;
}
.company-img img {
    object-fit: contain;
    display: block;
    width: 200px;
    height: 60px;
}
.how-to-start {
    background-image: url(../images/pattern-01.png);
    background-repeat: no-repeat;
    background-position: 48% 46%;
    background-size: contain;
}
.feature-step .feature-info-icon {
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    background: white !important;
    box-shadow: 0 9px 30px rgb(199 199 199 / 25%);
    font-size: 40px;
    display: inline-block;
    margin-bottom: 15px;
}

.InterestedJobSec {
    background-color: rgb(224 233 249 / 40%);
    padding: 30px 0px;
    border-radius: 45px;
    background-image: url(../images/interested-job-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.CategorySec {
    background: #fffbf0;
    padding: 30px 0px;
    border-radius: 45px;
}
.twm-explore-content-3 {
    background-color: #14212b;
    box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
    border-radius: 10px;
    padding: 50px 40px;
    position: relative;
    z-index: 1;
}

.twm-explore-content-3::after {
    content: "";
    right: -20px;
    top: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-right: 20px solid rgb(240, 246, 254);
    border-bottom: 20px solid rgb(240, 246, 254);
    border-radius: 10px;
}
.twm-explore-content-3::before {
    content: "";
    position: absolute;
    border: 34px solid #ffffff;
    top: 17em;
    right: -15px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    opacity: 0.8;
    z-index: -1;
}

.side-patten {
    width: 76%;
    position: absolute;
    left: 73%;
    top: -46%;
    opacity: 1;
}
.site-button {
    transition: all 0.6s ease-in-out;
}
.site-button:hover {
    -webkit-box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.15) !important;
    background: #ffffff !important;
    color: #000 !important;
}
.upload-cv-part .site-button {
    background: #cfff92;
}
.upload-cv-part {
    padding: 50px 0px;
    border-radius: 45px;
    background: rgb(207 255 146 / 100%);
}
.JobRolesSec {
    background: #f2f3f5;
    padding: 30px 20px;
    border-radius: 45px;
}
.for-employees {
    background: #104989;
}

.for-employees::before {
    top: -2em;
    right: -33px;
}
.job-feed-part:hover {
    -webkit-box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.15) !important;
}
.job-feed-part {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.location-job {
    box-shadow: rgba(202, 198, 196, 0.35) 0px 0px 40px 0px;
    padding: 30px 20px;
    border-radius: 45px;
}
.contact-one__map {
    position: absolute;
    bottom: -5px;
    right: 168px;
    z-index: -1;
    opacity: 0.4;
}
.my-shape {
    width: 100%;
    animation-name: shapeMover;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Define the animation keyframes */
.my-shape {
    width: auto;
    animation-name: shapeMover;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes shapeMover {
    0% {
        transform: perspective(400px) translate3d(0, 0, 0);
    }
    50% {
        transform: perspective(400px) translate3d(3.597px, 3.597px, 3.597px);
    }
    100% {
        transform: perspective(400px) translate3d(0, 0, 0);
    }
}
.job-categories-home-8 {
    padding: 15px 12px 15px 12px;
    background-color: #eaf1fb;
}
.cat-loc-cont {
    width: 80%;
}
.job-cat-cont h3 {
    padding-top: 3px;
}
.forRecruiter {
    background: #14212b;
    padding: 40px 0px;
    border-radius: 45px;
}
.forRecruiter .twm-explore-content-3 {
    background-color: #cfff92;
}

.upload-cv-section {
    max-width: 85%;
    margin: 0 auto;
}

/* JOB ONLINE CSS END */

/* REGISTER AND APPLY CSS START */

.top-form-sec {
    background-color: #fff;
    border-radius: 32px;
    box-shadow: -1px 12px 28px rgb(220 220 220);
    padding: 32px 27px;
    height: 30em;
}
.cv-form-row-title {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 11px;
    border-bottom: 1px solid #0ea900;
}

#upload-cv .multiselect-container {
    min-height: 145px;
}
#upload-cv #userprofileheadline {
    min-height: 148px;
}

#upload-cv .multiselect-input {
    height: 33px;
}
#addedunpart .accordion-button {
    background: #f4f4f4;
}
#addedunpart #myInput001,
#addedunpart #myInput,
#addedunpart #myInput002 {
    border: 1px solid #ddd;
}
.resgiter-head {
    border-radius: 32px;
    background: linear-gradient(to right, #ffd012, #ffffff);
}
#upload-experi {
    padding: 10px 30px 25px 30px;
    max-width: 100%;
}

#general-member-part {
    padding: 5px 30px 25px 30px;
    max-width: 100%;
}
.memberUser {
    margin: 0 auto;
}
.gener-modal-header .btn-close {
    top: -8px;
    right: -7px;
}
#upload-experi .btn-close {
    top: -8px;
    right: -7px;
}
#UploadExperi .modal-dialog {
    max-width: 460px;
}
#headingFour .accordion-button,
#headingFive .accordion-button,
#headingSix .accordion-button {
    background: transparent;
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}
#headingFour,
#headingFive,
#headingSix {
    position: relative;
    width: 23%;
    left: 36em;
}

.toggle-icon {
    font-size: 20px;
    transition: 0.3s;
}
.add-experi-content-section,
.add-experi-content-section001,
.add-experi-content-section002 {
    display: none;
    padding: 9px;
    margin-top: 8px;
    border: 1px solid #f9f9f9;
    border-radius: 12px;
}
aside.add-experi-btn-sec,
.add-experi-btn-sec001,
.add-experi-btn-sec002 {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    cursor: pointer;
}
#headingThree .accordion-button {
    background-color: #f2ffee !important;
}
#headingOne .accordion-button {
    background: #eef0f4 !important;
}
#headingTwo .accordion-button {
    background: #e6faff !important;
}
/* REGISTER AND APPLY CSS END */

/* EMPLOYEER DASHBOARD START CSS END */

.EmployeTopDashboard {
    background-image: url(../images/emplyer-dashboard-bg.jpg);
    background-position: center center;
}
.EmployeTopDashboard .profile-image img {
    width: 180px;
    height: 180px;
    border: 3px solid white;
}
.EmplEditBg {
    color: #2449ff !important;
    background: white;
}
.EmployeTopDashboard .user-person-info span {
    line-height: 36px;
}
#EmployDashInfoTab li .nav-link.active {
    color: #1967d2; /* Text color */
    background: rgba(25, 103, 210, 0.1); /* Light blue transparent background */
}

#EmployDashInfoTab li:hover .nav-link {
    color: #1967d2; /* Text color */
    background: rgba(25, 103, 210, 0.1); /* Light blue transparent background */
}

#EmployDashInfoTab .nav-link {
    padding: 12px 12px;
    background-color: transparent;
    color: #000;
}

#EmployDashInfoTab {
    padding: 10px 10px 130px 10px;
}

#Filters_search {
    right: 40px;
    bottom: 0px;
    padding: 5px 34px;
    border-radius: 30px 4px 4px 30px;
}
input#Search_Filter {
    height: 43px;
    width: 94%;
}
#manageJobs,
.subscrip_sec,
#ChangePassword {
    padding: 23px 22px 23px 19px;
}

#manageJobs .topTitleJobs,
.centerPart {
    background: #f1f3ff;
    display: flex;
    padding: 10px 12px;
}

.JobListPart span {
    border-radius: 100%;
    height: 21px;
    width: 21px;
    line-height: 21px;
    box-shadow: 0 6px 15px rgba(64, 79, 104, 0.3);
    bottom: 3px;
}

.actionPoint a {
    background: rgba(25, 103, 210, 0.07);
    height: 27px;
    width: 26px;
    color: #1967d2;
    line-height: 28px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.jobFeed:hover {
    -webkit-box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.15) !important;
}
.jobFeed {
    border-bottom: 1px solid #ecedf2;
    padding-bottom: 13px;
    padding-top: 9px;
    transition: all 0.3s ease-in-out;
}
.actionPoint a:hover {
    background: #1967d2;
    color: #fff;
    -webkit-transition: all 0.6s ease;
}

.applied,
.shortlisted {
    width: 14%;
}
.JobListPart {
    width: 54%;
}
.employeer-section-contain {
    padding-right: 35px;
}
table.table thead th {
    background: #f5f7fc;
    color: #1967d2 !important;
}
.employer-update-button {
    max-width: 34%;
    background: #1967d2;
}
#ChangePassword .toggle-password-log {
    top: 36px;
    right: 20px;
}
.CompanyPro .submit-person-info-btn,
.CompanyPro .m.EmployeTopDashboard::afterodal-header {
    background: #002bff;
}
.candiDetailAction li,
.checkCandidate {
    box-shadow: 0 3px 9px rgb(64 79 104 / 4%);
    margin-right: 23px;
    line-height: 33px;
    border: 1px solid #ddd;
}
.candidateDetail img {
    width: 87px !important;
}
.keyword-opt #autocomplete-list {
    width: 100%;
    border-radius: 5px;
}
.jobresponsesList {
    box-shadow: 9px -2px 19px 9px rgb(0 0 0 / 5%);
    padding: 14px 14px 21px 14px;
    background: white;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.candidateDetail {
    box-shadow: 9px -2px 19px 9px rgba(0, 0, 0, 0.08);
}

.jobresponsesList img {
    width: 80px;
}
.jobresponsesList:hover {
    -webkit-box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.15) !important;
}
.jobTile {
    border-radius: 32px;
    background: linear-gradient(to right, #0ea900, #f1f1f1);
}
.EmployeTopDashboard .vertical-text {
    top: -3px;
    position: relative;
}
.EmployeTopDashboard .contributor {
    -webkit-text-stroke: 2px #ffffff;
    font-size: 26px;
}
.EmployeTopDashboard .dashboard {
    color: white;
    font-size: 22px;
}

.EmployeTopDashboard::after {
    background: #0023cd;
}

.active-btn {
    color: #fff !important;
}
.shortlist-btn.active-btn {
    background-color: #198754 !important; /* green */
}
.reject-btn.active-btn {
    background-color: #dc3545 !important; /* red */
}

.fade-out {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.5s ease;
    transform: translateY(-20px);
}
.appiedLeft li {
    position: relative;
    top: 5px;
}
.ShortlistCount {
    color: #34a853 !important;
}
.rejectCount {
    color: #d93025 !important;
}
#SelectJob {
    height: 18px;
    width: 15px;
    top: 2px;
}
.checkBoxSelect {
    width: 13px;
    height: 16px;
    left: -8px;
}
.user-profile-section {
    max-width: 980px;
    margin: 0 auto;
}

/* EMPLOYEER DASHBOARD CSS END */

/* JOB POSTING SOLUTIONS START CSS END */

.hero-floating-card {
    padding: 11px 33px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

.JobPlanSec,
.contribute-sec {
    background: radial-gradient(
            circle at 10% 20%,
            rgb(255 255 255 / 34%) 0%,
            rgb(255 255 255 / 0%) 45%
        ),
        linear-gradient(135deg, #1eff0040 0%, #f7fffa 45%, #ffffff 100%);
}

.package-header {
    background: #c0f55b;
    border-radius: 30px 30px 0px 0px;
    padding: 13px;
}
.package-card__head__btn {
    padding: 10px 3px 0px 0px;
    margin-left: 16px;
    bottom: 7px;
    width: 88%;
}

.package-card {
    position: relative;
    background-color: #000c0c;
    z-index: 11;
    padding: 0px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    height: 456px;
    border-radius: 35px 35px 7px 7px;
}
.package-card__wrapper {
    padding: 43px 90px 50px 90px;
}

.FREE li {
    color: #000 !important;
}
.basic li,
.business li,
.premium li,
.FREE li {
    color: #ffffff !important;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px !important;
    margin-bottom: 0.5rem !important;
}
.package-body {
    padding: 0px 27px;
    background-image: url(https://html.themevally.com/2025/inotek/assets/images/choose/hm1-shape01.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.package-body p span {
    display: none;
}
.circle-animation {
    animation: spin 6s linear infinite;
    top: -17%;
    opacity: 0.7;
}
.job-detail-part .about-job-logo {
    width: 120px;
    height: 100px;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.FREE li::before,
.basic li::before,
.business li::before,
.premium li::before {
    content: "\F270";
    font-family: "bootstrap-icons";
    font-size: 17px;
    position: relative;
    top: 4px;
    margin-right: 6px;
}
.package-body ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: white;
}
.exterTag {
    background: #96eb64;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0px auto;
}
.buy3Month {
    background: #ffe27c !important;
}
.package-footer {
    background: #c0f55b;
    padding: 7px 16px;
    margin: 40px 40px;
}

span.head_sec {
    top: -34px;
    left: 65%;
    transform: translateX(-73%);
    padding: 5px 31px;
    border-radius: 10px 10px 3px 0px;
}

.index3-generic-img::before {
    top: 5px;
    right: 26px;
    content: "";
    width: 309px;
    height: 238px;
    position: absolute;
    border-radius: 30px;
    animation: 1s ease 0s infinite alternate none running mover;
    background: linear-gradient(
        to left,
        rgb(132 223 58) 0%,
        rgb(132 223 58) 150%
    );
}

.mover {
    animation: mover 2s ease-in-out infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

.why-choose-Hrhb {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.09);
    padding: 30px 30px 30px 30px;
}

/* JOB POSTING SOLUTIONS CSS END */

/* Job Buy CHECKOUT CSS START */

.jobCheckOutPart {
    margin: 0 auto;
    max-width: 80%;
}

.jobCheckLeft,
.jobCheckRight {
    width: 49%;
    background-color: white;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
}
.sec-title {
    background-color: #96eb64;
}
.checkout-page__order-table {
    position: relative;
    width: 100%;
    border: none;
    margin: 0 0 0;
}
.Make_Payment {
    margin: 0 auto;
    max-width: 80%;
}
.ProductHead {
    border-bottom: 1px solid #ddd;
}
.ProductTotle {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.autocomplete-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px;
    cursor: pointer;
}

.tag .star {
    color: #ff5500;
    left: 7px;
    margin-right: 18px;
    top: 0px;
    background: transparent;
}
.tag .star.highlight {
    color: gold;
    border: none;
}
.tag .remove {
    right: 7px;
    bottom: -2px;
}
/* JOB BUY CHECKOUT CSS END */

/* RESUME SEARCH FORM CSS START  */

.Filter-dropdown {
    position: absolute;
    z-index: 1000;
    width: 94.7%;
    border: 1px solid #ddd;
    display: none;
    max-height: 300px;
    overflow: hidden;
}

.Filter-dropdown.active {
    display: flex;
}

.location-selection-area,
.department-selection-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 40px;
    cursor: text;
    background-color: #fff;
    width: 100%;
}
.location-option {
    display: flex;
    margin-bottom: 6px;
    padding: 3px 0px 3px 0px;
}

.location-option,
.department-options label,
.side-panel label {
    cursor: pointer;
    font-size: 14px;
}
.location-option.form-check {
    line-height: 23px;
    cursor: pointer;
    font-size: 14px;
}
.location-option.active {
    background-color: #f0f0f0;
}

.selected-location-tag,
.selected-item-tag {
    background-color: #e0f7fa;
    border: 1px solid #b2ebf2;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 14px;
    color: #00796b;
    margin-right: 10px;
}

.selected-location-tag .remove-tag {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
    color: #004d40;
}

.add-location-placeholder {
    color: #999;
    /* Only show if no tags are present */
}

/* Add this to your CSS stylesheet */
.location-option.keyboard-focused {
    background-color: #e9ecef; /* A light highlight color */
    border-radius: 4px;
    outline: none; /* remove native focus outline */
}
/* Location Dropdown */
.location-dropdown {
    position: absolute;
    z-index: 1000;
    width: 94.7%;
    border: 1px solid #ddd;
    display: none;
    max-height: 300px;
    overflow: hidden;
}

.location-dropdown.active {
    display: flex;
}

.search-input-container {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.location-search {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.location-options,
.department-option {
    padding: 6px 6px;
    transition: background-color 0.1s;
    cursor: pointer;
    width: 50%;
}
.location-dropdown.search-mode {
    grid-template-columns: 1fr; /* Single column for search results */
}

.location-option input[type="checkbox"],
.form-check-input[type="checkbox"] {
    flex-shrink: 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.search-full-width {
    width: 100%;
    padding: 5px 32px;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    padding: 8px 5px;
    cursor: pointer;
}

.checkbox-group label:hover {
    background-color: #f0f0f0;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #007bff; /* Custom checkbox color */
}

.separator {
    border-top: 1px solid #eee;
    margin: 10px 0;
}

.arrow-icon {
    font-size: 10px;
}

/* Other Locations Section */

.city-tag {
    background-color: #e3f2fd;
    border: 1px solid #bbdefb;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 14px;
    color: #1976d2;
    cursor: pointer;
}

.city-tag:hover {
    background-color: #bbdefb;
}

.additional-options {
    margin-top: 15px;
}

/* Selection area */
.selection-area {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1px 2px 0px 6px;
    min-height: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 14px;
}
.selected-items-display {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.selected-tag {
    background-color: #e0f7fa;
    border: 1px solid #b2ebf2;
    padding: 4px 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #00796b;
}
.remove-tag {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
    color: #004d40;
}
/* Search input style */
.industry-search-input,
.department-search-input,
.ug-course-search-input,
.pg-course-search-input,
.phd-search-inputt {
    flex-grow: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 13px;
    padding: 0px 1px 0px 0px;
    font-family: "Poppins";

    display: block;
    border-radius: 6px;
    cursor: pointer;
    color: gray;
}
/* Dropdown container */

.Filter-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 10;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    gap: 10px;
}
.Filter-dropdown.active {
    display: flex;
}
.Filter-dropdown.search-mode .options-list {
    width: 100%;
}
.Filter-dropdown.search-mode .side-panel {
    display: none !important;
}
.options-list {
    width: 50%;
}

.options-list .option {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 30px;
}
.option:hover,
.option.active {
    background-color: #f0f0f0;
}
.option input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #007bff;
}
.expand-icon {
    margin-left: auto;
    font-size: 10px;
    color: #666;
    transform: rotate(0deg);
    transition: transform 0.2s;
}
.option.active .expand-icon {
    transform: rotate(90deg);
}
.group-header {
    padding: 7px 10px 7px 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f4f4f4;
    font-size: 14px;
    margin: 8px 11px 0px 0px;
    border-radius: 4px;
}

.select-all-cities {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 900;
    padding-right: 7px;
}
.selected-locations-display {
    display: contents;
}
.no-results {
    color: #999;
    text-align: center;
    padding: 10px;
    width: 100%;
}
.selected-tag {
    background-color: #e0f7fa;
    border: 1px solid #b2ebf2;
    padding: 4px 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #00796b;
    margin-bottom: 5px;
}

.remove-tag {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
    color: #004d40;
}

.add-placeholder {
    color: #999;
}

.no-results {
    color: #999;
    padding: 10px;
    text-align: center;
}

.industry-filter .selection-area {
    border: 1px solid #ddd;
    padding: 3px 1px;
}

/* Dropdown container */
.department-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: none; /* Correctly hides the dropdown by default */
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    gap: 10px;
}
.department-dropdown.active {
    display: flex; /* Only show when the active class is present */
}
.department-dropdown.search-mode .department-options {
    width: 100%;
}
.department-dropdown.search-mode .side-panel {
    display: none !important;
}
.department-options {
    width: 50%;
}
.side-panel {
    width: 50%;
    display: none;
    border-left: 1px solid #ddd;
    padding-left: 10px;
}
.department-option {
    display: flex;
    align-items: center;
    padding: 8px 5px;
    cursor: pointer;
    white-space: nowrap;
}
.department-option:hover,
.department-option.active {
    background-color: #f0f0f0;
}
.department-option input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #007bff;
}

.side-panel .location-option {
    margin-left: 27px;
}

/* --- Industry Filter Styles --- */
/* Industry Dropdown */
.industry-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
}
.industry-dropdown.active {
    display: block;
}
.industry-group-header {
    font-weight: bold;
    color: #555;
    padding: 8px 0;
    cursor: default;
}
.industry-option {
    display: flex;
    align-items: center;
    padding: 8px 5px;
    cursor: pointer;
    white-space: nowrap;
}
.industry-option:hover,
.industry-option.active {
    /* Added active state for keyboard navigation */
    background-color: #f0f0f0;
}
.industry-option input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #007bff;
}

/* --- Designation Filter Styles --- */

.designation-filter .designation-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
}

.designation-filter .designation-dropdown.active {
    display: block;
}

.designation-filter .designation-group-header {
    font-weight: bold;
    color: #555;
    padding: 8px 0;
    cursor: default;
}

.designation-filter .designation-option {
    padding: 8px 5px;
    cursor: pointer;
    white-space: nowrap;
}

.designation-filter .designation-option:hover,
.designation-filter .designation-option.selected,
.designation-filter .designation-option.keyboard-selected {
    background-color: #f0f0f0;
}

.highlight {
    background-color: rgba(25, 103, 210, 0.1);
    color: #1967d2;
    border: 1px solid;
}

/* --- Nested Dropdown Filter Styles (Choose Course) --- */
.choose-course-filter .course-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: none;
    height: 300px;
    overflow-y: auto;
}

.choose-course-filter .course-dropdown.active {
    display: flex;
}

.choose-course-filter .course-list {
    flex-basis: 50%;
    border-right: 1px solid #eee;
    padding: 10px;
}

.choose-course-filter .course-option {
    display: flex;
    align-items: center;
    padding: 8px 5px;
    cursor: pointer;
    white-space: nowrap;
}

.choose-course-filter .course-option:hover,
.choose-course-filter .course-option.active {
    background-color: #f0f0f0;
}

.choose-course-filter .course-option input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #007bff;
}

.choose-course-filter .specialization-dropdown {
    flex-basis: 50%;
    padding: 10px;
    display: none;
}

.choose-course-filter .specialization-dropdown.active {
    display: block;
}

.choose-course-filter .tag-count {
    font-weight: bold;
    color: #00796b;
    margin-left: 5px;
}

/* --- Search-based Filter Styles (Institute, PG Qualification, PG Specification) --- */

.institute-filter .institute-dropdown,
.pg-qualification-filter .pg-qualification-dropdown,
.pg-specification-filter .pg-specification-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
}

.institute-filter .institute-dropdown.active,
.pg-qualification-filter .pg-qualification-dropdown.active,
.pg-specification-filter .pg-specification-dropdown.active {
    display: block;
}

.institute-filter .institute-group-header,
.pg-qualification-filter .pg-qualification-group-header,
.pg-specification-filter .pg-specification-group-header {
    font-weight: bold;
    color: #555;
    padding: 8px 0;
    cursor: default;
}

.institute-filter .institute-option,
.pg-qualification-filter .pg-qualification-option,
.pg-specification-filter .pg-specification-option {
    padding: 8px 5px;
    cursor: pointer;
    white-space: nowrap;
}

.institute-filter .institute-option:hover,
.institute-filter .institute-option.selected,
.institute-filter .institute-option.keyboard-selected,
.pg-qualification-filter .pg-qualification-option:hover,
.pg-qualification-filter .pg-qualification-option.selected,
.pg-qualification-filter .pg-qualification-option.keyboard-selected,
.pg-specification-filter .pg-specification-option:hover,
.pg-specification-filter .pg-specification-option.selected,
.pg-specification-filter .pg-specification-option.keyboard-selected {
    background-color: #f0f0f0;
}

.ugSecPart {
    max-height: 0;
    overflow: hidden;
    padding: 0; /* must be 0 so it stays fully hidden */
    transition: max-height 0.5s ease, padding 0.5s ease;
}

.ugSecPart.UgOpen {
    max-height: 100%; /* big enough for your content */
}
#manageJobs .topTitleJobs li:first-child {
    width: 82%;
    margin-right: 11px;
}
.toggle-btn {
    position: relative;
    top: 5px;
}
#manageJobs .topTitleJobs li {
    width: 25%;
    padding: 0px 0px 0px 9px;
}
#employementPart .accordion-button,
#headingTwo .accordion-button {
    background: transparent !important;
    border-bottom: 1px solid #f2efef;
}

.desig
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e0f7fa;
    border: 1px solid #b2ebf2;
    padding-left: 9px;
    padding-right: 20px;
    font-size: 14px;
    color: #00796b;
    border-radius: 12px;
}

.desig
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    font-size: 18px;
    font-weight: normal;
    padding: 0px 7px;
    right: 0px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #8d8d8d !important;

    font-size: 18px !important;
    padding: 0 3px !important;

    top: 2px !important;
    right: 6px !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    font-size: 14px !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #d1e7fd !important;
    border: 1px solid #d1e7fd !important;
    border-radius: 13px !important;

    padding-left: 7px !important;
    padding-right: 22px !important;
}
#ResponsUserPagi .page-link {
    border-radius: 10px;
    width: 69px;
    height: 36px;
    box-shadow: 0 3px 3px rgba(64, 79, 104, 0.1);
    margin-right: 29px;
    padding: 7px 0px;
}
#buttonContainer .dropdown-menu.show {
    display: block;
}
.slide-fade {
    animation: slideFade 0.5s forwards;
}

@keyframes slideFade {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
#shortlistBtn {
    border: 1px solid #198754;
    color: #198754;
}
#rejectBtn {
    border: 1px solid #dc3545;
    color: #dc3545;
}
#buttonContainer .dropdown-toggle::after {
    right: 5px;
    top: 8px;
    content: "\F282";
    font-family: "bootstrap-icons";
    border: 0px;
    font-size: 13px;
}
#buttonContainer #dropdownBtn {
    padding-right: 24px;
}
.user-profile-section #second-tab .nav-link.active::after {
    left: 2.5em;
}
.resumeSerchForm {
    max-width: 66%;
}
/* RESUME SEARCH FORM CSS END */

/* HR NEWS CSS START */

.main-article-caption {
    border-radius: 12px;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
        to top,
        #0e0f12f2 0%,
        #0e0f12e6 calc(100% - 150px),
        #0e0f1200 100%
    );
    padding: 18px 16px 0px 49px;
    height: 200px;
}
#mainArticleCarousel {
    height: 400px;
}
#mainArticleCarousel .carousel-inner {
    height: 100%;
}
.article-meta {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    margin-top: 5px;
}
.article-img-part:last-child {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.small-article-card .card-body {
    padding: 6px;
}
.sidetopPart {
    left: 0px;
    height: 176px;
    bottom: 0px;
    right: 0;
    background: linear-gradient(
        to top,
        #0e0f12f2 0%,
        #0e0f12e6 calc(100% - 150px),
        #0e0f1200 100%
    );
    padding: 72px 16px 0px 20px;
}
.hrNewsTopPart {
    height: 236px;
    object-fit: cover;
}

.carousel-caption {
    z-index: 2; /* Ensure caption is above overlay */
    text-align: left;
    padding-bottom: 30px; /* Adjust for better spacing */
}
.featured-content-slider {
    padding: 21px 29px;
    border-top: 0px !important;
}

.squerSideBg {
    height: 380px;
}
.small-wide-ada {
    height: 148px;
}
.squar-image-sec {
    padding: 10px 10px;
    background: white;
    box-shadow: 0 4px 3px -2px rgb(150 150 150 / 20%);
    margin: 3px;
}
.lastestJobsFeed li {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 5px;
}
.HR-videos-sec .youtubeIcon {
    width: 60px;
    height: 60px;
    padding: 9px 14px;
}
.lastestJobsFeed {
    overflow-y: scroll;
    height: 275px;
}

.article-category {
    letter-spacing: 1px;
}

.hrNewsHead {
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
    border-radius: 20px 20px 0px 0px;
    padding-left: 19px;
    padding-right: 65px;
    text-transform: uppercase;
}
.card-image-overlay {
    position: relative;
}
.category-badge {
    top: 10px;
    left: 10px;
    text-transform: uppercase;

    border-radius: 3px;
}
.section-header {
    border-bottom: 2px solid #e50914; /* Red line for the header */
    padding-bottom: 5px;
}
.card-meta span {
    font-size: 0.85rem;
    color: #6c757d; /* Muted text color */
}

.addpart {
    margin: 20px auto;
    max-width: 58%;
}

.soicalMedia li:first-child {
    background: #0077b5;
    color: white;
}
.soicalMedia li {
    border-radius: 8px;
    line-height: 36px;
    background: black;
    width: 47%;
    padding: 0px 10px;
}
.soicalMedia li:nth-child(2) {
    background: #e4405f;
}
.soicalMedia li:nth-child(4) {
    background: #1877f2;
}
.soicalMedia li:last-child {
    background: #ff0000;
}
.hr-news-detail-bg img {
    width: 100%;
    height: 450px;
}
.hr-news-detail-bg {
    width: 100%;
    height: 450px;
}

.heading-title > *:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 0.001em);
    display: block;
    height: 100%;
    content: "";
    border-width: calc(1em + 10px) 0 0 22px;
    border-style: solid;
    border-color: transparent transparent transparent #000000;
}

.heading-title > *:after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #000000;
}
.heading-title {
    border-bottom: 1px solid #000000;
    top: -5px;
}
.newsletterInput {
    border-right: 0px;
    width: 76%;
    padding: 11px 11px;
    border-radius: 6px 0px 0px 6px;
}

aside.NesLteImg {
    width: 54%;
}
#newsletterModal .modal-content {
    padding: 25px 20px;
    background: white !important;
}
#newsletterModal .btn-close {
    right: -30px;
    top: -40px;
}
#newsletterModal .modal-dialog {
    max-width: 694px;
}
#cookie-banner {
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    background-color: #ffb503;
    color: white;
    padding: 10px 30px;
    text-align: center;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    transition: bottom 0.5s ease-out;
    z-index: 1000;
}

#cookie-banner.show {
    bottom: 0; /* Slides up to the bottom of the screen */
}

#close-cookie-banner {
    right: 22px;
    border-radius: 100%;
    width: 25px;
    height: 26px;
    top: 18px;
    border: 1px solid #fff8f8;
    background: transparent;
    padding: 0px;
}
.allow-cook-user {
    margin: 0 auto;
    top: 5px;
}
/* The new clickable area for navigation */
.state-navigation-target {
    cursor: pointer;
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 0;
    line-height: 1.2;
}
/* HR NEWS CSS END */

/* HR VIDEOS CSS START */

.featured-article img {
    object-fit: cover;
    border-radius: 4px !important;
}
.mask-content-xs {
    position: absolute;
    bottom: 0px;
    padding: 16px 15px 13px 15px;
    z-index: 99;
    background-image: linear-gradient(transparent, #111),
        linear-gradient(transparent, #111);
    border-radius: 4px;
    width: 100%;
}

.list-article img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.list-article small {
    font-weight: 600;
    border-radius: 30px;
    font-size: 13px;
    border: 1px solid #abd7ab;
    padding: 2px 12px;
    color: #98ca98;
    display: inline-block;
    margin-bottom: 5px;
}
.see-all {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 8px 20px 7px 20px;
    transition: background-color 0.4s ease, color 0.4s ease;
    bottom: 8px;
    color: white;
}

div#TopVideos .carousel-item {
    border-radius: 12px;
}
.hrCateVideo .overShadow::before {
    border-radius: 12px;
}
.hrCateVideo .owl-carousel .owl-item img {
    border-radius: 12px;
}
.youtubeIcon {
    border-radius: 100%;
    width: 80px;
    background: red;
    height: 80px;
    padding: 11px 20px;
    transform: translate(-50%, -50%) !important;
    z-index: 9;
}
i.bi.bi-youtube {
    font-size: 56px;
    color: white;
}
.latest-videos .owl-nav .owl-prev,
.latest-videos .owl-nav .owl-next {
    top: -5% !important;
    width: 30px !important;
    height: 30px !important;
}
.latestVide {
    width: 90% !important;
}
.latest-videos .owl-prev:before {
    line-height: 28px;

    font-size: 15px;
}
.latest-videos .owl-next:before {
    line-height: 28px;

    font-size: 15px;
}
.cateOne {
    border: 1px solid #f3f3f3;
    border-radius: 12px;
    padding: 10px 10px;
    text-align: left;
    border-bottom: 4px solid #85ee00;
    margin: 0px 13px 0px 0px;
    background: white;
    box-shadow: 0px 0px 10px -2px rgba(108, 67, 227, 0.2);
    width: 294px;
    display: flex;
}
.cateOne img {
    width: 65px;
}
.cateOne strong {
    line-height: 20px;
    width: 71%;
}
.videoCate {
    display: flex;
    flex-wrap: wrap;
}
.cateOne a {
    transition: background-color 0.4s ease, color 0.4s ease; /* Smooth transition */
}
.see-all:hover {
    background-color: #0d6efd;
    color: white;
}
.cateOne a:hover {
    background-color: #0d6efd;
    color: white;
    padding: 3px 20px;
    border-radius: 12px;
}
.latest-videos .card-body,
.Popular-HR-Videos .card-body,
.indivicalCate .card-body {
    -webkit-box-shadow: 0 1px 5px 0 rgba(211, 211, 211, 0.75);
    -moz-box-shadow: 0 1px 1px 0 rgba(211, 211, 211, 0.75);
    background: white;
    border-radius: 0px 0px 12px 12px;
}

.latest-videos .owl-carousel .owl-stage-outer {
    padding: 0px 11px 0px 3px;
}
.videoCat {
    border-radius: 30px;
    border: 1px solid white;
    padding: 3px 12px;
    color: white;
    display: inline-block;
    margin-bottom: 9px;
}
#TrendingCate .featured-article img {
    height: 365px;
}
.topVidImg {
    width: 41%;
    position: relative;
    height: 135px;
}
.latest-videos .youtubeIcon,
.indivicalCate .youtubeIcon,
.catePlayIcon .youtubeIcon,
.Popular-HR-Videos .youtubeIcon {
    width: 60px;
    height: 60px;
    padding: 5px 12px;
}
.ada-space {
    margin: 0 auto;
    max-width: 55%;
}
#TrendingCate .carousel-item,
#TrendingCate02 .carousel-item,
#TrendingCate03 .carousel-item,
#TrendingCate04 .carousel-item,
#TrendingCate05 .carousel-item,
#TrendingCate06 .carousel-item {
    border-radius: 12px;
}
.actionCate .see-all {
    border: 1px solid #ddd;
    color: black;
}
.featured-article .youtubeIcon {
    width: 75px;
    height: 75px;
    padding: 8px 14px;
}

.hrCateVideo i.bi.bi-youtube {
    font-size: 33px !important;
}
.viewCate:hover {
    background-color: #0d6efd;
    color: white;
}
.viewCate {
    position: absolute;
    bottom: 15px;
    transition: background-color 0.4s ease, color 0.4s ease;
    padding: 4px 15px;
    border-radius: 5px;
    border: 1px solid;
}

.list-article .youtubeIcon {
    width: 45px;
    height: 45px;
    padding: 5px 10px;
}
.latest-videos .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 12px;
}
.rt-section-text {
    display: flex;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: -3px;
    gap: 16px;
}
span.rt-section-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    top: 12px;
}
.rt-section-line {
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    height: 4px;
    position: relative;
    top: 16px;
}
.youtubeIcon {
    animation: pulseShadowsmgray 2000ms linear infinite;
}

@keyframes pulseShadowsmgray {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.6);
        box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(172, 172, 172, 0);
        box-shadow: 0 0 0 30px rgba(172, 172, 172, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
        box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
    }
}
.videoMain {
    background-color: #282828;
    z-index: 6;
    padding: 20px 20px 16px 20px;
    border-radius: 4px;
    margin: 10px 10px 0px 10px;
}
.circle-shape {
    position: absolute;
    top: -150px;
    right: 60px;
    z-index: -1;
}
.latest-videos.m-0 .videoCat {
    border: 1px solid #ffffff;

    color: #ffffff;
}
.latest-videos .youtubeIcon {
    transform: translate(-50%, -81%) !important;
}
/* Tab button base style */
.tab-btn {
    padding: 0px 10px;
    background: #f5f5f5;
    margin-right: 12px;
    transition: 0.3s ease;
    font-family: "Poppins";
    line-height: 11px;
    height: 27px;
}

/* Highlight active tab */
.tab-btn.newclass {
    background-color: #007bff;
    color: #fff;
    box-shadow: 0 0 10px rgb(0 123 255 / 0%);
    transform: scale(1.05);
}
.tab-content {
    position: relative;
}
/* Content animation */
.tab-content-box {
    display: none;
    opacity: 0;
}

.tab-content-box.active {
    display: block;
    opacity: 1;
}
.tab-btn:last-child {
    margin: 0px;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated {
    animation-duration: 0.6s;
    animation-fill-mode: both;
}

.fadeInUp {
    animation-name: fadeInUp;
}

/* Fix outer margins */
.owl-carousel .owl-stage {
    margin-left: -10px;
    margin-right: -10px;
}

.owl-carousel .owl-item {
    padding-left: 0px;
    padding-right: 4px;
}

/* Remove margin from first and last item */
.owl-carousel .owl-item:first-child {
    padding-left: 0;
}

.owl-carousel .owl-item:last-child {
    padding-right: 0;
}
.hrCateVideo .card img {
    border-radius: 12px;
}
.card-img,
.card-img-top {
    border-radius: 4px !important;
}
.cateInfo {
    border-left: 1px solid #f5f5f5;
}
/* HR VIDEOS CSS END */

/* new css of mega-menu or header css start */
/* Mega Menu Base */
.dropdown-mega {
    position: static;
}
.dropdown-menu.mega-menu {
    left: 0;
    right: 0;
    top: 100%;
    padding: 10px 0px 0px 10px;
    border: none;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background-image: url(../images/mega-bg.webp);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: perspective(300px) rotateX(-15deg);
    transform-origin: top;
    transition: all 0.3s ease-in-out;
}
.dropdown-mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: perspective(300px) rotateX(0);
}

/* Mobile */

.dropdown-mega:hover {
    background: white;
}
.dropdown-mega:hover > a.nav-link {
    color: black;
}
.dropdown-mega:hover > a.nav-link::after,
.click-scroll:hover::after {
    color: black;
}

li.mega-item {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 35px 0px rgba(222, 214, 212, 0.35);
    width: 24.2%;
}
/* Title underline animation */

/* Image zoom transition */
.pfy-post-thumb img {
    transition: transform 1s ease, -webkit-transform 1s ease;
}

/* ✨ Shared hover effect ✨ */
.pfy-scale:hover .pfy-post-thumb img {
    transform: scale(1.1);
}
.pub-info strong {
    border-right: 1px solid #b2b2b2;
}
.pfy-scale:hover .slide-ar-title {
    background-size: 100% 6%;
}

.articleBanner {
    width: 100%;
    height: 400px;
}
.Latest.Jobs {
    box-shadow: rgb(0 0 0 / 5%) 3px -2px 22px 6px;
    padding: 13px 0px 15px 10px;
}
.various.common-thumnail-cat.position-relative {
    display: none;
}
#jobListCate a {
    font-family: "Roboto Condensed";
}
.side-right-adapart {
    width: 300px;
}
.side-top-article {
    width: 237px;
}

.hr-news-marquee {
    overflow: hidden;
    position: relative;
    height: 290px;
}

.firstArtFeed:nth-child(4),
.firstArtFeed:nth-child(8) {
    padding-right: 10px !important;
}
.firstArtFeed:nth-child(1),
.firstArtFeed:nth-child(5) {
    padding-left: 8px !important;
}
.marquee-track {
    display: flex;
    flex-direction: column;
    animation: scroll-up 15s linear infinite;
}

.hr-news-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 6px 0px 6px 0px;
}

.hr-news-item img {
    height: 70px;
    width: 80px;
}

/* Pause scroll on hover */
.hr-news-marquee:hover .marquee-track {
    animation-play-state: paused;
}

/* Vertical scrolling animation */
@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}
.hrNewsFeed {
    box-shadow: 9px -2px 19px 9px rgba(0, 0, 0, 0.02);
    padding: 14px 14px 24px 14px;
}
.newsLetterSubmit {
    width: 31%;
    right: 0px;
}
#clear-search {
    right: 8pc;
    border: 1px solid #f0f0f0;
}
#clearSearch {
    padding: 20px;
}
.forum-qus-filt {
    background: #f7f6f6 !important;
    height: 180px;
    overflow: scroll;
    overflow-x: auto;
}
.select2-container--default .select2-selection--single {
    height: 38px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 4px 12px;
}

.select2-container--default .select2-selection__arrow {
    top: 6px;
    right: 8px;
}
small.text-danger {
    font-size: 11px;
    display: block;
}

/* end */
.slide-up {
    animation: slideUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slideUp {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* Advertiser Dashboard CSS START */

#AdvertiserTopDashe {
    background-image: url(../images/advertiser-Bg.jpg);
}
#AdvertiserTopDashe::after {
    background: #062a26;
    opacity: 0.9;
}
#AdvertiserTopDashe .contributor {
    font-size: 21px;
}
.add_new_article.new_article_advertis {
    background: #fffe00;
    padding: 5px 16px;
    color: #062a26 !important;
    position: relative;
    bottom: 12px;
}
#AdvertiserTopDashe .EmplEditBg {
    color: #062a26 !important;
}
#EmployDashInfoTab .nav-link,
#AdvertiesDashInfoTab .nav-link {
    padding: 12px 12px;
    background-color: transparent;
    color: #000;
}
#AdvertiesDashInfoTab li .nav-link.active {
    color: white;
    background: #062a26;
}
.articl-small-info {
    padding: 10px 10px;
    background: white;
    box-shadow: 0 4px 3px -2px rgb(150 150 150 / 20%);
    margin: 3px;
}
.articleFeedAvertis {
    display: flex;
    flex-wrap: wrap;
    background-color: #f0f1f2;
    padding: 2px;
}
.pfy-post-thumb img {
    transition: transform 1s ease, -webkit-transform 1s ease;
}

.pfy-scale:hover .pfy-post-thumb img {
    transform: scale(1.1);
}
.pfy-scale:hover .slide-ar-title {
    background-size: 100% 6%;
}
.slide-ar-title {
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 6%;
    background-repeat: no-repeat;
    background-position: left 100%;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: inline;
}
#AddNewArticle {
    box-shadow: 0 0 15px 0 rgb(170 170 170 / 10%);
    padding: 20px 15px;
    max-width: 70%;
    margin: 30px auto;
}
.Pre_Article_btn {
    background: #062a26;
    max-width: 34%;
    margin: 0 auto;
}

#subcateslide .carousel-item {
    box-shadow: 1px 0 50px rgba(0, 0, 0, 0.1);
}

.smallInfo {
    border-bottom: 1px solid #ececec;
}

.actionSub i.bi.bi-arrow-up-right {
    bottom: 6px;
    right: 0px;
    transition: all 0.3s ease-in-out;
}
.subLeftCate {
    width: 20%;
}
.smallInfo:hover .actionSub i.bi.bi-arrow-up-right {
    transform: rotate(45deg);
}

/* Advertiser Dashboard CSS END */
