﻿/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');
*/
@import url(opensanshebrew/opensanshebrew.css);

‏‏
* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    color: #000000;
    /*    background-color: #FFFFFF;
*/ background-color: #f6f6f6;
    font-family: 'Open Sans Hebrew', sans-serif;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: medium;
    direction: rtl;
    overflow: hidden;
}

button {
    cursor: pointer;
}
/* מיישר את הצ'קבוקס לגובה הכיתוב ויוצר רווח */
.styled-checkbox input {
    vertical-align: middle;
    margin-right: 6px; /* רווח בין הצ'קבוקס לטקסט */
}

/* עוזר ביישור כללי */
.styled-checkbox {
    display: inline-block;
    direction: rtl;
}


.row {
    display: flex;
}

.col {
    display: flex;
    flex-direction: column;
}

.nav-bar {
    width: 100%;
    height: 56px;
    background-color: white;
    display: flex;
    align-items: center;
    padding: 1% 0px;
}

.bar-img {
    cursor: pointer;
}

.bar-item {
    display: flex;
    align-items: center;
    margin-inline-end: 1%;
}

.bar-logo {
    margin-right: 1.5%;
}

.popUpContainer {
    width: 1200px;
    height: 700px;
    background: white;
    margin: auto;
    padding: 20px;
}


.popup-flex {
    display: flex;
    height: 100%;
}


.popup-right {
    width: 40%;
    padding: 20px;
    border-left: 1px solid #ddd;
}


.popup-left {
    width: 60%;
    padding: 20px;
    overflow: auto;
}


.sms-textarea {
    width: 100%;
    height: 150px;
}


.history-header,
.history-row {
    display: flex;
}


    .history-header div {
        width: 25%;
        font-weight: bold;
    }


    .history-row div {
        width: 25%;
    }


.history-title {
    margin-top: 20px;
    font-weight: bold;
}
/*html > body {
    font-size: medium;
    font-family: 'Open Sans Hebrew', sans-serif;
    margin: 0;
}*/

/*P {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #0e98c1;
}

    a:hover {
        text-decoration: none;
        color: #0e98c1;
    }
*/
/*input[type="text"], input[type="number"], input[type="password"], textarea, select {
    outline: none;
    font-family: 'Open Sans Hebrew', sans-serif;
}

lable {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    margin-left: 5px;
    margin-top: 5px;
    text-align: left;
    font-size: 10pt;
    color: red;
}

H1 {
    text-align: left;
    color: #323544;
    font-size: 26pt;
    line-height: 47px;
    margin: 20px 0px 0px 20px;
}

H2 {
    font-size: 20pt;
    color: #323544;
    text-align: left;
    font-weight: 400;
}
*/


.MenuDiv {
    background-color: #323544;
    height: 100vh;
    width: 250px;
    float: left;
}

.MenuDivHeadline {
    color: #5f6b7d;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 16px;
}

.BtnTryAgain {
    height: 54%;
    background: white;
    border-radius: 22px;
    font-size: 0.8vw;
    padding: 5px;
    width: 7%;
    color: #027aff;
    border: 1px solid #027aff;
    /* margin-inline-start: 2%; */
    cursor: pointer;
}

.ColTableInsured {
    margin-inline-start: 30px;
    row-gap: 10px;
    font-weight: 700;
    color: #144671;
}

.SubAgentShowRed {
    background-color: red;
    width: 1%;
}

.SubAgentShowGreen {
    background-color: green;
    width: 1%;
}
.hidden-filter {
    visibility: hidden; /* שומר מקום! */
}

.ButtonTableInsured {
    width: 100%;
    height: auto;
}

.BorderProduct0 {
    border: 1px solid #c2cfe0;
    /*    border: 1px solid green;
*/
}

.BorderProduct1 {
    border: 1px solid #0098ff;
}

.HeaderTableInsured {
    text-decoration: underline;
    font-size: 11pt;
    font-weight: 700;
    color: #0c9dff;
    margin-bottom: 4%;
    margin-inline-end: 3px;
    margin-top: 7px;
}

.MenuLink {
    margin-bottom: 7px;
    height: 34px;
    cursor: pointer;
}

    .MenuLink:hover {
        background-color: #464f5d;
    }

    .MenuLink img {
        width: 24px;
        height: 24px;
        margin-top: 6px;
        margin-left: 10px;
        display: inline-block;
        vertical-align: top;
    }

    .MenuLink span {
        color: #b9c7d1;
        font-size: 11pt;
        font-weight: 600;
        line-height: 26px;
        margin-top: 6px;
        margin-left: 15px;
        display: inline-block;
        vertical-align: top;
    }

.MenuLinkOn {
    margin-bottom: 7px;
    height: 34px; /*38px;*/
    cursor: pointer;
    background-color: #464f5d;
}

    .MenuLinkOn:hover {
        background-color: #464f5d;
    }

    .MenuLinkOn img {
        width: 24px;
        height: 24px;
        margin-top: 6px;
        margin-left: 10px;
        display: inline-block;
        vertical-align: top;
    }

    .MenuLinkOn span {
        color: #b9c7d1;
        font-size: 11pt;
        font-weight: 600;
        line-height: 26px;
        margin-top: 6px;
        margin-left: 15px;
        display: inline-block;
        vertical-align: top;
    }


.MenuLink1 {
    margin-bottom: 2px;
    height: 30px;
    cursor: pointer;
}

    .MenuLink1:hover {
        background-color: #464f5d;
    }

    .MenuLink1 img {
        width: 20px;
        height: 20px;
        margin-top: 6px;
        margin-left: 10px;
        display: inline-block;
        vertical-align: top;
    }

    .MenuLink1 span {
        color: #b9c7d1;
        font-size: 11pt;
        font-weight: 600;
        line-height: 24px;
        margin-top: 6px;
        margin-left: 15px;
        display: inline-block;
        vertical-align: top;
    }

.MenuLink1On {
    margin-bottom: 2px;
    height: 30px; /*38px;*/
    cursor: pointer;
    background-color: #464f5d;
}

    .MenuLink1On:hover {
        background-color: #464f5d;
    }

    .MenuLink1On img {
        width: 20px;
        height: 20px;
        margin-top: 6px;
        margin-left: 10px;
        display: inline-block;
        vertical-align: top;
    }

    .MenuLink1On span {
        color: #b9c7d1;
        font-size: 11pt;
        font-weight: 600;
        line-height: 24px;
        margin-top: 6px;
        margin-left: 15px;
        display: inline-block;
        vertical-align: top;
    }

.menuScroll {
    height: 47%;
    overflow-y: scroll;
    /*scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;*/
}

    /* Let's get this party started */
    .menuScroll::-webkit-scrollbar {
        width: 15px;
    }

    .menuScroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px black;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    /* Handle */
    .menuScroll::-webkit-scrollbar-thumb {
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background: #C1C1C1;
        -webkit-box-shadow: inset 0 0 3px black;
    }

.logo {
    width: 250px;
    height: 100px;
    border: none;
}

.SignInBox {
    position: relative;
    width: 445px;
    height: 50px;
    border: solid 1px #e7e9ed;
    border-radius: 7px;
    background-color: #FFFFFF;
    margin-top: 30px;
}

    .SignInBox span {
        position: absolute;
        left: 10px;
        line-height: 54px;
        font-size: 24pt;
        color: #354052;
        font-weight: normal;
        margin-left: 7px;
    }

    .SignInBox input {
        position: absolute;
        right: 5px;
        height: 60px;
        width: 370px;
        line-height: 60px;
        font-size: 12.5pt;
        color: #9da4b1;
        font-weight: 400;
        background-color: transparent;
        border: none;
    }

.SignInBoxInput {
    margin-top: 10px;
    height: 14.1%;
    width: 64.3%;
    line-height: 60px;
    font-size: 12.5pt;
    color: #9da4b1;
    font-weight: 400;
    background-color: white;
    border: solid 1px #ced9e6;
    border-radius: 7px;
    padding-right: 15px;
    padding-left: 15px;
}

.SpanConnection {
    text-align: right;
    display: inline-block;
    width: 68%;
    margin-left: 5px;
    font-size: 16pt;
    color: #212529;
    font-weight: 700;
}

.PasswordButton {
    color: #0098ff;
    border: none;
    background: none;
    /* font-family: 'Open Sans', sans-serif; */
    font-size: medium;
    text-decoration: underline;
    font-family: 'Open Sans Hebrew', sans-serif;
}

.SpanNamePassword {
    text-align: right;
    display: inline-block;
    width: 68%;
    margin-left: 5px;
    font-size: 10pt;
    color: #0098ff;
    margin-top: 4%;
}

.ErrorLable {
    display: inline-block;
    width: 64%;
    margin-left: 5px;
    text-align: right;
    font-size: 10pt;
    color: red;
}


.ErrorLable2 {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    font-size: 10pt;
    color: red;
}


.ErrorLable3 {
    display: block;
    text-align: right;
    font-size: 11pt;
    color: red;
    margin-right: 2.5%;
    padding-bottom: 12px;
}




.UserBox {
    position: relative;
    height: 65px;
    background-color: #282c38;
    width: 100%;
    margin-top: -4px;
    vertical-align: top;
}

    .UserBox span {
        position: absolute;
        top: 22px;
        left: 65px;
        color: #FFFFFF;
        font-size: 13pt;
    }

.UserImage {
    position: absolute;
    top: 11px;
    left: 10px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.UserLogOut {
    position: absolute;
    top: 22px;
    right: 10px;
    width: 24px;
    height: 24px;
}

.Wrapper {
    position: relative;
    background-color: #f6f6f6;
    height: 100%;
    /*     overflow-x: hidden;
    overflow-y: hidden;*/
    width: 100%;
}

.PermissionLable {
    background: white;
    border: 1px solid #a3a3a4;
    color: #a3a3a4;
    border-radius: 36px;
    font-size: 0.9vw;
    /* padding: 4.5%; */
    margin-bottom: 3%;
    width: 45px;
    padding: 4% 0;
    padding-left: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 77%;
}

.SpanAddClaim {
    color: #0098ff;
}

.AddSubAgentButton {
    height: 30px;
    background: #1ea4ff;
    color: white;
    border-radius: 6px;
    font-size: 14pt;
    /* padding: 8px; */
    border: none;
    width: 22%;
    cursor: pointer;
    margin-bottom: 5%;
}

.HeaderAddClaim {
    text-align: center;
    color: #0098ff;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 8%;
}
/*
.filter-insured {
    height: 39px;
    width: 95%;
    border-radius: 7px;
    font-size: 13pt;
    border: 1px solid #606b8694;
    color: #606b86;
    margin-top: 0;
}*/
.filter-insured {
    height: 39px;
    width: 100%;
    border-radius: 7px;
    font-size: 13pt;
    border: 1px solid #606b8694;
    color: #606b86;
}

.InputSearch {
    height: 100%;
    padding-right: 15px;
    border-radius: 6px;
    border: solid 1px #a3a3a4;
    background-color: #fbfdfe;
    margin-right: 3%;
    font-size: 13pt;
    height: 35px;
    width: 7%;
}

.BtnSearch {
    height: 38px;
    background: #027aff;
    color: white;
    font-size: 14pt;
    padding: 8px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    margin-right: 2%;
    width: 9%;
}

.ListSearch {
    padding-right: 15px;
    border-radius: 6px;
    border: solid 1px #a3a3a4;
    background-color: #fbfdfe;
    margin-right:3%;
    font-size: 13pt;
    height: 39px;
    color: #827979;
    width: 11%;
}
.StatusClaims {
    color: #2b4788;
    border: none;
    background-color: #f6f6f6;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: medium;
}
.TextAreaAddClaim {
    height: 14%;
    width: 92%;
    border-radius: 6px;
    outline: none;
    padding-right: 19px;
    font-size: 12pt;
    padding: 15px;
    font-family: 'Open Sans Hebrew', sans-serif;
}

.StatusClaim {
    width: 100%;
/*    border-radius: 7px;
*/    font-size: 13pt;
    border: 1px solid #606b8694;
/*    color: #606b86;
*/   
    border-radius: 6px;
/*    margin-bottom: 8%;*/
    color: #0098ff;
    padding-right: 20px;
    /*    padding: 3%;
*/
}
.StatusClaimHeight {
    height: 9%;
}
.ReadingHeight {
    height: 7%;
}
    .MarginBottomStatusClaim {
        margin-bottom: 8%;
    }
.ClaimFar {
    margin-bottom: 2%;
}

.InputAddClaim {
    width: 95%;
    height: 9%;
    color: #000000;
    padding-right: 20px;
    border-radius: 6px;
    border: solid 1px #767676;
    background-color: #fbfdfe;
    margin-left: 5px;
    font-size: 12pt;
}

.Header {
    color: #162548;
}

.HeaderSubscriptionDetails {
    margin-inline-start: 6.3%;
}

.SpanHeader {
    font-size: 14pt;
}

.HeaderBox {
    background-color: #FFFFFF;
    height: 9vh;
    top: 0;
    right: 0;
    margin-top: 20px;
    border: 0.2px solid #ddd2d2;
    border-radius: 14px;
    display: flex;
    align-items: center;
}

.ProductEdit {
    background-color: #FFFFFF;
    /*height: 198px;*/
    padding-bottom: 1%;
    top: 0;
    right: 0;
    margin-top: 1.8%;
    display: flex;
    margin-bottom: 3.5%;
    font-size: 10pt;
}

.UpdateProduct {
    background-color: #FFFFFF;
    top: 0;
    right: 0;
    display: flex;
    font-size: 10pt;
    padding-bottom: 1%;
}

.Summary {
    background-color: white;
    margin-top: 34px;
}


.SummaryContain {
    /*    display: inline-block;
*/ margin-right: 32px;
    width: 63%;
}

.SummaryIncome {
    width: 100%;
    height: 99px;
    border: 0.2px solid gray;
    justify-content: center;
    border-radius: 12px;
    padding-right: 20px;
}

.SpanInCome {
    color: #10b049;
    font-weight: 700
}

.SpanAgentsCommission {
    color: #118fd9;
    font-weight: 700
}

.SpanClaims {
    color: #f3403c;
    font-weight: 700
}

.Date {
    float: right;
    margin: 0 3px;
    font-size: 11pt;
}

.TextBoxDate {
    border-radius: 7px;
    width: 25%;
    float: right;
    background-color: #f1f6fa;
    height: 81%;
    border: none;
    /*   width:18%;
*/
}

.RowDiv {
    background-color: #1290d9;
    height: 0.1px;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 20px
}

.RowDivGray {
    background-color: #f6f6f6;
    height: 0.1px;
    width: 100%;
}

.RowDivGrayAgent {
    background-color: #ced9e6;
    height: 1.1px;
    width: 100%;
    margin-bottom: 6%;
}

.mainHeader {
    margin-top: 2%;
    margin-bottom: 0.8%;
    font-weight: 700;
    font-size: 32pt;
}

.SpanHeaderSubscriptionDetails {
    margin-top: 0.6%;
    margin-bottom: 0.5%;
    font-weight: 700;
    font-size: 25pt;
}

.HeaderBoxBg {
    position: fixed;
    height: 4px;
    width: 100%;
    top: 100px;
    right: 0;
    background-image: url(../Images/HederBg.jpg);
    z-index: 100;
}

/*.HeaderSearchBox {
    position: relative;
    display: inline-block;
    right:1%;
    width: 30%;
    height: 50px;
    margin-left: 55px;
    background-color: #f6f6f6;
    border-end-end-radius: 9px;
    border-start-end-radius: 9px;
}*/

.HeaderSearchBox {
    position: relative;
    display: inline-block;
    right: 1%;
    width: 100%;
    max-width: 600px; /* לא יעבור את זה */
    height: 50px;
    margin-left: 55px;
    background-color: #f6f6f6;
    border-end-end-radius: 9px;
    border-start-end-radius: 9px;
}

.HeaderFilterBox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 380px;
    height: 42px;
    border: solid 1px #e7e9ed;
    border-radius: 7px;
    background-color: #f5f8fa;
    margin-top: 30px;
    margin-left: 80px;
}

    .HeaderFilterBox span {
        position: absolute;
        left: 10px;
        line-height: 42px;
        font-size: 13pt;
        color: #354052;
        font-weight: 700;
    }

    .HeaderFilterBox select {
        position: absolute;
        right: 10px;
        height: 42px;
        line-height: 42px;
        font-size: 12.5pt;
        color: #9da4b1;
        font-weight: 400;
        background-color: transparent;
        border: none;
    }

.inputTextSearch {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 90%;
    font-size: 14pt;
    line-height: 26px;
    /* padding: 16px;*/
    color: #bdcad3;
    border: none;
    background-color: transparent;
}
.StatusReports {
    line-height: 38px;
    box-sizing: border-box;
    color: #2b4788;
    text-align: center;
    font-weight: 700;
    border: none;
    background-color: #f6f6f6;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: medium;
}

.SearchIcon {
    position: absolute;
    left: 6px;
    top: 14px;
    width: 25px;
}
/*.HeightTable {
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: center;
}*/
.HeaderProduct {
    height: 56px;
    background-color: white;
    display: flex;
    align-items: center;
    padding: 1% 0px;
    position: absolute;
    /* width: 21%; */
    top: 0px;
    left: 11%;
}

.Notes {
    /*border: 1px solid #606b86;
    color: #606b86;
    background-color: #fbfdfe;
    margin-right: 2%;
    font-size: 12pt;
    border-radius: 22px;
    font-size: 0.8vw;
    padding: 3%;
    font-weight: 600;
    width: 64%;
    margin-inline-end: 5%;
    cursor: pointer;*/
    /*    ---
*/ border: 1px solid #606b86;
    color: #606b86;
    background-color: #fbfdfe;
    margin-right: 2%;
    font-size: 12pt;
    border-radius: 22px;
    font-size: 0.8vw;
    padding: 3%;
    width: 64%;
    margin-inline-end: 5%;
    cursor: pointer;
    font-size: 12pt;
}

.DateSendFileToMail {
    font-size: 10pt;
    color: #144671;
    margin-right: 10px;
}

.Text {
    font-size: 10pt;
    color: #144671;
}

.CountInsureds {
    border-radius: 50%;
    background-color: #027aff;
    color: white;
    width: 33px;
    height: 33px;
    display: inline-block;
    font-size: 15pt;
    border: none;
    position: relative;
    cursor: pointer;
}

.CountSubAgent {
    border-radius: 50%;
    background-color: #027aff;
    color: white;
    width: 33px;
    height: 33px;
    display: inline-block;
    font-size: 15pt;
    border: none;
    position: relative;
    cursor: pointer;
}

.SendAgain {
    margin-inline-start: 12%;
}

.ReadyMessages {
    border-radius: 4px;
    height: 85%;
    border: 1px solid #9e9e9e7d;
    font-size: 12pt;
    width: 100%;
    cursor: pointer;
    margin-bottom: 2%;
    background-color: white;
}

.PayButtonHistory {
    height: 32%;
    background: #027aff;
    color: white;
    border-radius: 22px;
    /*    font-size: 0.9vw;
*/ padding: 4px;
    border: none;
    width: 42%;
}
.PayButtonRed {
    height: 32%;
    background: red;
    color: white;
    border-radius: 22px;
    padding: 4px;
    border: none;
    width: 42%;
}
/*.HeightTableAgent {
    height: calc(100vh - 422px);
}
.HeightTableProduct {
    height: calc(100vh - 536px);
}
.HeightTableInCome {
    height: calc(100vh - 807px);
}
.HeightTableInsured{
    height: calc(100vh - 391px);
}*/
.MainContentDiv {
    /*   height: calc(100vh - 374px);
    overflow-x: hidden;
    overflow-y: scroll;*/
    background-color: #f6f6f6;
    text-align: center;
}

.MainContentDivPopUp {
    height: 85%;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: center;
}

#ListDivPopUp {
    position: relative;
    width: 96%;
    /*    min-height: 650px;*/
    background-color: #FFFFFF;
    border-radius: 6px;
    margin: auto;
    margin-top: 24px;
    border: solid 1px #ededed;
    -moz-box-shadow: 1px 0px 15px #ededed;
    -webkit-box-shadow: 1px 0px 15px #ededed;
    box-shadow: 1px 0px 15px #ededed;
}

#NavBar {
    padding-top: 30px;
    width: 96%;
    height: 50px;
    margin: auto;
    text-align: left;
    color: #313d4f;
    line-height: 20px;
}

    #NavBar span {
        display: inline-block;
        margin-left: 8px;
        color: #cccccc;
    }

    #NavBar a span {
        display: inline-block;
        margin-left: 8px;
        font-weight: 700;
        color: #313d4f;
    }

.SpanEditProduct {
    color: #2b4788;
    margin-top: 48px;
    margin-bottom: 9px;
}

.ImgAvailability {
    vertical-align: middle
}

.InputProductName {
    width: 89%;
    height: 42px;
    /*    padding-left: 10px;*/
}

.InputProductPrice {
    width: 47%;
    height: 42px;
}

.ButtonSend {
    height: 22px;
    width: 70px;
    bottom: 3px;
    position: absolute;
    left: 5px;
    bottom: 5px;
    margin: 2px;
}

.InputProductDescription {
    width: 345px;
    height: 92px;
    /*  padding-left: 10px;*/
}

.ThanOneRow {
    width: 20%;
    text-align: right;
    font-weight: normal;
    display: inline-block;
    /* overflow-y: auto; */
}

.InputEditProduct {
    /*  width: 89%;
    height: 42px;*/
    border: solid 1px;
    font-size: 12pt;
    padding-left: 10px;
    padding-right: 10px;
    border: 0.2px solid #ddd2d2;
    border-radius: 2px;
}


.PayHistory {
    height: 55%;
    background: white;
    border: 1px solid #606b86;
    color: #606b86;
    border-radius: 22px;
    font-size: 0.6vw;
    width: 95%;
    cursor: pointer;
    position: relative;
 

}

.PayHistory[disabled] {
        cursor: default !important;
        opacity: 0.6; /* אופציונלי: מראה ויזואלי שכפתור כבוי */
}

/*.logout_Inspector_btn {
    height: 65%;
    background: white;
    border: 1px solid #606b86;
    color: #606b86;
    border-radius: 22px;
    font-size: 0.6vw;
    width: 8%;
    cursor: pointer;
    position: relative;
}*/

.logout_Inspector_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px; /* רווח בין האייקון לטקסט */
    background-color: #fff;
    border: 1px solid #00b050; /* ירוק */
    color: #00b050; /* ירוק לטקסט */
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 0.9vw;
    font-weight: 550;
    cursor: pointer;

}

.popUpOutNewInsured {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popUpInNewInsured {
    background: white;
    border-radius: 10px;
    padding: 20px;
    max-height: 80vh;
    overflow-y: auto;
}


.Center {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 18px;
    right: -33%;
    top: 1px;
    font-weight: 500;
    pointer-events: none;
}

.NewClaim {
    height: 55%;
    background: white;
    border-radius: 22px;
    font-size: 0.6vw;
    width: 95%;
    color: #f3403c;
    border: 1px solid #f3403c;
    cursor: pointer;
    position: relative;
   
}

.SpanDateInCome {
    color: #027aff;
    border-radius: 22px;
    padding: 7px;
    background-color: #d9f0ff;
    font-size: 0.8vw;
    margin-right: 6px;
}

.PayButton {
    height: 55%;
    background: #027aff;
    color: white;
    border-radius: 22px;
    font-size: 0.8vw;
/*    padding: 8px;*/
    border: none;
    width: 90%;
    cursor: pointer;
}

.PayButtonHistory {
    background: #027aff;
    color: white;
    border-radius: 22px;
    /*    font-size: 0.9vw;
*/ font-family: 'Open Sans Hebrew', sans-serif;
    padding: 5px;
    border: none;
    width: 94%;
    left: 24%;
    margin-left: 8px;
    cursor: pointer;
}
.PayButtonRed {
    background: red;
    color: white;
    border-radius: 22px;
    font-family: 'Open Sans Hebrew', sans-serif;
    padding: 5px;
    border: none;
    width: 94%;
    left: 24%;
    margin-left: 8px;
    cursor: pointer;
}

/*.AddAgentButton {
    height: 45px;
    color: white;
    border-radius: 6px;
    font-size: 14pt;
    padding: 8px;
    border: none;
    width: 100%;
    transition: all 0.2s ease;
}*/

.AddAgentButton {
    height: 45px;
    background: #1ea4ff;
    color: white;
    border-radius: 6px;
    font-size: 14pt;
    padding: 8px;
    border: none;
    width: 100%;
    cursor: pointer;
}

.files-picker-btn-disabled {
    background: #cfd8e6 !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
    opacity: 0.9 !important;
    pointer-events: none !important;
}

.files-picker-btn-enabled {
    background: #1ea4ff !important;
    color: #ffffff !important;
    cursor: pointer !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}
.SaveReading {
    margin-top: 4%;
}
.NoClick {
    pointer-events: none;
    cursor: not-allowed;
}

.ListDivMain {
    position: relative;
    width: 100%;
    -moz-box-shadow: 1px 0px 15px #ededed;
    -webkit-box-shadow: 1px 0px 15px #ededed;
    box-shadow: 1px 0px 15px #ededed;
}

#ListDiv1 {
    position: relative;
    width: 96%;
    min-height: 400px;
    background-color: #FFFFFF;
    border-radius: 6px;
    margin: auto;
    margin-top: 24px;
    border: solid 1px #ededed;
    -moz-box-shadow: 1px 0px 15px #ededed;
    -webkit-box-shadow: 1px 0px 15px #ededed;
    box-shadow: 1px 0px 15px #ededed;
    padding: 30px !important;
}

.ListDivHeadline {
    height: 60px;
    line-height: 60px;
    color: #323544;
    font-size: 14pt;
    text-align: left;
    font-weight: bold;
    margin-left: 20px;
}


.ListDivParamsHead {
    display: table;
    width: 100%;
    height: 38px;
    background-color: #f6f6f6;
    table-layout: fixed;
    direction: rtl;
}

    .ListDivParamsHead div {
        display: table-cell;
        white-space: nowrap;
        line-height: 38px;
        box-sizing: border-box;
        color: #2b4788;
        text-align: center;
        font-weight: bold;
        padding: 0 5px;
        vertical-align: middle;
    }
.CurrentPage {
    padding: 0 2%;
    background-color: #f6f6f6;
    height: calc(100vh - 97px);
    overflow-x: auto;
}

.ListDivParamsX {
    display: table;
    width: 85%;
    height: 140px;
    background-color: #FFFFFF;
    border-bottom: solid 1px #e8eaee;
    margin: auto;
    border-radius: 25px;
}


.ListDivParamsAgen {
    display: table;
    width: 100%;
    margin: auto;
    height: 65px;
    background-color: #FFFFFF;
}

.ListDivParamsHeadAgent {
    margin-top: 2%;
    border-bottom: 1px solid #dddddd;
    font-weight: 600;
    background-color: white;
    height: 44px;
}

.SpanInDetailsInsured {
    color: #4186ff;
    /*    margin-bottom: 6px;*/
    font-size: 10pt;
    margin-bottom: 6px;
}

.SpanPriceProduct {
    /*    color: #4186ff;
*/
    margin-bottom: 9px;
    margin-inline-start: 9%;
}
.NumInsuredFailed {
    color: #0098ff;
    font-size: 0.9vw;
    font-weight: bold;
    text-align: center;
}

.inputPriceProduct {
    border: 0.2px solid #ddd2d2;
    border-radius: 2px;
    text-align: center;
}

.BtnDeleteRow {
    height: auto;
    width: 17%;
}

.messageSms {
    text-align: right;
    width: 80%;
    text-align: right;
    overflow-wrap: break-word;
    word-break: break-all
}

.SpanHeaderInDetailsInsured {
    text-decoration: underline;
    margin-inline-start: 2%;
    font-size: 11pt;
    font-weight: 600;
    color: #162548;
}

.DivDetailsNewInsured {
    /*    height: 585px;
*/ background-color: white;
    margin-top: 2%;
}

.DivSubscriptionDetails {
    /*  height: 1500px;*/
    background-color: white;
    margin-top: 2%;
}

.rowPriceProduct {
    margin-bottom: 9px;
    width: 100%;
}

.AddRow {
    background: white;
    border: 1px solid #4186ff;
    color: #4186ff;
    border-radius: 22px;
    font-size: 0.8vw;
    padding: 1.5%;
    width: 98%;
    cursor: pointer;
    position: relative;
    margin-top: 15%;
}

.InsuredDtails {
    background: #d9f0ff;
    border: none;
    color: #2972db;
    border-radius: 22px;
    font-size: 0.8vw;
    /* padding: 5%; */
    font-weight: 600;
    width: 5%;
    margin-inline-end: 8px;
    cursor: pointer;
    font-weight: 600;
    margin-inline-start: 2%;
    font-size: 0.8vw;
    padding: 0.39% 1.5%;
}

.BtnSubscriptionDetails {
    margin-top: 2.6%;
    margin-inline-start: 2%;
    background: #d9ffde;
    border: none;
    color: #28ba5b;
    border-radius: 22px;
    height: 37.1%;
    width: 4%;
    font-weight: 600;
    font-size: 0.8vw;
    padding: 0.39% 2%;
}

.InputInDetailsInsured {
    border: 2px solid #dddddd;
    border-radius: 3px;
    height: 18px;
}
.InputInDetailsInsuredForChk {
    border: 2px solid #dddddd;
    border-radius: 3px;
    height: 18px;
}

.DivTable {
    width: 96%;
    margin: 0 auto;
}

.rowEmpte {
    /*  width: 96%;*/
    margin: auto;
    height: 37px;
    background-color: #f6f6f6;
}

.rowEmpteHistory {
    margin: auto;
    height: 20px;
}

.BtnAdd {
    margin-top: 4px;
    margin-bottom: 11px;
    width: 15.3%;
    height: auto;
}

.ImageButtonSort {
    height: 38px;
    width: 160px;
    border: none;
}

.FilterDateAgent {
    justify-content: flex-end;
    align-items: center;
}

.inputSortDate {
    display: inline-block;
    vertical-align: top;
    width: 148px;
    /*color: #000000;*/
    color: #606b86;
    padding-left: 5px;
    padding-right: 5px;
    height: 33px;
    line-height: 45px;
    /* border-radius: 18px;
    border: solid 2px #b0adad;*/
    border-radius: 6px;
    border: solid 1px #a3a3a4;
    background-color: #fbfdfe;
    margin-right: 20px;
    text-align: center;
    font-size: 12pt;
}

.DateErrorLable {
    color: red;
    margin-top: 2px;
    text-align: center;
    line-height: normal;
    inline-size: 232px;
    font-size: 10pt;
    font-weight: 700;
}

.LableSubAgent {
    margin-inline-start: 5%;
    color: #029bff;
}

.buttonIconUsers {
    width: 120px;
    float: right;
    height: 32px;
    font-size: 11pt;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    border: solid 1px #cccccc;
    color: #ffffff;
    float: right;
    margin-right: 4px;
    font-family: 'Open Sans Hebrew', sans-serif;
}

.fa fa-plus {
    background-image: url('../images/icon/Add_New_Agent_Button.png');
    height: 100%;
    width: 100%;
}

.DivSubAgentMain {
    background-color: white;
    border-top: 1px solid #dddddd;
    padding-top: 20px;
}

.divTotal {
    margin: 1% 0%;
    text-align: right;
    background-color: white;
    /*    align-items: center;*/
    border-radius: 5px;
}

.boldTotal {
    font-size: 22pt;
}

.DivColor {
    width: 0.3%;
    background-color: #027aff;
    margin: 0.5% 2%;
}

.ListDivParamsList {
    display: table;
    width: 100%;
    margin: auto;
    background-color: #FFFFFF;
}

.ListDivParamsList div {
    display: table-cell;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #313d4f;
    text-align: left;
    float: left;
    background-color: #FFFFFF;
    box-sizing: border-box;
}
/* CSS עבור עטיפת כפתורי הפעולה */
.action-buttons-container {
    display: table-cell;
    width: 10%; /* רוחב כולל של שלושת האלמנטים */
    vertical-align: middle;
    text-align: center;
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.action-buttons-container .table-cell {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px; /* רווח קטן בין האלמנטים */
}

.ListDivParams1 {
    display: table;
    direction: ltr;
    width: 100%;
    margin: auto;
    height: 65px;
    text-align:center;
    position:relative;
    background-color: #FFFFFF;
    box-sizing: border-box;
    table-layout: fixed;
}
.ListDivParams1,
.list-table-row-agent {
    display: table;
    direction: ltr;
    width: 100%;
    margin: auto;
    height: 65px;
    text-align: center;
    position:relative;
    background-color: #FFFFFF;
    box-sizing: border-box;
    table-layout: fixed;
   
}

.list-table-row {
    display: table;
    direction: ltr;
    width: 100%;
    margin: auto;
    height: 65px;
    position:relative;
    text-align: center;
    background-color: #FFFFFF;
    box-sizing: border-box;
    table-layout: fixed;
}

.list-table-row div {

    display: table-cell;
    white-space: nowrap;
    height: 65px;
    line-height: 65px;
   /* padding: 1px 1px;*/
    overflow: hidden;
    color: #313d4f;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}

.list-table-row-agent div {
    display: table-cell;
    white-space: nowrap;
    height: 65px;
 /*   line-height: 65px;*/
/*    padding: 1px 1px;*/
    overflow: hidden;
    color: #313d4f;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}
.table-cell-e {
    display: table-cell;
    white-space: nowrap;
    height: 65px;
    line-height: 65px;
    padding: 1px 1px;
    overflow: hidden;
    color: #313d4f;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}




.ListDivParamsProduct {
    display: table;
    width: 96%;
    margin: auto;
    height: 108px;
    background-color: #FFFFFF;
    /*    border-bottom: 37px solid #f6f6f6;
*/
}



    .ListDivParamsProduct div {
        /*display: flex;*/
        display: table-cell;
        margin-top: 20px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        color: #313d4f;
        font-weight: 700;
        text-align: left;
        float: left;
        padding-left: 10px;
        background-color: #FFFFFF;
    }


.ListDivParams2 {
    display: table;
    width: 100%;
    height: 65px;
    background-color: #f5f5f5;
    border-bottom: solid 1px #e8eaee;
}

    .ListDivParams2 div {
        display: table-cell;
        height: 65px;
        line-height: 65px;
        color: #313d4f;
        font-weight: 700;
        text-align: left;
        float: left;
        padding-left: 10px;
        background-color: #f5f5f5;
    }

        .ListDivParams2 div a {
            color: #313d4f;
        }


.ListDivParams3 {
    display: table;
    width: 100%;
    height: 65px;
    background-color: #E9E9E9;
    border-bottom: solid 1px #e8eaee;
}

    .ListDivParams3 div {
        display: table-cell;
        height: 65px;
        line-height: 65px;
        color: #313d4f;
        font-weight: 700;
        text-align: left;
        float: left;
        padding-left: 10px;
        background-color: #E9E9E9;
    }

        .ListDivParams3 div a {
            color: #313d4f;
        }

.ListDivParamsOrange {
    display: table;
    width: 100%;
    height: 76px;
    background-color: #fcdfbb !important;
    border-bottom: solid 1px #e8eaee;
}

    .ListDivParamsOrange div {
        display: table-cell;
        height: 76px;
        line-height: 76px;
        color: #313d4f;
        font-weight: 700;
        text-align: left;
        float: left;
        padding-left: 10px;
        background-color: #fcdfbb !important;
    }

.ListDivParamsImg {
    width: 54px;
    height: 54px;
    border: solid 1px #000000;
    vertical-align: middle;
    margin-inline-end: 10px;
    margin-inline-start: 20px;
}

.ListDivParamsImgHD {
    height: 54px;
    margin-top: 11px;
    border: solid 1px #000000;
}

.ListDivParamsImgRound {
    width: 45px;
    height: 45px;
    margin-top: 11px;
    margin-right: 12px;
    border: solid 1px #000000;
    border-radius: 50%;
}

.ListDivParamsImgRnd {
    width: 55%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    vertical-align: middle;
    margin-inline-end: 10px;
    margin-inline-start: 20px;
}

.ImgAgent {
    width: 15%;
}

.ListImageButton {
    height: 26px;
    margin-left: 20px;
    border: none;
    vertical-align: middle;
}


.ListDivShowStatusGreen {
    width: 1.5%;
    display: table-cell;
    height: 65px;
    line-height: 65px;
    color: #14d200;
    font-weight: 700;
    text-align: left;
    float: left;
    padding-left: 10px;
    background-color: green;
}

.ListDivShowStatusRed {
    width: 0.5%;
    display: table-cell;
    height: 65px;
    line-height: 65px;
    color: #ed6b75;
    font-weight: 700;
    text-align: left;
    float: left;
    padding-left: 10px;
    background-color: red;
}

.AddNewBu {
    position: absolute;
    right: 15px;
    top: 30px;
    height: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border: dashed 1px #b9c7d1;
    color: #7f8fa4;
    font-size: 13pt;
    font-weight: 700;
    background-color: #f5f8fa;
}

.btnAddNew {
    position: absolute;
    right: 15px;
    top: 30px;
    float: right;
}

.btnAddNew2 {
    background-color: #6e1b8f;
    color: white;
    border: none;
    border-radius: 6px;
    height: 30px;
    width: 124px;
    float: right;
    margin-right: 3%;
    font-family: 'Open Sans Hebrew';
    font-size: 11pt;
    margin-top: 35px;
}

/*.btnOrderDetails {
    background-color: #55a1fa;
    color: white;
    font-size: 15px;
    height: 30px;
    width: 98%;
    max-width: 90px;
    border: none;
    border-radius: 5px;
}*/

.PushInput {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    border: solid 1px #cccccc;
    background-color: #fbfdfe;
    margin-left: 5px;
    font-size: 12pt;
}

.PushBu {
    position: absolute;
    right: -125px;
    top: 23px;
    height: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border: dashed 1px #b9c7d1;
    color: #7f8fa4;
    font-size: 13pt;
    font-weight: 700;
    background-color: #f5f8fa;
}

.FormLine {
    width: 98%;
    height: 1px;
    background-color: #e7e9ed;
    display: table;
    margin: auto;
}

#PageNav {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 26px;
    text-align: center;
    color: #858585;
    font-weight: bold;
    line-height: 26px;
    background-color: #FFFFFF;
}

    #PageNav span {
        line-height: 26px;
        color: #858585;
        font-weight: bold;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 10px;
    }

    #PageNav a {
        line-height: 26px;
        color: #858585;
        font-weight: normal;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 10px;
    }

    #PageNav img {
        display: inline-block;
        vertical-align: top;
    }

.PageSelectDiv {
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 10pt;
    font-weight: normal;
}

.FormInput {
    text-align: right;
    margin-bottom: 20px;
    direction: rtl;
}

    .FormInput div {
        display: inline-block;
        vertical-align: top;
        height: 45px;
        line-height: 38px;
        color: #333c48;
        font-size: 11pt;
        font-weight: bold;
        text-align: right;
    }

    .FormInput input {
        display: inline-block;
        vertical-align: top;
        width: 14%;
        color: #000000;
        padding-left: 5px;
        padding-right: 5px;
        height: 40px;
        line-height: 45px;
        border-radius: 6px;
        border: solid 2px #b0adad;
        background-color: #fbfdfe;
        margin-left: 5px;
        font-size: 12pt;
    }

    .FormInput button {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        color: #000000;
        padding-left: 5px;
        padding-right: 5px;
        height: 45px;
        line-height: 45px;
        border-radius: 3px;
        border: solid 1px #cccccc;
        background-color: #000000;
        margin-left: 5px;
        font-size: 12pt;
    }

    .FormInput textarea {
        display: inline-block;
        vertical-align: top;
        width: 70%;
        height: 100px;
        color: #000000;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 25px;
        border-radius: 6px;
        border: solid 2px #b0adad;
        background-color: #fbfdfe;
        margin-left: 5px;
        font-size: 12pt;
    }

    .FormInput select {
        display: inline-block;
        vertical-align: top;
        width: 14%;
        color: #000000;
        padding-left: 5px;
        padding-right: 5px;
        height: 40px;
        line-height: 40px;
        border-radius: 6px;
        border: solid 2px #b0adad;
        background-color: #fbfdfe;
        margin-left: 5px;
        font-size: 12pt;
        direction: rtl;
    }

    .FormInput lable {
        display: inline-block;
        vertical-align: top;
        width: 70%;
        margin-left: 5px;
        margin-top: 5px;
        text-align: left;
        font-size: 10pt;
        color: red;
    }

    .FormInput divImg {
        display: inline-block;
        vertical-align: top;
        color: #000000;
        line-height: 45px;
        margin-left: 5px;
        text-align: left;
    }

    .FormInput divButton {
        display: inline-block;
        vertical-align: top;
        width: 70%;
        color: #000000;
        line-height: 45px;
        margin-left: 5px;
        text-align: left;
    }

    .FormInput divTextEditBu {
        display: inline-block;
        width: 44px;
        height: 44px;
        color: #000000;
        font-size: 12pt;
        text-align: center;
        line-height: 44px;
        border-radius: 1px;
        border: solid 1px #cccccc;
        background-color: #fbfdfe;
        margin: 5px;
    }

.FormSection {
    width: 50%;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: left;
    background-color: #FFFFFF;
    border-bottom: solid 1px #edf1f4;
    font-size: 10pt;
    font-style: italic;
    padding-left: 5px;
}

.FormInputBu {
    width: 200px;
    height: 14.1%;
    margin-top: 0px;
    text-align: center;
    background-color: #0098ff;
    border: solid 1px #0098ff;
    font-size: 14pt;
    color: #FFFFFF;
    border-radius: 4px;
    font-family: 'Open Sans Hebrew', sans-serif;
}

.DateFilter {
    width: 18%;
    height: 100%;
    float: left;
    border-radius: 7px;
    font-weight: bold;
    font-size: 12pt;
    background-color: #027aff;
    border: none;
    color: white;
    margin-inline-start: 5px;
    font-family: 'Open Sans Hebrew', sans-serif;
    cursor: pointer;
}

.BtnRead {
    width: 80px;
    height: 24px;
    border-radius: 4px;
    font-weight: bold;
    background-color: #6d20a0;
    color: white;
    font-family: 'Open Sans Hebrew', sans-serif;
    border: none;
    font-weight: normal;
    font-size: 10.5pt;
}

.rbl input[type="radio"] {
    margin-left: 2px;
    margin-right: 12px;
}

.rbl input[type="checkbox"] {
    margin-left: 2px;
    margin-right: 12px;
}

.FormInputBu2 {
    height: 50px;
    margin-top: -0px;
    margin-bottom: 30px;
    margin-right: 30px;
    text-align: center;
    background-color: #00bca4;
    border: solid 1px #00a792;
    font-size: 14pt;
    color: #FFFFFF;
    border-radius: 4px;
    min-width: 130px;
}

.InputLink {
    margin-top: 6px;
    margin-left: 5px;
    border-radius: 3px;
    border: solid 1px #cccccc;
    background-color: #fbfdfe;
    width: 60%;
    height: 30px;
    margin-bottom: -5px;
}

.InputText {
    float: left;
    margin-left: 27px;
    margin-top: 11px;
    font-weight: bold;
    font-size: 11pt;
    color: #333c48;
}

.ImageFile {
    background-color: #fbfdfe;
    border: solid 1px #9e9e9e;
    border-radius: 50px;
    width: 12%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

.HeaderAgentSettings {
    color: #0098ff;
    font-size: 33px;
    font-weight: bold;
    margin-top: 35%;
    margin-bottom: 4%;
}

.SpanPersonalInformation {
    color: #606b86;
    font-size: 26px;
    font-weight: bold;
    margin-top: 8%;
}

.DivAgentSettingsPermission {
    border: solid 1px #1ea4ff;
    padding: 1.5% 3%;
    width: 55%;
    border-radius: 4px;
    color: #1ea4ff;
    margin-top: 3%;
    justify-content: center;
}

.BtnSubscription {
    height: auto;
    width: 22%;
    margin-top: 18px;
}

.SumPermission {
    width: 11%;
    border: none;
    color: #1ea4ff;
}

.DivRowGrayAgentSetting {
    background-color: #9e9e9ea3;
    height: 0.1px;
    width: 100%;
}

.DivDetailsAgentSettings {
    border: solid 1px #9e9e9ea3;
    border-radius: 4px;
    font-size: 13px;
    padding: 1% 4%;
    margin-bottom: 3%;
}

.DivDetailsPayAgentSettings {
    border: solid 1px #9e9e9ea3;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 3%;
    color: #1ea4ff;
    padding: 1% 4%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.ImgSubAgent {
    width: 7%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    border: solid 1px #000000;
    vertical-align: middle;
    margin-inline-end: 5px;
}

.BtnSaveFile {
    background: #5198e6;
    color: white;
    border-radius: 22px;
    font-size: 0.9vw;
    padding: 4.5%;
    border: none;
    width: 82%;
    cursor: pointer;
    margin-inline-start: 8%;
}

.DivSubAgent {
    border: solid 1px #9e9e9ea3;
    border-radius: 4px;
    padding: 1.3%;
    padding-right: 2%;
    margin-bottom: 2%;
}

.BtnFile {
    background: #d9f0ff;
    border: none;
    color: #2972db;
    border-radius: 22px;
    font-size: 0.8vw;
    padding: 5%;
    font-weight: 600;
    width: 89%;
    margin-inline-end: 8px;
    cursor: pointer;
}

.DateErrorLable {
    color: red;
    margin-top: 2px;
    text-align: center;
    line-height: normal;
}

/*.BtnHistoryPay {
    color: white;
    border-radius: 6px;
    font-size: 14px;
    padding: 4px;
    border: none;
    width: 23%;
    float: left;
    background-color: #1ea4ff;
    cursor: pointer;
}
*/

.BtnHistoryPay {
    color: white;
    border-radius: 6px;
    font-size: 14px;
    padding: 6px 14px; /* רווח שווה עליון-תחתון (6px) וימין-שמאל (14px) */
    border: none;
    background-color: #1ea4ff;
    cursor: pointer;
    display: inline-block; /* מאפשר התאמה אוטומטית לרוחב התוכן */
    text-align: center;
    white-space: nowrap; /* מונע ירידת שורה בטקסט */
}

.SideLeft {
    float: left;
}

.DivPersonalInformation {
    margin-top: 2%;
    margin-bottom: 3%;
}

.LableAgentSettings {
    height: 100%;
    width: 0.1%;
    background-color: #0098ff;
    margin: 0 8%;
}

.colImgAgentSettings {
    height: 100%;
    width: 18%;
}

.ImageFileAgentSettings {
    border-radius: 72px;
    background-color: #fbfdfe;
    border: solid 1px #1ea4ff;
    width: 90%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 57%;
    cursor: pointer;
}

.StatsBoxsLine {
    display: inline-block;
    float: left;
    height: 56px;
    width: 4px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #26b99a;
}

#StatsBoxs {
    position: relative;
    display: inline-block;
    float: left;
    height: 56px;
    width: 175px;
}

    #StatsBoxs val {
        position: absolute;
        left: 0px;
        top: 2px;
        font-size: 22pt;
        line-height: 22pt;
        font-weight: bold;
        color: #323544;
    }

    #StatsBoxs span {
        position: absolute;
        left: 0px;
        bottom: 2px;
        font-size: 12pt;
        line-height: 12pt;
        font-weight: normal;
        color: #323544;
    }

.MenuStatsBoxs {
    position: relative;
    display: inline-block;
    float: left;
    height: 75px;
    /*width:60px;*/
    width: 60px;
    margin: 10px;
    background-color: #282c38;
    text-align: center;
    padding-top: 5px;
}

    .MenuStatsBoxs val {
        font-size: 16pt;
        line-height: 16pt;
        font-weight: bold;
        text-align: center;
        color: #FFFFFF;
        width: 60px;
    }

    .MenuStatsBoxs span {
        /*font-size:8pt;*/
        font-size: 9pt;
        line-height: 10pt;
        font-weight: normal;
        text-align: center;
        color: #b9c7d1;
    }


.Footer {
    position: fixed;
    background-color: #282c38;
    height: 50px;
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #b9c7d1;
    font-size: 10pt;
    line-height: 50px;
    font-family: Arial;
}

.Lable-symbol-shekel-product {
    position: relative;
}

    .Lable-symbol-shekel-product Lable {
        padding-left: 20px !important;
    }

    .Lable-symbol-shekel-product:before {
        position: absolute;
        /*  top: 5px;*/
        content: "₪";
        left: 8px;
    }

.input-symbol-shekel {
    position: relative;
}

    .input-symbol-shekel input {
        padding-left: 20px !important;
    }

    .input-symbol-shekel:before {
        position: absolute;
        /*        top: 18%;
*/ content: "₪";
        left: 17%;
    }

.input-symbol-shekel-product {
    position: relative;
}

    .input-symbol-shekel-product input {
        padding-left: 20px !important;
    }

    .input-symbol-shekel-product:before {
        position: absolute;
        top: 51%;
        content: "₪";
        left: 10%;
    }

.AP:before {
    top: 24% !important;
    left: 6% !important;
}

.pr:before {
    top: 51% !important;
    left: 10% !important;
}


/*.input-symbol-shekel-AP {
    position: relative;
}

    .input-symbol-shekel-AP input {
        padding-left: 20px !important;
    }

    .input-symbol-shekel-AP:before {
        position: absolute;
        top: 30%;
        content: "₪";
        left: 21%;
    }*/





.Appgate {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 30px;
}




/*------- datepicker ---------*/

.ui-datepicker {
    background: #fcfcfc; /* Old browsers */
    background: #fff -moz-linear-gradient(top, #fcfcfc 0%, #fff 100%); /* FF3.6+ */
    background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc)), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: #fff -webkit-linear-gradient(top, #fcfcfc 0%, #fff 100%); /* Chrome10+,Safari5.1+ */
    background: #fff -o-linear-gradient(top, #fcfcfc 0%, #fff 100%); /* Opera11.10+ */
    background: #fff -ms-linear-gradient(top, #fcfcfc 0%, #fff 100%); /* IE10+ */
    background: #fff linear-gradient(top, #fcfcfc 0%, #fff 100%); /* W3C */
    font-size: 11px;
    padding: 10px;
    border: 1px solid #ccc;
    display: none;
}

    .ui-datepicker table {
        width: 278px;
        background-color: #FFFFFF;
    }

        .ui-datepicker table td {
            text-align: center;
        }

        .ui-datepicker table th {
            text-align: center;
            color: #1abbac;
            font-size: 12pt;
        }

    .ui-datepicker a {
        cursor: pointer;
        text-decoration: none;
        color: #000000;
        font-size: 12pt;
    }

.ui-datepicker-prev {
    color: #FFFFFF;
    font-size: 11pt;
    margin-left: 10px;
}

    .ui-datepicker-prev a {
        color: #FFFFFF;
    }

.ui-datepicker-next {
    color: #FFFFFF;
    margin-right: 10px;
    font-size: 11pt;
    float: right;
}

    .ui-datepicker-next a {
        color: #FFFFFF;
    }

.ui-datepicker-title {
    text-align: center;
    font-weight: bold;
    color: #0e98c1;
    font-size: 11pt;
    height: 30px;
}

/*add symbol before input */
.input-symbol-percent {
    position: relative;
}

    .input-symbol-percent input {
        padding-left: 20px !important;
    }

    .input-symbol-percent:before {
        position: absolute;
        top: 9px;
        content: "%";
        left: 15px;
    }

.Lable-symbol-shekel {
    position: relative;
}

    .Lable-symbol-shekel Lable {
        padding-left: 20px !important;
    }

    .Lable-symbol-shekel:before {
        position: absolute;
        top: 5px;
        content: "₪";
        left: 15px;
    }

.input-symbol-minutes {
    position: relative;
}

    .input-symbol-minutes input {
        padding-left: 45px !important;
    }

    .input-symbol-minutes:before {
        position: absolute;
        top: 9px;
        content: "דקות";
        left: 15px;
    }

.SumPrice {
    margin-top: 2%;
    color: forestgreen;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    line-height: 45px;
    border-radius: 6px;
    font-size: 12pt;
    border: 1px solid #dddddd;
}

.selectDay {
    height: 35px;
    border-radius: 4px;
    border: 2px solid #dddddd;
    height: 25px;
}

.StatusColor_0 {
    color: black;
    font-weight: bold;
}

.StatusColor_1 {
    color: black;
    font-weight: bold;
}

.StatusColor_2 {
    color: #5cadf9;
    font-weight: bold;
}

.StatusColor_3 {
    color: darkred;
    font-weight: bold;
}

.StatusColor_4 {
    color: red; /*#E9645E;*/
    font-weight: bold;
}

.StatusColor_5 {
    color: orange; /*#F0A866*/
    font-weight: bold;
}

.StatusColor_6 {
    color: limegreen; /*#87CD7C;*/
    font-weight: bold;
}

/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

/*
 Styling
*/
.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

    .tabset > label::after {
        content: "";
        position: absolute;
        left: 15px;
        bottom: 10px;
        width: 22px;
        height: 4px;
        background: #8d8d8d;
    }

    .tabset > label:hover,
    .tabset > input:focus + label {
        color: #06c;
    }

        .tabset > label:hover::after,
        .tabset > input:focus + label::after,
        .tabset > input:checked + label::after {
            background: #06c;
        }

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

.ListHistoryHead {
    width: 100%;
    height: 38px;
    display: table;
}

    .ListHistoryHead div {
        display: table-cell;
        line-height: 38px;
        box-sizing: border-box;
        color: #2b4788;
    }

.ListHistory {
    display: table;
    width: 100%;
    border-radius: 4px;
    padding: 2% 0;
}

    .ListHistory div {
        display: table-cell;
        align-items: center;
        justify-content: center;
        color: #313d4f;
        /* text-align: left;*/
        /* float: left;*/
        box-sizing: border-box;
    }

.PageingDiv {
    display: inline-block;
    height: 90px;
    padding-top: 30px;
}

    .PageingDiv a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        border: 1px solid #ddd;
    }

        .PageingDiv a.active {
            background-color: #464f5d;
            color: white;
            border: 1px solid #464f5d;
        }

        .PageingDiv a:hover:not(.active) {
            background-color: #ddd;
        }

        .PageingDiv a:first-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .PageingDiv a:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

#LoadingDiv {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    /*height: 100vh;*/
    height: 100%;
    z-index: 3000;
    text-align: center;
    background-color: rgb(54, 56, 70, 0.7);
}
#LoadingDiv2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    /*height: 100vh;*/
    height: 100%;
    z-index: 3000;
    text-align: center;
    background-color: rgb(54, 56, 70, 0.7);
}

.loader {
    margin: auto;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin-top: 40vh;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.OpenHours {
    background-image: url('../images/Buissness_Open_Hours_Button.png');
    border: none;
    direction: ltr;
    background-repeat: no-repeat;
    background-size: contain;
    width: 125px;
    height: 23px;
    background-color: transparent;
    font-family: 'Open Sans Hebrew', sans-serif;
}


.cbText {
    display: inline-block;
    float: right;
    margin-right: 6px;
    text-align: right;
    width: 13%;
}

.form-span-wrapper {
    color: #0098ff;
    margin-bottom: 10px;
    font-size: 10pt;
}

.UpdateCreditDetail {
    height: 54%;
    background: white;
    border-radius: 22px;
    font-size: 0.8vw;
    padding: 5px;
    width: 7%;
    color: #027aff;
    border: 1px solid #027aff;
    margin-inline-start: 2%;
    cursor: pointer;
}
.ButtonSendPayment {
    height: 86%;
    background: #14B14C;
    border-radius: 22px;
    font-size: 0.8vw;
    padding: 5px;
    width: 10%;
    color: white;
    border: 1px solid #14B14C;
    margin-inline-start: 2%;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Open Sans Hebrew';
}
    .ButtonSendPayment[disabled] {
        height: 86%;
        background: #ABD0BC;
        border-radius: 22px;
        font-size: 0.8vw;
        padding: 5px;
        width: 10%;
        color: white;
        border: 1px solid #ABD0BC;
        margin-inline-start: 2%;
        cursor: pointer;
        font-weight: 600;
        font-family: 'Open Sans Hebrew';
        cursor: not-allowed;
    }
.popUpOut {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    /* text-align: center;*/
    z-index: 2004;
    font-family: 'Open Sans Hebrew', sans-serif;
  
}

.EditSubAgent {
    width: auto;
    height: 74%;
}

.btnMessage {
    width: 7%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    height: 65px;
}

.XPopUp {
    margin-top: 14px;
    float: left;
    margin-left: 14px;
}

.popUpPush {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    text-align: center;
    z-index: 2004;
}

.content-wrapper-add-agent {
    width: 46%;
    margin: auto;
    top: 24vh;
    position: absolute;
    left: 25%;
    height: 80%;
    text-align: right;
}

@media screen and (max-width: 1680px) {
    .content-wrapper-add-agent {
        top: 15vh;
        height: 67%;
    }
}



.form-header-agent {
    text-align: center;
    color: #0098ff;
    font-size: 22pt;
    font-weight: bold;
    margin-top: 6%;
    margin-bottom: 7%;
}

@media screen and (max-width: 1400px) {
    .form-header-agent {
        margin-bottom: 7%;
        margin-top: 3%;
    }
}

.popUpIn {
    background-color: #FFFFFF;
    width: 600px;
    height: 200px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    border: solid;
    border-width: 1px;
    font-family: 'Open Sans Hebrew', sans-serif;
}

.ColAgentPermissions {
    margin-inline-end: 5%;
}

.FigcaptionCircle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16pt;
}

.MarginBottomHeader {
    margin-bottom: 30px;
}

.TBDate {
    border-radius: 7px;
    width: 27%;
    background-color: white;
    height: 80%;
    border: 1px solid #00a308;
}

.TBPromotion {
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    border: solid 1px #b0adad;
    background-color: #fbfdfe;
    /*margin-left: 5px;*/
    font-size: 14pt;
}

.col1Promotion {
    width: 13%;
}

.col2Promotion {
    width: 58%;
}

.col3Promotion {
    width: 7%;
}

.col4Promotion {
    width: 20%;
}

.NameAgentSale {
    text-align: left;
    font-weight: bold;
}

.NumPercent {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 25pt;
}

.heightDiv {
    min-height: 550px;
}

.MaginActive {
    margin-right: 12px;
}

.FilledBar {
    width: 0%;
    height: 83%;
    background-color: #00a308;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}

.DivBar {
    text-align: center;
    margin-top: 10px;
}

.BackgroundBar {
    width: 100%;
    height: 83%;
    background-color: white;
    border: 1px solid #00a308;
    margin-top: 10px;
}

.TextPopUpPromotion {
    height: 24px;
    font-size: 14pt;
}

.MarginLeftTBPromotion {
    margin-left: 2%;
}

.txtMessageMainPage {
    width: 99%;
    height: 54px;
    line-height: 50px;
    box-sizing: border-box;
    font-size: 12pt;
    font-family: 'Open Sans Hebrew', sans-serif;
    border: none;
    vertical-align: middle;
    padding-right: 5px;
    resize: none;
}

    .txtMessageMainPage:focus {
       outline:none;
    }

.HeaderMainPage {
    font-weight: 700;
    font-size: 26pt;
}

.SpanPermissions {
    font-size: 10pt;
    color: #a3a3a4;
}

.HeaderPopUpPay {
    color: #0098ff;
    font-size: 19pt;
    font-weight: bold;
    margin-top: 7%;
    margin-bottom: 16%;
}

.SpanPopUpPay {
    color: #0098ff;
    margin-bottom: 11px;
    font-size: 10pt;
    margin-top: 8%;
}

.InputPopupPay {
    padding: 10px;
    width: 93%;
    height: 25px;
    color: #000000;
    padding-right: 20px;
    line-height: 45px;
    border-radius: 6px;
    border: solid 1px #ced9e6;
    background-color: #fbfdfe;
    margin-left: 5px;
    font-size: 12pt;
    margin-top: 3%;
    margin-bottom: 10%;
    text-align: center;
}
.error-label-strong {
    color: #027aff;
    padding: 10px 15px; /* ריווח פנימי */
    font-family: 'Open Sans Hebrew', sans-serif font-size;/* גודל טקסט מעט יותר גדול */
    margin-top: 10px; /* רווח מעל התווית */
    display: inline-block; /* שומר על רוחב לפי תוכן */
    font-size:18px;
}

.disabled-button {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}


.InputPopupPassword {
    width: 90%;
    margin-bottom: 18%;
}

.BtnPopUpPay {
    height: 45px;
    background: #0098ff;
    color: white;
    border-radius: 6px;
    font-size: 14pt;
    padding: 8px;
    border: none;
    width: 99%;
    cursor: pointer;
}

.content-wrapper {
    width: 50%;
    margin: auto;
    top: 19vh;
    position: absolute;
    left: 25%;
    height: 47%;
}

@media screen and (max-width: 1400px) {
    .form-header {
        top: 17vh;
    }
}


.RowGrayPopUpPay {
    background-color: #9e9e9e85;
    height: 2.1px;
    width: 100%;
    /*margin-top: 38%;*/
}

.rowEmpteHistoryClaims {
    margin: auto;
    height: 14px;
}
.ListHistoryClaimsNew {
    display: table;
    width: 100%;
    border-radius: 4px;
    height: 9%;
}
.ListHistoryClaims {
    display: table;
    width: 100%;
    border-radius: 4px;
    height: 9%;
    border: 1px solid #9e9e9e7d;
}

    .ListHistoryClaims div {
        display: table-cell;
        align-items: center;
        justify-content: center;
        color: #313d4f;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .ListHistoryClaimsNew div {
        display: table-cell;
        align-items: center;
        justify-content: center;
        color: #313d4f;
        box-sizing: border-box;
        vertical-align: middle;
    }


.Permissions {
    height: 42px;
    background: white;
    border: 1px solid #a3a3a4;
    color: #a3a3a4;
    border-radius: 36px;
    font-size: 0.9vw;
    padding: 1.5%;
    margin-bottom: 3%;
    cursor: pointer;
    /*  width: 69%;*/
    /* color: #027aff;*/
    /* border: 1px solid #027aff;*/
}

.PermissionsChoose {
    height: 42px;
    background: white;
    content: url(/images/icon/History_Lawsuit_Popup_Vi_Icon.png);
    display: inline-block;
    border-radius: 36px;
    font-size: 0.9vw;
    padding: 1.5%;
    margin-bottom: 3%;
    /*  width: 69%;*/
    color: #027aff;
    border: 1px solid #027aff;
    cursor: pointer;
}
.subscription-filter {
    background: transparent;
    border: none;
    font-size: 15px;
    color: #2b4788 ;
    cursor: pointer;
    text-align: right;
}

    .subscription-filter:focus {
        outline: none;
    }


.form-header {
    text-align: center;
    color: #0098ff;
    font-size: 1.3vw;
    font-weight: bold;
    margin-top: 2%;
    /*margin-bottom: 7%;*/
}

/*.ButtonDivInsured {
    top:0;
    cursor: pointer;
    position: absolute;
    left: 0;
    right:0;
    z-index:1000;
    height: 65px;
    background-color: transparent;
    border-color: transparent;
    background-color: transparent;

}
*/
.ButtonDivInsured {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* או גובה קבוע כמו 65px אם כל שורה באותו גובה */
/*    z-index: -1;*/
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}
.lb_fullName {
    cursor: pointer;
    text-decoration: none;
    position: relative;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight:bold;
}
.btn_editIns {
    cursor: pointer;
    position: relative;
}
.form-header-password {
    margin-top: 13%;
    margin-bottom: 15%;
    font-size: 1.2vw;
}

.form-group-wrapper {
    width: 47%;
    row-gap: 5px;
}

.form-input-wrapper {
    height: 100%;
}

.divCommission {
    width: 100%;
    margin: 0;
    align-items: center;
    justify-content: center
}

.form-group-wrapper input {
    /* width: 301px;*/
    height: 100%;
    color: #000000;
    /* padding-left: 20px;*/
    padding-right: 20px;
    /* line-height: 45px;*/
    border-radius: 6px;
    border: solid 1px #a3a3a4;
    background-color: #fbfdfe;
    margin-left: 5px;
    font-size: 12pt;
    margin-bottom: 6%;
}

.SpanNameAgentSettings {
    color: #606b86;
    font-size: 26px;
    font-weight: bold;
}

.popUpInWithImg {
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans Hebrew', sans-serif;
}

/*.imgX {
    margin-top: 30px;
    float: left;
    margin-left: 30px;
}*/

.imgX {
    position: absolute;
    top: 6%;
    left: 4%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 2005;
}
.imgHistoryPayment {
    margin-top: 45px;
    float: left;
    margin-left: 45px;
}
    .imgXPopUp {
    margin-top: 16px;
    float: left;
    margin-left: 16px;
}

.spanAddProduct {
    /*  margin-top: 11%;*/
    font-weight: 600;
    color: #24537a;
}

.inputAddProduct {
    width: 73%;
    margin-top: 2px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #dddddd;
    background-color: white;
    height: 35px;
}

.insuredProductBtn {
    margin-inline-end: 1.5%;
    height: 100%;
    margin-inline-start: 2%;
}

.divPrice {
    margin-top: 2px;
    padding-right: 7%;
    border: 1px solid #dddddd;
    background-color: white;
    height: 35px;
    border-radius: 10px;
}

.rowProduct {
    margin-bottom: 9px;
    width: 100%;
}

.btnOk {
    height: 32%;
    background: #027aff;
    color: white;
    border-radius: 22px;
    font-size: 0.9vw;
    padding: 8px;
    border: none;
    width: 20%;
    cursor: pointer;
    margin-top: 2%;
}

.txtPayment {
    direction: rtl;
    /*margin-top: 5px;*/
    border-radius: 14px;
    height: 31px;
    border-style: solid;
    border-color: #b9b6b6;
    width: 169px;
    font-size: 13px;
}

.DeleteInsured {
    width: 5%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ButtonDiv {
    cursor: pointer;
    width: 100%;
    position: absolute;
    margin-top: 0px;
    left: 0px;
    height: 9%;
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    padding: 0;
}

.listInput {
    border-radius: 28px;
    border: solid 2px #b0adad;
    position: relative;
    direction: rtl;
}

.container {
    background-color: #99CCFF;
    border: thick solid #808080;
    padding: 20px;
    margin: 20px;
}

.btnCategory {
    background-color: #55a1fa;
    color: white;
    font-size: 18px;
    margin-top: 35px;
    font-size: 23px;
    height: 38px;
    border: none;
    border-radius: 10px;
    width: 13%;
    float: right;
}

.popUpButton {
    width: 35%;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 17pt;
    height: 45px;
    color: white;
    background-color: #10378f;
    border: none;
    margin-left: 5px;
    border-radius: 5px;
    direction: rtl;
    cursor: pointer;
}

.btnRepeater {
    position: relative;
    background-color: #6e1b8f;
    border-radius: 42px;
    border: none;
    width: 89px;
    height: 36px;
    color: white;
    font-size: 17px;
    font-family: 'Open Sans Hebrew', sans-serif;
}


.ChatButton {
    color: white;
    border: none;
    background: none;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 13pt;
    font-weight: bold;
}


.ListDivParamsChat1 {
    display: table;
    width: 60%;
    margin-top: 6px;
    min-height: 50px;
    background-color: transparent;
}

    .ListDivParamsChat1 div {
        /*display: flex;*/
        display: table-cell;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        color: #313d4f;
        font-weight: 700;
        text-align: left;
        float: left;
        padding-left: 10px;
        background-color: transparent;
    }

    .ListDivParamsChat1 table {
        background-color: rgb(189, 240, 184);
        margin-left: 4%;
    }

.ListDivParamsChat2 {
    display: table;
    width: 60%;
    margin-top: 6px;
    min-height: 50px;
    background-color: transparent;
    float: right;
}

    .ListDivParamsChat2 div {
        /*display: flex;*/
        display: table-cell;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        color: #313d4f;
        font-weight: 700;
        text-align: left;
        padding-left: 10px;
        background-color: transparent;
    }

    .ListDivParamsChat2 table {
        background-color: rgb(185, 227, 240);
        float: right;
        margin-right: 4%;
    }

.ListDivParamsDispute1 {
    display: table;
    width: 60%;
    margin-top: 6px;
    min-height: 50px;
    background-color: transparent;
    float: left;
    font-size: 12pt;
}

    .ListDivParamsDispute1 table {
        float: left;
        margin-left: 4%;
        border: 1px solid;
        border-color: lightgray;
        font-size: 10pt;
    }



.ListDivParamsDispute2 {
    display: table;
    width: 60%;
    margin-top: 6px;
    min-height: 50px;
    background-color: transparent;
    float: right;
    font-size: 12pt;
}

    .ListDivParamsDispute2 table {
        float: right;
        margin-right: 4%;
        border: 1px solid;
        border-color: lightgray;
        font-size: 10pt;
    }

.ListDivParamsHeadIncome {
    width: 100%;
    height: 34px;
    background-color: white;
    border: solid 2px #6e1b8f;
    display: table;
    margin-top: 20px;
}

    .ListDivParamsHeadIncome div {
        display: table-cell;
        line-height: 34px;
        color: black;
        font-weight: 700;
        text-align: left;
    }

.ListDivParamsIncome {
    display: table;
    width: 100%;
    height: 36px;
    background-color: white;
    border-bottom: solid 1px #6e1b8f;
}


    .ListDivParamsIncome div {
        display: table-cell;
        height: 36px;
        line-height: 36px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        color: black;
        font-weight: normal;
        text-align: left;
        float: left;
        padding-left: 10px;
        background-color: white;
    }

        .ListDivParamsIncome div a {
            color: #313d4f;
        }




.loadMoreChat {
    border: none;
    text-decoration: underline;
    font-family: 'Open Sans Hebrew', sans-serif;
    background-color: transparent;
    cursor: pointer;
}

.template {
    height: 93%;
    overflow-y: scroll;
}

.templateDispute {
    height: 60%;
    overflow-y: scroll;
}


.divSendMessage {
    height: 7%;
    position: absolute;
    bottom: 0px;
    /*background-color: #edeef1;*/
    text-align: right;
    width: 100%;
    height: 38px;
    background-color: #e1dfdf;
    border-top: solid 1px #e7e9ed;
    border-bottom: solid 1px #e7e9ed;
    display: table;
}

.txtMessage {
    width: 85%;
    height: 32px;
    line-height: 32px;
    border: none;
    border-radius: 6px;
    text-align: right;
    padding-right: 5px;
    resize: none;
    vertical-align: middle;
}

.btnSendMessage {
    width: 35px;
    vertical-align: middle;
    margin-right: 14px;
    margin-left: 14px;
}
.BtnInsured {
    width: 84%;
    padding: 3%;
    margin-right: 2%;
}


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 100px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }



.ReadingMarginTop {
    margin-top: 2%;
}
.DeleteReading{
    position: relative;
    z-index: 100;
    width: 13px;
    height: auto;
}
/*.EnableReading {
     opacity: 0.5;
    pointer-events: none;
}*/

.FontSizeReadings {
    font-size: 10pt;
}
.InsuredBlocking {
    margin-top: 18px;
    width: 39%;
}
.ColorInsuredBlocke {
    background-color: #ff500024;
    height: 8.5%;
    display: flex;
}
.Colorwhite {
    background-color: white;
    height: 8.5%;
    display: flex;
}
.BtnFileUpload {
    background: #d9f0ff;
    border: none;
    color: #1ea4ff;
    border-radius: 6px;
    font-size: 13pt;
    padding: 2%;
    font-weight: 600;
    width: 100%;
    margin-inline-end: 8px;
    cursor: pointer;
}
.DownloadImage {
    margin-left: -40px;
}
@media only screen and (min-width: 760px) and (max-width: 1284px) {
    .DeleteImageButton {
        margin-left: -4px;
    }
}

@media only screen and (min-width: 1248px) and (max-width: 1266px) {
    .DownloadImage {
        margin-left: -44px;
    }
}

@media only screen and (max-width: 755px) {
    .DownloadImage {
        margin-left: -4px;
    }
}
/*
.DivInsured {
    justify-content: space-between;
    height: 76px;
    align-items: center;
    padding: 0 3%;
    color: #162548;
}*/


.FontHeader {
    font-weight: 700;
    font-size: 23pt;
}
.CurrentPageInsured {
    height: calc(100vh - 56px - 76px);
    background-color: white;
    align-items: center;
    padding-top: 1%;
}
/*.DivAllInsureds {
    width: 75%;
    border: 2px solid #dddddd;
    height: 71%;
    border-radius: 22px;
    overflow-x: auto;
}*/
.RowInsured {
    align-items: center;
}
.ImgInsured {
    width:75%;
    height:auto;
}
.ImgAddInsured {
    width: 50%;
    height: auto;
}
.NewSpanInDetailsInsured {
    color: #162548;
    /*    margin-bottom: 6px;*/
    font-size: 10pt;
    margin-bottom: 3px;
}
.NewInputInDetailsInsuredForChk {
    border: 1px solid #162548;
    border-radius: 3px;
    height: 22px;
}

.DivInsured {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 76px;
    padding: 0 3%;
    color: #162548;
}

.FontHeader {
    flex: 1;
    text-align: center;
}

    /* Right alignment for "צרף מבוטח חדש" */
    .FontHeader:first-child {
        text-align: right;
    }

    /* Center alignment for "מלוי פרטיי מבוטח/ים" */
    .FontHeader:nth-child(2) {
        text-align: center;
    }

.DivAgentDetails{
    flex: 1;
    font-size: 16pt;
    text-align: left;
    justify-content: flex-end;
}
.DivAgentDetailsMarginEnd {
    margin-inline-end: 3%;
}
.DivAllInsureds {
    width: 75%;
    border: 2px solid #dddddd;
    height: 72%;
    border-radius: 8px;
    overflow-x: auto;
    /* מוסיף padding בצד של הגלגלת */
    padding-right: 6px;
}

    /* עיצוב הגלגלת */
    .DivAllInsureds::-webkit-scrollbar {
        width: 8px;
    }

    /* עיצוב המסלול של הגלגלת */
    .DivAllInsureds::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 22px;
    }

    /* עיצוב ה"ידית" של הגלגלת */
    .DivAllInsureds::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 22px;
        /* מוסיף גבול שקוף סביב הידית */
        border: 2px solid transparent;
        background-clip: padding-box;
    }

        /* אפקט hover על הגלגלת */
        .DivAllInsureds::-webkit-scrollbar-thumb:hover {
            background: #555;
        }


.DivProductsInsureds {
    width: 75%;
    border: 2px solid #dddddd;
    height: 69%;
    border-radius: 8px;
    overflow-x: auto;
    /* מוסיף padding בצד של הגלגלת */
    padding-right: 6px;
    display: flex;
    justify-content: center;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-button {
    position: absolute;
    bottom: 17%;
    width: 8%;
    height: auto;
}
.ImageProduct {
    width: 100%;
    height: auto;
}
.NameInsuredProduct {
    color: #162548;
    font-weight: 700;
    font-size: 15pt;
}
.DivInsuredProductsPaddingTop
{
    padding-top:2%;
}
.ListInsureds{
    padding-right: 10px;
    border-radius: 6px;
    border: solid 1px #162548;
    background-color: #fbfdfe;
    /* margin-right: 3%; */
    font-size: 13pt;
    /* height: 39px; */
    color: #162548;
    width: 57%;
}
.side-image {
    position: absolute;
    right: 6%;
    top: 11%;
    z-index: 9999; /* להבטיח שהתמונה תישאר מעל */
}

/* למסך בינוני */
/*@media screen and (max-width: 992px) {
    .side-image {
        right: 4%;
    }
}*/

/* למסך קטן */
/*@media screen and (max-width: 768px) {
    .side-image {
        right: 2%;
    }
}*/

/* למסך מאוד קטן */
/*@media screen and (max-width: 576px) {
    .side-image {
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .side-image {
        right: 2%;
        width: 30px;*/ /* או כל גודל אחר שתרצה */
        /*height: auto;*/ /* שומר על יחס הגובה-רוחב */
    /*}
}*/
.PayImage {
    width: 12%;
    height: auto;
}
.NewSpanHeaderInDetailsInsured {
    text-decoration: underline;
    margin-inline-start: 10%;
    font-size: 11pt;
    font-weight: 600;
    color: #162548;
}

.TextBoxDistressDevice {
    border: 1px solid black;
    border-radius: 3px;
    height: 18px;
}
.DistressDeviceGap{
    gap: 20px;
}
.BtnOkDistressedDevice{
    height: 39px;
    background: #0098ff;
    color: white;
    border-radius: 6px;
    font-size: 14pt;
    padding: 8px;
    border: none;
    width: 23%;
    cursor: pointer;
    margin-top: 10%;
}
.DivAgenPermission 
{
    padding: 1.5% 3%;
    color: #827979;
    justify-content: center;
    margin-bottom: 6%;
}
.ScrollableDiv {
    height: 60px;
    overflow-y: auto; 
}
.SupervisorPercentCommission {
    width: 11%;
    border: solid 1px #a3a3a4;
    border-radius: 4px;
    color: #a3a3a4;
}

.ScrollHeight {
    height:100%
}

@media screen and (max-width: 1200px) {
    .ScrollHeight {
        height: 50% !important
    }
}

.BtnPopUpPay[disabled] {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

..ListDivParamsHead_title {
    width: 100%;
    height: 38px;
    background-color: #f6f6f6;
    /*    border-top: solid 1px #e7e9ed;
*/ /*border-bottom: solid 1px #e7e9ed;*/
    display: table;
}

.ListDivParamsHead_title div {
    display: table-cell;
    line-height: 38px;
    box-sizing: border-box;
    color: #2b4788;
    /*  font-weight: 700;*/
    text-align: left;
}

.ListDivParamsHeadAgent_title {
    margin-top: 2%;
    border-bottom: 1px solid #dddddd;
    font-weight: 600;
    background-color: white;
    height: 44px;
}

.ListDivParams1_title {
    display: table;
    width: 100%;
    margin: auto;
    height: 65px;
    /*    height: 113px;*/
    background-color: #FFFFFF;
    /*    border-bottom: 37px solid #f6f6f6;
*/
}

.ListDivParams1_title div {
    /*display: flex;*/
    display: table-cell;
    height: 65px;
    line-height: 65px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #313d4f;
    /*font-weight: 700;*/
    text-align: left;
    float: left;
    /* padding-left: 10px;*/
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.ListDivParams1_title div a {
    color: #313d4f;
}

.ListDivParamsReports {
    display: table;
    width: 100%;
    margin: auto;
    height: 65px;
    /*    height: 113px;*/
    background-color: #FFFFFF;
}
.ListDivParamsReports div {
    /*display: flex;*/
    display: table-cell;
    height: 65px;
    line-height: 65px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #313d4f;
    /*font-weight: 700;*/
    text-align: left;
    float: left;
    /* padding-left: 10px;*/
    background-color: #FFFFFF;
    box-sizing: border-box;
}
.ListDivParamsReports div a {
    color: #313d4f;
}

/*new css from 2026-02-04*/

/*global css start*/
.dropdown {
    border: 1px solid #606b86;
    color: #606b86;
    background-color: #fbfdfe;
    border-radius: 22px;
    padding: 3%;
    cursor: pointer;
    font-size: 12pt;
}

/*.filter-bank-comment {
    height: 39px;
    width: 100%;
    border-radius: 7px;
    font-size: 13pt;
    border: 1px solid #606b8694;
    color: #606b86;
    margin-top: 0;
}*/
.filter-bank-comment {
    height: 39px;
    width: 100%;
    border-radius: 7px;
    font-size: 13pt;
    border: 1px solid #606b8694;
    color: #606b86;
}

/*.filters-row {
    display: flex;
    flex-direction: row;*/ /* כיוון RTL */
    /*align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}*/

.filters-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

/*.filter-insured-container {
    flex: 1;*/ /* תופס את שאר המקום */
    /*min-width: 200px;
}*/
.filter-insured-container {
    width: 260px; /* קבוע – לא משתנה */
    flex-shrink: 0;
}

/*.another-open-filter {
    width: 20%;
    min-width: 150px;
    flex-shrink: 0;
}*/

.another-open-filter {
    width: 220px; /* קבוע */
    flex-shrink: 0;
}

.reports-salary-report-container {
    position: absolute;
    top: 8px;
    left: 17%;
    border: 2px solid #10b049;
    border-radius: 10px;
    padding: 10px;
    background-color: gainsboro;
}
.reports-salary-report-choose-title {
    display: inline-block;
}
.reports-salary-report-choose-title-year {
    display: inline-block;
}
.reports-salary-report-choose-date, .reports-salary-report-choose-agent-area {
    margin-top: 11px;
}
    .reports-salary-report-choose-date select, .reports-salary-report-choose-agent-area select {
        margin-right: 0px;
    }
.reports-salary-report-choose-month {
    width: 50px;
}
.reports-salary-report-choose-year {
    width: 80px;
    margin-right: 0;
}
.reports-salary-report-choose-agent {
    width: 176px;
}
.reports-salary-report {
    height: 35px;
    align-items: center;
    padding: 1% 0px;
    text-align: center;
}
.reports-salary-report .loading {
    cursor: wait;
    background-color: gainsboro;
}

.reports-salary-report input {
    background-color: white;
    font-size: 14px;
    color: #10b049;
    border-color: #10b049;
    border-radius: 22px;
    cursor: pointer;
    border: 2px solid #10b049;
    box-shadow: none;
    outline: none;
    padding: 0 15px;
    height: 36px;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

#globalPopup.popUpOut {
    background: transparent !important;
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 9999;
}

.promotional-reason {
    position: absolute;
    right: 0;
    top: 29px;
    width: 210px;
    font-size: 13px;
}

.min-monthly-sales {
    align-items: center;
    margin-left: 41%;
    display: none;
}
.first-payment-add-new .min-monthly-sales {
    margin-left: 0;
}
.min-monthly-sales span {
    margin: 5px 0px;
}
.min-monthly-sales input {
    border: solid 1px #9e9e9ea3;
    border-radius: 4px;
    font-size: 12pt;
    text-align: center;
    width: 250px;
}

