.carousel-control-prev-icon {
    position: absolute;
    right: -25%;
    filter: brightness(0);
    padding: 22px;
}
.carousel-control-next-icon {
    position: absolute;
    left: -25%;
    filter: brightness(0);
    padding: 22px;
}

.club-title {
    font-size: 45px;
}

.bahman-10 {
    backdrop-filter: blur(10px);
    padding: 0px 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
}

.bahman-10 img {
    filter: invert();
}

.club-p {
    color: rgba(238, 238, 238, 1);
}

.club-see {
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 1);
    width: max-content;
    border-radius: 30px;
    color: rgba(51, 51, 51, 1);
}

.capiticy {
    border: 1px solid rgba(221, 221, 221, 1);
}

.mySwiper9 .swiper-pagination-bullet-active {
    background-color: #ffb142 !important;
}

.mySwiper9 .swiper-pagination-bullet {
    opacity: 1 !important;
    background-color: #d9d9d9;
}

.shar-buton {
    border: none;
    background-color: #ffb142;
}

.lim-lim {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* تعداد خطوطی که می‌خوای نشون بدی */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 50px; /* line-height * 3 */
}

.lim-lim-2 {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* تعداد خطوطی که می‌خوای نشون بدی */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 41px; /* line-height * 3 */
}

.btn-icon-help .carousel-control-next-icon {
    left: 0 !important;
    filter: brightness(2);
    margin: 20px;
}

.btn-icon-help .carousel-control-prev-icon {
    right: 0 !important;
    filter: brightness(2);
    margin: 20px;
}

.btn-icon-help {
    z-index: 4 !important;
}

.btn-icon-help-mobile-prev .carousel-control-prev-icon {
    right: 0 !important;
    filter: brightness(2);
    margin: 20px;
}
.btn-icon-help-mobile-prev {
    left: 70px;
    display: flex;
    margin-right: auto;
}

.btn-icon-help-mobile-next .carousel-control-next-icon {
    left: 0 !important;
    filter: brightness(2);
    margin: 20px;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 20px !important;
    border-bottom: unset !important;
    border-top: unset !important ;
    background-clip: unset !important;
    text-indent: unset !important;
}
.events-calender-2 {
    padding: 4px 10px;
    background-color: rgba(
        217,
        217,
        217,
        0.22
    ); /* نیمه‌شفاف برای شیشه‌ای شدن */
    border-radius: 30px;
    border: 1px solid rgba(68, 67, 67, 0.169);
    backdrop-filter: blur(12px);
    color: white;
    font-weight: bold;

    /* کلید اصلی: سایه دوگانه متن برای خوانایی در هر حالت */
    text-shadow: 0 0 2px black,
        /* اگر زمینه روشن بود، سایه تیره دیده میشه */ 0 0 4px white; /* اگر زمینه تیره بود، هاله روشن دیده میشه */
}

.events-calender-2 img {
    filter: invert(1);
}

.reply-message {
    font-size: 13px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mySwiper .swiper-pagination-bullet-active {
    background-color: #ffb142 !important;
}

.clinik-last-bord {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.clinik-last-bord:last-child {
    padding-bottom: 0px !important;
    border: unset !important;
    padding-top: 10px;
}

.clinic-numbers {
    height: 22px;
    width: 22px;
    align-content: center;
    text-align: center;
    border-radius: 50%;
    border: 1px solid;
}

.rating {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.rating input {
    display: none;
}

.rating label {
    cursor: pointer;
    transition: transform 0.15s;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rating label svg {
    width: 100%;
    height: 100%;
    fill: rgba(0, 0, 0, 0.14);
    transition: fill 0.2s, transform 0.15s;
}

/* .rating label:hover svg,
  .rating label:hover ~ label svg {
    fill: rgba(168,213,138,0.4);
    transform: scale(1.05);
  } */

.rating label.active svg {
    fill: #ffd000;
    transform: scale(1.05);
}

.rating-text span {
    display: none;
}

.star-ratings-sprit {
    background: url(../img/star-golden.png) repeat-x;
    height: 17px;
    overflow: hidden;
    text-indent: -999em;
    width: 86px;
    margin: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
}



.clink-comment-border {
    border-top: 1px solid #eee;
}

.mySwiper-clinic .nav-link {
    padding: 5px 10px;
    background-color: rgb(255, 255, 255);
    min-width: 80px;
    min-height: 80px;
}

.mySwiper-clinic .nav-link.active {
    background-color: #a8d58a;
}

.mySwiper-clinic .nav-link.active .ss {
    color: white !important;
}

.disabled-turn {
    pointer-events: none;
    opacity: 50%;
    background-color: #0000000a !important;
}


.clinic-reservation {
    min-width: 90px;
    min-height: 90px;
}

.thank-u-page {
    max-width: 500px;
    background-color: #f0f0f075;
}

.clin-confiremd {
    color: #029a49;
    border-radius: 30px;
}

.job-packages::after {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(135, 206, 235, 1);
    opacity: 0.35;
    filter: blur(40px);
    z-index: 0;
}

.footer-blue {
    color: rgba(135, 206, 235, 1);
}

.min-200 {
    max-height: 150px;
}

.job-packages::before {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 150px;
    height:150px;
    border-radius: 50%;
    background-color: #A8D58A;
    opacity: 0.35;
    filter: blur(50px);
    z-index: 0;
}

.job-m-r {
    margin-left: -15px;
}

.job-m-r:last-child {
    margin: 0 !important;
}
Club css /* استایل های رزومه */

.rezome .box {
    background-color: #ffffff;
    margin: auto;
}

.rezome {
    margin: auto;
    background-image: url("/public/assets/admin/images/login--back.png");
}

.rezome .box button {
    padding: 10px 20px;
    background-color: #020249;
    transition: 0.4s;
}

.rezome .box button:hover svg {
    filter: invert(100%) sepia(60%) saturate(7500%) hue-rotate(230deg)
    brightness(70%) contrast(105%);
}

.nckjkdnjn {
    pointer-events: none;
    opacity: 50%;
}

/* .form-ziad,
.job-row,
.job-roww,
.ability-name {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.157);
} */

.form-ziad:last-child,
.job-row:last-child,
.job-roww:last-child,
.ability-name:last-child {
    border-bottom: none;
}

.profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background-color: #02024904;
    border: 1px solid #e6e6e6;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.1s ease;
}

.profile-avatar:hover {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
}

.profile-avatar:active {
    transform: scale(0.98);
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.profile-avatar .bi-person {
    font-size: 56px;
    color: #bdbdbd;
    line-height: 1;
    pointer-events: none;
}

.profile-avatar .upload-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    width: max-content;
    height: max-content;
    margin: auto;
}

.profile-avatar .upload-badge i {
    font-size: 16px;
}

.profile-avatar.has-image .bi-person {
    display: none;
}

.profile-upload {
    display: inline-block;
}

@media (max-width: 576px) {
    .profile-avatar {
        width: 96px;
        height: 96px;
    }

    .profile-avatar .bi-person {
        font-size: 44px;
    }
}

.select-wrapper {
    position: relative;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid rgba(221, 221, 221, 1);
    color: #99999970;
    outline: unset !important;
    font-size: 14px;
}

.select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #9aa0a6;
    pointer-events: none;
}

.select-wrapper select:disabled,
.select-wrapper select.is-disabled {
    pointer-events: none;
    opacity: 50%;
}

:root {
    --teal: #157b75;
    --ink: #222;
    --muted: #6b7280;
    --line: #e6e8eb;
    --bg: #f3f5f7;
}

.resume-wrap {
    background: var(--bg);
}

.resume-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    padding: 28px;
    max-width: 900px;
}

.resume-header {
    display: flex;
    gap: 24px;
    align-items: center;
}

.resume-header .photo {
    width: 150px;
    height: 150px;
    border-radius: 18px;
    overflow: hidden;
    background: #f7f7f7;
    border: 1px solid #eee;
    flex: 0 0 150px;
}

.resume-header .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.header-right {
    flex: 1;
}

.contacts {
    color: #111;
    font-size: 14px;
    display: grid;
    gap: 6px;
    justify-items: end;
    text-align: right;
}

.contact-item {
    color: #111;
}

.mini-facts .fact strong {
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
}

.sep {
    border: 0;
    height: 1px;
    background: var(--line);
    margin: 24px 0;
}

.section-title {
    color: var(--teal);
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}

.section-text {
    color: #4b5563;
    line-height: 2;
    margin: 8px 0 0;
    font-size: 13px;
}

.time-range {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-size: 12px;
    margin-bottom: 8px;
}

.time-range .dash {
    flex: 1;
    height: 1px;
    background: var(--line);
}

.job-title,
.edu-degree {
    color: var(--ink);
    font-weight: 700;
    font-size: 15px;
}

.job-company,
.edu-school {
    color: var(--muted);
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 6px;
}

.skills-grid {
    display: grid;
    gap: 24px;
    margin-top: 6px;
}

.skill {
    grid-template-columns: 120px 1fr;
    align-items: center;
    gap: 12px;
    margin: 10px 0;
}

.skill span {
    color: var(--muted);
    font-size: 12px;
}

.bar {
    position: relative;
    height: 8px;
    background: #edf1f3;
    border-radius: 999px;
    overflow: hidden;
}

.bar i {
    position: absolute;
    right: 0;
    height: 100%;
    background: #020249;
    border-radius: 999px;
}

.bar.thin {
    height: 6px;
}

.langs {
    display: grid;
    gap: 12px;
    max-width: 420px;
}

.lang {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    gap: 12px;
}

.lang span {
    text-transform: lowercase;
    color: var(--muted);
    font-size: 12px;
}

.form-select:focus {
    box-shadow: unset !important;
}

.clas-orange-able {
    background-color: #87cfeb1e;
    border: 1px solid #87cfeb88 !important;
}

.poin-no {
    pointer-events: none;
}

.site-blue {
    background-color: rgba(135, 206, 235, 1) !important;
    border: 1px solid rgba(135, 206, 235, 1) !important;
}

.teacher-rezome {
    max-width: 1400px;
}

.border-boomt-child {
    border-bottom: 1px solid rgba(1, 1, 1, 0.073);
}

.border-boomt-child:last-child {
    border: unset !important;
}

.position-relative-panel-after::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: rgba(1, 1, 1, 0.073);
    left: -14px;
    top: 0;
    margin: auto;
    bottom: 0;
}

.rezome button:hover img {
    filter: invert(1);
}

.rezome button:hover {
    color: #020249 !important;
}

.position-relative-btn {
    background-color: #020249;
    padding: 7px 14px;
}

.rezome select {
    color: #555555;
}

.rezome .select-wrapper {
    padding: 0;
}

 .circle-wrapper {
      position: relative;
      width: 50px;
      height: 50px;
    }

    .progress-circle {
      width: 100%;
      height: 100%;
      transform: rotate(-90deg); /* شروع از بالا */
    }

    .bg {
      stroke: #ddd;
    }

    .progress {
      stroke: #A8D58A;
      transition: stroke-dasharray 0.5s ease;
      stroke-linecap: round;
    }

    .inner-feli-inner {
        color: #029a49;
        border: 1px solid #029a49;
    }

      .inner-feli-inwiat {
        color: orange;
        border: 1px solid orange;
    }

       .inner-feli-back {
        background-color: orange;
        border-color: orange !important
    }

    .circle-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size:11px;
      font-weight: bold;
      color: #333;
    }

    .inner-admin-intelicense-hrli:last-child .inner-admin-intelicense-hr {
        display: none !important;
    }

@media (max-width: 992px) {
    .position-relative-panel-after::after {
        content: unset;
    }

    .mini-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .skill {
        grid-template-columns: 100px 1fr;
    }

    .resume-header {
        align-items: flex-start;
    }

    .teacher-rezome .shadow-lg {
        box-shadow: unset !important;
        border: 1px solid rgba(0, 0, 0, 0.053);
    }
}
