.real-content,
.small-msg-menu,
#black-screen,
.parmanent-hide {
    display: none;
}

.real-content-important {
    display: none !important;
}

.radius8 {
    border-radius: 8px !important;
}

.transition-3s {
    transition: all 0.3s ease;
}

.transition-4s {
    transition: all 0.4s ease;
}

.add-cursor {
    cursor: pointer;
}

.invis-screen {
    background-color: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 900;
    display: none;
}

#blur-screen {
    display: none;
    position: fixed;
    top: 0;
    z-index: 800;
    height: 100vh;
    width: 100%;
    background: #00000021;
    backdrop-filter: blur(4px);
}

.black-wall {
    display: none;
    position: fixed;
    top: 0;
    z-index: 800;
    height: 100vh;
    width: 100%;
    background: #00000033;
}

/* For Chrome, Edge, and Safari */
::-webkit-scrollbar {
    width: 10px;
    /* Width of the scrollbar */
    background: transparent;
    /* Transparent background */
}

::-webkit-scrollbar-thumb {
    background-color: #AAAAAA !important;
    border-radius: 10px !important;
    border: 2px solid transparent !important;
    background-clip: padding-box;
}


::-webkit-scrollbar-button {
    display: none;
    /* Hides the up and down arrows */
}

.skeleton-img,
.skeleton-list-item,
.skeleton-header,
.skeleton-line,
.skeleton-free {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-wave 1.5s infinite ease-in-out;
}

.skeleton-list-item {
    margin-top: 20px;
    width: 80%;
    height: 25px;
}

.skeleton-header {
    width: 60%;
    height: 20px;
}

.skeleton-line {
    width: 100%;
    height: 15px;
}

.skeleton-img {
    width: 100%;
    height: 100%;
}

/* Wave effect animation */
@keyframes skeleton-wave {
    0% {
        background-position: 200% 0;
    }

    50% {
        background-position: 0 0;
    }

    100% {
        background-position: 200% 0;
    }
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 16px;
    width: 16px;
    background-image: url('https://angebot.co.il/wp/wp-content/uploads/2024/12/3e5fca2fc227c81c3723dfa06afd0ef9.svg');
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px !important;
    margin-right: 8px;
    margin-left: -8px;
}

input[type="search"]::-webkit-search-cancel-button:hover {
    background-color: #f5f5f5 !important;
}

.notification_popup {
    left: 50%;
    margin-top: 20px;
    transform: translate(-50%, 0);
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    padding: 20px;
    display: none;
    background-color: #fff;
    top: 4px;
    position: fixed;
    z-index: 99999;
    border: 1px solid;
    border-radius: 8px;
    box-shadow: 0px 20px 20.6px -4px #2424240A;
    flex-direction: column;
    color: #292929;
}

.notification_popup.success {
    border-color: #53A862;
    background-color: #F8FCFA;
}

.notification_popup.error {
    border-color: #EA4335;
    background-color: #FCF9F8;
}

.notification_row {
    gap: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.notification_next_rows {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    color: #333333;
}

.close_n_pop {
    cursor: pointer;
    height: 36px;
    padding: 8px;
    border-radius: 8px;
}

.btn-style1 {
    cursor: pointer;
}

.btn-style1:hover {
    background-color: #f5f5f5 !important;
}

.btn-style1:active {
    background-color: #F5F5F5 !important;
    box-shadow: 0px 1px 2px 0px #1018280D, 0px 0px 0px 4px #EBEBEB;
    transition: box-shadow 0.0s ease-in, background-color 0.0s ease;
}

.btn-style1.active {
    background-color: #F5F5F5 !important;
    box-shadow: 0px 1px 2px 0px #1018280D, 0px 0px 0px 4px #EBEBEB;
    transition: box-shadow 0.0s ease-in, background-color 0.0s ease;
}

.btn-style2:hover {
    border-color: #000000 !important;
}

.btn-style2:active {
    border-color: #C6C5C8 !important;
    box-shadow: 0px 1px 2px 0px #1018280D, 0px 0px 0px 4px #EBEBEB;
    transition: box-shadow 0.0s ease-in, background-color 0.0s ease;
}

.btn-style3 {
    cursor: pointer;
    color: #fff;
    background-color: #553EFB;
    border-radius: 16px;
}

.btn-style3:hover {
    background-color: #4936D9 !important;
}

.btn-style3:active {
    background-color: #553EFB !important;
    box-shadow: 0px 1px 2px 0px #1018280D, 0px 0px 0px 4px #EBEBEB;
    transition: box-shadow 0.0s ease-in, background-color 0.0s ease;
}

.btn-style3.active {
    background-color: #553EFB !important;
    box-shadow: 0px 1px 2px 0px #1018280D, 0px 0px 0px 4px #EBEBEB;
    transition: box-shadow 0.0s ease-in, background-color 0.0s ease;
}

.btn-style4:hover {
    background-color: #ffffff !important;
}

.btn-style4:active {
    background-color: #ffffff !important;
    box-shadow: 0px 1px 2px 0px #1018280D, 0px 0px 0px 4px #EBEBEB;
    transition: box-shadow 0.0s ease-in, background-color 0.0s ease;
}

.btn-style5 {
    cursor: pointer;
    color: #333333;
}

.btn-style5:hover,
.btn-style6:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.btn-style5.disabled,
.btn-style6.disabled {
    text-decoration: unset;
    color: #B3B3B3;
    pointer-events: none;
}

.btn-style5:active {
    text-decoration: unset;
    color: #553EFB;
}

.btn-style6 {
    cursor: pointer;
    color: #553EFB;
    font-weight: 500;
}

.btn-style6:active {
    text-decoration: unset;
}

.btn-style7 {
    cursor: pointer;
    color: #757F90;
}

.btn-style7:hover {
    background-color: #F6F5FF;
}

.btn-style7.active {
    pointer-events: none;
    color: #553EFB;
    background-color: #F6F5FF;
}

.btn-style7.disabled {
    pointer-events: none;
}

.btn-style7:active {
    color: #553EFB;
    background-color: #F6F5FF;
    box-shadow: 0px 1px 2px 0px #1018280D, 0px 0px 0px 4px #EBEBEB;
    transition: box-shadow 0.0s ease-in, background-color 0.0s ease;
}

.btn-style8 {
    border: 1px solid #E6E6E6;
    border-radius: 12px;
}

.btn-style8:hover {
    cursor: pointer;
    border-color: #C6C5C8;
}

.btn-style8.active,
.btn-style8:active {
    border-color: #C6C5C8;
    box-shadow: 0px 1px 2px 0px #1018280D, 0px 0px 0px 4px #EBEBEB;
    transition: box-shadow 0.0s ease-in, background-color 0.0s ease;
}

.my-loader {
    display: inline-block;
}

.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    /* Light grey */
    border-top: 2px solid #3498db;
    /* Blue */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.sidePanel-effect1 {
    position: absolute;
    width: 641.03px;
    height: 718.28px;
    right: -63px;
    top: 40px;
    background: #FF90EA;
    opacity: 0.06;
    filter: blur(200px);
}

.sidePanel-effect2 {
    position: absolute;
    width: 1393.86px;
    height: 1193.47px;
    right: 40px;
    top: 450px;
    background: #FFDEDA;
    opacity: 0.06;
    filter: blur(200px);
    transform: rotate(-12.05deg);
}

.sidePanel-effect3 {
    position: absolute;
    width: 983px;
    height: 983px;
    right: -250px;
    top: -200px;
    background: linear-gradient(180deg, #8BB5FF 0%, #E1FBFF 100%);
    opacity: 0.06;
    filter: blur(200px);
}

.sidePanel-effect4 {
    position: absolute;
    width: 304px;
    height: 304px;
    right: -41px;
    bottom: -30px;
    background: #0094FF;
    opacity: 0.06;
    filter: blur(150px);
}

.popup-style {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1004;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 16px;
    padding: 32px;
    width: 550px;
    display: none;
    font-family: 'Rubik', sans-serif;
    transform: translate(-50%, -50%);
}

.popup-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.popup-btn-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 15px;
}

.popup-close {
    height: 36px;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
}


.custom-tooltip {
    max-width: 400px;
    position: absolute;
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 0;
    display: block;
    background-color: #000000;
    color: #fff;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}