::placeholder {
    color: black;
    opacity: 1; /* Firefox */
}


::-ms-input-placeholder { /* Edge 12-18 */
    color: black;
}

.table td, .table th {
    padding: 0.2rem;
}

.custom-switch .custom-control-label::before {
    cursor: pointer;
    width: 2.7rem !important;
    background: #999999;
    border-radius: 30px;
}
.custom-control-label::before{
    height: 1.4rem !important;
}
.custom-control-label div{
    margin-left: 14px;
    font-size: 15px; 
    margin-top: 4px;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after{
    transform: translateX(1.3rem);
}
.custom-switch .custom-control-label::after {
    cursor: pointer;
    width: calc(1.4rem - 4px) !important;
    height: calc(1.4rem - 4px) !important;
    background: white;
}

body {
    background: #F0F0F0;
}

.icon_repeator {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 3%;
} 

.buttonIcon img {
    width: 35px;
}

.buttonIcon span {
    font-size: 17px;
    font-weight: 400;
}

.icon_repeator a {
    color: black;
    text-decoration: none;
}

.buttonIcon {
    max-width: 315px;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
    background: white;
    padding: 0;
    border-radius: 5px;
    gap: 3px;
    transition: 0.3s ease-in-out;
}

.iconWrap {
    max-width: 1218px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -9px;
}

.driver {
    width: 100%;
    max-width: 350px;
    height: 9px;
    background-color: transparent;
    background-image: linear-gradient(141deg, #4C52D8 30%, #70ADCD 100%);
    margin-right: auto;
    margin-left: auto;
    border-radius: 2px;
}

.areaTitle {
    text-align: center;
    padding-top: 2%;
}

.areaTitle h2 {
    margin-bottom: 0.1rem;
}

.titleTable a {
    color: black;
}

.titleTable h3 {
    font-size: 21px !important;
}

@media (max-width: 600px) {
    /*.btnqus {*/
    /*    font-size: 15px !important;*/
    /*    text-align: right;*/
    /*    font-weight: 600 !important;*/
    /*}*/
    /*.card-body {*/
    /*    font-size: 14px !important;*/
    /*}*/
    /*.iconPlus {*/
    /*    width: 20px !important;*/
    /*    height: 20px !important;*/
    /*}*/
    /*#accordion {*/
    /*    padding: 8px !important;*/
    /*    margin-top: 5% !important;*/
    /*}*/
    .custom-control-label div{
        margin-left: 14px !important;
        font-size: 14px !important;
    }
    .textAfterTitleFirst > p{
        text-align: right !important;
    }
    .removeTzoga {
        position: sticky;
        top: 0;
        z-index: 3;
        padding: 3px;
        background: white;
    }

    .custom-control-label {
        font-size: 15px;
    }

    .loader img {
        width: 120px;
    }


    option {
        text-align: right;
    }

    .selectOption select {
        -webkit-appearance: none;
        -moz-appearance: none;
        /* Add custom styles */
        font-size: 15px;
        background-color: #fff !important;;
        /* Add custom arrow */
        background: url('https://www.igemel-net.co.il/wp-content/uploads/2023/11/down-5.png') #EEEEEE !important;
        background-size: 20px !important;
        background-repeat: no-repeat !important;
        background-position: left 1px center !important;
        padding-right: 30px;
        color: black;
        width: 129px;
    }

    .sec5 {
        margin-top: 5px !important;
    }

    .buttonIcon img {
        display: none;
    }

    .mobileP {
        padding-right: 10px;
        padding-left: 10px;
    }

    thead tr a {
        font-size: 11px !important;
        font-weight: 400 !important;
    }

    .arrow-active:after {
        font-size: 7px !important;
    }

    .titleTable h2 {
        font-size: 17px !important;
    }

    .titleTable h3 {
        font-size: 20px !important;
    }

    .rightSideText h2 {
        font-size: 30px !important;
    }

    .rightSideText p {
        font-size: 19px !important;
    }

    .bigTitle h1 {
        font-size: 22px;
    }

    .icon_repeator {
        gap: 8px;
        margin-top: 5%;
        display: flex;
        overflow: scroll;
        margin-bottom: 11px;
    }

    .buttonIcon img {
        width: 27px;
        height: 27px;
    }

    .buttonIcon span {
        font-size: 15px;
    }

    .buttonIcon {
        /*border: 2px solid #4A43DD;*/
        justify-content: center;
        padding: 7px 3px;
        margin-bottom: 4px;
        width: 142px;
    }
}

/*.sec2,.sec3,.sec4,.sec5{*/
/*     background: #F0F0F0;*/
/*}*/
.cardPost {
    border-radius: 8px;
    background: #EEEEEE;
    text-align: center;
    padding: 12px 5px 5px 5px;
}

.cardPost a {
    color: black;
    text-decoration: none;
}

.cardPost img {
    width: 94%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.titePostC {
    font-size: 1.3rem;
    height: 2.2em;
}

.footerTextWhite {
    background: white;
    padding: 10px;
    border-radius: 8px;
    margin: 7px 10px;
}

.conPost {
    background: white;
    margin-top: 20px;
    padding: 30px;
    border-radius: 8px;
}

.buttonGo {
    padding: 2px;
    border: 1px solid #4A43DD;
    color: #4A43DD;
    width: 43px;
    margin-right: auto;
    border-radius: 3px;
}

.dataTables_filter {
    display: none;
}

.dataTables_info {
    display: none;
}

.titleTable {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
    margin-bottom: 5px;
}
.titleTableRight{
    display: flex;
    justify-content: right;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 5px;
}
.containerTableFrontPage {
    background: white;
    padding: 20px 2%;
    border-radius: 8px;
}

.moreTable {
    margin-bottom: 2%;
}

.titleTable h2 {
    font-size: 23px;
    text-decoration: underline;
}

.selectOption select {
    display: none;
    max-width: 170px;
    background: #EEEEEE;
    border: none;
    padding: 7px;
    border-radius: 3px;
}

.tdStyle a {
    color: black;
    font-size: 13px;
    font-weight: 400;
    line-height: 9px;
}

td div {
    font-size: 13px;
    height: 1.1rem;
    overflow: hidden;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 7px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: white;
}

thead tr a {
    font-size: 12px;
    color: black;
    font-weight: 500;
}

.bast {
    display: flex;
    align-items: center;
}

.bast img {
    width: 59px;
}

.footerTable {
    padding: 11px;
    margin-top: -18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 3px solid #EEEEEE;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.kopaClass {
    padding-bottom: 9px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.kopaClass img {
    border-radius: 54px;
    width: 55px;
    height: 54px;
    object-fit: fill;
}

.topKarenName {
    text-align: center;
    font-weight: 500;
}

.buttonPopUpcon {
    display: flex;
    justify-content: center;
    margin-top: -20px;
}

.buttonPopUpcon button {
    background: #362FD9;
    border: none;
    color: white;
    min-width: 200px;
    padding: 10px;
    border-radius: 8px;
}

.buttonPopUpcon button:hover {
    background: #F2F1FF;
    border: none;
    color: black;
    font-weight: 400;
}

.topKarenName div {
    height: 34px;
    line-height: 1rem;
    margin-top: 4px;
    overflow: hidden;
}

.topKarenName span {
    color: green;
}

.backgroundImageSec1 {
    background: url(https://www.igemel-net.co.il/wp-content/uploads/2023/11/Untitled-design-2023-11-21T171118.947.png) no-repeat bottom 44.5% center !important;
}
@media (max-width: 600px) {
    .cardPost img {
        width: 100%;
        height: 100px;
    }

    .buttonGo {
        position: absolute;
        bottom: 5px;
        left: 5px;
    }

    .footerTextWhite {
        position: relative;
        height: 100px;
        margin: 7px 10px 7px 0px;
    }

    .conPost {
        padding-top: 17px !important;
        padding: 0;
        margin-right: 0px;
        margin-left: 0;
        padding-bottom: 5px;
    }

    .areaTitle {
        padding-top: 8% !important;
    }

    .containerTableFix {
        padding-right: 5px;
        padding-left: 5px;
        max-width: 100% !important;
    }

    .tsoha {
        font-size: 1rem !important;
    }

    .imagePop img {
        width: 65px !important;
    }

    .titlepop p {
        font-size: 16px !important;
    }

    .terms {
        font-size: 12px;
    }

    .titlepop h3 {
        font-size: 21px;
    }

    .conImageAbout img {
        display: none;
    }

    table tr td:nth-child(5) {
        /*display: none;*/
    }

    table th:nth-child(5) {
        /*display: none;*/
    }

    td div {
        font-size: 12px;
    }

    .containerTableFrontPage {
        padding: 10px;
    }

    .table td, .table th {
        padding: 0.2rem;
    }

    .cardPost {
        display: grid;
        grid-template-columns: 40% 60%;
        margin-bottom: 10px;
        align-items: center;
        padding: 3px 8px;
    }

    .calculatur {
        margin-right: 0;
        margin-left: 0;
    }

    .titePostC {
        font-size: 1rem;
        height: 2.2em;
        text-align: right;
    }

    .topKarenName div {
        font-size: 12px;
    }

    .footerTable {
        padding: 5px;
    }

    .tdStyle a {
        font-size: 12px;
    }

    .buttonPopUpcon {
        margin-bottom: 35px;
    }

    .topKarenName {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .bast p {
        font-size: 14px;
    }

    .kopaClass img {
        border-radius: 45px;
        width: 45px;
        height: 45px;
    }

    .bast img {
        width: 47px;
        height: 47px;
    }

    .custom-model-main-news {
        top: 0 !important;
    }
}


.custom-model-main-news {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 1%;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open-news {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner-news {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 550px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap-news {
    border-radius: 8px;
    border: 2px solid #4A43DD;
    display: block;
    width: 100%;
    position: relative;
    background-color: white;
    background-clip: padding-box;
    outline: 0;
    text-align: right;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open-news .custom-model-inner-news {
    background: white;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
    border-radius: 8px;
}

.model-open-news .bg-overlay-news {
    animation-duration: 0.7s;
    background-color: #344a7e8f;
    z-index: 99;
}

.bg-overlay-news {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn-news {
    position: absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
    font-size: 35px;
    z-index: 999999;
    color: black;
    width: 35px;
}

.imagePop {
    display: flex;
    justify-content: center;
}

.imagePop img {
    width: 100%;
    max-width: 81px;
}

.titlepop h3 {
    text-align: center;
    font-weight: 600;
}

.titlepop p {
    text-align: center;
    font-size: 19px;
}

.flexForm {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto;
}

.inp {
    font-size: 20px;
    width: 100%;
    padding: 10px;
    margin-bottom: 7px;
    background: #EEEEEE;
    text-align: center;
    border: 1px solid black;
    border-radius: 2px;
    --tw-border-opacity: 1;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    display: block;
    width: 100%;
}

.btnpopNews {
    background: #362FD9;
    border: none;
    color: white;
    width: 100%;
    padding: 10px;
    font-size: 22px;
    border-radius: 2px;
    margin: 5px 0;
}

.successNews {
    color: #362FD9;
    font-size: 32px;
    text-align: center;
    border: 1px solid #362FD9;
}

.tsoha {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
    font-weight: 400;
}

.tsoha img {
    width: 50px;
    height: 50px;
}

.custom-model-mainVideo {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 10%;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-openVideo {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-innerVideo {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 750px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrapVideo {
    display: block;
    width: 100%;
    position: relative;
    background-color: transparent;
    background-clip: padding-box;
    outline: 0;
    text-align: right;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-openVideo .custom-model-innerVideo {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-openVideo .bg-overlayVideo {
    animation-duration: 0.7s;
    background-color: #344a7e8f;
    z-index: 99;
}

.bg-overlayVideo {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btnVideo {
    position: absolute;
    left: 0px;
    right: 10px;
    top: -35px;
    cursor: pointer;
    font-size: 65px;
    z-index: 999999;
    color: #fff;
    width: 57px;
}

#youtubeExpert {
    width: 100%;
    border: 5px solid #362FD9;
    border-radius: 8px;
}

@media (min-width: 1120px) {
    .p-d-0{
        padding: 0 !important;
    }
    .buttonIcon:hover {
        transition: 0.3s ease-in-out;
        transform: translateY(-2px);
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    }

    #youtubeExpert {
        height: 380px;
    }

    .th-sm {
        min-width: 65px;
    }
}

.secBack {
    margin-top: 30px;
    padding: 15px;
}

.rightSideText {
    background: white;
    padding: 20px;
    text-align: center;
    margin-right: 10px;
}

.rightSideText h2 {
    font-size: 40px;
    font-weight: 600;
}

.rightSideText p {
    font-size: 24px;
}

.conImageAbout img {
    position: absolute;
    bottom: -215px;
}

.boxVideoPlayer img {
    cursor: pointer;
}

.containerTableFix {
    max-width: 92%;
}

.sec4 {
    margin-top: 40px;
}

.sec5 {
    margin-top: 40px;
}


/*.loader {*/
/*    position: fixed;*/
/*    right: 43%;*/
/*    left: 25%;*/
/*    top: 25%;*/
/*    max-width: 200px;*/
/*    width: 100%;*/
/*}*/

#renderTable {
    margin-bottom: 10px;
}

.custom-switch {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 10px;
}

.bastCardKopa {
    /*display: flex;*/
    display: none !important;
    background: #CEFAE5;
    border: 1px solid #28CA7C;
    border-width: 1px;
    color: black;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px;
    max-width: max-content;
    width: 100%;
}

.btnPopUpRender button {
    margin-right: 20px;
    background: #362FD9;
    border: none;
    color: white;
    padding: 3px 10px;
    font-size: 15px;
    border-radius: 30px;
}

.conBast {
    display: flex;
    gap: 3px;
    align-items: center;
}

.tsohaProduct {
    font-weight: 600;
}

@media (max-width: 600px) {
    .titleTableOpen{
        font-size: 19px !important;
    }
    .wrapperToggle{
        display: none !important;
    }
    .btnPopUpRender {
        text-align: center;
        margin-top: -20px;
        margin-bottom: -14px;
    }

    .conBast {
        width: 100%;
        display: block;
    }

    .bastCardKopa {
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 10px;
        max-width: none;
    }

    .btnPopUpRender button {
        margin-right: 0px;
        margin-top: 21px;
    }

    .tsohaProduct {
        padding: 5px 0;
        text-align: center;
    }
}


.custom-select {
    position: relative;
    display: inline-block;
    background-color: #EEEEEE !important;
    height: 52px;
    padding: 13px 0;
    /*background-image: url(https://www.igemel-net.co.il/wp-content/uploads/2023/11/down-5.png);*/
    background: #EEEEEE url(https://www.igemel-net.co.il/wp-content/uploads/2023/11/down-5.png) no-repeat left center;
    background-size: 20px;
    font-size: 19px;
    color: black;
}

.custom-select select {
    display: none;
}

.select-styled {
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.select-options {
    position: fixed;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    width: 59%;
    bottom: 0;
    z-index: 99;
    top: 72%;
    max-height: 320px;
    overflow-y: auto;
    display: none;
    right: 21%;
}

@media (max-width: 600px) {
    .select-options {
        position: fixed;
        background-color: #fff;
        border: 1px solid #ccc;
        border-top: none;
        width: 80%;
        bottom: 0;
        z-index: 99;
        top: 69%;
        max-height: 320px;
        overflow-y: auto;
        display: none;
        right: 10%;
    }
}

.select-option {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 15px;
}

.select-option:hover {
    background-color: #f4f4f4;
}

.errorCustomSelect {
    font-size: 16px;
    text-align: center;
    color: red;
}

.toggle-button {
    width: 50%;
    height: 90%;
    /*background: linear-gradient(45deg, #362FD9, #2c74f4);*/
    background: gray;
    border-radius: 32px;
    position: absolute;
    transition: left 0.3s ease;
}

.wrapperToggle {
    display: none;
    width: 200px;
    height: 39px;
    align-items: center;
    position: relative;
    backdrop-filter: blur(32px);
    background-color: white;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}

.toggle1, .toggle5 {
    z-index: 2;
    width: 50%;
    height: 100%;
    color: black;
    text-align: center;
    letter-spacing: .02em;
    cursor: pointer;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    position: relative;
}

.active {
    color: white;
}


.custom-model-main_popMoble {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open_popMoble {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner_popMoble {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 30px auto;
    max-width: 100%;
}

.custom-model-wrap_popMoble {
    display: block;
    width: 100%;
    position: relative;
    background-color: transparent;
    background-clip: padding-box;
    outline: 0;
    text-align: right;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open_popMoble .custom-model-inner_popMoble {
    top: 10%;
    padding: 10px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open_popMoble .bg-overlay_popMoble {
    animation-duration: 0.7s;
    background-color: #1aacac69;
    z-index: 99;
}

.bg-overlay_popMoble {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn_popMoble {
    position: absolute;
    left: 10px;
    cursor: pointer;
    font-size: 31px;
    z-index: 999999;
    text-align: center;
    color: black;
    width: 48px;
    border-radius: 30px;
    margin-top: -6px;
}

.btnPopUp button {
    display: none;
}

@media (max-width: 800px) {
    body.trigger-position-left #enable-toolbar-trigger {
        left: 5px;
        top: -70px !important;
    }

    .btnPopUp button {
        display: block;
        box-shadow: 0px 4px 4px 0px #00000040;
        position: fixed;
        bottom: 19px;
        width: 93%;
        right: 13px;
        z-index: 99;
        font-size: 16px;
        font-weight: 500;
        border-radius: 30px;
        padding: 9px 0;
        background: #362FD9;
        border: none;
        color: white;
        min-width: 200px;
    }

    .formSideBar {
        background: white;
        border: 2px solid #C8EAEB;
        border-radius: 8px;
        padding: 6px;
        margin-top: 2px;
    }

    .nextStep, .nextStep1 {
        background: #1AACAC;
        border: none;
        color: black;
        width: 100%;
        padding: 7px;
        border-radius: 3px;
        margin: 5px 0;
        font-weight: 400;
        font-size: 22px;
    }

    fieldset {
        padding: 0 12px;
    }

    .formSideBar img {
        width: 136px;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: -65px;
    }

    .titleForm {
        font-size: 19px;
        font-weight: 600;
        text-align: center;
    }

    .select-styled {
        display: inline-block;
        text-align: center;
        width: 100%;
        height: 30px;
        padding-top: 3px;
        cursor: pointer;
        font-size: 17px;
    }

    .select-option {
        padding: 3px 10px !important;
    }

    .inp {
        font-size: 17px !important;
        width: 90%;
        color: black;
        padding: 10px;
        margin-bottom: 7px;
        background: white;
        text-align: center;
        border: 1px solid black;
        border-radius: 3px;
        --tw-border-opacity: 1;
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        display: block;
        width: 100%;
    }

    .select-options {
        position: fixed;
        background-color: #fff;
        border: 1px solid #ccc;
        border-top: none;
        width: 86%;
        bottom: 0;
        z-index: 99;
        top: 70%;
        max-height: 320px;
        overflow-y: auto;
        display: none;
        right: 7%;
    }

    .custom-select {
        background: white !important;
    }

    .sendDataUpdate, .sendDataUpdate1 {
        background: #1AACAC;
        border: none;
        color: black;
        width: 100%;
        padding: 7px;
        border-radius: 8px;
        margin: 5px 0;
        font-weight: 600;
        font-size: 19px;
    }

    #hevratNiaol {
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 16px;
        padding: 10px;
        background-image: url(https://www.igemel-net.co.il/wp-content/uploads/2023/11/down-5.png) !important;
        background-repeat: no-repeat !important;
        background-position: left 10px center !important;
        padding-right: 30px;
        color: black;
        text-align: center;
    }

    .formSideBar > .loader {
        position: fixed;
        right: 22% !important;
        left: 25%;
        top: 75%;
        max-width: 200px;
        width: 100%;
    }

    .textForm {
        padding-right: 40px;
    }
}

/*.redMoreOria {*/
/*    font-size: 15px;*/
/*    text-align: center;*/
/*    color: black;*/
/*    font-weight: 500;*/
/*    text-decoration: underline;*/
/*}*/

@media (min-width: 1250px) {
    .btnPopUpTable {
        display: none;
    }
}

.flexBoxT {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

/*.arrow:after {*/
/*    content: "";*/
/*}*/

.arrow-active:after {
    content: "▼";
    top: 50%;
    font-size: 11px;
}
.dateReports{
	padding-right:12px;
}
.buT{
    display: flex;
    align-items: baseline; 
    gap: 5px;
}
/*.textAfterTitleFirst p.expanded {*/
/*    max-height: none; !* ביטול ההגבלה להצגת כל הטקסט *!*/
/*    white-space: normal;*/
/*    text-overflow: unset;*/
/*}*/
.icon_repeator::-webkit-scrollbar {
    display: none; 
} 

/*תשובות שאלות חדש*/
/*.btnqus {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 10px;*/
/*    justify-content: space-between;*/
/*}*/
/*.iconPlus{*/
/*    width: 25px;*/
/*    height: 25px;*/
/*}*/
/*.card-Q{*/
/*    margin-bottom: 10px;*/
/*    background: white;*/
/*}*/
/*.btnqus{*/
/*    font-size: 19px;*/
/*    font-weight: 600;*/
/*}*/
/*#accordion{*/
/*    border-radius: 8px;*/
/*    margin-top: 2%;*/
/*    background: white;*/
/*    padding: 17px;*/
/*}*/
/*.card-header{*/
/*    background-color: white;*/
/*}*/
/*.card-Q{*/
/*    border: none !important;*/
/*}*/
/*.card-body{*/
/*    font-size: 17px;*/
/*}*/
/*.rotate-icon {*/
/*    transition: transform 0.3s ease;*/
/*}*/

/*.rotate-icon.rotated {*/
/*    transform: rotate(180deg);*/
/*}*/

.conLoader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, .7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loader {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #000;
    box-sizing: border-box;
    animation: 1s linear infinite alternate animloader;
}

@keyframes animloader {
    0% {
        box-shadow: -38px -12px,-14px 0,14px 0,38px 0
    }

    33% {
        box-shadow: -38px 0,-14px -12px,14px 0,38px 0
    }

    66% {
        box-shadow: -38px 0,-14px 0,14px -12px,38px 0
    }

    100% {
        box-shadow: -38px 0,-14px 0,14px 0,38px -12px
    }
}
.rowLoader .loader{
    right:0 ;
}



.cards-container {
    padding-top: 2%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
 
.card-news {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    width: 292px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.card-news:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.card-news .label {
    position: absolute;
    top: 16px;
    left: -40px;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    background-color: #007bff;
    color: white;
    padding: 6px 40px;
    font-size: 0.85em;
    font-weight: 500;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.label.recommended { background-color: #007bff; }
.label.exclusive   { background-color: #28a745; }
.label.new         { background-color: #ffc107; color: #333; }

.card-news img {
    max-width: 80%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    max-height: 60px;
    text-align: center;
    object-fit: contain;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.card-news p {
    font-size: 1em;
    color: #555;
    margin-bottom: 20px;
    flex-grow: 1;
}

.card-news a.button {
    background-color: #111827;
    color: white;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.card-news a.button:hover {
    background-color: #2563eb;
}

@media (max-width: 768px) {
    .cards-container {
        flex-direction: column;
        align-items: center;
    }
}