@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Noto Sans Hebrew','Helvetica Neue', Helvetica, Arial, sans-serif;
    min-height: 100vh;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding: 0; /* 0 50px 0*/
    position: relative;
    width: 100%;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.frame36 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px 0px;
    gap: 10px;
    width: 370px;
    height: 736px;
    left: 13px;
    top: 95px;
    border-radius: 30px;
    order: 0;
}

.frame35 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 8px;
    gap: 16px;
    width: var(--width-main-container);
    height: 706px;
    order: 0;
}

.frame36_36 {
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;
    gap: 40px;
    width: 100%;
    height: 30px;
    /* Ilia theme cards background */
    background: var(--color-gray-200);
    /* Ilia theme stroke */
    border: 1px solid rgba(255, 255, 255, 0.25);
    /* shadow 3 */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16), 0px 0px 0px 1px #DAD4F4;
    border-radius: 32px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.border_thin {
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.frame37 {
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;
    gap: 34px;
    width: 90%;
    height: 30px;
    /* Ilia theme cards background */
    background: var(--color-gray-200);
    /* Ilia theme stroke */
    border-radius: 32px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    font-family: 'Poppins', 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    /* or 14px */
    text-align: center;
    /* Orange     color: #FF9F1C;*/
    color: #FFFFFF;
    /* Inside auto layout */
    margin-bottom: 10px;
    font-family: inherit;
}

.orange_text {
    color: #FF9F1C !important;
}

.white_text {
    color: #FFFFFF !important;
}

.grey_text {
    color: #DAD4F4 !important;
}


.orange_back {
    background: #FF9F1C !important;
}

.frame35_35 {
    /* Frame 35 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    width: 100%;
    height: 624px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    z-index: 2;
}

.frame17 {
    /* Frame 17 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    width: 100%;
    height: 238px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    z-index: 2;
}

.frame17_17 {
    /* Frame 17 17 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 12px;
    /*width: var(--width-content-container) !important;*/
    height: 205px !important;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    z-index: 2;
}

.home_page {
    display: flex;
    flex: none;
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    justify-content: center;
    position: relative;
    overflow: hidden;
    order: 1;
    z-index: 1;
    padding: var(--spacing-xl) var(--spacing-lg) 0 var(--spacing-lg);
    /*padding: var(--spacing-xl) var(--spacing-lg) 0 var(--spacing-lg);*/
}

    .home_page.dark {
        background: #030919;
    }

.z3{
    z-index:3;
}

.z5 {
    z-index: 5;
}

.pos-abs-60{
    position: relative;
    top: 60px;
    left :0;
    width:100%;
}

.pos-rel {
    position: relative !important;
}
.frame-flex {
    display: flex;
    flex-direction: column;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 100%;
    z-index: 2;
}

.d-flex-start {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ellipse_right {
    display: flex;
    flex: none;
    position: absolute;
    width: 665px;
    height: 348px;
    right: -500px;
    top: -200px;
    background: var(--gradient-blue);
    filter: var(--blur-effect-xxxl);
    transform: rotate(-23deg);
    order: 1;
    z-index: 2;
    pointer-events: none;
}

.ellipse_left {
    display: flex;
    flex: none;
    position: absolute;
    width: 665px;
    height: 348px;
    left: -500px;
    bottom: -50px;
    background: var(--gradient-blue);
    filter: var(--blur-effect-xxxl);
    transform: rotate(155deg);
    order: 1;
    z-index: 2;
    pointer-events: none;
}

.jcenter {
    display: flex;
    justify-content: center;
}

.frame40_l {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 135px;
    height: 22px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /* $5,750,20 */

    width: 92px;
    height: 14px;
    font-family: 'Poppins', 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    /* or 14px */
    text-align: center;
    /* White */
    color: #FFFFFF;
}

/* Frame 40 */
.frame40_r {
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    gap: 10px;
    width: 27px;
    height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 4px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /* $5,750,20 */

    width: 11px;
    height: 14px;
    font-family: 'Poppins', 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    /* or 14px */
    text-align: center;
    /* Orange     color: #FF9F1C;*/
    color: #FFFFFF;
    /* Inside auto layout */
    align-self: stretch;
}

.carousel_item {
    /* Frame 17 */
    /* Auto layout */
    box-sizing: border-box;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    width: 100%;
    height: 180px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    overflow: hidden; /* Jsut to keep the buttons within the card */
}
.mud-carousel {
    width: 90%;
    margin: 0 auto !important;
}
.card_face {
    background: var(--color-gray-200) !important;
    box-shadow: var(--shadow-card);
    width: 100%;
    height: 180px; /* Adding so that the card occupies the full height */
    display: flex; /* Adding for proper content distribution */
    flex-direction: column; /* Adding for vertical distribution */
    border-radius: 24px; /* Let's make sure that the radius coincides with the outer element */
}

.card-client {
    /* Frame 25 */

    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    gap: 24px;
    width: 100%;
    height: 125px;
    /* Ilia theme card background */
    background: rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow-card);
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.emptyreport {
    /* Frame 19 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 24px;
    gap: 24px;
    margin: 0 auto;
    width: 302.55px;
    height: 219px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}
.card_content {
    /* Frame 19 */
    /* Auto layout */
    color: azure;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*padding: 24px 24px 0px 24px;*/

    gap: 14px;
    width: 100%;
    height: 100%; /* Change from fixed height to 100% */
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1; /* Adding flex-grow for stretching */
    justify-content: space-between;
}

.status_text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*padding: 5px 8px;*/

    gap: 10px;
    /*margin: 0 auto;*/

    width: 80px;
    height: 26px;
    border-radius: 20px;
    /* font */
    font-family: 'Manrope', 'Noto Sans Hebrew' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: 0.01em !important;
    color: #000000;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.status_inprogress {
    background: #FFB107 !important;
}

.status_draft {
    background: #A0A0A0 !important;
}

.status_ready-to-sign {
    background: #3B82F6 !important;
}

.status_sent {
    background: #8B5CF6 !important;
}

.status_signed {
    background: rgb(41,193,11,0.5961) !important;
}

.status_invoice {
    background: #F59E0B !important;
}

.status_canceled {
    background: #EF4444 !important;
}

.frame_action {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
    height: 37px;
    margin: 0 auto; /* Negative indents to compensate for padding at the parent */
    /* width: calc(100% + 48px);Increase the width so that the buttons reach the edges */
    /* Inside auto layout */
    margin-top: auto; /* Add to press to the bottom edge. */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

/* Frame 19 */
.leftbutton {
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 0px;
    gap: 10px;
    width: 50%;
    height: 37px;
    color: #FFFFFF !important;
    border-style: solid;
    border-color: var(--color-gray-200);
    font-family: 'Poppins', 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: 14.0072px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.500256px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
    cursor: pointer;
    position: relative; /* Add for the location of the pseudo element */
}

.left-rtl-border {
    border-width: 1px 0px 0px 1px;
    border-radius: 0px 0px 24px 0px; /* Increase the radius to 24px */
}

.left-ltr-border {
    border-width: 1px 1px 0px 0px;
    border-radius: 0px 0px 0px 24px; /* Увеличиваем радиус до 24px */
}

.right-rtl-border {
    border-width: 1px 1px 0px 0px;
    border-radius: 0px 0px 0px 24px; /* Увеличиваем радиус до 24px */
}

.right-ltr-border {
    border-width: 1px 0px 0px 1px;
    border-radius: 0px 0px 24px 0px; /* Increase the radius to 24px */
}

.rightbutton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 0px;
    gap: 10px;
    width: 50%;
    height: 37px;
    color: #FFFFFF !important;
    border-style: solid;
    border-color: var(--color-gray-200);
    font-family: 'Poppins', 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: 14.0072px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.500256px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
    cursor: pointer;
    position: relative; /* Add for the location of the pseudo element */
}

/* Add a pseudo-element for a vertical line */
.leftbutton::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    /*width: 1px;*/
    height: 100%; /* Height at 100% */
    background-color: var(--color-gray-200);
}

.main_action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    width: 100%; /*354px*/
    height: 280px; /*354px*/
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    z-index: 2;
}

.action_line {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 12px;
    width: 100%; /*354px*/
    height: 135px; /*165px*/
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    z-index: 2;
}

.action_button {
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 28px;
    gap: 5px;
    width: 155px; /*165px*/
    height: 135px; /*165px*/
    /* Ilia theme card background */
    background: var(--color-gray-200) !important;
    box-shadow: var(--shadow-card);
    border-radius: 32px !important;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
    color: #FFFFFF !important;
    /* $5,750,20 */

    font-family: var(--font-family-tertiary), var(--font-family-primary) !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 110% !important;
    /* or 34px */
    text-align: center;
    z-index: 2;
}

.label_4report {
    width: 100%;
    height: 29px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    justify-content:center;
    /* identical to box height, or 29px */
    display: flex;
    align-items: center;
    text-align: center;
    /* White */
    color: #FFFFFF;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.label_profile {
    width: 100%;
    height: 50px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    justify-content: center;
    /* identical to box height, or 29px */
    display: flex;
    align-items: center;
    text-align: center;
    /* White */
    color: #FFFFFF;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}
.button_add {
    /* Frame 23 */
    box-sizing: border-box !important;
    /* Auto layout */
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 16px 32px !important;
    gap: 8px;
    width: 203px;
    height: 66px;
    background: #FF9F1C !important;
    /* Ilia theme stroke */
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    /* Pop-up */
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12), inset -8px 8px 15px rgba(255, 255, 255, 0.04) !important;
    backdrop-filter: var(--blur-effect-xxxl); !important;
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 32px !important;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /* $5,750,20 */

    font-family: 'Poppins', 'Noto Sans Hebrew';
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 120% !important;
    /* identical to box height, or 24px */
    text-align: center !important;
    /* dark blue */
    color: #242736;
    /* Inside auto layout */
}

.sandwich {
    /* Group */

    margin: 0 auto;
    width: 25.3px;
    height: 22px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.just-center{
    align-items: center;
    margin-left:auto;
    margin-right:auto;
}

.ds-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 29px;
}

.ds-header__start {
    display: flex;
    align-items: center;
    min-width: 40px;
    flex: 1;
    justify-content: flex-start;
}

.ds-header__center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-header__end {
    display: flex;
    align-items: center;
    min-width: 40px;
    flex: 1;
    justify-content: flex-end;
}

/* RTL support - swap start and end positions */
html[dir="rtl"] .ds-header__start {
    justify-content: flex-start;
}

html[dir="rtl"] .ds-header__end {
    justify-content: flex-end;
}

/* Hidden hamburger - reserve space but hide element */
.ds-header__hamburger--hidden {
    visibility: hidden;
    width: 24px;
    height: 24px;
}

/* Legacy support - keep fourreport for backwards compatibility */
.fourreport {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    justify-content: space-between;
    width: 95%;
    height: 29px;
    order: 0;
}

/* Стили для выпадающего списка языков */
.language-dropdown {
    position: relative;
    z-index: var(--z-index-dropdown);
}

.language-dropdown .dropdown-menu,
.language-dropdown #langBox {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1001;
    background: var(--color-gray-200);
    border: 1px solid var(--color-stroke);
    border-radius: var(--radius-md);
    backdrop-filter: var(--blur-effect-xs);
    padding: var(--spacing-sm);
    min-width: 100px;
    max-width: 120px;
    box-shadow: var(--shadow-card);
}

/* Базовое позиционирование (по умолчанию как LTR) */
.language-dropdown #langBox {
    right: 0;
    left: auto;
    transform: translateX(-10px);
}

/* RTL позиционирование для иврита */
html[dir="rtl"] .language-dropdown #langBox {
    right: auto !important;
    left: 0 !important;
    transform: translateX(10px) !important;
}

/* LTR позиционирование для английского (явное переопределение) */
html[dir="ltr"] .language-dropdown #langBox {
    right: 0 !important;
    left: auto !important;
    transform: translateX(-10px) !important;
}

.language-dropdown #langBox.collapse {
    display: none;
}

.language-dropdown #langBox:not(.collapse) {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
}

/* Скрываем языковой список при открытом модале */
.modal.show ~ .language-dropdown #langBox {
    display: none !important;
}

/* Альтернативно - скрываем при любом модале на странице */
body.modal-open .language-dropdown #langBox {
    display: none !important;
}

.dust {
    padding: 0px;
    position: absolute;
}
.textdrafts {
    width: 48px;
    height: 19px;
    font-family: var(--font-family-primary), var(--font-family-secondary);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    /* White */
    color: #FFFFFF;
    margin-left: 16px;
    margin-right: 16px;
}

.font-montserrat {
    font-family: 'Montserrat', 'Noto Sans Hebrew';
    font-style: normal;
}

.text-montserrat {
    /*display: flex;*/
    font-family: 'Montserrat', 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    /* White */
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.more_options {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin-left: 3px;
    margin-right: 3px;
    gap: 4px;
    width: 3px;
    height: 28px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    cursor: pointer;
    color: #FFFFFF !important;
}

/* Frame 20 */

/* Auto layout */
.viewstatus {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 95%;
    height: 15px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.frameinfo {
    /* Frame 41 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 24px;
    width: 98%;
    height: 42px;
    opacity: 0.8;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin-top: 0; /* Remove auto-margin from the top, it's not needed now */
    margin-bottom: 0; /* Remove the indentation from the bottom */
}

.factoryinfo {
    width: 50%; /*146.55px*/
    height: 38px;
    font-family: 'Manrope', 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 500;
    font-size: 14.0072px;
    line-height: 19px;
    letter-spacing: 0.500256px;
    /* White */
    color: #FFFFFF;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}

.id_info {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 4px;
    width: 50%; /*100px*/
    height: 42px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    font-family: 'Manrope', 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 500;
    font-size: 14.0072px;
    line-height: 19px;
    letter-spacing: 0.500256px;
    /* White */
    color: #FFFFFF;
    opacity: 0.9;
}

.inputfield {
    /* Frame 18 */

    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px;
    gap: 14px;
    width: 95%;
    height: 45px;
    /* Ilia theme card background */
    background: var(--color-gray-200);
    /* Ilia theme stroke */
    border: 1px solid rgba(255, 255, 255, 0.25);
    /* Ilia shadow */
    box-shadow: var(--shadow-card);
    backdrop-filter: var(--blur-effect-m);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 16px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    color: #FFFFFF;
    margin: 0 auto 0 auto !important;
    vertical-align: middle;
}

.r16 {
    border-radius: 16px;
}

.r24 {
    border-radius: 24px;
}

.r32 {
    border-radius: 32px;
}

.inputfield-sf {
    /* Frame 18 */

    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px;
    gap: 24px;
    width: 90% !important;
    height: 49px;
    /* Ilia theme card background */
    background: var(--color-gray-200);
    /* Ilia theme stroke */
    border: 1px solid rgba(255, 255, 255, 0.25);
    /* Ilia shadow */
    box-shadow: var(--shadow-card);
    backdrop-filter: var(--blur-effect-m);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 16px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    color: #FFFFFF;
    margin: 0 auto 0 auto !important;
}

.form-style {
    /* Ilia theme card background */
    background: rgba(255, 255, 255, 0.25);
    /* Ilia theme stroke */
    border: 1px solid rgba(255, 255, 255, 0.25);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 16px;
}

.inputarea {
    /* Frame 18 */

    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px;
    gap: 24px;
    width: 95%;
    /* Ilia theme card background */
    background: var(--color-gray-200);
    /* Ilia theme stroke */
    border: 1px solid rgba(255, 255, 255, 0.25);
    /* Ilia shadow */
    box-shadow: var(--shadow-card);
    backdrop-filter: var(--blur-effect-m);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 16px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    color: #FFFFFF;
    margin: 0 auto 0 auto !important;
}

.options-frame_table {
    /* Frame 44 */

    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    gap: 8px;
    width: 95%;
    height: 141px;
    /* Ilia theme card background */
    background: var(--color-gray-200);
    /* Ilia theme stroke */
    border: 1px solid rgba(255, 255, 255, 0.25);
    /* Ilia theme shadow */
    box-shadow: var(--shadow-card);
    backdrop-filter: var(--blur-effect-xs);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 16px;
    /* Inside auto layout */
    flex: none;
    order: 3;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto 12px auto !important;
}
.options-frame_table:has(:nth-child(3)) {
    height: 130px;
}
.savebutton {
    /* Frame 26 */

    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    width: 330px;
    height: 45px !important;
    background: #E0E5EC;
    backdrop-filter: var(--blur-effect-xxxl);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 32px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.buttonshadow {
    /* Pop-up */
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12), inset -8px 8px 15px rgba(255, 255, 255, 0.04);
}

.cursor-pointer{
    cursor: pointer;
}

/* .reportbutton - DEPRECATED: Use .ds-button instead */

.options-frame_header {
    /* Frame 35 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 98%;
    height: 36px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    /* $5,750,20 */

    font-family: 'Manrope', 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    /* White */
    color: #FFFFFF;
    /* Inside auto layout */
}

.options-frame_add_button {
    /* Frame 26 */

    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    width: 95px;
    height: 36px;
    /* Ilia theme stroke */
    border: 1px solid rgba(255, 255, 255, 0.25);
    /* Ilia theme shadow */
    box-shadow: var(--shadow-card);
    backdrop-filter: var(--blur-effect-xs);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 32px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /* $5,750,20 */

    font-family: 'Poppins', 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    text-align: center;
    /* White */
    color: #FFFFFF;
    /* Inside auto layout */
}

.font-manrope {
    font-family: 'Manrope', 'Noto Sans Hebrew';
    font-style: normal;
}

.font-poppins {
    font-family: 'Poppins', 'Noto Sans Hebrew';
    font-style: normal;
}

.oneline {
    /* Frame 38 */

    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 16px;
    gap: 24px;
    /*
    width: 338px;
    height: 73px;
    */
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    /* Inside auto layout */
    /* flex: none; */
    order: 1;
    align-self: stretch;
    flex-grow: 1;
}

.oneinfo {
    /* Frame 35 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    width: 158px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    font-family: 'Manrope', 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* or 19px */
    color: #FFFFFF;
}

.onenext {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: none;
    width: 41px;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.small-form {
    /* Frame 37 */
    /* Auto layout */
    /*
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 12px;
    position: absolute;
    left: calc(50% - 370px/2);
    top: calc(50% - 497px/2 - 93px);
    */
    position: absolute !important;
    top: 60px;
    width: 95%;
    height: 547px;
    /* Ilia theme card background */
    background: var(--color-gray-200);
    /* Ilia theme shadow */
    box-shadow: var(--shadow-card);
    backdrop-filter: var(--blur-effect-xs);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 30px;
}

.small-form_short {
    /* Frame 37 */
    /* Auto layout */
    /*
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 12px;
    position: absolute;
    left: calc(50% - 370px/2);
    top: calc(50% - 497px/2 - 93px);
    */
    position: absolute !important;
    top: 60px;
    width: 95%;
    height: 407px;
    /* Ilia theme card background */
    background: var(--color-gray-200);
    /* Ilia theme shadow */
    box-shadow: var(--shadow-card);
    backdrop-filter: var(--blur-effect-xs);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 30px;
}
.editarea-sf {
    /* Frame 35 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 8px;
    gap: 12px;
    width: 100%;
    /*height: 382px;*/
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    background: var(--color-gray-200);
}

.inputfield:focus {
    color: #FFFFFF !important;
    background: rgba(255, 255, 255, 0.25) !important;
}

.inputfield:disabled {
    color: #FFFFFF !important;
    background: rgba(255, 255, 255, 0.25) !important;
}

.inputarea:focus {
    color: #FFFFFF !important;
    background: rgba(255, 255, 255, 0.25) !important;
}

.noform-floating{
    margin: 5px 0;
}
.form-floating label {
    top: -5px;
    left: 10px;
    /**
        position: relative;
        top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    // allow textareas padding: $form-floating-padding-y $form-floating-padding-x;
    border: $input-border-width solid transparent;
    // Required for aligning label's text with the input as it affects inner box model transform-origin: 0 0; @include transition($form-floating-transition);
    /**/
    padding: 1px 0 2px 0;
    z-index: 2;
    overflow: hidden;
    color: #FFFFFF;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.btn:disabled{
    background-color: initial !important;
}

/* .reportbutton:disabled - DEPRECATED */

/**
.btn:hover {
    background: initial !important;
    background-color: initial !important;
}
/**/
/* .reportbutton:hover - DEPRECATED */

.savebutton:hover {
    background: #E0E5EC !important;
}

.clearbutton:hover {
    background: #E0E5EC !important;
}

.savebutton:focus {
    background: #E0E5EC !important;
}

/* .reportbutton:focus - DEPRECATED */
/* .reportbutton:active - DEPRECATED */

.clearbutton:focus {
    background: #E0E5EC !important;
}

.clearbutton {
    /* Frame 26 */

    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    width: 330px;
    height: 45px !important;
    background: #C0C5EC;
    backdrop-filter: var(--blur-effect-xxxl);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 32px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.dropdown-toggle::after {
    content: none !important;
}

.dropdown-menu.show {
/**
    inset: -20px auto auto 0px !important;
/**/
    background: var(--color-gray-200);
    backdrop-filter: var(--blur-effect-xs);
    z-index: 4;
}

.dropdown-item:disabled {
    color: #6c757d !important;
    background: rgba(255, 255, 255, 0.4);
}

.dropdown-item {
    color: #FFFFFF !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--color-gray-200);
    backdrop-filter: var(--blur-effect-xs);
    display: flex;
    justify-content: flex-start;
    z-index: 10;
}

.container {
    position: relative;
}

.allreport-header {
    /* Frame 35 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    margin-bottom: 30px;
    gap: 12px;
    height: 38px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    font-family: 'Montserrat', 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
}

.allreport-frame {
    /* Frame 35 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;
    width: 100%; /* Use full width to properly center content */
    max-width: 370px; /* Limit maximum width */
    height: calc(100vh - 184px); /* Adjust height to account for header and padding */
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden; /* Prevent horizontal scrolling */
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.allreport-desk-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden; /* Prevent horizontal scrolling */
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.simple-button {
    /* Frame 24 */
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    /*margin: 0 auto;*/
    width: 130px;
    height: 36px;
    /* Ilia theme card background */
    background: var(--color-gray-200);
    /* Ilia theme stroke */
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: var(--blur-effect-xs);
    box-shadow: var(--shadow-card);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 32px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    font-family: 'Poppins', 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    /* or 14px */
    text-align: center;
    /* Orange     color: #FF9F1C;*/
    color: #FFFFFF;
}

a[role="button"].simple-button:hover {
    color: #FFFFFF;
    background: var(--color-gray-300);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.selectfield {
    /* Auto layout */
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 95%;
    height: 49px;
    /* Ilia theme card background */
    background: var(--color-gray-200);
    /* Inside auto layout */
    border: 1px solid rgba(255, 255, 255, 0.25);
    /* Ilia shadow */
    box-shadow: var(--shadow-card);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    color: #FFFFFF !important;
    margin: 0 auto 0 auto !important;
    vertical-align: middle;
    padding: 0 .3rem 0 0;
}

.flex-row {
    flex-direction: row !important;
}

.select-field {
    /* Auto layout */
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 95%;
    height: 49px;
    /* Ilia theme card background */
    background: rgba(255, 255, 255, 0.25);
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    color: #FFFFFF !important;
    /*margin: 0 auto 0 auto !important;*/
    vertical-align: middle;
    padding: 0 .3rem 0 0;
}

.gif-area {
    /* Auto layout */
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    /* Ilia theme card background */
    background: var(--color-gray-200);
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    color: #FFFFFF !important;
    border-color: var(--border-default-dark);
}

.upgrade-button-icon {
    width: 20px;
    height: 20px;
    padding: 0.25rem;
}

.selectoption {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 95%;
    height: 49px;
    /* Ilia theme card background */
    background: rgba(55, 55, 55, 0.95) !important;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    color: #000000 !important;
}

.mud-select-input .mud-input-slot {
    color: black !important;
}

.y-scroll {
overflow-y: scroll !important;
padding:10px 0 0 0;
}

.x-scroll {
    overflow-x: scroll !important;
}

.hide-scrollbar {
    scrollbar-width: none; /*Hide scrollbar*/
}

.m-footer {
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Login page title styling */
.login-title, .registry-title {
    color: #FFFFFF;
    font-family: 'Geist', 'Noto Sans Hebrew', sans-serif;
    font-size: 24px;
    line-height: 1.24;
    text-align: start;
    margin-bottom: var(--spacing-lg);
}

.login-signup {
    /* Frame 1686564713 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: 142px;
    height: 28px;
    /* Inside auto layout */
    /* Log In */
    /* Title 2/Medium */
    font-family: 'Geist', 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 106;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    /* White */
    color: #FFFFFF;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.text-box {
    position:relative;
    display: flex;
    align-items: flex-end;
    text-align: center;
    height: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.rectangle {
    position:absolute;
    bottom:0;
    width: 52px;
    height: 2px;
    /* White */
    background: #FFFFFF;
    border-radius: 10px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.rectangle-4 {
    position: absolute;
    bottom: 0;
    width: 66px;
    height: 2px;
    /* White */
    background: #FFFFFF;
    border-radius: 10px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}
.pad-top-50 {
    padding-top: 50px;
}

.summary-table{
    /*width: 100%;*/
    height: 520px;
}

.mud-table-row{
    height: 66px;
}

.w-95-flex {
    display: flex;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    width: 95% !important;
}

.w-95{
    width: 95% !important;
}

.w-95-c {
    width: 95% !important;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.w-90 {
    width: 90% !important;
}

.w-85 {
    width: 85% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-60 {
    width: 60% !important;
}

.w-45 {
    width: 45% !important;
}

.rpt {
    margin: 0 10px 10px 10px;
}
.td-wrap {
    display: flex;
}
.tr-wrap {
    display: flex;
    justify-content: space-between;
}

/*

.mud-paper {
    background-color: rgba(255, 255, 255, 0.09);
}

.tech.mud-paper {
    background-color: rgba(255, 255, 255, 0.99);
}
*/

.mud-card-content {
padding: 16px 0 0 0 !important;
width: 100%;
}

._mud-select {
    color: #FFFFFF !important;
    width: 95%;
    background: rgba(255, 255, 255, 0.25);
}

.modal-content{
    position: absolute !important;
    top: 0px;
}

.modal-dialog{
    position: relative !important;
}

.m0{
    margin: 0 !important;
}

.m10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.mtop10 {
    margin-top: 10px !important;
}
.height20 {
    height: 20px !important;
}

.height36 {
    height: 36px !important;
}

.height407 {
    height: 407px !important;
}

.height547 {
    height: 547px !important;
}

.w300px {
    width: 300px;
}

.b-bottom{
    border-bottom: solid 1px;
}
.modalrg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex) 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modalrg.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}

.modalrg.show .modal-dialog {
    transform: none;
}

.bg-09 {
    background: rgba(255, 255, 255, 0.09);
}

.bg-15 {
    background: rgba(255, 255, 255, 0.15);
}

.bg-25 {
    background: rgba(255, 255, 255, 0.25);
}

.bg-50 {
    background: rgba(255, 255, 255, 0.5);
}

.bg-75 {
    background: rgba(255, 255, 255, 0.75);
}

.bg-100 {
    background: rgba(255, 255, 255, 1);
}

.pad5{
    padding-left: 5px;
    padding-right: 5px;
}

.pad15 {
    padding: 8px 15px;
}

.pad5f {
    padding: 5px;
}

.pad15f {
    padding: 15px;
}

.pad15tb {
    padding-top: 15px;
    padding-bottom: 15px;
}

a.active span {
    color: darkorange;
}

.flato {
    font-family: 'Lato', 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
}

.modal-header {
    border: none;
}

.jcc {
    justify-content: center;
}

.mud-grid-spacing-xs-6 {
    margin-top: 0 !important;
}

.row-z{
    padding:0;
}

.centered-title {
    text-align: center;
}
