﻿:root {
    --bs-heading-color: #1f0039;
}

.accordion {
    --bs-accordion-btn-color: #000;
}

html, body {
    min-height: 100%;
}

body {
    font-family: Heebo;
    font-size: 16px;
    width: 100%;
    background: #fff;
    direction: rtl;
    font-family: Heebo;
    color: #1f0039;
}

a {
    text-decoration: none;
    color: rgb(79 53 190);
}

.header {
    position: sticky;
    top: 0;
    width: 100%;
    height: 64px;
    background: #fff;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0 2px 60px 0 rgba(47, 39, 156, .1);
}

    .header .logoimg {
        height: 26px;
        object-fit: contain;
    }

.sidemenu {
    background-color: #2f2072;
    border-radius: 32px 0 0 0;
    padding: 40px 20px;
    flex: 0 130px;
    height: auto;
}

.internal-body, .half-body {
    min-height: calc(100dvh - 64px);
}

.body-content {
    height: 100%;
}

.menuul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .menuul > li {
        color: #fff;
        text-align: center;
        margin-bottom: 5px;
        cursor: pointer;
        padding: 10px 0;
    }

        .menuul > li .image img {
            width: 46px;
            height: 46px;
        }

        .menuul > li .text {
            font-weight: bold;
        }

.content {
    flex: auto;
    margin-top: 40px;
}

.userarea > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.userarea ul li {
}

.divider {
    border: 1px solid #a9a9be;
    height: 32px;
    width: 0;
    margin: 0 10px;
}

.username {
    color: #321b8e;
    font-size: 18px;
}

.head-userimage {
    width: 34px;
    height: 34px;
    object-fit: contain;
    object-position: center;
    margin-left: 5px;
}

.half-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.half-image {
    min-height: calc(100dvh - 64px);
    width: 900px;
    max-width: 100%;
}

.half-content {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-rub {
    width: 100%;
    max-width: 800px;
    text-align: center;
}

.form-control:not(textarea) {
    background: #fff;
    border: 1px solid #d4daf8;
    border-radius: 8px;
    box-sizing: border-box;
    color: #1f0039;
    height: 48px;
    padding: 10px;
    text-align: right;
    max-width: 320px;
}

.form-control[dir=ltr] {
    direction:ltr;
    text-align:left;
}

.modal .form-control {
    max-width: 100%;
}

.btn {
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    min-height: 44px;
    justify-content: center;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-flex;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4f35be;
    --bs-btn-border-color: #4f35be;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4f35be;
    --bs-btn-hover-border-color: #4f35be;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4f35be;
    --bs-btn-active-border-color: #4f35be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4f35be;
    --bs-btn-disabled-border-color: #4f35be;
}

h2 {
    font-weight: bold;
}

.green-badge {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: rgb(54, 192, 176);
    text-align: center;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.head-badges {
    gap: 10px;
}

.btn-outline-primary {
    --bs-btn-color: #2f2072;
    --bs-btn-border-color: #2f2072;
    --bs-btn-hover-color: #2f2072;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #2f2072;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2f2072;
    --bs-btn-active-border-color: #2f2072;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #2f2072;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2f2072;
    --bs-gradient: none;
    font-weight: normal;
}

.content-padd {
    margin-right: 40px;
    margin-left: 40px;
}

.right-zone {
    background-image: none;
    flex-direction: row;
    background-color: #faf7ff;
    border-left: solid 2px #dbd7e3;
}

.left-zone {
    display: flex;
    justify-content: end;
    align-items: end;
}

.right-zone, .left-zone {
    flex: 0 300px;
    padding: 0 20px;
}

.slides-zone {
    flex: auto;
}


.swiper {
    max-height: calc(100dvh - 65px);
    direction: ltr;
}


.side-inner {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.slide-buttons {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -250px;
    z-index: 1;
}

.side-inner {
    position: relative;
}

.slide-footer-cont {
    z-index: 1;
    position: absolute;
    bottom: 65px;
    right: 5px;
    color: #fff;
    padding: 0 10px;
    direction: rtl;
    text-align: right;
    font-size: 18px;
}

    .slide-footer-cont .title {
        font-size: 26px;
        font-weight: bold;
    }

.swipe-button {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 30px;
    box-shadow: 0 0 20px #cdcdcd;
    cursor: pointer;
    margin-bottom: 25px;
}

.swipe-button-text {
    font-size: 12px;
}

.swipe-button.green {
    background: #4CAF50;
    color: #fff;
}

.swipe-button.purple {
    background: #8E24AA;
    color: #fff;
}

.video-cont {
    position: relative;
    width: 25dvw;
    height: 95%;
    max-width: 400px;
    max-height: 710px;
}

.video-iframe {
    border: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.nav {
    --bs-nav-link-color: rgb(134, 144, 162);
    list-style: none;
    padding:0;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
    border-bottom-color: #36c0b0;
}

.nav-underline .nav-link {
    font-size: 20px;
}

.accordion-button {
    justify-content: space-between;
    margin-bottom: 0;
    outline: solid 1px #d4daf8;
    padding: 30px 20px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(5, 44, 101);
}

    .accordion-button::after {
        margin: 0;
    }


.accordion-flush {
    max-width: 800px;
}

.nav-underline {
    margin: 0;
    padding: 0;
}

.accordion-button:not(.collapsed) {
    background-color: #cfe2ff00;
    box-shadow: none;
    outline: none;
}

.card-left-zone {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.fas.purple, .fal.purple {
    color: #4f35be;
}

a.green {
    color: rgb(54, 192, 176);
    font-weight: bold;
}

.hidden {
    display: none !important;
}

hr {
    border-color: rgb(91 97 125);
}

.video-card {
    align-items: center;
    background-color: #fafafa;
    border-radius: 14.3px;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    height: 345px;
    justify-content: center;
    width: 240px;
    padding: 10px;
    box-shadow: rgba(47, 32, 114, 0.18) 6.8px 9.5px 43.4px 0px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

    .video-card.add-new {
        box-shadow: none;
    }

    .video-card.selected {
        scale: 1.1;
    }

button.btn-close {
    padding: 0;
    margin: 0 !important;
}

.modal-header {
    justify-content: space-between;
    border: 0;
}

.modal-footer {
    border: 0;
    padding-bottom: 20px;
}

.w-100 {
    max-width: 100% !important;
}



.modal-title {
    font-weight: bold;
    color: #000;
}

.video-recording-cont {
    align-items: center;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 10px 14px 64px 0 rgba(47, 32, 114, .08);
    display: flex;
    height: 83vh;
    justify-content: center;
    padding: 0;
    position: relative;
    aspect-ratio: 1 / 2;
    background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1));
    max-height: 620px;
}

.video-buttons {
    position: absolute;
    bottom: 25px;
    width: 100%;
}

video#recordingvideo {
    height: 100%;
    width: 100%;
    background: #000;
}

.video-preview {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 10px;
}

.blink {
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    width: 20px;
    height: 20px;
}

@keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.recording-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    text-align: left;
}

.video-preview-cont {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-preview-buttons {
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
}

.video-preview-select {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
}

.video-delete img {
    background: #4d4d4d6b;
    padding: 10px;
    border-radius: 50%;
}

.video-delete {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
}

.video-select {
    text-align: left;
}

.hand {
    cursor: pointer;
}

.video-card.selected:after {
    content: "נבחר";
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    background: #2f2072;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: bold;
}

.accordion-flush > .accordion-item {
    border: solid 1px #d4daf8;
}

    .accordion-flush > .accordion-item:first-child {
        border-top: solid 1px #d4daf8;
    }

.user-image-buttons {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.edit-image-btn {
    border: solid 1px #d3ccfb;
    background: #fff;
    border-radius: 5px;
}

.bordered-zone {
    background: #fff;
    padding: 25px;
    border: 1px solid rgb(212, 218, 248);
    max-width: 750px;
}

button.sign-btn {
    width: 100%;
    max-width: 750px;
    padding: 20px 25px;
    border: solid 1px #cbc0f9;
    background: #fff;
    font-weight: bold;
}

.mw-600 {
    width: 100%;
    max-width: 550px;
    padding: 0px 30px;
    margin: 0 auto;
}

.sign-btn img {
    height: 30px;
    width: 30px;
    margin-left: 10px;
}

.dropdown-menu.show {
    display: block;
    text-align: right;
}

.offcanvas-header {
    justify-content: space-between;
}

.visible-sm {
    display: none !important;
}

.offcanvas-start-custom {
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 0.1s ease, opacity 0.2s ease;
}

    .offcanvas-start-custom.show {
        transform: translateX(0);
        opacity: 1;
    }

    .offcanvas-start-custom.closing-to-right {
        transform: translateX(50%);
        opacity: 0;
    }

.contact-item {
    gap: 10px;
    justify-content: space-between;
    padding: 10px 10px;
}

    .contact-item.not-read .title {
        font-weight:bold;

    }

    .contact-item.selected {
        background: rgb(248, 248, 255);
    }

.conv-cont {
    height: 100%;
    flex:auto;
}

.conv-header {
    display: flex;
    align-items: center;
    box-shadow: rgba(47, 39, 156, 0.05) 0px 2px 60px 0px;
    padding: 0px 12px 0px 24px;
    border-bottom: 1px solid rgb(209, 214, 224);
    background-color: white;
    height: 65px;
    width: 100%;
}

.conv-content {
    background-color: rgb(241, 243, 246);
    width: 100%;
    flex: 1 1 0%;
    padding: 0px 100px 24px;
    overflow-y: auto;
    height: calc(100dvh - 230px);
    display: flex;
    flex-direction: column;
}

.conv-footer {
    background: #fff;
    padding: 20px;
    height: 100px;
}

    .conv-footer textarea {
        width: 100%;
        height: 64px;
        border: 0px;
        font-size: 16px;
        padding: 18px 16px;
        border-radius: 4px;
        background-color: rgb(241, 243, 246);
    }

.me, .you {
    border-radius: 4px;
    display: flex;
    margin-top: 32px;
    padding: 16px;
    width: 55%;
    flex-direction: column;
}

.me {
    background-color: #f1ffef;
    gap: 12px;
    text-align: right;
}

.you {
    align-self: flex-end;
    background-color: #fff;
    flex-direction: column;
    text-align: right;
    justify-content: start;
    gap: 5px;
}

.table-light {
    --bs-table-bg: rgba(237, 235, 248, 0.2);
}

.card {
    --bs-card-border-color: #edebf8;
    box-shadow: 0 4px 16px -1px rgba(207,204,217,.2);
}

.job-toolbar {
}

    .job-toolbar > span {
        margin-left: 10px;
    }

.text-bg-info {
    color: #000 !important;
    background-color: rgb(234, 255, 253) !important;
}

.text-bg-gray {
    background: rgb(199, 199, 199) !important;
    color: #fff;
}

.text-bg-success {
    background: rgb(54, 192, 176) !important;
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: var(--bs-breadcrumb-item-padding-x);
    padding-right: inherit;
}

.breadcrumb-item + .breadcrumb-item {
    padding-right: var(--bs-breadcrumb-item-padding-x);
    padding-left: inherit;
}

.zone-max-width {
    max-width: 1200px;
    margin: 0 auto;
}

.btn.btn-sm {
    height: 26px;
    padding: 0px 5px;
    font-size: 13px;
    min-height: 26px;
}

.nav-small li a {
    font-size: 16px !important;
}

.select2 {
    direction: rtl;
}

span.select2-dropdown {
    text-align: right;
    direction: rtl;
}

.select2-container--bootstrap-5 .select2-selection--single {
    height: 48px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 48px !important;
}


.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
    text-align: right;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: 10px 15px !important;
    line-height: 1.5 !important;
}

.select2-container--bootstrap-5 .select2-selection {
    border: 1px solid #d4daf8 !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
    width: 100% !important;
}

.nna-placeholder {
    position: relative;
    width: 400px;
    height: 80%;
}



.query {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
}

    .query .title {
        font-weight: bold;
    }

    .query .years {
        font-size: 14px;
    }

.user-img {
    object-fit: contain;
    object-position: center;
    border-radius: 50%;
}

.text-bg-primary {
    color: #fff !important;
    background-color: #382688 !important;
}

.user-video {
    position: relative;
}

    .user-video:after {
        content: attr(data-num);
        position: absolute;
        right: 15px;
        background: #ffc107;
        top: 15px;
        border-radius: 50%;
        font-size: 18px;
        font-weight: bold;
        height: 30px;
        width: 30px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .user-video:not([data-num]):after {
        display: none;
    }

input[type=email], input[type=tel], input[type=number], input[type=password] {
    direction: ltr;
    text-align: left;
}

.file-group[data-media="companyjobimage"] .file-text {
    display: none !important;
}

.file-upload-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #d4daf8;
    padding: 5px;
    position: relative;
    border-radius: 15px;
}

.file-upload-label input {
    display: none;
}

.file-upload-label svg {
    height: 50px;
    fill: rgb(82, 82, 82);
    margin-bottom: 20px;
}

.file-upload-label {
    cursor: pointer;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.upload-bar {
    position: absolute;
    bottom: 1px;
    z-index: 1;
    background: #fff;
    width: 88%;
    border-radius: 20px;
    height: 35px;
}

.file-upload-design {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.browse-button {
    background-color: rgb(82, 82, 82);
    padding: 5px 15px;
    border-radius: 10px;
    color: white;
    transition: all 0.3s;
}

    .browse-button:hover {
        background-color: rgb(14, 14, 14);
    }


.form-control {
    scroll-margin: 100px;
}

.iframe-cont {
    height: 100%;
    width: 100%;
    background-image: var(--thumb);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.swiper-scrollbar {
    display: none !important;
}

.margin-content {
    margin: 0 15%;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    color: #4f35be !important;
    font-weight: bold !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: #000000 !important;
    background-color: #eee !important;
}


.feed-right-cont .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    font-weight: bold;
}


.toast-msg {
    text-align: center;
    position: fixed;
    left: calc(50% - 65px);
    
    text-align: center;
    /* margin-top: 25px; */
    /* margin-left: 20px; */
    z-index: 5;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 90%;
    max-width: 350px;
    z-index: 1000;
}

    .toast-msg > .totast-msg-body {
        background: #32228494;
        display: inline-block;
        padding: 5px;
        border-radius: 10px;
        color: #fff;
        min-height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
      
    }

    .toast-msg .totast-msg-close {
        position: absolute;
        padding: 5px;
        color: #fff;
        cursor: pointer;
        font-size:26px;
    }

.badge-lg {
    padding: 7px 10px;
    font-size: 13px;
}

.img-badge {
    width: 80px;
    height: 50px;
    display: inline-block;
    border: solid 1px #cbcbcb;
}

    .img-badge img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

.header-col {
    color: #c3bdde;
    font-size: 20px;
}

    .header-col > a {
        color: #c3bdde;
    }

    #popup-cont {
        position: fixed;
        left: 0;
        top: 65px;
        background: #faf7ff;
        width: 100%;
        max-width: 300px;
        height: 100%;
        max-height: 100dvh;
        padding: 15px;
    }

    #popup-cont .popup-cont-body {
        overflow: auto;
        height: calc(100% - 125px);
        display: flex;
        flex-direction: column;
        justify-content: start;
    }


        #popup-cont .popup-cont-body::-webkit-scrollbar {
            width: 6px;
            background: #faf7ff;
        }

        #popup-cont .popup-cont-body::-webkit-scrollbar-thumb {
            background: #c2afd5;
        }

    #popup-cont .popup-cont-body ul {
        padding: 0;
        list-style:none;
    }

        #popup-cont .popup-cont-body ul li {
            margin-bottom: 15px;
        }

        #popup-cont .popup-cont-body ul li:empty {
            display: none;
        }


    #popup-cont li.w-t-history:before {
        content: "ניסיון:";
        display: block;
        font-weight: bold;
    }
    #popup-cont li.w-t-proffs:before {
        content: "השכלה:";
        display: block;
        font-weight: bold;
    }
    #popup-cont li.w-t-skills:before {
        content: "תכונות אופי:";
        display: block;
        font-weight: bold;
    }

    #popup-cont li.c-t-jobtype:before {
        content: "היקף המשרה:";
        display: block;
        font-weight: bold;
    }

    #popup-cont li.c-t-jobplace:before {
        content: "מיקום המשרה:";
        display: block;
        font-weight: bold;
    }
    #popup-cont li.c-t-proff:before {
        content: "השכלה:";
        display: block;
        font-weight: bold;
    }
    #popup-cont li.c-t-years:before {
        content: "שנות ניסיון:";
        display: block;
        font-weight: bold;
    }
    #popup-cont li.c-t-compname:before {
        content: "חברה:";
        display: block;
        font-weight: bold;
    }
    #popup-cont li.c-t-jobtitle:before {
        content: "תפקיד:";
        display: block;
        font-weight: bold;
    }
    #popup-cont li.c-t-city:before {
        content: "מיקום:";
        display: block;
        font-weight: bold;
    }
    #popup-cont li.c-t-desc:before {
        content: "תיאור:";
        display: block;
        font-weight: bold;
    }
    #popup-cont li.c-t-moredetails:before {
        content: "דרישות נוספות:";
        display: block;
        font-weight: bold;
    }
    #popup-cont li.w-t-fullname:before {
        content: "שם מלא:";
        display: block;
        font-weight: bold;
    }
    #popup-cont li.w-t-about:before {
        content: "על עצמי:";
        display: block;
        font-weight: bold;
    }

.slide-footer-cont .title a {
    color:#fff;
}



#swiper-rel #swiper-noresults {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction:column;
}

#swiper-rel.empty #swiper-noresults {
    display: flex;
}

.popup-cont-footer {
    display: flex;
    text-align: center;
    display: flex;
    justify-content: center;
}

    .popup-cont-footer > div {
        border: solid 1px #4f35be;
        background: #4f35be;
        color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 14px;
        padding: 0px 10px;
        border-radius: 50%;
        height: 60px;
        width: 60px;
        cursor:pointer;
    }

    .popup-cont-footer > div i {
        font-size:30px;
    }


.hearts {
    position: absolute;
    top: -25px;
    left: 20px;
    transform: translateX(0%);
}

    .hearts .heart {
        position: absolute;
        list-style: none;
        width: 30px;
        height: 30px;
        margin: 0px;
        color: #ffffff;
        background: rgb(0, 193, 163);
        border-radius: 50%;
        text-align: center;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hearts.flying > .heart:nth-child(even) {
        -webkit-animation: 3.8s flyingEven linear infinite;
        -moz-animation: 2.8s flyingEven linear infinite;
        animation: 2.8s flyingEven linear infinite;
    }

    .hearts.flying > .heart:nth-child(odd) {
        -webkit-animation: 3.8s flyingOdd linear infinite;
        -moz-animation: 2.8s flyingOdd linear infinite;
        animation: 2.8s flyingOdd linear infinite;
    }

    .hearts.flying > .heart:nth-child(1) {
        animation-delay: 0.2s;
    }

    .hearts.flying > .heart:nth-child(2) {
        animation-delay: 0.3s;
    }

    .hearts.flying > .heart:nth-child(3) {
        animation-delay: 0.6s;
    }

    .hearts.flying > .heart:nth-child(4) {
        animation-delay: 1.5s;
    }

    .hearts.flying > .heart:nth-child(5) {
        animation-delay: 2.2s;
    }

    .hearts.flying > .heart:nth-child(6) {
        animation-delay: 2.9s;
    }

    .hearts.flying > .heart:nth-child(7) {
        animation-delay: 3.2s;
    }

    .hearts.flying > .heart:nth-child(8) {
        animation-delay: 3.5s;
    }

    .hearts.flying > .heart:nth-child(9) {
        animation-delay: 3.8s;
    }

    .hearts.flying > .heart:nth-child(10) {
        animation-delay: 4.1s;
    }

    .hearts.flying > .heart:nth-child(11) {
        animation-delay: 4.5s;
    }

    .hearts.flying > .heart:nth-child(12) {
        animation-delay: 8s;
    }

@-moz-keyframes flyingEven {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
        filter: blur(0px);
    }

    100% {
        transform: translate(35px, 0px) scale(1.5);
        opacity: 0;
     
    }
}

@-webkit-keyframes flyingEven {
    0% {
        transform: translate(0px, 0px) scale(1);
        opacity: 1;
        filter: blur(0px);
    }

    100% {
        transform: translate(0px, -500px) scale(1);
        opacity: 0;
        
    }
}

@keyframes flyingEven {
    0% {
        transform: translate(5px, 10px) scale(1);
        opacity: 1;
        filter: blur(0px);
    }

    100% {
        transform: translate(0px, -480px) scale(1.5);
        opacity: 0;
     
    }
}

@-moz-keyframes flyingOdd {
    0% {
        transform: translate(5px, 15px) scale(1);
        opacity: 1;
        filter: blur(0px);
    }

    100% {
        transform: translate(10px, -480px) scale(1.5);
        opacity: 0;
        
    }
}

@-webkit-keyframes flyingOdd {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
        filter: blur(0px);
    }

    100% {
        transform: translate(-35px, -480px) scale(1.5);
        opacity: 0;
       
    }
}

@keyframes flyingOdd {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
        filter: blur(0px);
    }

    100% {
        transform: translate(-60px, -480px) scale(1.5);
        opacity: 0;
    
    }
}



/*
.swiper-slide.liked {
    background-image: linear-gradient(175deg, rgba(255, 255, 255, 0.23) -15%, rgb(123, 87, 246) 188%);
    flex-direction: row;
    background-color: rgb(250, 250, 250);
}*/

    .feed-partial-cont .swiper-slide.liked:after {
    content: "";
    position: absolute;
    font-family: "font Awesome 6 Free", "Heebo";
    top: 0;
    right: 0;
    margin: 15px;
    background: rgb(0, 193, 163);
    padding: 5px 15px;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    direction: rtl;
    z-index: -1;
    font-size:12px;
}

.feed-partial-cont[data-type='compjob'] .swiper-slide.liked:after {
    content: "\f164  מועמד/ת אהב/ה אתכם!";
}

.feed-partial-cont[data-type='worker'] .swiper-slide.liked:after {
    content: "\f164  מעסיק אהב/ה אתכם!";
}

.match-text {
    font-size: 70px;
    font-weight: bold;
}

.match-text-big {
    font-size: 100px;
    font-weight: bold;
    direction: ltr;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: calc(var(--bs-border-width)* -1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#match-from {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
}

.accordion-item.highlight {
    background: #F3E5F5;
    outline: solid 3px #9C27B0;
}

.modal-purple {
    background: #ce93d89e;
}


.card-match .card-video {
    background:#000;
    height:300px;
    position:relative;
}

.card-video img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.icon-p {
    color: #c3bdde;
    margin-right: 5px;
}

.contact-item.selected {
    background: rgb(228 223 235);
}

.bc-btn {
    color: #000;
    width: 35px;
    height: 35px;
    background: #dfdfdf;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
}

.iframe-cont .no-video {
    height: 100%;
    width: 100%;
    background: #2f2072;
}

.w24 {
    width:24px;
    height:24px;
}

.item-tree {
    margin-bottom: 10px;
    display: list-item;
    margin-right: 20px;
}

.modal-body::-webkit-scrollbar {
    background: #ffffff;
    width: 12px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #d3d3d3;
    border-radius: 10px;
}

.video-cont-diag {
    min-height: 490px;
    position: relative;
    width: 20dvw;
    height: 95%;
    max-width: 300px;
    max-height: 264px;
}


body .select2-container--open .select2-dropdown--below {
    position: relative;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    position: absolute;
    top: -40px;
    border: 0px !important;
    width: 94%;
    padding: 5px 18px;
}

body .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    left: 1px;
    right:unset;
}

body .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d4daf8;
    border-radius: 8px;
    box-sizing: border-box;
    color: #1f0039;
    height: 48px;
    padding: 10px;
    text-align: right;
    line-height: 48px;
}

body .select2-results__option {
    padding: 10px 5px;
    user-select: none;
    -webkit-user-select: none;
}

    body .select2-results__option > span {
        display: flex;
        flex-direction: column-reverse;
    }

    body .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-right: 8px;
        padding-left: 20px;
    }

body .hide-no-results .select2-results__option.select2-results__message {
    display: none !important; 
}

body .select2-results__option.select2-results__message:empty {
    display: none;
}

body .select2-dropdown {
    background-color: white;
    border: 1px solid #d4daf8;
}

    body .select2-search--dropdown {
    padding: 0;
}

body .select2-container {
    display: block;
}

body .select2-selection.select2-selection--single.error {
    border: red 1px solid !important;
}

body .select2-container--default .select2-selection--multiple {
    border: solid #d4daf8 1px !important;
}

body .select2-results__option.select2-results__option--disabled.loading-results {
    display:none;
}

.badge.badge-dd {
    font-weight: normal;
    margin-left: 10px;
    padding: 2px 5px;
    font-size: 12px;
}

.error-text {
    color:red;
}

.img48 {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
}

.table-vm td {
    vertical-align: middle;
}

.badge.badge-circle {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: 15px;
}



.nav-underline {
    --bs-nav-underline-gap: 25px;
}

.internal-body[data-page="home"] li[data-nav="home"],
.internal-body[data-page="matches"] li[data-nav="matches"],
.internal-body[data-page="interviews"] li[data-nav="interviews"],
.internal-body[data-page="chat"] li[data-nav="chat"],
.internal-body[data-page="settings"] li[data-nav="settings"],
.internal-body[data-page="jobs"] li[data-nav="jobs"] {
    opacity: 1;
    pointer-events: all;
    background-color: rgba(237, 235, 248, 0.2);
    border-radius: 10px;
}

.nav-link {
    color: rgb(31, 0, 57);
    font-size: 18px;
}

.item-row {
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 16px -1px rgba(225,225,234,.5);
    opacity: 0.8;
    padding: 15px;

}
 

        

        .item-row-content {
            display: flex;
            justify-content: space-between;
        }

.item-row-content-side {
    display:flex;
    gap:35px;
    padding-left:30px;
}

.nav-link.active {
    font-weight: bold;
}

.badge {
    margin: 5px 0px 5px 5px;
    font-size: 14px;
    border-radius: 20px;
    padding: 4px 16px;
    font-weight: normal;
}

.nav-link.active .badge {
    background: rgb(54, 192, 176) !important;
}

.notification-popover.popover {
    position: absolute;
    width: 500px;
    top: 35px;
    right: -20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 40px 0 rgba(74, 71, 113, .2);
    border: 0;
    max-width: 400px;
}

.not-title {
    font-size:16px;
}

.not-item.not-read .not-title {
    font-weight: bold;
}

.popover-body {
    color: #1f0039;
}

.not-date {
    margin-top:5px;
    font-size: 12px;
    color: rgb(134, 144, 162);
}

.not-header-title {
    color: #321b8e;
    font-size: 18px;
}

.not-item {
    display: flex;
    gap: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
}

    .not-item:last-child {
        border-bottom:0;
    }

.not-item i {
    color: #675c95;
    margin-top:5px;
    font-size:18px;
}

.notif-icon {
    position: relative;
}

    .notif-icon.active-dot:after {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        bottom: 0px;
        right: -2px;
        Z-INDEX: 99999;
        BACKGROUND: RED;
        border: solid 1px #fff;
    }

.smaller {
    font-size:12px;
}

#swiper-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    direction: rtl;
    font-size: 21px;
}

.air-datepicker-global-container {
    z-index: 5000;
}

.text-black {
    color: #1f0039 !important;
}

.form-control.select2 {
    padding: 12px 18px;
}

.no-results-cont {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    margin-top: 100px;
}

.popover-max-height {
    max-height: 400px;
    overflow: auto;
}

.contacts {
    height: calc(100dvh - 240px);
    overflow: auto;
}


.card-video:after {
    content: "\f144";
    position: absolute;
    font-size: 40px;
    color: #fff;
    font-family: "Font Awesome 6 Free";
    left: 50%;
    top: 45%;
    transform: translate(-50%);
    background: #0000005c;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


.contacts::-webkit-scrollbar {
    width:6px;
    background:transparent;
}

.contacts::-webkit-scrollbar-thumb {
    width: 6px;
    background: #ddd;
}

.menu-header {
    display: none;
}


.item-row-head-f {
    gap: 15px;
}

.item-row-head-f > div {
    flex: 1;
}

.item-row-head-f > div.cell-15 {
    flex: 1 1 calc(15% - 15px) !important;
}

    .item-row-head-f > div.cell-10 {
        flex: 1 1 calc(10% - 15px) !important;
       
    }

.item-row-head-f > div.cell-25 {
    flex: 1 1 calc(25% - 15px) !important;
}

.item-row-head-f > div.cell-75 {
    flex: 1 1 calc(75% - 15px) !important;
}

.item-row-head-f > div.cell-5 {
    flex: 1 1 calc(5% - 15px) !important;
}

.item-row-head-f > div.cell-50 {
    flex: 1 1 calc(50% - 15px) !important;
}
    .item-row-head-f > div.cell-90 {
        flex: 1 1 calc(90% - 15px) !important;
        max-width:350px;
        min-width:200px;
    }

    .item-row-head-f > div.cell-100 {
        flex: 1 1 calc(100% - 15px) !important;
        max-width: 350px;
    }




nav.air-datepicker-nav {
    direction: ltr;
}

.air-datepicker {
    z-index:9000 !important;
}

.share-info-cont {
    word-break: break-all;
    font-size: 12px;
}

.sharer-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

    .sharer-footer .alert-warning {
        background: #e7ddf5;
        border-color: #e7ddf5;
        border-radius:0;
    }

.margin-sharer {
    margin-bottom: 135px;
}

.item-row.highlight {
    background: #F3E5F5;
}