.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%;
}
.lh-1   { line-height: 1; }
.lh-1-1 { line-height: 1.1; }
.lh-1-2 { line-height: 1.2; }
.lh-1-3 { line-height: 1.3; }
.lh-1-4 { line-height: 1.4; }
.lh-1-5 { line-height: 1.5; }
.lh-1-6 { line-height: 1.6; }
.lh-1-8 { line-height: 1.8; }
.lh-2   { line-height: 2; }

.primary-light{
     background: #f1f4ff;
}
 
 
.fresh-job-feed img {
       border: 1px solid #f4f3f3;
}
.topSubsubCate {
    border: 1px solid #eeee;
    border-radius: 120px;
    height: 51px;
}
.LetterDown::after {
       content: 'Download Free';
    bottom: 8px;
    padding: 15px 13px;
    font-size: 19px;
    right: 0px;
    position: absolute;
    background: #ffffff;
    width: 314px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.topSubsubCate .totlVlu {
    background: #dcf7a2;
    width: 45px;
    height: 45px;
    bottom: 6px;
}
.common-font-family {
 font-family:"Inter", sans-serif;
}
#bottom-feed-sample li {
    width: 47%;
}
.contact_all_dtls {
    background: linear-gradient(to left, #0ea900 0%, #0ea900 100%);
    padding: 55px 40px 60px;
    border-radius: 10px;
}
.contact_form_info {
    position: relative;
    padding: 65px 40px 70px;
    background-color: #f5f5f5;
    border-radius: 10px;
}
 .icon-box {
    position: relative;
    background: rgb(191 247 71);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    overflow: hidden;
}
/* 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:#15ff00 !important
}
.common-text-color {
    color:#15ff00 !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;
}
 
.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);
        border: 1px solid #4ded3f
}
.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;
}
 
 

select#acategory_id {
    font-size: 13px;
    font-family: "Poppins";
    color: rgba(var(--bs-body-color-rgb), 0.65);
    height: 40px;
}
 
.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 */
 
 
.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;
}
 
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: #10b981;
    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 {
    width: 26%;
}
#cate-subcate-TBC .toc_body li {
    padding: 7px 0px;
}
#cate-subcate-TBC .toc_body li a {
    padding-left: 11px;
    display: flex;
    line-height: 19px;
}
.contributorInfoUser p span span {
    font-family: 'Inter' !important;
    font-size: 17px !important;
}
.image-box img {
width: 120px;
    height: 120px;
    border-radius: 100px;
}
.icon-layer {
    background-image: url(../images/icon-70.png);
    position: absolute;
    left: -3rem;
    top: 6rem;
    width: 208px;
    height: 170px;
    background-repeat: no-repeat;
}

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

.author-box {
 background:#76ff003d;
    padding: 3px 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: 37%;
    height: 124px;
    border-radius: 100%;
    top: -2px;
}
 
 
 

/* letter sample css start*/

.letter-sample-sec {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0px 7px 17px 0px rgba(152, 152, 153, 0.25);
    box-shadow: 0px 3px 2px 0px rgba(152, 152, 153, 0.25);
    width: 100%;
    max-width: 100%;
    border: 15px solid #12a50578;
    border-radius: 30px;
}
.LetterDown {
padding: 8px 0px;
    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;
}
 
 
 

/* 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;
}

 

.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;
}
.job-left-sec{
            width: 18% !important;
}    
.job-left-sec,.job-right-sec {
       
    position: sticky;
    top: 20px;
    height: fit-content;
}

 
#subcateslide .carousel-inner {
    box-shadow: 1px 0 50px rgba(0, 0, 0, 0.1);
}
.main-bg {
    background: black;
}
.third-level-item {
    border: 1px solid #88ff2a;
    border-radius: 50px;
}
.totlVlu {
    background: #88ff2a;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    line-height: 19px;

}
.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: 48px;
    font-weight: 600;
}
.cate-head-part:before {
    content: "";
    background-image: url(https://php.kodesolution.com/2025/techix-php/images/home-1/footer/footer-bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 25%;
    z-index: 1;
        background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}
 

.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;
}
 
.auth-hover > .dropdown-menu .dropdown-item:hover {
    background: #88ff2a;
    color: black;
}

.auth-menu .dropdown-item:hover i {
  color: #000000;
}


.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;
}
 
#slideModal .modal-dialog {
    max-width: 400px;
}
 
 
.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;
}
 
.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;
}
 
.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-color: #051d1f;
    padding-top: 20px;
    margin-top: 10em !important;
    position: relative;
    padding-bottom: 50px;

}

.bottom-footer span,
.bottom-footer span a {
    font-size: 14px;
}
 
.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%;
    bottom: 54px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
}
.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;
}

#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;
}

 

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;
}
 
#mobil-respo i.bi.bi-person-fill {
    right: 0px;
}
 
 

.navbar-toggler {
    padding: 0px 0px;
    border-radius: 100%;
    width: 40px;
    height: 37px;
}

.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;
}
.toc_body li {
line-height: 24px;
    position: relative;
    padding: 5px 5px;
    border-bottom: 1px dashed #eee;
 
}
#job-listings .about-info-job , .job-detail-part .about-info-job{
    background: #ffffff;
    border: none;
    padding: 15px 15px;
    border-left: 4px dotted #e0e6f7;
    box-shadow: 20px 4px 34px rgba(181, 181, 181, 0.15);
}
.toc_body,.related-samples-titles{
    max-height: 213px;
    overflow: scroll;
    overflow-x: hidden;
    height: max-content;
    scrollbar-width: thin;
    scrollbar-color: #212121 #f1f1f1;
}
.toc_body li a:hover {
    transition: all 0.3s ease;
    color: #0049db;

}
.toc_body li a {
    font-size: 14px;
    font-weight: 500;
    padding-left: 14px;
    position: relative;
 color: black;
}
.toc_body li a::before {
   content: '\F135';
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    top: 50%;    
    height: 9px;
 
}

 #cate-subcate-TBC .toc_body li::before {
 
    background: transparent;
  
}

 #cate-subcate-TBC .toc_body li a::before {
    left: -2px;
    top: 2%;
    height: 0px;
}

 #cate-subcate-TBC ul li ul li a {
font-size: 13px;
    color: #adadad;
}
i.bi.bi-caret-right {
    bottom: 2px;
}
#cate-subcate-TBC ul li ul {
    padding-left: 12px;
}
#cate-subcate-TBC .toc_body {
    max-height: 300px;
}
.pbmit-blog-btn {
     bottom: 3px;
}
.subcat-img {
    width: 112px;
    height: 85px;
}

.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: 56%;
}
.social-icon-user li a {
    box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    width: 26px;
    height: 26px;
    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;
}
 
.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 */
.authentication .authentication-cover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100vh;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    background-color: #5156be;
    opacity: 0.9;
    
}

.signup-btn {
    transition: all 0.4s ease;
    overflow: hidden;
}

.signup-btn i {
    transition: all 0.4s ease;
    padding: 6px;
    border-radius: 50%;
}

/* Hover Effect */
.signup-btn:hover {
    background: #1053f3 !important;
    color: #ffffff !important;
}

/* Icon on hover */
.signup-btn:hover i.bi.bi-arrow-up-right {
    background: #ffffff;
    color: #1053f3 !important;
}

.signUpBtn a {
    max-width: 26%;
    letter-spacing: 3px;
    line-height: 24px;
}
.signUpBtn i.bi.bi-arrow-up-right {
    right: 18px;
    background: #1053f3;
    width: 25px;
    height: 25px;
    padding: 1px 6px;
    top: 8px;
}
.authentication-signup-cover::before {
    background-color: #0ea900 !important;
}
#registerForm {
    padding: 80px 50px 0px 50px;
}

.authentication-cover {
background-image: url('/assets/frontend/images/auth-bg.login.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
        padding-top: 12em;
}
.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background-color: #ffffff1a;
    bottom: -50px;
    animation: square 20s infinite;
    transition-timing-function: linear;
}
@keyframes square {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-300px) rotate(180deg);
  }
  100% {
    transform: translateY(0) rotate(360deg);
  }
}
.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 120px;
    height: 120px;
    animation-delay: 2s;
    animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
    left: 25%;
    animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 80px;
    height: 80px;
    animation-duration: 22s;
}
.bg-bubbles li:nth-child(5) {
    left: 70%;
    width: 90px;
    height: 90px;
}
.bg-bubbles li:nth-child(6) {
    left: 70%;
    width: 120px;
    height: 120px;
    animation-delay: 3s;
}

.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bg-bubbles li:nth-child(1) {
    left: 10%;
}
 
 
.field-icon {
    right: 27px;
    top: 10px;
    font-size: 17px;
}
 
.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: 10px;
    right: -16px;
}
.para-bg-top::before {
    left: -16px;
}
 
.common-bg-src {
    display: flex;
    margin: 0px auto;
    max-width: 91%;
}
 
.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;
}
.field-icon {
    right: 26px;
    top: 2.5pc;
    font-size: 17px;
}
i.bi.bi-envelope {
    right: 29px;
    font-size: 17px;
    top: 43px;
}
.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;
}

 

/*  */

 

li.fxt-linkedin {
    background: #056395;
}
.fxt-socials .fxt-Google {
    background: #cc3333;
}
li.fxt-facebook {
    background: #4267b2;
    margin-right: 0px;
}
.form-sec-bg {
    padding: 0px 50px 0px 50px;
}
.form-sec-bg .right-input-sec select .common-bg-input,
.form-sec-bg .left-input-sec select {
    margin: 0px 0px 11px 0px;
    font-size: 15px;
    font-family: 'Inter';
    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: 7px !important;
    top: 9px;
    font-size: 13px;
}

.form-sec-bg .common-bg-input {
    border: 1px solid #f5f5f6 !important;
    background: #f5f5f6 !important;
    padding: .810rem .96rem;
}
.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;
}
 
 #upload-experi .btn-close {
    right: 0px;
    top: -11px;
}

#UploadExperi .modal-dialog {
    max-width: 430px;
}

/* USER DASHBOARD CSS START HERE */

.top-bg-dashboard {
background-image: url(https://projects.spruko.com/vue/rixzo/preview/images/media/media-73.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
 
    padding: 26px 0px 20px 0px;
    background-position: 50%;
}
 .top-bg-dashboard:before {
    content: '';
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #7465ff66;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    z-index: 1;
}
.UserDasboard-topSection {
    background: #d5d5d5a8 !important;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 23px;
    max-width: 1075px !important;
}
.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 {
    padding: 2px 4px;
    border-radius: 100%;
    font-size: 14px;
    height: 25px;
    width: 25px;
    top: 27px;
    right: 3em;
}
.user-section-contain {
     max-width: 1139px;
    margin: 0 auto;
    padding-left: 30px;
}
 /* =========================
   BUTTON CLICK ANIMATION
========================= */
.basic-info {
    transition: all 0.2s ease;
}
.basic-info:active {
    transform: scale(0.95);
}

/* =========================
   MODAL OPEN + CLOSE ANIMATION
========================= */
.modal.fade .modal-dialog {
    transform: translateY(-40px) scale(0.9);
    opacity: 0;
    transition: all 0.35s ease;
}

/* OPEN */
.modal.fade.show .modal-dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* BACKDROP SMOOTH */
.modal-backdrop.fade {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.modal-backdrop.show {
    opacity: 0.5;
}
#forgetModal .modal-dialog {
    width: 473px;
}

.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: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Inter';
    color: #707070;
}
 
.CompanyPro .modal-header {
    background: #0023cd;
}
 
#resume_headline_bx .btn.basic-info {
    right: 2em;
 
}
#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: 'Inter';
    width: 19%;
    height: 32px;
    right: 27px;
    top: 24px;
}
.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;
}
 .skill-tag {
display:inline-block;
background:#007bff;
color:#fff;
padding:6px 10px;
margin:4px;
border-radius:4px;
font-size:13px;
}

.skill-tag span {
margin-left:8px;
cursor:pointer;
font-weight:bold;
}
 .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;
    
}
.dropdown-toggle::after{
display: none;
}
#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;
}
 
 .squar-image-withoutCotent {
    margin-bottom: 19px;
}
 

.article-view,
.articlFeed {
        background-color: #f0f1f2;
    padding: 11px 15px 15px 15px;
}

.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;
}

 
.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;
}
input::placeholder {
    font-size: 13px;
}

textarea::placeholder {
    font-size: 13px;
}
.common-input-class {
    font-size: 14px;
    padding: 9px 4px 9px 8px;
    font-family: 'Inter';
    border: 1px solid #eee;
    display: block;
    font-weight: 500;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    color: rgb(66 66 66);
    height: 34px;
}

#newsletterForm input {
    padding: 11px 11px !important;
}

.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 .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;
}

.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:before{
        background: #9d84ff8a;
}
.contributor-person-img .profile-image {
    width: 150px;
    height: 150px;
}
.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: 150px;
    height: 143px;
}
.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;
}
  

.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 {
    box-shadow: 0 2px 23px #88ff2a;
    padding: 20px 10px 14px 10px;
    z-index: 2;
    background: rgb(0 0 0 / 15%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
}

.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: 11px;
    padding: 8px 16px;
 
}
 .update-project-blk:hover .update-content h6 {
    color: #E65425;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.update-content h6 {
    color: #2E2E2E;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
/* Popular searches styling */
 

.Popular_Searches a {
transition: all 0.3s ease;
 
}

.Popular_Searches a:hover {
    background-color: #0d6efd !important;
    transform: translateY(-2px);
}
.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);
    }
}
 

.job-head-part {
    margin-bottom: 6.2em;
}
.top-part {
    background-image: url(../images/job-search-bg.webp);
    padding: 50px 0px 60px 0px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-part:after, .JobPlanSec:after{
        content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
        background:linear-gradient(to right, rgb(0 0 0 / 90%) 40%, rgba(125, 185, 232, 0) 100%);
}

#keyword-dropdown {
position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000ed;
    border: none;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: white;
}

.keyword-item {
    padding: 5px 14px;
    transition: background-color 0.2s;
    font-family: 'Inter';
}

.keyword-item:hover {
      background-color: #dcfd7d;
    color: black;
}
#keyword {
    border-bottom: 1px solid #88ff2a !important;
    border: none;
    padding: 0px 0px 0px 7px;
    font-weight: normal !important;
    font-family: 'Inter';
    height: 42px;
    background: #0ea90000;
    color: white;
   
}
.keyword-item:last-child {
    border-bottom: none;
}
 
.twm-bg-ring-right {
    position: absolute;
    border-radius: 50%;
    width: 700px;
    height: 700px;
    border: 130px solid #1967d2;
    right: -250px;
    top: -250px;
    opacity: 0.05;
}
.rotate-center {
    animation: rotate-center 15s linear infinite;
}

@keyframes rotate-center {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.twm-bg-ring-left {
      position: absolute;
    border-radius: 50%;
    width: 495px;
    height: 495px;
    border: 130px solid #1967d291;
    left: -150px;
    bottom: -150px;
    opacity: 0.1;
}

#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;
    position: sticky;
    top: 10px;
    height: fit-content;
}
 
.progressbar li::before {
    content: counter(step);
    counter-increment: step;
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    border-radius: 100%;
    line-height: 22px;
    font-weight: 800;
    background-color: #fff;
    font-size: 14px;
}
 
#jobPostForm label {
    display: none;
}
/* .progressbar::after {
     content: "";
 
    position: absolute;
    top: 0pc;
    left: 6%;
    height: 184px;
    width: 1px;
    background: #eeeeee;
    z-index: -1;
}

  */
.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 */

 
@keyframes blink{
    50%{ border-color: transparent }
}

.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 #eeeeee;
    min-height: 42px;
    cursor: pointer
}
 
 

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

.multiselect-input {
    width: 41%;
    padding: 7px 4px 1px 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: #0020ff99;
    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 {
     max-width: 70%;
    margin: 16px auto;
    box-shadow: 9px -2px 19px 9px rgba(0, 0, 0, 0.02);
    border: 6px solid #f6f6f6;
}
.InterestedJobSec .about-info-job {
    width: 48%;
    margin-right: 10px;
    margin-left: 7px;
    transition: all .5s ease-in-out;
 
    border: none;
    border-left: 4px dotted #e0e6f7;
    box-shadow: 4px 4px 13px rgba(181, 181, 181, 0.15);
 
}
.pagination-wrapper .pagination {
    gap: 6px;
    margin: 33px auto;
}
.pagination-wrapper div p.small {
    position: absolute;
    top: 0px;
}
.pagination-wrapper {
    position: relative;
}
.pagination-wrapper .page-link {
    border-radius: 100%;
    border: 1px solid #e3e3e3;
    color: #333;
    text-align: center;
    font-weight: bold;
    width: 37px;
    height: 36px;
    font-size: 14px;
    padding: 6px;
}

.pagination-wrapper .page-link:hover {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.pagination-wrapper .active .page-link {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}
 

.jbd-01 {
    box-shadow: 9px -2px 19px 9px rgba(0, 0, 0, 0.02);
    padding: 14px 14px 21px 14px;
    border: 1px solid #f6f6f6;
}
 
.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;
}
 
/* Preview Job Posting CSS END */

/* JOB DETAIL CSS END */
 
.job-detail-part .about-job-logo,
.job-listing img {
    box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
}
 #job-listings .about-job-logo {
    height: 70px;
    width: 132px;
}
#cityFilterForm .accordion-collapse {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 138px;
}
.job-share-icons i.bi.bi {
    width: 30px;
    height: 30px;

    border-radius: 50%;

    line-height: 31px;
}
#filterMainForm #job-filter-form {
border: 1px solid rgb(241 244 255);
    background: #ffffff;
    box-shadow: 20px 4px 34px rgba(181, 181, 181, 0.15);
    padding: 11px 5px 11px 6px;
    position: sticky !important;
    top: 0px;
    height: auto;
    overflow: hidden;
}

#filterMainForm #job-filter-form #job-fil-btn {
     padding: 8px 11px;
}
#filterMainForm #job-filter-form #keyword {
    border-bottom: 1px solid #f1f4ff !important;
    color: #000000;
}


.action-point {
    width: 84%;
}
 
 
.bottom-part,
.bottomAction {
    border-top: 1px solid #eef2f5;
}
/* JOB DETAIL CSS END */

 .description-container {
    line-height: 1.6;
    text-align: justify;
    word-break: break-word;
}

 
.full-description {
    display: none;
    text-align: justify;
}

.full-description.show {
    display: block;  /* block required for text-align: justify */
    animation: fadeSlideIn 0.3s ease;
}

.read-more-link {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
    margin-left: 5px;
}

.read-more-link:hover {
    transform: translateX(2px);
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.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;
}

 

.expre-feed span {
    display: block;
}

/* JOB LISTING CSS END */

/* JOB ONLINE CSS START */

.job-cat-list {
       padding: 12px 10px 10px 12px;
    width: 19%;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    border: 1px solid #ffffffdd;
    background: #ffffff;
    box-shadow: 20px 4px 34px rgba(181, 181, 181, 0.15);
}
 
.same-ext-item li img {
    background: black;
    border-radius: 50%;
    padding: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-right: 29px;
}
.job-cat-list:hover {
-webkit-box-shadow: 0px 10px 25px -6px #88ff2a !important;
    box-shadow: 0px 10px 25px -6px #12b703e3 !important;
    background: #12b703e3;
    color: #ffffff !important;
}
.job-cat-img {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    margin-right: 6px;
}
.JobSecTil::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 109px;
    bottom: -6px;
    left: 0px;
    background: #0ea900;
}

.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: 220px;
}
 
.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%);
}

 .twm-w-process-steps-2 {
    padding-left: 80px;
    padding-top: 30px;
    position: relative;
}
.bg-sky-light-shadow {
    box-shadow: 0px 0px 40px rgba(124, 181, 234, 0.7);
}
.bg-clr-sky-light {
    background-color: #7cb5ea;
}
.twm-w-process-steps-2 .twm-large-number {
    line-height: 50px;
    right: 15px;
    top: 15px;
}
.text-clr-sky {
    color: #3898e2;
}
.bg-pink-light-shadow {
    box-shadow: 0px 0px 40px rgba(206, 167, 217, 0.7);
}
.bg-clr-pink-light {
    background-color: #cea7d9;
}
.bg-clr-light-shadow {
    box-shadow: 0px 0px 40px rgb(139 227 198);
}
.bg-clr-green-light {
    background-color: #8be3c6;
}
.bg-yellow-light-shadow {
    box-shadow: 0px 0px 40px rgba(234, 200, 124, 0.7);
}
.bg-clr-yellow-light {
    background-color: #eac87c;
}
.twm-w-process-steps-2 .twm-media {
    left: -50px;
    top: 10px;
    width: 90px;
    height: 95px;
    box-shadow: -5px 10px 25px rgba(56, 152, 226, 0.4);
}
.text-clr-yellow {
    color: #e2b438;
}
.text-clr-pink {
    color: #bc84ca;
}
.text-clr-green {
    color: #56d8b1;
}
.same-ext-item li {
     width: 47%;
    border: 1px solid #000000;
}
.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;
}
 

 
.twm-explore-content-3::after {
    content: "";
    right: -20px;
    top: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-right: 20px solid #0ea900;
    border-bottom: 20px solid #0ea900;
    border-radius: 10px;
}
 
 
.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;
}
 
 
.for-employees::before {
    top: -2em;
    right: -33px;
}
 
 
.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 {
    border: 1px solid #88ff2a;
    padding: 15px 12px 15px 12px;
    border-bottom: 4px solid #88ff2a;
    margin: 0px 13px 28px 0px;
}
.cat-loc-cont {
    width: 80%;
}
 
.forRecruiter .twm-explore-content-3 {
    background-color:#0ea900
}

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

/* JOB ONLINE CSS END */

/* REGISTER AND APPLY CSS START */
 
.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;
}
 
#upload-experi {
    padding: 10px 30px 25px 30px;
}
 
.memberUser {
    margin: 0 auto;
}
.gener-modal-header .btn-close {
    top: -8px;
    right: -7px;
}
 
 
#job-listings {
    min-height: 400px;
}
#cityFilterForm #collapseTwo, #cityFilterForm #collapsefive {
    height: 130px;
    overflow: hidden;
}

 
.toggle-icon {
    font-size: 20px;
    transition: 0.3s;
}

 .top-form-sec {
    position: sticky;
    top: 40px;
    height: fit-content;
}
.top-form-sec, #seekerFrm {
    box-shadow: 0 0.25rem 1.875rem rgba(46, 45, 116, 0.05);
    padding: 22px 27px;
}
 
/* 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{
    background-image: url(https://job-board-html.vercel.app/images/main-slider/slide2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.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 {
    padding: 28px 16px;
    position: relative;
}
 
.pricing-shape {
    position: absolute;
    left: 0;
    bottom: -2px;
}

.package-card {
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    height: 470px;
    margin-top: 30px;
    background: #F8E37F;
    border: 1px solid #F8E37F;
    transition: all 0.4s ease-in-out;
}
.package-card__wrapper {
       padding: 38px 80px 50px 80px;

}

.FREE li {
    color: #000 !important;
}
.BasicPlan {
    background: #C7EDFC;
    border: 1px solid #E9EBFF;
}

 .BusinessPlan {
    background: #35c495a3;
    border: 1px solid #35c495a3;
}

.PremiumPlan {
    background: #5564ff69;
    border: 1px solid #5564ff69;
}

.package-body {
    border-radius: 32px;
    border-top-left-radius: 0;
}
.package-body p span {
    display: none;
}
.circle-animation {
    animation: spin 6s linear infinite;
    top: -17%;
    opacity: 0.7;
}
 
@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 ,.lastestJobsFeed li ,.subcatepart {
    border-bottom: 1px solid #f4f4f4;
}
.ProductTotle {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.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;
}
#jobPostForm {
    background: #fff;
    padding: 1px 15px 15px 15px;
    border-radius: 10px;
    box-shadow: #8f9ba614 0 12px 25px -4px;
    margin: 0 auto;
    max-width: 80%;
}
/* 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: 14px;
    height: 14px;
}

.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{
    background: #008aff42 !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;
}
 
.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;
}
 
 
.squar-image-sec {
    padding: 10px 10px;
    background: white;
    box-shadow: 0 4px 3px -2px rgb(150 150 150 / 20%);
    margin: 3px;
    border-radius: 8px;
}
 
.HR-videos-sec .youtubeIcon {
    width: 60px;
    height: 60px;
    padding: 9px 14px;
}
.lastestJobsFeed {
    overflow-y: scroll;
    height: 360px;
}
.latest-jobs, .topCateSec, #cate-subcate-TBC {
    border-radius: 8px 8px 8px 8px;
    border-left: 1px solid #f1f4ff;
    border-bottom: 1px solid #f1f4ff;
} 
.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: 20px 20px;
    transform: translate(-50%, -50%) !important;
    z-index: 9;
}
.featuredVideoCarousel .item {
    height: 420px;
}

.featuredVideoCarousel .item article {
    height: 100%;
}

.featuredVideoCarousel .owl-item {
    height: 100%;
}
i.bi.bi-youtube {
    font-size: 56px;
    color: white;
}
#HRVideos .owl-carousel .owl-nav button span {
    font-size: 35px;
    color: white;
    position: relative;
    bottom: 10px;
}
#HRVideos .owl-carousel .owl-nav button {
    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 45%;
}
#HRVideos .owl-carousel .owl-prev {
    left: 0px;
}
#HRVideos .owl-carousel .owl-next {
    right: 0px;
}
.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);
    }
}
 
/* show nav */
.contributor-slider-wrapper .owl-nav {
  display: block !important;
}

/* arrow buttons */
.contributor-slider-wrapper .owl-carousel .owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    border: 1px solid #acacac !important;
    color: #ffffff !important;
    border-radius: 50%;
    padding: 0px 17px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    line-height: 46px;
}
 .rounded-animation {
  animation: rotateRounded 5s linear infinite;
}

@keyframes rotateRounded {
  from {
    transform: rotate(180deg) rotate(0deg);
    border-radius: 50%;
  }
  to {
    transform: rotate(180deg) rotate(360deg);
    border-radius: 50%;
  }
}
/* left arrow */
.contributor-slider-wrapper .owl-nav .owl-prev {
  left: 0px;
}

/* right arrow */
.contributor-slider-wrapper .owl-nav .owl-next {
  right: 0px;
}
.why-choose-item:hover {
    opacity: 1;
    background: linear-gradient(0deg, #47af00 -6.39%, rgba(0, 0, 0, 0) 100%);
    cursor: pointer;
}
.why-choose-item:hover .team-info >a {
    color: white;
}
/* arrow icon size */
.contributor-slider-wrapper .owl-nav button span {
  font-size: 30px;
}
 
.videoMain {
    background-color: #282828;
    z-index: 6;
    padding: 20px 20px 16px 20px;
}
.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;
        border-radius: 8px;
}

/* ✨ 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;
}
 
.various.common-thumnail-cat.position-relative {
    display: none;
}
 
.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;
}

 

/* 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 4px;
}

.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: 11px 11px;
    background: white;
    box-shadow: 0 4px 3px -2px rgb(150 150 150 / 20%);
    margin: 3px;
    border-radius: 8px;
 
}
.articleFeedAvertis {
    display: flex;
    flex-wrap: wrap;
    background-color: #f0f1f2;
    padding: 2px;
}
 
.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);
}

 

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

/* Advertiser Dashboard CSS END */


/*  */

/* HR SOFTWARE AND SUGGEST CSS START  */

.banner-bg  {
    background-color: #e0f6e2;
}

.autocomplete-items003 {
    position: absolute;
    top: 72%;
    left: 0px;
    right: 0;
    width: 100%;
    background: rgb(249 249 249);
    overflow-y: scroll;
    overflow-x: auto;
    z-index: 99;
    height: 132px;
}

.autocomplete-items003 span {
    padding: 3px 10px;
    cursor: pointer;
    width: 100%;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #f2efef;
    font-family: "Poppins";
}
.autocomplete-items003 span:last-child {
    border: none;
}

.autocomplete-items003 span:hover {
    background-color: #e9e9e9;
}

.autocomplete-active003 {
    background-color: #e1e1e1 !important;
    color: #000000;
}
.autocomplete0033 {
    width: 90%;
}
.autocomplete0033 input {
    outline: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #ddd;
    border-right: 0px;
    height: 45px;
}
.home_header_search_icon {
border-radius: 0px 0px 0px 28px;
    height: 45px;
    background: #0079ff !important;
}
.banner-one__form-btn {
    font-family: "Poppins";
    line-height: 20px;
}
.banner-bg:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(
        20deg,
        rgb(0 0 0) 21%,
        rgba(0, 38, 27, 0.02) 82%
    );
}
 
.software_categories,.software-cate-listing {
    background: #f4f5ff;
    margin-top: 20px;
}
.side-design-element img {
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.SoftwareCategories li {
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 40px 8px rgba(108, 67, 227, 0.2);
    box-shadow: 0px 0px 0px 0px rgb(190 190 190 / 20%);
    margin-bottom: 18px;
    background: transparent;
      border: 1px solid #d9d9d9;
}
.SoftwareCategories li .btn.active {
      background: #0ea900;
    color: white;
    border: none !important;
    border-radius: 4px;
}
.company_logo_HR {
    width: 75px;
    height: 75px;
    margin: 0 auto;
}
.produectFeed {
     transition: 0.6s;
    border-radius: 10px;
    padding: 18px 16px;
    margin-bottom: 5px;
}
.Business_service_view {
 
    float: right;
    bottom: 3px;
    z-index: 99;
    position: relative;
}
/* Wrapper: hides overflow */
.logo-marquee-wrapper {
    overflow: hidden;

    padding: 20px 0;
}

/* Inner track that slides */
.logo-track {
    display: flex;
    animation: scroll-marquee 10s linear infinite; /* Slow smooth scroll */
}

/* Pause animation on hover */
.logo-marquee-wrapper:hover .logo-track {
    animation-play-state: paused;
}

/* Logo images */
.logo-track img {
    height: 30px;
    margin-right: 40px;
    transition: filter 0.5s ease;
}

.logo-track img:hover {
    filter: grayscale(0%);
}

/* Keyframes for smooth horizontal scroll */
@keyframes scroll-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Optional border styling like your original code */
.trusted-by-company {
    border: 1px solid #ddd;
    padding: 11px 11px;
}

i.bi.bi-arrow-up-right {
    top: 31px;
}
.trusted-by-text {
    border-right: 1px solid #ddd;
}
.software-service-providers .shap {
    top: 67%;
    z-index: -1;
    width: 98%;
}
.flowChart img {
    margin: 0 auto;
    display: block;
}

.topSevices , .service-cate-listing{
   background: #e0f6e2;
}
.software-cate-listing .col-xl-3  , .service-cate-listing .col-xl-3{
    width: 25%;
}
.product-company-logo {
    width: 70px;
    height: 70px;
}
.listProduct {
    margin: 0 auto;
    max-width: 16%;
}
.list-product-btn {
    max-width: 56%;
    margin: 0 auto;
}
.vendorAccount input.form-control {
    border-color: #E6EAED;
    color: #212B36;
    background-color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    border-radius: 0.35rem;
    padding: 0.45rem 0.85rem;
}
.list-company-info {
background: #00193c;
    padding: 30px 30px 30px;
    z-index: 1;
    overflow: hidden;
}
section.bg-auth {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
 
/* Arrow styling */
.arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}

section.listBg {
    background-color: rgba(22, 67, 67, 0.9);
    padding: 30px 0px;
}
.price-Form {
    max-width: 780px;
    background-color: rgb(0 0 0 / 50%);
    box-shadow: 0px 10px 50px 0px rgb(223 223 223);
    padding: 15px;
    position: relative;
}
.topListPro {
    background: linear-gradient(88deg, rgb(18 224 0 / 30%), transparent);
    padding: 30px 0px 30px 0px;
}
h3#toggleCompany {
    position: absolute;
    right: 22px;
    top: 16px;
    text-decoration: underline;
}
.price-Form .ts-control {
    background: transparent !important;
    border-bottom: 1px solid #ddd !important;
    border: none;
    border-radius: 0px;
}
.price-Form .common-input-class {
    background: transparent !important;
    padding: 0px 4px 6px 3px;
    border: 0px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
}
.price-Form .label-common-font-size {
    color: white;
}
.price-Form .ts-control {
    padding: 1px 0px 5px 0px !important;
    height: 27px;
}
/* Rotated arrow when open */
.arrow.rotate {
    transform: rotate(180deg);
}
.trendCateImg {
    width: 33px;
    height: 33px;
}
.dropdown-content li {
    border-bottom: 1px solid #f5f5f5;
}
/* Dropdown box */
.dropdown-content {
background-color: #fff;
    min-width: 171px;
    padding: 5px 10px;
    top: 100%;
    left: 0;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 99;
}

/* Show dropdown (with animation) */
.dropdown-content.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Items inside dropdown */
#trendingServiceList .dropdown-item,
#trendingSoftwareList .dropdown-item {
    padding: 7px 9px 5px 9px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    line-height: 15px;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.side-info-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.software-cate-view ul li {
    border-bottom: 1px solid #f5f1f1;
    padding: 3px 5px;
}

.companyFetch.active {
    color: #0d6efd !important;
    text-decoration: underline;
}
.sidebar_000 .companyFetch {
    padding: 2px 91px 0px 5px;
}
.companyDetail {
    background: #f9f2ec;
}
#softwareCompanyView .nav-item {
    padding: 2px 15px 0px 0px;
}
#softwareCompanyView .nav-item:last-child {
    padding-right: 0px;
}
.companyProduct {
    margin: 0 auto;
    max-width: 79%;
}
.productInfo {
    background-color: #f3f4f4 !important;
    border-left: 6px solid #0ea900 !important;
}
.listin_right_side {
    width: 65%;
}
 
.star-icon {
    color: #ff9301;
    position: relative;
    bottom: 3px;
}
.max-score {
    position: relative;
    top: 7px;
    right: 4px;
}
 
.reviewWrit {
    background: #0d6efd;
}
.product-detail {
    border-radius: 13px;
    box-shadow: 9px -2px 19px 9px rgba(0, 0, 0, 0.02);
    padding: 10px 10px 10px 10px;
}
.based-on {
    bottom: 12px;
    left: 8px;
}
#FreeDemo .btn-close {
    right: -7px;
    top: -55px;
}
.userReview .reviewWrit {
    height: 31px;
    top: 34px;
}

.rating {
    box-shadow: 9px -2px 19px 9px rgba(0, 0, 0, 0.02);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 19px;
}
.userRate01 {
    width: 50%;
}
.userImg {
    height: 80px;
    width: 97px;
}
p.all_review_count {
    border: 1px solid #96eb64;
    height: 26px;
    line-height: 24px;
}
.userImg img {
    border-radius: 100%;
}

/* --- Custom Variables for easy theming (Best Practice for 2025) --- */

/* --- Accordion Customization --- */

.modern-accordion {
    border: none;
    border-radius: 12px; /* Slight rounding for a modern card look */
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); /* Subtle shadow for depth */
}

.accordion-item {
    border: none;
    margin-bottom: 10px; /* Space between items for distinct cards */
    border-radius: 8px; /* Inner rounding */
    background-color: #ffffff;
    transition: box-shadow 0.3s ease;
}

 

/* Style for collapsed button */
.accordion-button.collapsed {
    color: #1a1a1a;
}

/* Style for expanded button */
.accordion-button:not(.collapsed) {
background-color: #eeeeee;
    border-bottom: 1px solid #e0e0e0;
}
#educationAccordion button.accordion-button.collapsed ,#experienceAccordion button.accordion-button.collapsed{
    margin-bottom: 10px;
    background-color: #f1f4ff;
    border-bottom: 1px solid #e0e0e0;
}
/* Change the Chevron Icon (use a clean + / - visual) */
.accordion-button::after {
    background-image: none;
    content: "+"; /* Plus sign for collapsed state */
    font-size: 1.4rem;
    font-weight: 300;
    color: #000000;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    content: "−"; /* Minus sign for expanded state */
    transform: rotate(0deg); /* Prevent rotation, just a symbol change */
}

/* Remove default Bootstrap flush-accordion rounded corners on buttons */
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.WriteReview .produect-company-bg {
    width: 27%;
    height: 108px;
}
#addCustomRequirements {
    height: 104px;
}

.star-rating i {
    font-size: 18px;
    color: #ffc81e;
    cursor: pointer;
    transition: color 0.2s;
    padding: 4px;
}
.star-rating i.hover,
.star-rating i.selected {
    color: #ffcc00;
}
.rating-text {
    font-size: 0.9rem;
    color: #666;
    margin-left: 5px;
}
    #leadModal .modal-dialog{
        max-width: 680px;
    }

 
#FreeDemo .modal-dialog {
    max-width: 680px;
}
.listinInfo {
    padding: 30px 20px 30px 20px;
    background: #f2f6fd;
    border-radius: 16px;
}
.listing_section01 {
    background-color: #f3f4f4 !important;
    border-left: 6px solid #0ea900 !important;
}
.smallInfo .produect-company-bg , .produect-company-bg {
    width: 108px;
    height: 87px;
    position: relative;
    border: 1px dashed #BFCAD2;
}
.admin-loging .dropdown-menu.show {
    display: block;
}
.admin-loging  .dropdown-toggle::after {
    top: 14px;
    right: 11px;
}
.discussions {
    border-top: 1px solid #ffffff;
}

/* Flex Container for the two divs */
.pricing-container {
    display: flex;
    gap: 0;
    max-width: 1074px;
    width: 100%;
    margin: 32px auto;
    border-radius: 16px;
    padding: 42px;
    background-color: #f5f5f5;
    background-image: url(https://wp.alithemes.com/html/iori/demos/assets/imgs/page/homepage3/finger.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.faq-section {
    max-width: 900px;
    margin: 25px auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 30px 30px;
}

/* Custom FAQ accordion styles */
.faq-accordion .faq-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f9fbff;
}

.faq-accordion .faq-button {
    background: #f9fbff;
    padding: 10px 16px;
    transition: all 0.3s ease;
    font-family: "Poppins";
}

.faq-accordion .faq-button.active {
    background-color: #b2b2b2;
    color: #fff !important;
}

.faq-accordion .faq-icon {
    transition: transform 0.3s ease;
}

.faq-accordion .faq-button.active .faq-icon {
    transform: rotate(180deg);
    color: #fff;
}

.faq-accordion .faq-body {
    display: none;
    background: #fff;
    color: #444;
    padding: 1rem 1.2rem;
    line-height: 1.6;
    border-top: 1px solid #e9ecef;
}
.pricing-card:before {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.pricing-card:after,
.pricing-card:before {
    content: "";
    position: absolute;
    top: -80px;
    right: -55px;
    width: 150px;
    height: 150px;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 50%;
}

/* General Card Styling */
.pricing-card {
    flex: 1;
    padding: 50px 25px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

/* Left Div (Basic Plan) - Uses #7ce069 for background, #1a1a1a for text */
.basic-plan {
    background-color: #96eb64 !important;
    color: #1a1a1a;
}

/* Right Div (Enterprise Plan) - Uses #1a1a1a for background, #ffffff for text */

/* Typography */

.plan-price {
    font-size: 41px;
    font-weight: 800;
    margin-bottom: 14px;
    padding-bottom: 12px;
    line-height: 1;
    text-align: left;
    border-bottom: 1px solid #ffffff;
    font-family: "Roboto Condensed";
}

.plan-price span {
    font-size: 18px;
    font-weight: 500;
    opacity: 0.9;
    margin-left: 5px;
}

.features-list li::before {
    content: "\F26E";
    font-family: "bootstrap-icons";
    font-size: 21px;
    position: relative;
    top: 5px;
}

.features-list li {
    margin-bottom: 7px;
    border-bottom: 1px solid;
    font-size: 15px;
    padding-bottom: 9px;
}

/* Separator lines for each plan */
.basic-plan .features-list li {
    border-bottom-color: rgba(0, 0, 0, 0.15);
}

.enterprise-plan .features-list li {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

.features-list li:last-child {
    border-bottom: none;
}

.features-list i {
    font-size: 1rem;
    margin-right: 15px;
}

.enterprise-plan .features-list i {
    /* Green checkmark on black background */
    color: #7ce069;
}

.duration,
.charge {
    font-weight: 700;
    margin-left: auto;
    text-align: right;
}

/* Button Styling */
.choose-btn {
    padding: 15px 30px;
    border-radius: 50px;
}

.listing_top_content {
    width: 65%;
}

.banner-bg {
    background-image: url("../images/software-index-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transform-origin: center;
    padding: 30px 0px;
}
.banner-one__form-box {
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
    padding: 35px 35px 47px;
    color: #1a1a1a;
    text-align: center;
    cursor: pointer;
    margin-top: 27px;
    z-index: 99;
    transition: all 300ms ease;
    background: #23a455d1;
}
.banner-one__form {
    position: relative;
    display: block;
}
.banner-one__input-box input {
    height: 23px;
    width: 100%;
    border: none !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
    outline: none;
    display: block;
    border-radius: 4px;
    font-size: 12px !important;
    font-family: "Poppins" !important;
    padding: 17px 12px;
}
.banner-one__input-box {
    margin-bottom: 14px;
}
.ts-control {
    height: 35px;
}
:root {
    --theme-color2: #ff0080;
    --theme-color-light: #ffcc70;
    --gradient-angle: 0deg;
}

/* Container */

.plan-professional{
    background: #ecf2fc !important;
}
.pricing-plan {
    display: flex;
    margin: 0 auto;
    max-width: 84%;
}
/* HR SOFTWARE AND SUGGEST CSS END  */
 
.subscriBtn {
    padding: 6px 21px;
    right: 8px;
    top: 47px;
    border-radius: 3px 0px 0px 3px;
}
 
nav.second-bread {
    background: #ddd;
    height: auto;
}

.job-latest-list img {
    width: 90px;
    border: 1px solid #ddd;
    height: 80px;
}
.topic_one, .widget-title, #cate-subcate-TBC h4 {
    padding: 8px 8px 8px 8px;
    border-radius: 8px 8px 0px 0px;
}
#cate-subcate-TBC h4 {
    font-size: 22px !important;
    background: #f1f4ff;    margin-bottom: 0px;
}
/* If you added class to the <a> tag */
.toc_body a.active {
  color: #007bff;
}

/* If you added class to the <li> tag */
.toc_body li.active > a {
  color: #007bff;

}
.job-latest-list {
    padding: 12px 0px 12px 12px;
}
.Exll {
    width: 60%;
}
.Exll02 {
    width: 40%;
}
#Nav_List a {
    font-size: 15px;
}
#xsm-respon {
    margin-top: 1.7em;
    display: inline-block;
}
.hrhb-logo {
    left: -7px;
}

 
 .articlejobDis .lastestJobsFeed
 
 { 
    height: 300px;
}
 
.job-detail-part
.jbd-01 {
    padding: 20px 18px 20px 18px;
}
.cursor-pointer {
    cursor: pointer;
}
.userReviewList .testimonial-card {
    background-color: #ffffff;
    padding: 1px 20px;
    box-shadow: 9px -2px 19px 9px rgba(0, 0, 0, 0.02);
    border-left: 4px solid #96eb64;
    border-bottom: 4px solid #96eb64;
}
.review-card {
    background-color: #ffffff;
    padding: 20px 20px;
    border: 1px solid #ddd;
    box-shadow: 9px -2px 19px 9px rgba(0, 0, 0, 0.02);
}

.quote-mark {
    top: 16px;
    right: 19px;
}
.company-info {
    border-top: 1px solid #dee2e6;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.enquiryBtn {
    margin: 0 auto;
    max-width: 67%;
}
.toc {
      overflow: scroll;
    overflow-x: hidden;
    height: max-content;
    scrollbar-width: thin;
    scrollbar-color: #212121 #f1f1f1;
    height: 275px;
}

input#chkSoftware,
input#chkServices {
    height: 24px;
    width: 15px;
    position: relative;
    bottom: -4px;
    left: 0px;
}
 
.tag .remove {
    cursor: pointer;
    margin-left: 8px;
    font-weight: bold;
}
#addMoreBtn {
    width: 27%;
    font-family: "Poppins";
    background: #e2e2e2;
}
#backToCompanyFromSoftware,
#backToCompanyFromServices {
    position: absolute;
    right: 16px;
    top: 13px;
    text-decoration: underline;
    color: white;
}
 .skeleton {
    background: linear-gradient(
        90deg,
        #f0f0f0 25%,
        #e0e0e0 37%,
        #f0f0f0 63%
    );
    background-size: 400% 100%;
    animation: shimmer 1.4s infinite;
    border-radius: 12px;
    height: 220px;
}

@keyframes shimmer {
    0% { background-position: -400px 0; }
    100% { background-position: 400px 0; }
}

.innerContent {
    padding: 77px 0px 0px 0px;
}

.feature-list .feature-item {
    align-items: center;
    gap: 0px;
    border-radius: 12px;
    background: #ffffff;
    padding: 0px 0px;
    border-left: 6px solid #85ee00;
    box-shadow: -1px 0px 10px -2px rgba(108, 67, 227, 0.2);
    display: flex;
    margin-bottom: 17px;
}
.feature-item .icon img {
    width: 27px;
}
.feature-list,.article-submission-form {
    margin: 30px auto;
    max-width: 70%;
}
.feature-list .feature-item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    height: 46px;
}
.listingSec {
    background-image: url(https://microtheme.co/html/osfins/assets/img/slide-2.jpg);
    padding: 25px 25px 25px 25px;
    height: 100%;
    width: 100%;
    background-position: left;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.listingSec::before {
    content: "";
    position: absolute;
    background-color: rgb(8 0 73 / 53%);
    top: 0px;
    right: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.listyouProduct {
    padding: 25px 0 5px 0px;
}

/* USED CSS END */
.autocomplete-results {
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 400px;
    overflow-y: auto;
}

.autocomplete-results.d-none {
    display: none !important;
}

 
.autocomplete-results .list-group-item {
    cursor: pointer;
}

.autocomplete-results .list-group-item:hover {
    background-color: #f5f5f5;
}

.autocomplete-results li.active,
.autocomplete-results li:hover {
    background-color: #f0f4ff;
}
 
.autocomplete-results li a strong {
    font-weight: 600;
}
.autocomplete-highlight {
    background-color: #ffe58f;
    padding: 0 2px;
    border-radius: 3px;
}

/* VENDOR CSS START*/
.custom-card {
    border-radius: 4px;
    border: 0;
    background-color: #fff;
    box-shadow: -8px 12px 18px 0 rgba(14, 17, 28, .01);
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%;
    border: 1px solid #eff0f6;
    padding: 23px;
}

  .vendorDashboard{
    background:#f0f0f8 !important;
  }
  .main-profile-cover:before {
content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #525ce5cc;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    z-index: -1;
    border-radius: 10px;
}
 
.innerPart {
    margin: 0 auto;
    max-width: 75%;
}
 
.avatar {
    position: relative;
      width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
      border-radius: 9px;
    background: white;
}
.editprofilemodal {
 position: absolute;
    right: -13px;
    border-radius: 100%;
    top: -13px;
}
.vendorListingFeed {
    border-radius: .5rem;
    border: 0;
    background-color: #ffffff;
    box-shadow: #00000036 0 6px 10px -3px;
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%;
    padding: 17px 17px;
}
.listingFedd {
    padding: 20px 15px;
    background-color: white;
    transition: all .5s ease-in-out;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff8f8;
    border-radius: 13px;
    display: block;
    margin-bottom: 26px;
}
.listingInfo {
    border-radius: 4px;
    background-color: white;
    box-shadow: -8px 12px 18px 0 rgba(14, 17, 28, .01);
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%;
    padding: 23px;
    border-radius: 4px;
}
#addServiceModal .modal-dialog , #addSoftwareModal .modal-dialog , #editSoftwareModal .modal-dialog ,#editServiceModal .modal-dialog{
        max-width: 650px;
   
    }
/* END */
 

/* RESUME BULIDER CSS START*/
#ResumeBuliderSection input, #ResumeBuliderSection textarea {
    border-radius: 4px;
    padding: 10px 12px;
    display: block;
    caret-color: rgb(26, 145, 240);
    background-color: rgb(239, 242, 249);
    outline: none;
    border: 0px;
    color: rgb(30, 37, 50);
    transition: color 0.1s;
    font-family: 'Inter';
    font-size: 14px;
    width: 100%;
}
.select2-container--default .select2-selection--single {
    background-color: #ffffff !important
 
}
.ql-toolbar.ql-snow {
    border-radius: 4px 4px 0px 0px;
 
}
#locationSuggestions {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    z-index: 9999;
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

#job_desc {
    height: 300px;
}
#ResumeBuliderSection .select2-container .select2-selection--single {
 
    height: 40px;
 
}
#ResumeBuliderSection .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 7px; 
}

#generateSummary , .generateJobDesc  {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    color: rgb(0 58 255);
    cursor: pointer;
    user-select: none;
    pointer-events: auto;
    padding: 3px 8px 2px 8px;
    font-family: 'Inter';
    background: white;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
    box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
    position: absolute;
    right: 24px;
    top: 40px;
}

.step-form{
max-width:700px;
margin:auto;
}

.form-step{
display:none;
animation:fade 0.4s;
}

@keyframes fade{
from{opacity:0}
to{opacity:1}
}
.form-step.active{
display:block;
}

.progress-step{
width:35px;
height:35px;
border-radius:50%;
background:#dee2e6;
display:flex;
align-items:center;
justify-content:center;
}

.progress-step.active{
background:#0d6efd;
color:#fff;
}.flatpickr-input{
background:#fff;
cursor:pointer;
}

.flatpickr-calendar{
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}
#ResumeBuliderSection .ql-toolbar.ql-snow {
    border: none;
    box-sizing: border-box;
    font-family: 'Inter';
    padding: 8px;
    background: #eff2f9;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #ddd;
}
#summary_editor , .jobdescription_editor {
    display: block;
    caret-color: rgb(26, 145, 240);
    background-color: rgb(239, 242, 249);
    border: none;
    border-radius: 0px 0px 5px 5px;
}
 
.skill-card, .project-card , .achievement-card {
    background: #f4f5fb;
    padding: 2px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.skill-header{
display: flex;
    justify-content: space-between;
    font-weight: 600;
    padding: 8px;
    border-radius: 8px;
}

.skill-level-label{
color:#7c83ea;
font-size:14px;
}

.skill-body{
    padding: 7px;
}

.skill-label{
font-size:14px;
 
}

.level-slider{
display:flex;
gap:8px;
margin-top:8px;
}

.level-step{
flex:1;
height:22px;
background:#d9dbe8;
border-radius:4px;
cursor:pointer;
}

.level-step.active{
background:#868be3;
}
.education-section {
 
    transition: all 0.3s ease;
}

.education-actions {
    margin: 20px 0;
    padding: 10px 0;
    border-top: 2px dashed #dee2e6;
    border-bottom: 2px dashed #dee2e6;
}

.education-actions .btn {
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
}

.education-actions .btn i {
    margin-right: 5px;
}

/* Animation for sections */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.education-section {
    animation: slideDown 0.4s ease;
}

 
 .link-card{
background:#f5f6fb;
border-radius:8px;
padding:12px;
margin-bottom:10px;
}

details summary{
cursor:pointer;
font-weight:600;
list-style:none;
}

details summary::-webkit-details-marker{
display:none;
}

details summary::after{
content:"⌃";
float:right;
color:#7a80e6;
}
.mainResumeTemplate {
    border: 1px solid #f8f8f8 !important;
    box-shadow: 0px 0px 7px 8px rgb(193 193 193 / 14%);
    overflow-y: scroll;
    overflow-x: hidden;
    height: 600px;
}

#box{display:none}

#ResumeBuliderSection {
    border: 1px solid #f8f8f8 !important;
    box-shadow: 0px 0px 8px 2px rgb(193 193 193 / 14%);
    overflow-y: scroll;
    overflow-x: hidden;
    height: 600px;
    padding: 8px;
 
    border-radius: 4px;
}
.hidden-section {
    display: none;
}

.resume p {
    font-size: 13px;
    line-height: 20px;
}
details[open] summary::after{
transform:rotate(180deg);
}
 
.infoaboutprofile small {
    display: none !important;
}
 .toggle-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[class*="toggle"] {
    transition: 0.3s;
}

.rotate {
    transform: rotate(180deg);
}

.toggle-body {
    display: none;
    overflow: hidden; /* important for smooth animation */
}
 
.border-animation {
    position: absolute;
    inset: 0; /* better than top/left/width/height */
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* END */