/* @media (max-width: 1024px) and (min-width: 767px) {
}
@media (max-width: 767px) {
} */

.opnenCalc {
    display: none !important;
}

:root {
    --mobile-width: 767px;
    --tablet-width: 1024px;
    --desktop-width: 1200px;
}

body {
    background-color: #F9F9F9 !important;
    /* background-image: url('./../assets/img/0001.png');
    background-repeat: repeat;
    background-size: 200px 200px;
    background-position: center center; */
}

* {
    outline: none;
    font-family: "Heebo", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    box-sizing: border-box;
    margin: 0;
}

svg {
    overflow: visible !important;
}

::selection {
    background: #000000;
    color: #edeef0;
}


/* סרגל הגלילה לכל האלמנטים */
/* *::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}

/* *::-webkit-scrollbar-track {
    margin-top: 0px;
    margin-bottom: 0px;
    } */

*::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(transparent, #e7eceb);
    background: #e7eceb;
    border: 0px solid #e7eceb;
    border-radius: 20px;
}

*::-webkit-scrollbar-thumb:hover {
    background: #e7eceb;
    border: 0px solid #e7eceb;
}

*::-webkit-resizer {
    color: #e7eceb;
}

*::-webkit-scrollbar-track-piece {
    color: #e7eceb;

}

*::-webkit-scrollbar-corner {
    background: transparent;
}

*/
/* עיצוב סרגל הגלילה באתר */
/* body::-webkit-scrollbar {
    width: 12px;
    background: #F1F3F8;
} */


/* ::-webkit-scrollbar-track {
    margin-top: 0px;
    margin-bottom: 0px;
    } */

/* body::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(transparent, #0C2455);
    background: linear-gradient(transparent, #0C2455);
    border: 3px solid #F1F3F8;
    border-radius: 20px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #0C2455;
    border: 3px solid #F1F3F8;
}

body::-webkit-resizer {
    color: #0C2455;
}

body::-webkit-scrollbar-track-piece {
    color: #0C2455;

}

body::-webkit-scrollbar-corner {
    background: transparent;
} */

.displayBlock {
    display: block;
}

/* .displayBlock * {
    display: block;
    width: 100%;
} */

h1 {
    font-size: xx-large;
    font-weight: 800;
    line-height: normal;
    text-align: center;
}

h2 {
    font-size: large;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

h3 {
    font-size: medium;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

b {
    font-weight: bold;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

a {
    color: #236897;
    text-decoration: underline;
}

/* sys divs */
.boxsAreaContainer {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    z-index: 50;
    position: relative;
    text-align: center;
}

.boxsAreaContainerDash {
    width: 800px;
    max-width: 800px;
    display: inline-block;
    z-index: 50;
    position: relative;
}

.boxsArea {
    width: 100%;
    display: flex;
    gap: 20px;
    padding: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    z-index: 50;
    position: relative;
}

@media (max-width: 850px) {
    /* .boxsAreaContainer {
        width: 100%;
        max-width: 100%;
    }  */

    .boxsAreaContainerDash {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .boxsArea {
        flex-direction: column;
    }
}

.infoBoxContainer {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.infoBox {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-radius: 24px;
    /* box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.13); */
    padding: 20px;
    gap: 10px;
    text-align: right;
}

.infoBoxNoStyle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.infoBoxTitle {
    text-align: right;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    flex: 1 50%;
}

.infoBoxTitle svg {
    fill: #000;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

.infoBoxW1 {
    flex: 1;
    flex-basis: 100%;
}

.infoBoxW2 {
    flex: 1;
    flex-basis: calc(100% / 2 - 20px);
}

.infoBoxW3 {
    flex: 1;
    flex-basis: calc(100% / 3 - 20px);
}

.infoBoxW4 {
    flex: 1;
    flex-basis: calc(100% / 4 - 20px);
}

.infoBoxW5 {
    flex: 1;
    flex-basis: calc(100% / 5 - 20px);
}

.infoBoxW6 {
    flex: 1;
    flex-basis: calc(100% / 6 - 20px);
}

@media (max-width: 1024px) and (min-width: 767px) {
    .infoBoxW1 {
        flex: 1;
        flex-basis: 100%;
        width: 100%;
    }

    .infoBoxW2 {
        flex: 1;
        flex-basis: calc(100% / 2 - 20px);
    }

    .infoBoxW3 {
        flex: 1;
        flex-basis: calc(100% / 2 - 20px);
    }

    .infoBoxW4 {
        flex: 1;
        flex-basis: calc(100% / 2 - 20px);
    }

    .infoBoxW5 {
        flex: 1;
        flex-basis: calc(100% / 2 - 20px);
    }

    .infoBoxW6 {
        flex: 1;
        flex-basis: calc(100% / 2 - 20px);
    }
}

@media (max-width: 767px) {
    .infoBoxW1 {
        flex: 1;
        flex-basis: 100%;
        width: 100%;
    }

    .infoBoxW2 {
        flex: 1;
        flex-basis: 100%;
        width: 100%;

    }

    .infoBoxW3 {
        flex: 1;
        flex-basis: 100%;
        width: 100%;
    }

    .infoBoxW4 {
        flex: 1;
        flex-basis: 100%;
        width: 100%;
    }

    .infoBoxW5 {
        flex: 1;
        flex-basis: 100%;
        width: 100%;
    }

    .infoBoxW6 {
        flex: 1;
        flex-basis: 100%;
        width: 100%;
    }
}

/* מיכל הכולל כמה בוקסים */
.infoBoxCW1o4 {
    flex: 1;
    flex-basis: calc(100% / 4 - 20px);
}

.infoBoxCW2o4 {
    flex: 1;
    flex-basis: calc(100% / 4 * 2 - 20px);
}

.infoBoxCW3o4 {
    flex: 1;
    flex-basis: calc(100% / 4 * 3 - 20px);
}

/* מיכל הכולל כמה בוקסים */
.infoBoxCW1o3 {
    flex: 1;
    flex-basis: calc(100% / 3 - 20px);
}

.infoBoxCW2o3 {
    flex: 1;
    flex-basis: calc(100% / 3 * 2 - 20px);
}

/* מיכל הכולל 1 מתוך 2 */
.infoBoxCW1o2 {
    flex: 1;
    flex-basis: calc(100% / 2 - 20px);
}

/* מיכל הכולל 2 מתוך 2 */
.infoBoxCW2o2 {
    flex: 1;
    flex-basis: calc(100% / 2 * 2 - 20px);
}


@media (max-width: 767px) {
    .infoBoxCW1o4 {
        flex: 1;
        width: 100%;
        flex-basis: 100%;
    }

    .infoBoxCW2o4 {
        flex: 1;
        width: 100%;
        flex-basis: 100%;
    }

    .infoBoxCW3o4 {
        flex: 1;
        width: 100%;
        flex-basis: 100%;
    }

    .infoBoxCW1o3 {
        flex: 1;
        width: 100%;
        flex-basis: 100%;
    }

    .infoBoxCW2o3 {
        flex: 1;
        width: 100%;
        flex-basis: 100%;
    }

    .infoBoxCW1o2 {
        flex: 1;
        width: 100%;
        flex-basis: 100%;
    }

    .infoBoxCW2o2 {
        flex: 1;
        width: 100%;
        flex-basis: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 767px) {

    .infoBoxFullWidthInTabAndMob {
        flex-basis: 100%;
    }

}

@media (max-width: 767px) {

    .infoBoxFullWidthInMob {
        flex-basis: 100%;
    }

    .infoBoxFullWidthInTabAndMob {
        flex-basis: 100%;
    }

}

/* אייקון סמל לקוח ומחשב לכל המערכת */
.iconA {
    background-color: #E9EFF5;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #fff;
    border-radius: 100px;
    box-shadow: 4px -7px 8px -5px rgba(0, 0, 0, 0.08) inset, 5px 7px 8px -5px rgba(0, 0, 0, 0.09);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 70px;
    width: 70px;
}

.iconA svg {
    fill: #000;
    width: 30px;
    height: 30px;
}

.iconB {
    background-color: #E9EFF5;
    height: 50px;
    width: 50px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #fff;
    border-radius: 100px;
    box-shadow: 4px -7px 8px -5px rgba(0, 0, 0, 0.08) inset, 5px 7px 8px -5px rgba(0, 0, 0, 0.09);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.iconB svg {
    fill: #000;
    width: 20px;
    height: 20px;
}

.iconC {
    background-color: #e8eef3;
    height: 45px;
    width: 45px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

@media (max-width: 767px) {
    .iconC {
        background-color: #e8eef3;
        height: 35px;
        width: 35px;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
}

.iconC svg {
    fill: #1d1d1b;
    width: 15px;
    height: 15px;
}

.iconCM {
    background-color: #e8eef3;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.iconCM svg {
    fill: #1d1d1b;
    width: 15px;
    height: 15px;
}

.mainButton {
    background-color: #236897;
    padding: 10px 15px;
    /* border-style: solid; */
    /* border-width: 2px 2px 2px 2px; */
    /* border-color: #f1f4f7; */
    border-radius: 35px;
    /* box-shadow: 0px 7px 8px -5px rgba(0, 0, 0, 0.13); */
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 7px;
    user-select: none;
    border: none;
}

.mainButton svg {
    width: 15px;
    height: 15px;
    fill: #ffffff;
}

/* .mainButton {
    background-color: #1d1d1b;
    padding: 10px 15px 10px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #f1f4f7;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 7px 8px -5px rgba(0, 0, 0, 0.13);
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 7px;
    user-select: none;
}

.mainButton svg {
    width: 15px;
    height: 15px;
    fill: #ffffff;
} */

.mainButton1 {
    background-color: #ffffff;
    border-radius: 25px;
    border: 1px solid rgb(239, 239, 239);
    padding: 10px 15px;
    color: #236897;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 7px;
    user-select: none;
}

.mainButton1 svg {
    width: 15px;
    height: 15px;
    fill: #236897;
}

/* .mainButton1 {
    padding: 10px 15px 10px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #f1f4f7;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 7px 8px -5px rgba(0, 0, 0, 0.13);
    color: #000000;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 7px;
    user-select: none;
} */

/* .mainButton1 svg {
    width: 15px;
    height: 15px;
    fill: #000;
} */

/* //// */

.miniButton {
    color: #333;
    padding: 10px;
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    border: none;
}

.miniButton:hover {
    color: #333;
    background-color: #F5F7F7;
}

.miniButton svg {
    fill: #cfd6db;
    height: 15px;
    width: 15px;
}

.miniButton:hover svg {
    fill: #a5acb3;
}

.delete_item {
    color: #333;
    padding: 10px;
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    border: none;
}

.delete_item svg {
    fill: #cfd6db;
    height: 15px;
    width: 15px;
}

.delete_item:hover {
    color: #e41e59;
    background-color: #faecf0;
}

.delete_item:hover svg {
    fill: #e41e59;
}

/* //// */

.addSystemReminder {
    padding: 13px;
}

.mainButtonDelete {
    padding: 10px 15px 10px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FF94AF;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 7px 8px -5px rgba(0, 0, 0, 0.13);
    color: #ff2e62;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 7px;
    user-select: none;
}

.mainButtonDelete svg {
    width: 15px;
    height: 15px;
    fill: #ff2e62;
}

.mainButtonDelete:hover {
    border-color: #ff2e62;
    color: #ffffff;
    background-color: #ff2e62;
}

.mainButtonDelete:hover svg {
    width: 15px;
    height: 15px;
    fill: #ffffff;
}

.actionButton {
    width: 100%;
}


/* מילונים */

/* כפתור */
.glossariesUseButton {
    background-color: #ffffffad;
    padding: 7px;
    border: none;
    border-radius: 70px;
    color: #000;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 3px;
    left: 44px;
    border: 1px solid #e9e9e1ad;
    user-select: none;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.glossariesUseButton svg {
    width: 12px;
    height: 12px;
    fill: #bfc6ce;
}

.fieldCopyButton {
    background-color: #ffffffad;
    padding: 7px;
    border: none;
    border-radius: 70px;
    color: #000;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 1px solid #e9e9e1ad;
    user-select: none;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.fieldCopyButton svg {
    width: 12px;
    height: 12px;
    fill: #bfc6ce;
}

.inputGlossaryOrCopy,
.inputGlossaryAndCopy {
    display: block;
    position: relative;
    width: 100%;
    flex: 1;
    margin-bottom: 10px;
}

.inputGlossaryOrCopy .glossariesUseButton {
    left: 3px;
}

.inputGlossaryOrCopy .fieldCopyButton,
.inputGlossaryOrCopy .glossariesUseButton,
.inputGlossaryAndCopy .fieldCopyButton,
.inputGlossaryAndCopy .glossariesUseButton {
    display: none;
}

.inputGlossaryOrCopy:hover .fieldCopyButton,
.inputGlossaryOrCopy:hover .glossariesUseButton,
.inputGlossaryAndCopy:hover .fieldCopyButton,
.inputGlossaryAndCopy:hover .glossariesUseButton {
    display: flex;
}

input,
textarea {
    width: 100%;
    flex: 1 100%;
    padding-left: 10px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 25px;
    border: 1px solid rgb(239, 239, 239);
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    line-height: 25px;
}

/* input,
textarea {
    width: 100%;
    flex: 1 100%;
    padding-left: 10px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding: 10px 10px;
    background-color: #f1f4f7;
    border-radius: 7px;
    border: 1px solid #dfe7e9;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    line-height: 25px;
} */

input:focus,
textarea:focus {
    background-color: #ffffff;
    border: 1px solid #3567e0;
}

.filtersAndOrdersContainerBox input:focus {
    background-color: #ffffff !important;
    border: 1px solid #3567e0 !important;
}

.filtersAndOrdersContainerBox select {
    width: 100% !important;
    flex: 1 100% !important;
    padding-left: 10px !important;
    padding-top: 8px !important;
    padding-right: 10px !important;
    padding-bottom: 8px !important;
    padding: 10px 20px !important;
    background-color: #ffffff !important;
    border-radius: 25px !important;
    border: 1px solid rgb(239, 239, 239) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: right !important;
    line-height: 25px !important;
}

.filtersAndOrdersContainerBox select:focus {
    background-color: #ffffff !important;
    border: 1px solid #3567e0 !important;
}

/* input:focus {
    background-color: #ffffff;
    border: 1px solid #0c76ff;
} */

/* .inputGlossaryOrCopy input,
.inputGlossaryOrCopy textarea {
    padding-left: 35px;
}

.inputGlossaryAndCopy input,
.inputGlossaryAndCopy textarea {
    padding-left: 65px;
} */

.inputGlossary .note {
    background-color: transparent;
    border: none;
}

label {
    font-size: 14px;
    font-weight: 600;
    padding: 0px;
    width: 100%;
    flex: 1;
    text-align: right;
}

form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 5px 10px;
    width: 100%;
    flex: 1 0 100%;
}

form label {
    font-size: 14px;
    font-weight: 500;
    padding: 0px 10px 2px 10px;
}

/* form input,
form textarea {
    padding: 10px 10px;
    background-color: #eef4f5;
    border-radius: 10px;
    border: none;
} */

/* form input {
    padding: 10px 10px;
    background-color: #ffffff;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #dfe7e9;
} */

form .note {
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ECE9CE;
    background-color: #FFFEF3;
    border-radius: 0px;
}

select {
    width: 100%;
    flex: 1 100%;
    padding-left: 10px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 25px;
    border: 1px solid rgb(239, 239, 239);
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    line-height: 25px;
}

select:focus {
    background-color: #ffffff;
    border: 1px solid #3567e0;
}

@media (max-width: 974px) {
    .filtersAndOrdersContainerBox {
        order: -999;
    }
}

/* sys header */
.sysHeaderContainer {
    display: block;
    z-index: 70;
    position: relative;
    width: 100%;
    flex: 1 100%;
}

.sysHeader {
    z-index: 100;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0px 15px 20px;
    gap: 10px;
}

@media (max-width: 767px) {
    .sysHeader {
        gap: 5px;
    }
}

.sysHeaderTitle {
    font-weight: 700;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border-radius: 20px 0px 0px 20px;
    transition: 0.2s;
    background-color: #ffffff00;
    /* padding: 10px 20px 10px 10px; */
    cursor: pointer;
}

.sysHeaderTitle img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.sysHeaderTitle svg {
    width: 0px;
    height: 15px;
    fill: #236897;
    transition: 0.2s;
}

.sysHeaderTitle:hover {
    box-shadow: 0px 15px 14px -5px rgba(0, 0, 0, .1);
    padding: 10px 20px 10px 10px;
    background-color: #fff;
}

.sysHeaderTitle:hover svg {
    width: 15px;
}

.sysHeaderTitleSpace {
    display: block;
    flex: 1;
}

.dropDownBox {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    user-select: none;
}

.dropDownButton {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    user-select: none;
}

.userInfoBoxUserName {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    user-select: none;
}

@media (max-width: 767px) {
    .userInfoBoxUserName {
        display: none;
    }
}

.avatar {
    border-radius: 50px;
    box-shadow: 0px 15px 20px -5px rgba(0, 0, 0, 0.10);
}

.dropDownContent {
    position: absolute;
    top: calc(100% + 10px);
    bottom: auto;
    left: 0;
    right: auto;
    width: 300px;
    display: none;
    z-index: 5000;
}

.dropDownContent.up_left {
    top: auto;
    bottom: calc(100% + 10px);
    right: 0;
    left: auto;
}

.dropDownContent.up_center {
    top: auto;
    bottom: calc(100% + 10px);
    right: auto;
    left: auto;
}

.dropDownContent.up_right {
    top: auto;
    bottom: calc(100% + 10px);
    left: 0;
    right: auto;
}

.dropDownContent.down_left {
    bottom: auto;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
}

.dropDownContent.down_center {
    bottom: auto;
    top: calc(100% + 10px);
    right: auto;
    left: auto;
}

.dropDownContent.down_right {
    bottom: auto;
    top: calc(100% + 10px);
    left: 0;
    right: auto;

}

.dropDownContent.left_down {
    top: 0;
    bottom: auto;
    right: calc(100% + 10px);
    left: auto;
}

.dropDownContent.left_center {
    top: auto;
    bottom: auto;
    right: calc(100% + 10px);
    left: auto;
}

.dropDownContent.left_up {
    top: auto;
    bottom: 0;
    right: calc(100% + 10px);
    left: auto;
}

.dropDownContent.right_down {
    top: 0;
    bottom: auto;
    right: auto;
    left: calc(100% + 10px);
}

.dropDownContent.right_center {
    top: auto;
    bottom: auto;
    right: auto;
    left: calc(100% + 10px);
}

.dropDownContent.right_up {
    top: auto;
    bottom: 0;
    right: auto;
    left: calc(100% + 10px);
}

.dropDownContentContainer {
    background-color: #fff;
    border-style: none;
    border-radius: 20px;
    box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.13);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.dropDownContentContainerUserInfo {
    background-color: transparent;
    background-image: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
    border-style: none;
    border-radius: 20px;
    box-shadow: 0px 25px 20px -10px rgba(78.91718749999998, 78.91718749999998, 78.91718749999998, 0.12);
    padding: 20px 20px 10px 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.dropDownContentContainer img {
    margin-bottom: 10px;
}

.userInfoBoxEmail {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

.logOut {
    margin: 20px 0px 0px 0px;
    padding: 20px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #f7f9fc;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}

.logOut svg {
    fill: #FF91AC;
    height: 20px;
    width: 20px;
}

.editUser {
    padding: 2px 12px 2px 12px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #555555;
    border-radius: 30px 30px 30px 30px;
    color: #000;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 10px;
    align-self: flex-end;
    font-size: 14px;
}

/* page build */
.pageContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.pageContent {
    display: block;
    width: 50%;
    flex: 1 0 50%;
    text-align: center !important;
}

/* navMenu */
.navMenuSide::-webkit-scrollbar {
    display: none;
}

.navMenuSideShow {
    padding: 13px;
    /* background-color: #2F2F2D; */
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    cursor: pointer;
    user-select: none;
}

.navMenuSideShow svg {
    fill: #2F2F2D;
    height: 15px;
    width: 15px;
}


.navMenuSideContainer {
    z-index: 100;
    width: 90px;
    height: 100%;
    display: block;
    flex: 0 0 90px;
    transition: flex 0.1s linear;
}

.navMenuSideContainer .open {
    transform: translateX(0);
}

.navMenuSide {
    background-color: #1D1D1B;
    width: 80px;
    height: calc(100% - 20px);
    border-radius: 15px;
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 20px 10px;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    transition: 0.3s;
    overflow-y: hidden;
    overflow-x: hidden;
    right: 10px;
}

@media (max-width: 1024px) {
    .navMenuSideContainer {
        width: 0px;
        flex: 0 0 0px;
    }

    .navMenuSide {
        right: -300px;
    }
}

.navMenuSideContainer[is-mobile="true"] {
    width: 0px;
    flex: 0 0 0px;
}

.navMenuSideContainer[is-mobile="true"] .navMenuSide {
    right: -300px;
}

.navMenuSideOpened {
    width: 300px;
    overflow-y: auto;
}

.navMenuSideOpened * {
    transition: 0.3s;
}

.navMenuSideLogoTop {
    background-image: url('https://sliadmin.com/wp-content/uploads/icon-with.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 50px;
    width: 50px;
    display: block;
    margin-bottom: 30px;
    text-decoration: none;
}

.navMenuSideButtonsContainet {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.navMenuSideIconAndTitle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap: 10px;
    cursor: pointer;
    padding: 10px 6px 10px 10px;
    height: 30px;
    user-select: none;
}

.navMenuSideButtonTitle {
    font-weight: 400;
}

.navMenuSideMainButton {
    background-color: #2f2f2d;
    color: #ffffffc5;
    font-size: 17px;
    font-weight: 500;
    padding: 10px;
    border-radius: 17px;
    text-decoration: none;
    height: 50px;
    width: 50px;
}

.navMenuSideMainButton:hover {
    height: max-content;
    width: 100%;
    background-color: #fff;
}

.navMenuSideMainButton:hover svg {
    fill: #2f2f2d;
}

.navMenuSideMainButton:hover .navMenuSideButtonTitle {
    color: #2f2f2d;
}

.navMenuSideOpened .navMenuSideMainButton {
    gap: 7px;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
}

.navMenuSideMainButton svg {
    fill: #fff;
    height: 20px;
    width: 20px;
}

.navMenuSideMainButton .navMenuSideButtonTitle,
.navMenuSideButton .navMenuSideButtonTitle {
    max-width: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
    transition: opacity 0.5s;
}

.navMenuSideOpened .navMenuSideButtonTitle {
    max-width: fit-content;
    overflow: visible;
    opacity: 1;
}

.navMenuSideButton {
    background-color: #2f2f2d00;
    color: #ffffffc5;
    font-size: 17px;
    font-weight: 500;
    padding: 10px;
    border-radius: 17px;
    text-decoration: none;
    height: 50px;
    width: 50px;
}

.navMenuSideButton:hover {
    background-color: #2f2f2d;
    color: #ffffff;
    height: max-content;
    width: 100%;
}

.navMenuSideOpened .navMenuSideButton {
    gap: 7px;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
}

.navMenuSideButton svg {
    fill: #ffffffbe;
    height: 20px;
    width: 20px;
}

.navMenuSideButton:hover svg {
    fill: #ffffff;
}

.navMenuSideButton:hover .navMenuSideButtonOpenInfo {
    margin-top: 15px;
}

.navMenuSideCat {
    font-size: 13px;
    font-weight: 400;
    color: #ffffffc5;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px 5px 15px 15px;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
}

.navMenuSideCat .title {
    font-size: 13px;
    font-weight: 400;
    color: #ffffffc5;
    max-width: 0px;
    overflow: hidden;
    transition: 0.3s;
}

.navMenuSideOpened .navMenuSideCat .title {
    max-width: max-content;
    overflow: visible;
}

.navMenuSideCat hr {
    width: 20px;
    height: 1px;
    background-color: #5e5e59;
    border: none;
}

.navMenuSideOpened .navMenuSideCat hr {
    width: 50px;
}

.navMenuSideOpened .navMenuSideCat {
    justify-content: flex-start;
    padding: 15px 15px 15px 15px;
}

/* כפתור פנימי */
.navMenuSideOpenInfoButton {
    background-color: #535351;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    text-decoration: none;
    padding: 13px 15px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 10px;
    text-align: center;
}

.navMenuSideOpenInfoButton:hover {
    background-color: #444442;
}

.navMenuSideOpenInfoButton svg {
    fill: rgb(179, 179, 179);
    width: 15px;
    height: 15px;
    margin-top: 7px;
}


.sysLoading {
    padding: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
}

.sysLoadingBar {
    background-color: #81b1f167;
    padding: 0px;
    height: 4px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    align-content: center;
    animation: sysLoadingBar 2s linear infinite;
}

@keyframes sysLoadingBar {
    0% {
        align-items: flex-start;
    }

    100% {
        align-items: flex-end;
    }
}

.sysLoadingBarLine {
    background-color: #0c76ff;
    display: block;
    width: 0%;
    height: 4px;
    border-radius: 10px;
    animation: sysLoadingBarLine 2s cubic-bezier(0.8, 0.03, 0.2, 1) infinite;
}

@keyframes sysLoadingBarLine {
    0% {
        width: 0%;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

.errorLoading .sysLoadingBar {
    background-color: #ff0c55;
}

.errorLoading .sysLoadingBarLine {
    display: none;
}

.successLoading .sysLoadingBar {
    background-color: #13da66;
}

.successLoading .sysLoadingBarLine {
    display: none;
}

.completeLoading .sysLoadingBar {
    background-color: #0c76ff;
}

.completeLoading .sysLoadingBarLine {
    display: none;
}

/* client and device and more box info */
.relBoxInfo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    flex: 0 100%;
}

.relBoxInfo .tw1 {
    width: 50%;
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0px 5px;
}

.relBoxInfo .t1 {
    width: 100%;
    flex: 1 1 100%;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.relBoxInfo .t2 {
    color: #50616F;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    flex: 1 1 100%;
}

.relBoxInfo .t3 {
    color: rgb(152, 153, 155);
    font-size: 13px;
    font-weight: 300;
    width: 100%;
    flex: 1 1 100%;
}

.relBoxInfo .tCode {
    color: rgb(66, 67, 70);
    font-size: 14px;
    font-weight: 300;
    max-width: 100%;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: monospace;
    padding: 5px 7px;
    background-color: #eff1f3;
    border-radius: 7px;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* tooltip */

.tooltipTypeDetail {
    /* position: absolute; */
    /* top: 10px; */
    /* left: 10px; */
}

.tooltipContainer {
    position: relative;
    display: inline-block;
}

.tooltipButton {
    color: #333;
    padding: 10px;
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    user-select: none;
}

.tooltipButton svg {
    fill: rgb(207, 214, 219);
    height: 15px;
    width: 15px;
}

.tooltipContainer:hover .tooltipButton {
    color: #333;
    background-color: #F5F7F7;
}

.tooltipContainer:hover .tooltipButton svg {
    fill: rgb(165, 172, 179);
}

.tooltipContainer .tooltipContent {
    visibility: hidden;
    width: 250px;
    background-color: #fff;
    box-shadow: 0px 25px 20px -10px rgba(78.91718749999998, 78.91718749999998, 78.91718749999998, 0.12);
    color: #000;
    font-size: 14px;
    text-align: right;
    padding: 10px;
    border-radius: 14px;
    position: absolute;
    top: calc(100% + 1px);
    right: 0%;
    /* transform: translateY(-50px); */
    opacity: 0;
    transition: 0.3s;
    z-index: 9999;
    border: 2px solid #F5F7F7;
}

.tooltipContainer:hover .tooltipContent {
    visibility: visible;
    opacity: 1;
    /* transform: translateY(50px); */
}


/* //// */

.createAndAuthorDetail {
    padding: 10px;
    background-color: #ffffff;
    /* border: 2px solid #ffffff; */
    border-radius: 0px;
    width: 100%;
    /* box-shadow: -4px 5px 7px -7px #b0bfd9; */
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #737a80;
    line-height: 19px;
    width: 100%;
    /* border-top: 1px solid #f1f3f5; */
}

.authorDetailContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    gap: 10px;
    border-top: 1px solid #f1f3f5;
    padding: 10px;
}

.authorDetailContainer .avatar {
    border-radius: 50px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    border: 1px solid #eef2f5;
}

.authorDetailText {
    font-size: 12px;
    color: #737a80;
    text-decoration: none;
    font-weight: 500;
}

.authorDetailText a {
    font-size: 12px;
    color: #737a80;
    text-decoration: underline;

}

/* button disabled */
button.mainButton:disabled {
    opacity: 0.5 !important;
}


/* switcher */
/* https://www.w3schools.com/howto/howto_css_switch.asp */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 29px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d0d8da;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px;
}

input:checked+.slider {
    background-color: #0c76ff;
}

input:focus+.slider {
    box-shadow: 0 0 1px #0c76ff;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* ///// */

.swicherAndLabel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 10px;
    gap: 10px;
}

.swicherAndLabel .label {
    width: fit-content !important;
    padding: 0px;
}

/* accordions */
.accordionsBox {
    width: 100%;
    flex: 1 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.accordionSingleBox {
    border: none;
    font-size: 14px;
    border-radius: 7px;
    padding: 5px;
    width: 100%;
    flex: 1 100%;
    box-shadow: 0px 2px 10px -5px rgb(0 0 0 / 25%);
    background-color: #fff;
    font-weight: 500;
    color: #545f69;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

/* .accordionSingleBox:hover {
    z-index: 999999;
} */

.accordionButton {
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    flex: 1 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 7px;
}

.accordionTitle {
    flex: 1;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.accordionButton:hover .accordionTitle {
    color: #0f4996;
}

.accordionOpened .accordionTitle {
    color: #0f4996;
}

.accordionArrow {
    padding: 7px;
    background-color: #fff;
    border-radius: 7px;
    display: flex;
}

.accordionButton:hover .accordionArrow {
    background-color: #f9fafc;
}

.accordionOpened .accordionArrow {
    background-color: #f9fafc;
}

.accordionArrow svg {
    width: 20px;
    height: 20px;
    fill: #bfc6ce;
}

.accordionArrow:hover svg {
    width: 20px;
    height: 20px;
    fill: #8a929b;
}

.accordionContent {
    padding: 10px;
    width: 100%;
    flex: 1 100%;
}

/* select */
.inputDynamicSelect {
    position: relative;
    width: 100%;
    flex: 1 100%;
}

.inputDynamicSelectBox {
    width: 100%;
    flex: 1 100%;
    padding: 5px 5px 0px 5px;
    background: #F1F4F7;
    border: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    z-index: 10;
    box-shadow: 0px 3px 10px 0px rgb(79 79 79 / 10%);
    margin-bottom: 30px;
    border-radius: 25px;
}

.inputDynamicSelectResults {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: right;
    background: #fff;
    border-radius: 25px;
    -webkit-overflow-scrolling: touch;
    /* מאפשר גלילה חלקה במובייל */
}

/* עיצוב סרגל הגלילה בתוצאות */
.inputDynamicSelectResults::-webkit-scrollbar {
    width: 7px;
    background: transparent;
}

.inputDynamicSelectResults::-webkit-scrollbar-track {
    margin-top: 0px;
    margin-bottom: 0px;
}

.inputDynamicSelectResults::-webkit-scrollbar-thumb {
    background: #f1f4f794;
    border-radius: 0px;
}

.inputDynamicSelectResults::-webkit-scrollbar-thumb:hover {
    background: #f1f4f7d2;
}

.inputDynamicSelectResults::-webkit-resizer {
    color: #ced2d6;
}

.inputDynamicSelectResults::-webkit-scrollbar-track-piece {
    color: #ced2d6;

}

.inputDynamicSelectResults::-webkit-scrollbar-corner {
    background: transparent;
}

.select_field_item {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    white-space: normal;
    user-select: none;
    text-align: right;
}

.select_field_item:hover {
    background-color: #539dff;
    color: #fff;
    /* box-shadow: 0px 15px 20px -5px rgba(0, 0, 0, 0.1); */
    z-index: 5;
}

.inputDynamicSelectResultsInfo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.inputDynamicSelectResultsInfo a {
    font-size: 13px;
    font-weight: 300;
    color: #555555;
    border-radius: 5px;
    padding: 3px 8px;
    white-space: nowrap;
    text-decoration: none;

}

.inputDynamicSelectResultsInfo .glossaryResultsCount {
    font-size: 13px;
    font-weight: 300;
    color: #818181;
    border-radius: 5px;
    padding: 3px 8px;
    text-align: left;
    white-space: nowrap;
}

.inputDynamicSelectResultsInfo a:hover {
    background-color: #f5f7fa;
}

.inputDynamicSelectAddGlossaryVal {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.inputDynamicSelectAddGlossaryVal span {
    color: #0c76ff;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    cursor: pointer;
    flex: 1 100%;
    display: block;
    text-decoration: underline;
}

.inputDynamicSelectInputBox {
    flex: 1 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.inputDynamicSelectInputIcon {
    position: absolute;
    top: 1px;
    left: 1px;
    right: auto;
    bottom: auto;
    height: 45px;
    width: 25px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 7px 0px 0px 7px;
}

.inputDynamicSelectInputBox:hover .inputDynamicSelectInputIcon {
    background-color: #ffffffad;
}

.inputDynamicSelectInputIcon svg {
    height: 25px;
    width: 25px;
    fill: #8a929b;
}

.inputDynamicSelect input[input-field-dynamic-select] {
    width: 100%;
    flex: 1 100%;
    padding-left: 10px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    line-height: 25px;
}

/* מינימליזציה של אלמנטים */
.showMinimizationElementContainerBox {
    width: 100%;
    flex: 1 100%;
}

.showMinimizationElementButton {
    background: #fff;
    background: linear-gradient(to top, white 50%, transparent 95%);
    width: 100%;
    flex: 1 100%;
    height: 110px;
    margin-top: -90px;
    z-index: 30;
    display: flex;
    position: relative;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: overline;
    color: #236897;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.showMinimizationElementContainer {
    min-height: 100px;
    max-height: 300px;
    overflow: hidden;
    transition: max-height 0.4s ease, overflow 0.4s ease;
}

.showMinimizationElementButton {
    transition: height 0.4s ease, margin-top 0.4s ease;
}

.showMinimizationElementContainer.active {
    max-height: max-content;
    /* תבחר גובה גדול מספיק שיכסה את התוכן */
    overflow: visible;
}

.showMinimizationElementButton.active {
    height: 70px;
    margin-top: 0;
}