@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/roboto-500.woff2) format('woff2');
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/notosansjp.woff2) format('woff2');
}

:root {
    --bs-min-width: 360px;
    --e-global-color-accent: #001A80D9;
    --bs-primary-font-family: "Noto Sans JP", sans-serif;
    --bs-secondary-font-family: "Roboto", Sans-serif;
    --bs-btn-blue: #005a9c;
    --bs-primary: #0A8E43;
    --bs-primary-hover: #087437;
    --bs-secondary: #0A8E43;
    --bs-success: #0A8E43;
    --bs-grey: #B3BBCA;
    --bs-light-grey: #CDCDCD24;
    --bs-input-borde-radious: 5px;
    --bs-button-borde-radious: 3px;
    --bs-publish-red: #C80101;
    --bs-publish-blue: #0044BD;
    --bs-app-blue: #0025B6;
    --bs-find-job-banner-line-height: 21.98px;
    --bs-deep-gray: #555;
    --bs-light-gray: #FAFAFA;
    --bs-icon-color: #4a5568;
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-light-grey);
    color: #000;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button span:first-child {
    flex: 1;
}

.bg-dark {
    background-color: #000 !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-danger {
    background-color: var(--bs-publish-red) !important;
}

.btn-outline-secondary {
    --bs-btn-color: #000;
    --bs-btn-border-color: var(--bs-grey);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-grey);
    --bs-btn-hover-border-color: var(--bs-grey);
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-grey);
    --bs-btn-active-border-color: var(--bs-grey);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-grey);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-grey);
    --bs-gradient: none;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0A8E43;
    --bs-btn-border-color: #0A8E43;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0A8E43;
    --bs-btn-hover-border-color: #0A8E43;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0A8E43;
    --bs-btn-active-border-color: #0A8E43;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0A8E43;
    --bs-btn-disabled-border-color: #0A8E43;
}

.btn-app-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-app-blue);
    --bs-btn-border-color: var(--bs-app-blue);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-app-blue);
    --bs-btn-hover-border-color: var(--bs-app-blue);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-app-blue);
    --bs-btn-active-border-color: var(--bs-app-blue);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-app-blue);
    --bs-btn-disabled-border-color: var(--bs-app-blue);
}

.alerts {
    color: var(--bs-publish-red) !important;
}

.toast {
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* 修改前：从右侧滑入（translateX(100%)） */
    /* 修改后：从顶部滑入（translateY(-100%)） */
    transform: translateY(-100%);
}

    .toast.show {
        transform: translateY(0);
    }

/* 可选：微调间距 */
.toast-container {
    top: 20px; /* 顶部间距 */
    right: 20px; /* 右侧间距 */
}

.post-ad-banner {
    display: none;
}


.search-back-btn {
    background-color: #0A8E43;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    padding: 10px 15px;
}

@media (max-width: 768px) {
    .toast-container {
        top: auto;
        bottom: 0;
        right: 0;
    }

    .search-back-btn {
        padding: 5px 10px;
        font-size: 12px;
    }

    .my-account-banner {
        display: none !important;
    }

    .post-ad-banner {
        font-size: 20px;
        background: #000;
        color: white;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        width: 100%;
        font-weight: 700;
        line-height: var(--bs-find-job-banner-line-height);
    }
}

.logo-wall {
    overflow: hidden;
    position: relative;
    padding: 0 0;
    border-radius: 8px;
}

    .logo-wall .logo-track {
        display: inline-flex;
        animation: scroll 30s linear infinite;
        white-space: nowrap;
    }

        .logo-wall .logo-track.paused {
            animation-play-state: paused;
        }

    .logo-wall .logo-item {
        flex-shrink: 0;
        margin: 2px;
        transition: transform 0.3s;
    }


    .logo-wall .logo-img {
        height: 120px;
        width: 160px;
        object-fit: cover;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.sponsored {
    font-size: 14px;
    font-weight: 700;
}

.logo-wall .ad-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 120px;
    width: 160px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: transform 0.3s;
    margin: 2px;
    cursor: pointer;
}

    .logo-wall .ad-item div {
        margin: 0.3rem 0;
        font-weight: bold;
        text-align: center;
        white-space: break-spaces;
    }

        .logo-wall .ad-item div:nth-child(1) {
            color: black;
            font-size: 16px;
        }

        .logo-wall .ad-item div:nth-child(2) {
            color: red;
            font-size: 12px;
        }

        .logo-wall .ad-item div:nth-child(3) {
            color: gray;
            font-size: 12px;
        }

@media (max-width: 768px) {
    .logo-wall .ad-item,
    .logo-wall .logo-img {
        height: 64px !important;
        width: 64px !important;
        object-fit: cover;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }

    .logo-wall .logo-track {
        animation: scroll 20s linear infinite;
    }

        .logo-wall .ad-item div {
            margin: 0.1rem 0;
            font-weight: bold;
            text-align: center;
        }

            .logo-wall .ad-item div:nth-child(1) {
                color: black;
                font-size: 8px;
            }

            .logo-wall .ad-item div:nth-child(2) {
                color: red;
                font-size: 6px;
            }

            .logo-wall .ad-item div:nth-child(3) {
                color: gray;
                font-size: 8px;
            }
}


.attracting-sponsored-company ul li {
    list-style: none;
}

    .attracting-sponsored-company ul li i {
        padding: .5rem;
        font-size: 20px;
    }

    .attracting-sponsored-company ul li span {
        padding: .5rem;
        font-size: 20px;
        color: #858B94;
    }

.error {
    border-color: var(--bs-publish-red) !important;
}

.error-label {
    color: var(--bs-publish-red) !important;
}

.error-message {
    color: var(--bs-publish-red) !important;
    font-size: 0.8em;
    display: none;
}

.form-select:focus {
    outline: 0;
    box-shadow: 0 0 0 0.0 var(--bs-light-grey);
}

body {
    font-family: var(--bs-primary-font-family);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: var(--bs-min-width);
}

main {
    flex: 1;
}

a {
    color: var(--bs-primary);
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

    a:hover {
        color: var(--bs-primary-hover);
    }


.container {
    max-width: 1440px;
    min-width: var(--bs-min-width);
    margin: 0 auto;
    padding: 0 15px;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.0 var(--bs-light-grey);
}

#language-dropdown-menu {
    left: unset;
    right: 0 !important;
}

i.search-icon {
    display: block;
    height: 20px;
    width: 20px;
    background-image: url(../images/search-icon.svg);
}

i.card-power-off,
i.share-icon,
i.card-eye,
i.card-clock,
i.card-running,
i.card-map-marker,
i.card-flag,
i.card-envelope,
i.card-calendar,
i.card-category,
i.card-country,
i.card-immediate,
i.card-curriculum,
i.card-briefcase {
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-top: 2px;
}

i.card-eye,
i.card-category,
i.card-country,
i.card-immediate,
i.card-curriculum {
    height: 20px;
    width: 20px;
}

i.card-eye {
    height: 12px;
}

i.card-curriculum {
    background-image: url(../images/card-curriculum.svg);
}

i.card-category {
    background-image: url(../images/card-category.svg);
}

i.card-country {
    background-image: url(../images/card-country.svg);
}

i.card-immediate {
    background-image: url(../images/card-immediate.svg);
}

i.share-icon {
    background-image: url(../images/icon-share.svg);
}

i.card-eye {
    background-image: url(../images/card-eye.svg);
}

i.card-clock {
    background-image: url(../images/card-clock.svg);
}

i.card-running {
    background-image: url(../images/card-running.svg);
}

i.card-map-marker {
    background-image: url(../images/card-map-marker.svg);
}

i.card-flag {
    background-image: url(../images/card-flag.svg);
}

i.card-envelope {
    background-image: url(../images/card-envelope.svg);
}

i.card-calendar {
    background-image: url(../images/card-calendar.svg);
}

i.card-briefcase {
    background-image: url(../images/card-briefcase.svg);
}

i.card-power-off {
    background-image: url(../images/power-off.svg);
    background-size: contain;
}

i.warning {
    background-repeat: no-repeat;
    display: inline-block;
    height: 110px;
    width: 110px;
    background-image: url(../images/warning.svg);
}

i.flag {
    background-repeat: no-repeat;
    background-size: cover;
    border: solid .0625rem #e5e6e1;
    display: inline-block;
    height: .75rem;
    margin-right: .25rem;
    min-width: 1rem;
    margin-top: 0;
}

    i.flag.pt {
        background-image: url(../images/pt.svg);
    }

    i.flag.ae {
        background-image: url(../images/ae.svg);
    }

    i.flag.us {
        background-image: url(../images/us.svg);
    }

    i.flag.gb {
        background-image: url(../images/gb.svg);
    }

    i.flag.es {
        background-image: url(../images/es.svg);
    }


    i.flag.fr {
        background-image: url(../images/fr.svg);
    }

    i.flag.de {
        background-image: url(../images/de.svg);
    }

    i.flag.job-details-card {
        background-image: url(../images/de.svg);
    }

    i.flag.it {
        background-image: url(../images/it.svg);
    }

    i.flag.da {
        background-image: url(../images/dk.svg);
    }

    i.flag.fi {
        background-image: url(../images/fi.svg);
    }

    i.flag.no {
        background-image: url(../images/no.svg);
    }

    i.flag.nl {
        background-image: url(../images/nl.svg);
    }

    i.flag.pl {
        background-image: url(../images/pl.svg);
    }

    i.flag.ro {
        background-image: url(../images/ro.svg);
    }

    i.flag.ru {
        background-image: url(../images/ru.svg);
    }

    i.flag.sv {
        background-image: url(../images/se.svg);
    }

    i.flag.el {
        background-image: url(../images/gr.svg);
    }

    i.flag.zh {
        background-image: url(../images/zh.svg);
    }

    i.flag.uk {
        background-image: url(../images/uk.svg);
    }

    i.flag.menu {
        background-image: url(../images/menu.svg);
        height: 25px;
        width: 25px;
        border: none;
    }

/* -------------------- 导航栏样式 -------------------- */

/*nav {
    height: 85.5px;
}*/

nav .dropdown-toggle.nav-link::after {
    display: inline-block !important;
    position: relative; /* 启用定位上下文 */
    top: -2px; /* 微调垂直位置 */
    margin-left: .255em;
    vertical-align: baseline; /* 基线对齐统一 */
    content: "" !important;
    border-top: .3em solid #000 !important;
    border-right: .3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: .3em solid transparent !important;
    background-color: #fff;
}

.search-icon {
    cursor: pointer;
}

.dropdown a {
    padding: 10px;
}

#languageDropdown .dropdown-toggle:hover {
    background-color: inherit !important;
    color: #000;
}


@media (hover: hover) and (pointer: fine) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .dropdown-menu {
        transition: opacity 0.3s;
    }
}

@media (max-width: 991.98px) {
    /* 隐藏桌面端下拉菜单项 */
    .dropdown-menu[aria-labelledby="offersDropdown"] {
        display: block !important;
        position: static !important;
        border: none;
        box-shadow: none;
    }
}

nav .right-items button {
    padding: 0.8rem 0.8rem;
}

.nav-item a:hover {
    color: inherit !important;
}

.nav-item .nav-link {
    font-family: var(--bs-secondary-font-family);
    font-size: 17px;
    font-weight: 500;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.nav-item.dropdown .dropdown-menu {
    background-color: #000;
}

    .nav-item.dropdown .dropdown-menu .dropdown-item {
        color: #fff;
        margin-left: 1rem
    }

        .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
        .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
            background-color: inherit;
            color: #fff !important;
        }

.nav-item a {
    color: #000;
}

.nav-link:hover {
    color: #fff !important;
}

.nav-link::after {
    content: unset !important;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: width 0.3s ease;
}

.nav-item.ad-free {
    margin-left: 0.5rem;
}

    .nav-item.ad-free button {
        border-radius: var(--bs-button-borde-radious);
        padding: 0.6rem 1rem;
        white-space: nowrap;
    }

.navbar-collapse.collapsing,
.navbar-collapse.show {
    background-color: #fff;
}

.navbar-toggler-close-icon {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"> <path stroke="none" fill="%23808080" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1" d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler:hover .navbar-toggler-close-icon {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"> <path stroke="none" fill="%230A8E43" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1" d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg>');
}

.navbar {
    background-color: rgba(255, 255, 255, 0.95);
    /* 半透明背景 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: sticky;
    /* 粘性定位 */
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    /* 模糊效果 */
}

    .navbar .container {
        padding: 0.8rem 1rem;
    }

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    transition: color 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    /* 文字阴影 */
}

    .navbar-brand:hover {
        color: #0A8E43 !important;
    }

.nav-link {
    color: #000 !important;
    margin: 0 0.5rem;
    position: relative;
    transition: color 0.3s ease;
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
    padding: 0.25rem 0.5rem;
    transition: all 0.3s ease;
}

    .navbar-toggler:hover {
        border-color: #0A8E43;
        background-color: rgba(10, 142, 67, 0.1);
    }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    transition: all 0.3s ease;
}

.navbar-toggler:hover .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2810, 142, 67, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* -------------------- 搜索框样式 -------------------- */
#searchInputGroup {
    display: flex;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    max-width: 260px;
}

#searchInput {
    flex-grow: 1;
    padding: 0.8rem 1rem;
    border: none;
    font-size: 1rem;
    outline: none;
    background-color: transparent;
    transition: all 0.3s ease;
}

    #searchInput::placeholder {
        color: #999;
    }

    #searchInput:focus {
        box-shadow: none;
    }

#searchButton {
    padding: 0.8rem 1.5rem;
    border: none;
    background-color: var(--bs-primary);
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    #searchButton:hover {
        background-color: var(--bs-primary-hover);
    }

/* -------------------- 模态框样式 -------------------- */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
}

.modal-content {
    background-color: #ffffff;
    margin: 10% auto;
    border: none;
    border-radius: 12px;
    width: 35%;
    min-width: 340px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    /* 增强阴影 */
    animation: fadeInScale 0.3s ease-out;
    transform-origin: center;
}

/*@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal.closing .modal-content {
    animation: fadeOutScale 0.3s ease-in;
}

@keyframes fadeOutScale {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    to {
        opacity: 0;
        transform: translateY(-20px) scale(0.9);
    }
}
*/
#tiktokShareModal .modal,
#activationModal.modal,
#payModal.modal {
    background-color: rgba(0, 0, 0, 0.8);
}

#tiktokShareModal .modal-content,
#activationModal .modal-content,
#payModal .modal-content {
    padding: 30px;
}

#tiktokShareModal .modal-header,
#activationModal .modal-header,
#payModal .modal-header {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 0;
    background-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#payModal .modal-body {
    text-align: center;
    border-bottom: 0;
}

#payModal .modal-footer {
    border-top: 0;
}

    #payModal .modal-footer .btn {
        flex: 1;
    }

.modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}

#tiktokShareModal .modal-title {
    color: #000 !important;
}

#tiktokShareModal .modal-body textarea {
    border-color: #fff;
    background-color: var(--bs-light-grey);
}

.close {
    color: #999;
    font-size: 2.5rem;
    font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.3s ease;
    padding: 0 0.5rem;
    line-height: 1;
}

    .close:hover {
        color: #333;
        transform: rotate(180deg) scale(1.2);
        /* 旋转缩放动画 */
    }

.modal .form-control {
    width: 100%;
    padding: 0.8rem;
    margin: 0.5rem 0 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .modal .form-control:hover {
        border-color: #999;
    }

    .modal .form-control:focus {
        border-color: #0A8E43;
        outline: none;
        box-shadow: 0 0 0 3px rgba(10, 142, 67, 0.2);
    }

.modal .btn {
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .modal .btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        /* 按钮内部渐变动画 */
        transition: left 0.3s ease;
        z-index: -1;
    }

    .modal .btn:hover::before {
        left: 0;
    }

    .modal .btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    }

.modal .btn-danger {
    background-color: #dc3545;
    color: white;
}

    .modal .btn-danger:hover {
        background-color: #c82333;
    }

.modal .btn-primary {
    background-color: #0A8E43;
    border-color: #0A8E43;
    color: white;
}

    .modal .btn-primary:hover {
        background-color: #087437;
        border-color: #087437;
    }

/* -------------------- 表单控件样式 -------------------- */
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="password"],
input[type="search"],
select,
textarea {
    height: 40px;
    /* 统一高度 */
    padding: 0 1rem;
    border: 1px solid #e0e0e0;
    /* 添加边框 */
    border-radius: 6px;
    font-size: 1rem;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background-color: var(--bs-light-grey) !important;
    border-color: var(--bs-grey) !important;
    border-radius: var(--bs-input-borde-radious) !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

textarea {
    height: auto;
    min-height: 100px;
    padding: 0.8rem 1rem;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    select:focus,
    textarea:focus {
        border-color: #0A8E43;
        /* 聚焦效果 */
        outline: none;
        box-shadow: 0 0 0 3px rgba(10, 142, 67, 0.2);
    }

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path fill="%23333" d="M5 6L0 0h10z"/></svg>') !important;
    /* 自定义下拉箭头 */
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.form-label-not-required {
    font-weight: 500;
    color: #000;
    margin-bottom: 0.5rem;
}

.form-label {
    font-weight: 500;
    color: #000;
}

/* -------------------- 页脚样式 -------------------- */
.footer {
    background: #000 !important;
    color: #ffffff;
    padding: 2rem 0;
    position: relative;
    overflow: hidden;
}

    .footer h5,
    .footer h6,
    .footer a {
        font-size: 14px !important;
        font-weight: 300 !important;
    }

    .footer::before {
        position: absolute;
        top: 0;
        left: -50%;
        width: 200%;
        height: 100%;
        background: rgba(255, 255, 255, 0.05);
        /* 装饰元素 */
        transform: rotate(-15deg);
        /* 新增属性，让鼠标事件穿透该伪元素 */
        pointer-events: none;
    }

.social-icon {
    padding: 10px;
}

    .social-icon svg {
        height: 25px;
        width: 25px;
    }

    .social-icon i {
        display: inline-block;
        height: 25px;
        width: 25px;
        background-repeat: no-repeat;
    }

    .social-icon.s_whatsapp i {
        background-image: url(../images/s_whatsapp.svg);
    }

    .social-icon.s_facebook i {
        background-image: url(../images/s_facebook.svg);
    }

    .social-icon.s_telegram i {
        background-image: url(../images/s_telegram.svg);
    }

    .social-icon.s_x-twitter i {
        background-image: url(../images/s_x-twitter.svg);
    }

    .social-icon.s_tiktok i {
        background-image: url(../images/s_tiktok.svg);
    }

    .social-icon.s_email i {
        background-image: url(../images/s_email.svg);
    }

@media (max-width: 768px) {

    .social-icon {
        width: 36px;
    }

        .social-icon svg {
            height: 18px;
            width: 18px;
        }

        .social-icon i {
            display: inline-block;
            height: 20px;
            width: 20px;
            background-repeat: no-repeat;
        }
}

.contact-info {
    text-align: center;
}

    .contact-info p,
    .contact-info a {
        color: #fff;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .contact-info a:hover {
            color: #0A8E43 !important;
        }

.vertical-line {
    width: 1px;
    height: 95%;
    background-color: white;
}

/* -------------------- 卡片样式 -------------------- */
.card {
    border: none;
    background-color: inherit;
}

.card-img-top {
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card:hover .card-img-top {
    transform: scale(1.05);
    /* 图片放大效果 */
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.card-text {
    color: #666;
    font-size: 0.9rem;
    /* 优化文字样式 */
}

/* -------------------- 按钮样式 -------------------- */
.btn {
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        /* 按钮内部渐变动画 */
        transition: left 0.3s ease;
        z-index: -1;
    }

    .btn:hover::before {
        left: 0;
    }

.btn-primary {
    background-color: #0A8E43;
    color: white;
}

    .btn-primary:hover {
        background-color: #087437;
    }

.btn-dark {
    background-color: #000 !important;
    color: white !important;
}

    .btn-dark:hover {
        background-color: #333;
    }

/* -------------------- 其他样式 -------------------- */
/* 公共的 hero-image 样式 */
.hero-image {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.hero-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 半透明黑色背景，增强文字可读性 */
}

.subtitle {
    font-size: 1.5rem;
    /* 调整文字大小 */
    font-weight: bold;
    /* 文字加粗 */
}

.hero-image-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    text-align: center;
}

    .hero-image-content h2 {
        font-size: 36px;
        margin: 0;
    }

.hero-image-description {
    color: #ffffff;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
}

/* 返回顶部按钮样式 */
#backToTop {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #555;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

    #backToTop:hover {
        background-color: #777;
    }

#purchasedBtn {
    position: fixed;
    top: 150px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #555;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    font-size: 18px;
    padding: 5px;
}

    #purchasedBtn i {
        color: white;
    }

    #purchasedBtn a::after {
        content: unset;
    }

    #purchasedBtn:hover {
        background-color: #777;
    }

#purchased-dropdown-menu {
    left: unset;
    right: 0 !important;
}
/* 自定义标题样式 */
.custom-title {
    color: #0A8E43;
    /* 主题绿色 */
    transition: color 0.3s ease;
}

    .custom-title:hover {
        color: #087437;
    }

/* 自定义文本样式 */
.custom-text {
    font-size: 1rem;
    color: #555;
    /* 深灰色，比原来更易读 */
    line-height: 1.7;
}

/* 自定义徽章样式 */
.custom-badge {
    padding: 0.4rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    /* 确保图标颜色和文字颜色一致 */
    color: white;
}

    /* 不同背景颜色的徽章 */
    .custom-badge.primary {
        background: linear-gradient(135deg, #0A8E43, #087437);
        /* 确保文字颜色和背景对比度高 */
        color: white;
    }

    .custom-badge.info {
        background: linear-gradient(135deg, #17a2b8, #138496);
        /* 确保文字颜色和背景对比度高 */
        color: white;
    }

    .custom-badge.secondary {
        background: linear-gradient(135deg, #6c757d, #5a6268);
        /* 确保文字颜色和背景对比度高 */
        color: white;
    }

    .custom-badge:hover {
        transform: translateY(-2px) scale(1.05);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.12);
    }

    /* 为徽章添加图标 */
    .custom-badge::before {
        font-family: 'Bootstrap-icons';
        font-size: 1rem;
        /* 确保图标颜色和文字颜色一致 */
        color: inherit;
    }

    .custom-badge.primary::before {
        content: '\F3E8';
    }

    .custom-badge.info::before {
        content: '\F431';
    }

    .custom-badge.secondary::before {
        content: '\F3E2';
    }

/* 自定义按钮样式 */
.custom-btn {
    color: white;
    background-color: #0A8E43;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

    .custom-btn:hover {
        color: white;
        background-color: #0A8E43;
        transform: translateY(-2px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

.long-description {
    max-height: 150px;
    overflow-y: auto;
    padding-right: 10px;
    /* 为滚动条留出空间 */
}

.long-title {
    font-size: 1.2rem;
    /* 较长标题适当减小字体大小 */
    line-height: 1.4;
    /* 调整行高 */
}

/* 滚动条样式 */
.long-description::-webkit-scrollbar {
    width: 6px;
}

.long-description::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.long-description::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

    .long-description::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.modern-card {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

    .modern-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* 改为淡灰色覆盖层 */
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }

    .modern-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }

        .modern-card:hover::before {
            opacity: 1;
        }

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 1.5rem 2rem;
}

    .card-header:hover {
        background-color: #f0f2f5;
    }

/* 通用过渡类 */
.transition-all {
    transition: all 0.3s ease;
}

.transition-bg {
    transition: background-color 0.3s ease;
}

.transition-color {
    transition: color 0.3s ease;
}

.transition-transform {
    transition: transform 0.3s ease;
}

.avatar {
    width: 70px;
    height: 70px;
    object-fit: cover;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

    .avatar:hover {
        transform: scale(1.05);
    }

.name {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.3rem;
}

    .name:hover {
        color: #0A8E43;
    }

.profession {
    margin-top: 0.5rem;
}

.title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
}

    .title:hover {
        color: #0A8E43;
    }

.long-title {
    font-size: 1.2rem;
    line-height: 1.5;
}

p.description {
    padding: 0;
    color: #666;
    line-height: 1.8;
    text-align: justify;
}

.long-description {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 15px;
    position: relative;
}

    .long-description::-webkit-scrollbar {
        width: 8px;
    }

    .long-description::-webkit-scrollbar-track {
        background: #f5f5f5;
        border-radius: 4px;
    }

    .long-description::-webkit-scrollbar-thumb {
        background: #0A8E43;
        border-radius: 4px;
        transition: background 0.3s ease;
    }

        .long-description::-webkit-scrollbar-thumb:hover {
            background: #087437;
        }

/* 美化 Search Results for */
h2.search-results-title {
    font-size: 1.8rem;
    /* 增大字体大小 */
    font-weight: 700;
    /* 加粗字体 */
    margin-bottom: 1rem;
    /* 增加底部外边距 */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    /* 添加文字阴影 */
    transition: color 0.3s ease;
    /* 添加颜色过渡效果 */
}

/* 美化 view more */
a.view-more-link {
    display: inline-block;
    /* 使链接可以设置宽度和高度 */
    color: #0A8E43;
    /* 使用主题绿色 */
    font-size: 1rem;
    /* 设置字体大小 */
    font-weight: 500;
    /* 适当加粗字体 */
    text-decoration: none;
    /* 去除下划线 */
    border-bottom: 2px solid transparent;
    /* 初始时隐藏下划线 */
    transition: all 0.3s ease;
    /* 添加过渡效果 */
}

    a.view-more-link:hover {
        color: #087437;
        /* 悬停时颜色变深 */
        border-bottom-color: #087437;
        /* 悬停时显示下划线 */
        transform: translateY(-2px);
        /* 悬停时轻微上浮 */
    }

.custom-avatar-upload {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

.avatar-preview {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .avatar-preview img {
        max-width: 100%;
        max-height: 100%;
    }

.custom-avatar-upload label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}

/* 美化收藏职位的卡片 */
.favorite-job-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background-color: white;
    overflow: hidden;
}

    .favorite-job-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

    .favorite-job-card .card-body {
        padding: 1.5rem;
    }

    .favorite-job-card .card-title {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 0.75rem;
        color: #0A8E43;
    }

    .favorite-job-card .card-text {
        color: #666;
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 0.5rem;
    }

    .favorite-job-card .btn-danger {
        background-color: #dc3545;
        color: white;
        border: none;
        border-radius: 6px;
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .favorite-job-card .btn-danger::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.1);
            transition: left 0.3s ease;
            z-index: -1;
        }

        .favorite-job-card .btn-danger:hover::before {
            left: 0;
        }

        .favorite-job-card .btn-danger:hover {
            background-color: #c82333;
            transform: translateY(-1px);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
        }

/* 美化分页组件 */
.pagination .page-link {
    color: var(--bs-btn-blue);
    border: 1px solid var(--bs-btn-blue);
    transition: all 0.3s ease;
    box-shadow: unset !important;
}

    .pagination .page-link:hover {
        background-color: var(--bs-btn-blue);
        color: white;
    }

.pagination .page-item.active .page-link {
    background-color: var(--bs-btn-blue);
    border-color: var(--bs-btn-blue);
    color: white;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
}

.job-section-card .job-section-title {
    font-family: var(--bs-secondary-font-family);
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    position: static;
    text-shadow: none;
    text-align: center;
    background: none;
    animation: none;
    z-index: auto;
    border-bottom: none;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
}

.job-section-card .job-section-image {
    width: 300px;
    height: 300px;
    margin: auto;
}

    .job-section-card .job-section-image img {
        border-radius: 5px !important;
    }

.job-section-card .job-section-button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 20px 40px;
    border: none;
    border-radius: 0;
    background: #000;
    margin-bottom: 15px;
}

.job-section-button-container {
    margin-top: 20px;
    text-align: center;
}

.job-section-image {
    width: 100%;
    height: 400px;
    display: block;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.job-finder-banner {
    font-size: 20px;
    background: #000;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    font-weight: 700;
    line-height: var(--bs-find-job-banner-line-height);
}

    .job-finder-banner a {
        background-color: #FBFBFB;
        text-transform: none;
        fill: #75777B;
        color: #75777B;
        border-style: none;
        border-radius: 10px 10px 10px 10px;
        padding: 15px 120px 15px 120px;
    }

        .job-finder-banner a > span {
            display: flex;
            gap: 28px;
        }

            .job-finder-banner a > span > span[data-lang-key="search-for-offers"] {
                color: #75777B;
                font-size: 14px;
                font-weight: 700;
                font-family: var(--bs-primary-font-family);
            }

        .job-finder-banner a span svg {
            height: 1rem;
            width: 1rem;
            margin-top: -5px;
        }

/* 推荐职位卡片样式 */
#recommended-jobs-container .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    #recommended-jobs-container .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

#recommended-jobs-container .card-header {
    background-color: #f8f9fa;
    border-bottom: none;
    padding: 1rem;
}

#recommended-jobs-container .card-title {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

#recommended-jobs-container .card-body {
    padding: 1.5rem;
}

    #recommended-jobs-container .card-body img {
        border-radius: 5px;
    }

    #recommended-jobs-container .card-body p {
        margin-bottom: 0.5rem;
    }

#recommended-jobs-container strong {
    margin-left: 0.5em;
    /* 可按需调整间距大小 */
}

#recommended-jobs-container .job-logo {
    margin-right: 1.5em;
    /* 增加 logo 和文字的间隔，可按需调整 */
    border-radius: 8px;
    /* 给 logo 添加圆角 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* 给 logo 添加阴影 */
    transition: transform 0.3s ease;
    /* 添加过渡效果 */
}

    #recommended-jobs-container .job-logo:hover {
        transform: scale(1.05);
        /* 鼠标悬停时放大 logo */
    }

#recommended-jobs-container .job-card:hover.green-border {
    border: 3px solid #0A8E43 !important;
}

/* 工作详情卡片样式 */
.job-details-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
}

.job-logo-container {
    flex: 0 0 150px;
    margin-right: 20px;
}

.job-logo {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.job-info-container {
    flex: 1;
}

.job-info h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

.job-info p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 8px;
}

#contact-info {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 20px;
}

    #contact-info h3 {
        font-size: 20px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 10px;
    }

    #contact-info p {
        font-size: 16px;
        color: #666666;
        margin-bottom: 8px;
    }

#registration .card-body,
#quickSearch .card-body {
    padding: 1rem;
}

#quickSearch .card-title {
    font-size: 20px;
    font-weight: 500;
}

#login form,
#registration form,
#quickSearch form {
    font-size: 14px;
}

#login .form-label,
#registration .form-label,
#quickSearch .form-label {
    margin-bottom: 0;
}

.editting .form-select,
.editting .form-control,
.payment-info input[type=text],
#researchSearch .form-select,
#researchSearch .form-control,
#contact-us .form-select,
#contact-us .form-control,
#login .form-select,
#login .form-control,
#registration .form-select,
#registration .form-control,
#quickSearch .form-select,
#quickSearch .form-control {
    background-color: var(--bs-light-grey) !important;
    border-color: var(--bs-grey) !important;
    border-radius: var(--bs-input-borde-radious) !important;
    font-size: 14px !important;
}

.contact-btn,
#researchSearch .btn,
#contact-us .btn,
#login .btn,
#registration .btn,
#quickSearch .btn {
    /*text-transform: uppercase;*/
    /*padding: 20px 40px;*/
    font-size: 14px;
    font-weight: 700;
    border-radius: var(--bs-button-borde-radious);
}

#login .card-title,
#registration .card-title {
    font-size: 25px;
    color: #000000;
}

.contact-btn,
.contact-btn:hover,
#researchSearch .btn,
#contact-us .btn,
#login .btn,
#registration .btn {
    background-color: #000;
}

#editLaborForm label.form-label::after,
#editJobForm label.form-label::after,
#preferenceForm label.form-label::after,
#contactCompanyForm label.form-label::after,
#contactForm label.form-label::after,
#quickSearch label.form-label::after,
#contact-us label.form-label::after,
#loginForm label.form-label::after,
#profileForm label.form-label::after,
#registration label.form-label::after {
    margin-left: 0.25rem;
    content: "*";
    color: var(--bs-grey);
}

#registration label.form-check-label::after {
    content: none !important;
}

label.optional::after {
    content: "" !important;
}

#login .create-one-here {
    font-size: 14px;
    color: #000000;
}

    #login .create-one-here a {
        color: var(--bs-publish-blue) !important;
    }

#login .recover-password {
    font-size: 14px;
    font-weight: 700;
    color: var(--bs-publish-red) !important;
}

.form-label[data-lang-key="share-this-announcement"] {
    font-size: 14px;
    font-weight: 400;
    color: var(--bs-grey);
}

.loading-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}

.loader-shape {
    position: relative;
    top: 30%;
    margin: auto;
    border: 12px solid #f3f3f3;
    border-top: 12px solid var(--bs-primary);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1.5s linear infinite;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.select-wrapper {
    position: relative;
    width: 100%;
}

    .select-wrapper:hover .filter-input {
        cursor: pointer !important;
    }

    .select-wrapper::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 8px solid #6b7280;
        pointer-events: none;
    }

    .select-wrapper .filter-input {
        width: 100%;
        padding: 0.75rem 2.5rem 0.75rem 0.75rem;
        border: 1px solid #d1d5db;
        border-radius: 0.375rem;
        appearance: none;
        background-color: #fff;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

        .select-wrapper .filter-input:focus {
            outline: none;
            border-color: var(--bs-grey);
            box-shadow: 0 0 0 0 rgba(199, 210, 254, 0.5);
        }

    .select-wrapper .select-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 9999;
        max-height: 15rem;
        overflow-y: auto;
        border: 1px solid #d1d5db;
        border-radius: 0.375rem;
        background-color: #fff;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        display: none;
        min-width: 210px;
        padding: 4px 8px;
    }

    .select-wrapper .select-option {
        font-size: 14px;
        font-family: var(--bs-secondary-font-family);
        padding: 0.25rem;
        cursor: pointer;
        transition: background-color 0.2s;
        min-height: 30px;
    }

        .select-wrapper .select-option.selected {
            background-color: var(--bs-grey);
        }

        .select-wrapper .select-option:hover {
            background-color: var(--bs-grey);
        }

    .select-wrapper .no-match {
        font-size: 14px;
        font-family: var(--bs-secondary-font-family);
        padding: 0.5rem;
        color: var(--bs-grey);
        text-align: center;
    }

.isb-field, .isb-form, .isb-widget {
    overflow: visible !important;
}

    .isb-field .select-wrapper .select-dropdown {
        margin-top: 1rem;
        margin-left: -24px;
    }

/* 弹窗样式（与原逻辑一致，仅调整文本相关样式） */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    background: white;
    box-shadow: 0 -2px 15px rgba(0,0,0,0.05);
    padding: 1.5rem 1rem;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-family: var(--bs-secondary-font-family);
}

    .cookie-banner.show {
        transform: translateY(0);
        opacity: 1;
    }

@media (min-width: 768px) {
    .cookie-banner {
        bottom: 2rem;
        left: 50px;
        transform: translateX(-50%);
        width: 90%;
        max-width: 600px;
        border-radius: 12px;
        padding: 2rem 3rem;
        flex-direction: column; /* 修改为垂直布局 */
        justify-content: center;
        align-items: center;
    }
}

.cookie-link {
    color: #2563eb;
    text-decoration: underline;
}

.flex.flex-col.md:flex-row.gap-2 {
    flex-direction: row;
    justify-content: center;
    width: 100%;
}


.sent-successfully {
    color: var(--bs-primary);
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

    .loading-overlay.active {
        opacity: 1;
        visibility: visible;
    }

.spinner-border {
    width: 3rem;
    height: 3rem;
    border: 0.25em solid #007bff;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.recent-announcements {
    font-size: 25px;
    font-weight: 500;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.teal-badge-ad-card {
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 6px;
    max-width: 380px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

    .teal-badge-ad-card .ad-card-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 4px;
    }

        .teal-badge-ad-card .ad-card-header .ad-card-title {
            font-size: 22px;
            font-weight: 700;
            color: #333333;
            margin: 0;
            line-height: 1.2;
            flex-grow: 1;
        }

        .teal-badge-ad-card .ad-card-header .header-icons {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .teal-badge-ad-card .ad-card-header .header-icons a {
                color: #757575 !important;
            }

                .teal-badge-ad-card .ad-card-header .header-icons a.bi-star-fill {
                    color: var(--bs-yellow) !important;
                }
    /*.favorite {
    color: #ffc107;
    font-size: 1.5rem;
}

    .favorite:hover {
        color: #ffc107;
        transform: scale(1.1);
    }*/
    .teal-badge-ad-card .card-subtitle {
        font-size: 13px;
        color: #757575;
        font-weight: 600;
        margin: 0 0 12px 0;
    }

    .teal-badge-ad-card .highlight-tag {
        display: inline-block;
        background-color: #e6f4ea;
        color: var(--bs-primary);
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        font-weight: 600;
        margin: 12px 0;
        align-self: flex-start;
        text-transform: uppercase;
    }

    .teal-badge-ad-card .card-details {
        margin-bottom: 0;
    }


        .teal-badge-ad-card .card-details .detail-item {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            font-size: 15px;
            color: #383838;
        }

            .teal-badge-ad-card .card-details .detail-item .detail-icon {
                margin-right: 10px;
                display: flex;
                align-items: center;
            }

                .teal-badge-ad-card .card-details .detail-item .detail-icon.blue-icon {
                    margin-right: 10px;
                    display: flex;
                    align-items: center;
                }

                    .teal-badge-ad-card .card-details .detail-item .detail-icon.blue-icon i.fa-solid {
                        margin-left: 2px;
                        color: #718096;
                        font-size: 15px;
                    }

            .teal-badge-ad-card .card-details .detail-item span {
                font-size: 13px;
                font-weight: 600;
                color: #4a5568;
            }

    /*            .teal-badge-ad-card .card-details .detail-item > span:nth-child(2) {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }*/


    .teal-badge-ad-card .buton-wrapper {
        text-align: center;
        margin-top: auto !important;
    }

        .teal-badge-ad-card .buton-wrapper .view-details-button {
            margin: 2px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #005a9c;
            color: #fff;
            padding: 10px;
            border: none;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 600;
            font-size: 13px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

            .teal-badge-ad-card .buton-wrapper .view-details-button:hover {
                background-color: #00487d;
            }

        .teal-badge-ad-card .buton-wrapper .view-cv-button {
            margin: 2px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #000;
            color: #fff;
            padding: 10px;
            border: none;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 600;
            font-size: 13px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

            .teal-badge-ad-card .buton-wrapper .view-cv-button:hover {
                background-color: #333;
            }

    .teal-badge-ad-card .view-cv-button .button-icon {
        margin-right: 8px;
        display: flex;
        align-items: center;
    }

    .teal-badge-ad-card .popup-content .modal-content {
        width: 90%;
        max-width: 1300px;
        margin: 120px auto;
    }

    .teal-badge-ad-card .popup-content p {
        font-size: 15px;
        line-height: 1.6;
        color: #555;
        margin-bottom: 20px;
    }

    .teal-badge-ad-card .popup-content h3 {
        font-size: 23px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .teal-badge-ad-card .popup-content h5 {
        margin-top: 0;
        color: #333;
        font-size: 20px;
        margin-bottom: 15px;
    }


.similar-ads-container {
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}

.cards-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 100px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 8px;
    color: #005a9c;
    font-size: 1.25rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .cards-nav-btn:hover {
        background: white;
        color: #1a5276;
        transform: translateY(-50%) scale(1.05);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .cards-nav-btn:active {
        transform: translateY(-50%) scale(0.95);
    }

    .cards-nav-btn.left {
        left: 0;
    }

    .cards-nav-btn.right {
        right: 0;
    }

    .cards-nav-btn.disabled {
        opacity: 0.3;
        cursor: not-allowed;
        transform: translateY(-50%);
    }

        .cards-nav-btn.disabled:hover {
            background: rgba(255, 255, 255, 0.9);
            transform: translateY(-50%);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

.isb-widget {
    font-family: Arial, sans-serif;
    margin: 10px auto;
    max-width: 800px;
    visibility: visible;
}

    .isb-widget .isb-tabs {
        display: flex;
        gap: 0;
        margin-bottom: 16px;
    }

        .isb-widget .isb-tabs .isb-tab {
            flex: 1;
            text-align: center;
            padding: 10px 0;
            border: 1px solid #ccc;
            border-radius: 4px;
            background: #fff;
            cursor: pointer;
            font-weight: bold;
            color: #333;
            text-decoration: none;
            transition: .2s;
        }

            .isb-widget .isb-tabs .isb-tab:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

            .isb-widget .isb-tabs .isb-tab:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                border-right-width: 0;
            }

            .isb-widget .isb-tabs .isb-tab.is-active {
                background: #000;
                color: #fff;
                border-color: #000;
                position: relative;
                z-index: 1;
            }

.isb-form {
    display: flex;
    align-items: stretch;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

    .isb-form .isb-field-what {
        border-start-start-radius: 8px;
        border-end-start-radius: 8px;
        border: 1px solid #e0e0e0;
    }

    .isb-form .isb-field-where {
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    .isb-form .isb-field {
        display: flex;
        align-items: center;
        flex-grow: 1;
        padding: 0 10px;
    }

        .isb-form .isb-field input[type="text"] {
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
            border-style: solid;
            border-width: 1px 1px 1px 1px;
            border-color: var(--e-global-color-ea47fe3);
            border-radius: 0px 0px 0px 0px;
            padding: 7px 20px 7px 20px;
            width: 100%;
            border: none;
            outline: none;
            font-size: 16px;
            color: #333;
            background: transparent !important;
        }

.isb-search-button {
    background-color: var(--e-global-color-accent);
    color: #fff;
    border: none;
    border-left: 1px solid #e0e0e0;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    transition: background .2s;
    flex-shrink: 0;
    color: #FFFFFF;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 40px 20px 40px;
}

    .isb-search-button:hover {
        color: #fff;
        background-color: var(--bs-publish-blue);
    }

.isb-filter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    color: #343a40;
    border-start-end-radius: 8px;
    border-end-end-radius: 8px;
    border: 1px solid #e0e0e0;
    border-left: none;
    padding: 14px 15px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s, border-color .2s;
    flex-shrink: 0;
}

    .isb-filter-button .isb-icon {
        margin-right: 6px;
        color: #343a40;
        font-size: 1em;
        color: #555;
        margin-right: 8px;
        font-size: 16px !important;
        line-height: 1;
        height: 16px !important;
        width: 16px !important;
    }

    .isb-filter-button:hover {
        background-color: #e9ecef;
        color: #343a40;
    }


.card-applicant {
    border: none;
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 6px 18px rgba(149, 157, 165, 0.15);
    margin-bottom: 1.8rem;
    background: white;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .card-applicant:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }

    .card-applicant .card-header {
        /*background: linear-gradient(to right, #4361ee, #3a0ca3);*/
        /*color: white;*/
        padding: .4rem .6rem;
        border-bottom: none;
        position: relative;
    }

        .card-applicant .card-header::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: rgba(255, 255, 255, 0.3);
        }

    .card-applicant .badge-type {
        font-size: 0.8rem;
        padding: 0.5rem 0.9rem;
        border-radius: 50px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

    .card-applicant .applicant-info {
        flex-grow: 1;
    }

    .card-applicant .info-item {
        display: flex;
        margin-bottom: .6rem;
        align-items: flex-start;
    }

        .card-applicant .info-item i {
            color: var(--bs-icon-color);
        }

    .card-applicant .info-icon {
        background: var(--primary-light);
        width: 28px;
        height: 28px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 4px;
        color: var(--primary);
        flex-shrink: 0;
        font-size: 1.1rem;
    }

    .card-applicant .info-content {
        flex-grow: 1;
    }

    .card-applicant .info-label {
        font-size: 0.85rem;
        font-weight: 500;
        color: #6c757d;
        margin-bottom: 0.2rem;
    }

    .card-applicant .info-value {
        font-size: 1.05rem;
        font-weight: 500;
        color: #343a40;
        margin-bottom: 0;
        word-break: break-word;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .card-applicant .time-badge {
        background: rgba(76, 201, 240, 0.12);
        color: var(--bs-btn-blue);
        padding: 0.4rem 0.9rem;
        border-radius: 50px;
        font-size: 0.85rem;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
    }

    .card-applicant .action-btn {
        border-radius: 50px;
        padding: 0.65rem 1.5rem;
        font-weight: 600;
        font-size: 1rem;
        transition: all 0.2s;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .card-applicant .card-footer {
        background: #f9fbfd;
        border-top: 1px solid #edf2f7;
        padding: .2rem .6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .card-applicant .card-footer .view-details-button {
            padding: .6rem .6rem;
            border-radius: 6px;
            width: 100%;
        }

    .card-applicant .view-cv-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        color: #fff;
        padding: 10px;
        border: none;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 600;
        font-size: 13px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }






.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    left: -9999px;
    opacity: 0;
    width: 0;
    height: 0;
}

    .toggle-password::after {
        content: none !important;
    }

.toggle-password-label {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.status-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 30px;
}

.loading-indicator, .pull-indicator {
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-align: center;
    max-width: 100%;
    transition: all 0.3s ease;
}

.pull-indicator {
    background: var(--bs-btn-blue);
    color: white;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
}

.loading-indicator {
    background: var(--bs-primary);
    color: white;
    display: none;
}

    .loading-indicator.show {
        display: block;
    }

.bottom-marker {
    height: 1px;
    width: 100%;
    background: transparent;
    margin: 10px 0;
}

#bellIcon {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

    #bellIcon:hover {
        cursor: pointer;
    }

#bellInput {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.pager-btns {
    display: none;
}

@media(max-width:768px) {
    .contact-info {
        display: flex;
        justify-content: center;
        gap: 1rem !important;
    }

    .teal-badge-ad-card .popup-content h3 {
        font-size: 23px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .similar-ads-container {
        padding: .5rem;
    }

        .similar-ads-container .cards-nav-btn {
            display: none;
        }

    .pager-btns {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .pager-btns > button {
            border: none;
            background-color: transparent;
        }

            .pager-btns > button.disabled {
                color: #eee;
            }

    .similar-recomand-modal {
        margin: 0px !important;
        min-height: 100% !important;
        width: 100% !important;
        border-radius: 0px !important;
    }
}

@media(min-width:768px) {
    #mobile-navbar {
        display: none;
    }

    #pc-navbar {
        display: unset;
    }

    #mobile-footer {
        display: none;
    }
}

@media(max-width:768px) {
    #my-account-left-menu {
        display: none;
    }

    #pc-navbar {
        display: none;
    }

    #mobile-navbar {
        display: unset;
    }

    #mobile-footer {
        z-index: 99;
        display: unset;
        transition: all 0.3s ease;
    }

        #mobile-footer a {
            display: flex;
            flex-direction: column;
            align-items: center;
            color: rgb(255,255,255,.5);
        }

            #mobile-footer a.active {
                color: white;
            }

            #mobile-footer a span {
                font-weight: 400;
            }

    #pageFooter {
        border-top: 1px solid white;
    }

    #backToTop {
        bottom: 80px;
        padding: 7px;
    }

    .isb-field .select-wrapper .select-dropdown {
        margin-top: 0px;
    }

    .navbar-brand img {
        height: 30px !important;
    }

    i.search-icon {
        height: 25px;
        width: 25px;
    }

    i.flag {
        height: 22px;
        width: 30px;
    }

    /*
    .vertical-line {
        width: 95%;
        height: 1px;
        background-color: rgb(255,255,255,.5);
    }*/
    #archived-ad-cards-content a span,
    #edit-ad-cards-content a span {
        font-size: 10px;
    }
}

#archived-ad-cards-content a.view-cv-button,
#edit-ad-cards-content a.view-cv-button,
#archived-ad-cards-content a.view-details-button,
#edit-ad-cards-content a.view-details-button {
    border-radius: 4px;
    width: 100%;
}


input[type="password"]::-webkit-textfield-decoration-container {
    display: none;
}

input[type="password"]::-ms-reveal {
    display: none;
}

form input, textarea, select, .form-check-label:hover {
    cursor: pointer;
}

input:disabled:hover,
input:read-only:hover {
    cursor: default;
}

.password-notification {
    color: var(--bs-publish-red);
    font-size: 12px;
}

    .password-notification::before {
        content: '* '
    }

.description-box {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.theme-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .theme-select select {
        width: 100%;
        padding: 8px 30px 8px 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: white;
        color: black;
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        background-image: none !important;
    }

    .theme-select::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 8px solid #6b7280;
        pointer-events: none;
    }

.no-caret {
    caret-color: transparent;
}

.location-detail {
    display: inline-flex;
    align-items: baseline;
    max-width: 100%;
}

.detail-icon {
    flex-shrink: 0;
}

.city-country {
    display: block;
    flex-wrap: wrap;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

    .city-country span:first-child::after {
        content: ",";
        margin-right: 0.2em;
    }

.mobile-subtitle-container {
    display: none;
}

.web-subtitle-container {
    display: flex;
    margin-bottom: .75rem;
}

.email-footer {
    margin-top: 30px;
    font-size: 14px;
    color: #7f8c8d;
}

#editJobForm .btn,
#editLaborForm .btn {
    border-radius: var(--bs-button-borde-radious);
}

.theme-file-input {
    display: flex;
    border-radius: 5px;
    border: 1px solid var(--bs-border-color);
    height: 40px;
}

    .theme-file-input:hover {
        cursor: pointer;
    }

    .theme-file-input .choose-btn {
        background-color: black;
        color: white;
        border-start-start-radius: 5px;
        border-end-start-radius: 5px;
        white-space: nowrap;
        min-width: max-content;
        padding: 0 15px;
    }

    .theme-file-input .file-name-input {
        width: 100px;
        flex: 1;
        border: none;
        border-start-end-radius: 5px;
        border-end-end-radius: 5px;
        padding: 0 15px;
        outline: none;
        background-color: var(--bs-light-grey);
        border-color: var(--bs-grey);
    }

.accordion-body h3 {
    font-size: 1.25rem;
}

.name-text {
    max-width: 100px;
    text-align: center;
    white-space: normal;
    overflow-wrap: break-word;
    flex-shrink: 0;
}

.password-mask {
    -webkit-text-security: disc;
    text-security: disc;
}


#google-btn {
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

    #google-btn:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
