.mainBodyPanel {
    display: grid;
    grid-template-rows: 0PX 60px 1fr;
}

   .leftMenu {
           grid-row: 1 / span 3;
         background-color: #0f1d41;
        color: white;
        font-family:'Poppins';
         width: 100%;
         z-index: 100;
    }
   .navbar {
       height: calc(100vh - 20px);
       transition: width 200ms ease;
         background-color: #0f1d41;
         color: white;
         font-family:'Poppins';
   }
 .leftMenuLi {
     width: 100%;
 }
 .leftMenuIconFill{
      fill: white;
 }
.leftMenuIconStroke{
     stroke: white;
}
 .leftMenuA {
     display: flex;
     align-items: center;
     height: 45px;
     color: #b6b6b6;
     text-decoration: none;
 color: white;
 }
  .leftMenuA:hover {
        color: white;
  }
      .leftMenuA:hover svg {
          width: 35px;
            .leftMenuIconFill{
                 fill: white;
            }
.leftMenuIconStroke{
     stroke: white;
}
      }
    .leftMenuA [aria-current=page] {
        color: pink;
    }

.dropdown-leftMenuA {
     color: white;
}

    .dropdown-leftMenuA:hover {
         color: white;
    }

        .dropdown-leftMenuA:hover svg {
            width: 35px;
            .leftMenuIconFill{
                 fill: white;
            }
.leftMenuIconStroke{
     stroke: white;
}
      }

    .sidebarDropdownBackgroundColor{
        background-color: rgba(255, 255, 255, 0.1);
    }
    .sidebarDropdown svg {
        width: 30px;
    }
   .sidebarDropdown a {
       padding-left: 20px;
padding-top: 6px;
 padding-bottom: 6px;
       text-decoration: none;
       list-style: none;
       color: white;
       width: 100%;
   }
 .sidebarDropdown a:hover {
 color: white;
 background-color: rgba(255, 255, 255, 0.1);
 }
    .backGroundPanel{
        padding:0.6vw;
        user-select:none;
        font-family:'Poppins';
    }
  .pageHeader {
      text-align: right;
      color: lightgray;
      font-family: 'PoppinsExtraBold';
      font-size: 40px;
      position: relative;
      color:#0f1d41;
      background-color: transparent;
      padding-right: 2vw;
  }
  .pageBody {
      box-shadow: 2px 2px 2px rgba(147, 147, 147, 0.8);
      border: thin solid rgba(0,0,0,0.1);
      border-radius: 0.7vw;
      padding: 15px;
      background-color:white;
      font-family:'Poppins';
  }
 .pageBodyHeader {
     position: relative;
     text-align: left;
     color: black;
     padding: 0.3vw;
font-size:26px;
margin-bottom:15px;
     border-bottom: 3px solid #8fc3ea;
 }
.headerBorderBottom{
 border-bottom: 3px solid #8fc3ea;
}
.headerBorderTopThin{
 border-top: 1px solid #8fc3ea;
}
.borderBottom{
border-bottom-color: #8fc3ea;
}
.pageBodyHeaderWithFilter {
    margin-top:12px;
}
.pageHeaderTextColor{
color:#0f1d41;
}
.headerLineColor{
color: #8fc3ea;
}
.backgroundLineColor{
background-color: #fec023;
}
.widgetLine{
    border-bottom: 3px double #fec023;
}
.borderWidgetLine{
    border: 1px solid #fec023;
}
.borderDoubleWidgetLine{
    border: 1px solid #fec023;
}

    .borderTopLine {
        border-top: 1px solid #fec023;
    }
.baseColor{
color:#0f1d41;
}
.secondColor{
#fec023;
}

  .iconFill{
       fill: #0f1d41;
  }
  .iconStroke{
       stroke: #0f1d41;
  }
.userPanelIconFill{
     fill: #0f1d41;
}
.userPanelIconStroke{
     stroke: #0f1d41;
}
.userPanelText{
color: #0f1d41;
   font-family:'Poppins';
}
   .buttonIcon3D {
       box-shadow: 2px 2px 2px rgba(147, 147, 147, 0.8);
        cursor: pointer;
       margin: 0 3px 3px 0;
       background-color: white;
     background-color:#0f1d41;
     color:white;
   }
 .buttonIcon3DCornersRound {
     border-radius: 4px;
 }

 .buttonIcon3D:active {
     box-shadow: 1px 1px 7px rgba(147, 147, 147, 0.8);
     cursor: pointer;
 }
table{
    width:100%;
    border-collapse:separate;
    border-spacing:3px 3px;
    background-color:white;
    padding:4px;
   font-family:Poppins;
}
th {
   background-color:#606D76;
   color:white;
   cursor:pointer;
   text-align:center;
   padding:8px 3px;
   word-wrap: break-word;
   word-break:break-all;
}
td{
    text-align:left;
    padding:4px;
    word-wrap: break-word;
    word-break:break-all;
}
        tr:nth-child(odd) {
            background-color: #F2F6F9;
            color:black;
        }
        tr:nth-of-type(odd) {
              background-color: #F2F6F9;
              color:black;
        }
        tr:nth-of-type(even) {
            background-color: #DDE5EB;
            color:black;
        }
.fontFamililyNormal{
    font-family:Poppins;
}
.fontFamililyItalic{
    font-family:PoppinsItalic;
}
.fontFamililyBold{
    font-family:PoppinsExtraBold;
}
.textColor{
    color:black;
}
.headerTextColor{
    color:#0f1d41;
}
.thExtra{
    background-color:#0f1d41;
    color:white;
    padding:8px 4px;
    }
.inputBorder{
border-left:1px solid grey;
}
    .searchInputBox{
    border-left:1px solid grey;
    border-top:1px solid grey;
    border-bottom:1px solid grey;
    border-right:54px solid grey;
    border-radius:6px;
    height:45px;
    min-width:400px;
    padding-left:6px;
    padding-right:6px;
    }
    .calendarDay {
    background-color: white;
    border: thin solid #A2ACB3;
    border-top: 26px solid #A2ACB3;
    position: relative;
    border-radius:0.5vw;
    min-width:72px;
    word-break:break-all;
    color:white
    }
    .calendarSaturDay {
    background-color: white;
    border: thin solid #8fc3ea;
    border-top: 26px solid #8fc3ea;
    position: relative;
    border-radius:0.5vw;
    min-width:72px;
    word-break:break-all;
    color:white
    }
    .calendarSunDay {
    background-color: white;
    border: thin solid #8fc3ea;
    border-top: 26px solid #8fc3ea;
    position: relative;
    border-radius:0.5vw;
    min-width: 72px;
    word-break: break-all;
    color:white
    }
    .calendarDayText{
    width:100%;
    display:grid;
    flex-direction:column;
    color:black;
    }
    .calendarHeaderText{
    width:100px;
    position:absolute;
    left:10px;
    top:-24px;
    font-family:PoppinsExtraBold;
    }


    .calendarMobileDay {
    background-color: white;
    border: thin solid #A2ACB3;
    border-left: 100px solid #A2ACB3;
    position: relative;
    border-radius:0.5vw;
    min-width:72px;
    word-break:break-all;
    color:white;
    width:100%;
    text-align:left;
    white-space:nowrap;
    margin-bottom:5px;
    }
    .calendarMobileSaturDay {
    background-color: white;
    border: thin solid #8fc3ea;
    border-left: 100px solid #8fc3ea;
    position: relative;
    border-radius: 0.5vw;
    min-width: 72px;
    word-break: break-all;
    color: white;
    width:100%;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 5px;
    }
    .calendarMobileSunDay {
    background-color: white;
    border: thin solid #8fc3ea;
    border-left: 100px solid #8fc3ea;
    position: relative;
    border-radius: 0.5vw;
    min-width: 72px;
    word-break: break-all;
    color: white;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 5px;
    }
    .calendarMobileDayText {
    width: 100%;
    white-space: initial;
    padding: 4px;
    color: black;
    }
    .calendarMobileHeaderText {
    width: 60px;
    position: absolute;
    left: -90px;
    top: 0;
    font-family: PoppinsExtraBold;
    }
    .contactUsBody{
    display:grid;
    font-family:'Poppins';
    }
    .contactUsHeroText {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
width:50%;
   text-align: left;
    position: absolute;
    left: 2%;
    top: 7%;
    z-index: 1;
    padding: 3vh 3vw;
    }
@media only screen and (max-width: 900px) { .contactUsHeroText { width:80%;  padding: 1vh 1vw;}}
    .mainBodyContactContainer {
    display: flex;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
    justify-items: center;
    padding: 0;
    margin: 0;
    font-family:Poppins;
    }
    .linksTextColor{
    color: white;
    }
  .ContactlinksTextColor{
  color: black;
  }
    .invoiceDetailsPanel{
    padding:0.6vw;
    user-select:none;
    font-family:'Poppins';
    background-color:white;
    }
    .contactUsDepartmentBody{
    background-color:#606D76;
    padding:20px 1.2vw;
    width:100%;
    font-family:Poppins;
    }
    .contactUsDepartmentHeader{
    width:100%;
    text-align:left;
    color:white;
    padding:15px 0;
    }
    .contactUsWidgetBody{
    width:100%;
    text-align:center;
    color:black;
    }
    .contactModule {
    border: 1px solid white;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 12px;
    overflow: clip;
    padding: 20px 10px;
    margin: 0;
    }
@media only screen and (max-width: 600px) { .contactModule { min-width: 325px; }}
    .contractContainer {
    text-align: left;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    row-gap: 1px;
    color:black;
    }
    .roundedButton {
    border: 1px solid #0f1d41;
    color:white;
    box-shadow: 0px 2px 5px #d8d8d8;
    border-radius: 2px;
    height: 40px;
    width: 170px;
    font-size: 16px;
    cursor: pointer;
    margin: 10px;
    }
    .acceptButton {
    background-color: #0f1d41;
    color: white;
    border: 1px solid #0f1d41;
    }

    .acceptButton:hover {
    background-color: #0f1d41;
    border: 1px solid white;
    }

    .optionButton {
    background-color: #0f1d41;
    color: white;
    }

    .optionButton:hover {
    background-color: #0f1d41;
    color: white;
    border: 1px solidwhite;
    }
    .cookieConsent {
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
    width:100vw;
    height:100vh;
    user-select:none;
    color:black;
    }
    .cookieConsentPanel{
    position:relative;
    width:clamp(350px,50vw,60vw);
    max-height:90vh;
    background-color:white;
    overflow-y:auto;
    }
    .creditNotePreviewPanel{
    width:100%;
    color:black;
    padding:6px 56px 2px 8px;
    font-weight:bold;
    position:relative;
    border-bottom:3px double #0f1d41;
    cursor:pointer;
    font-family:'Poppins';
    }
    .suspendetAccount{
color:#0f1d41;
    font-family:'PoppinsExtraBold';
    }
    .clickableButton {
    cursor: pointer;
    color:#0f1d41;
    }
.signDOCTopBar {
    padding-left: 15vw;
    background-color:#b8babc;
    color:white;
position:fixed;
top:0;
right:0;
text-align:right;
width:100%;
padding-top:14px;
padding-bottom:14px;
padding-right:14px;
font-size:22px;
user-select:none;
}
   .faqContainer {
       width: 100%;
       min-width: 340px;
       margin-top: 30px;
       margin-bottom: 30px;
border-top:2px solid #8fc3ea;
   }
.logInInputBorder{
width:100%;
height:40px;
font-size:24px;
border-left:50px solid #b8babc;
border-top:thin solid #b8babc;
border-bottom:thin solid #b8babc;
border-right:thin solid #b8babc;
border-radius: 4px;
}
.logInIconFill{
     fill: white;
}
.logInBodyWrapper{
width:100%;
height:88vh;
text-align:center;
display:flex;
justify-content:center;
align-items: center;
padding: 0 15px;
font-family:'Poppins';
}
.logInBody{
    padding:25px;
    box-shadow: 2px 2px 2px rgba(147, 147, 147, 0.8);
    border: thin solid rgba(0,0,0,0.1);
    border-radius: 0.7vw;
    background-color:#0f1d41;
    font-family:'Poppins';
    color: white;
}
 .logInBodyHeader {
     position: relative;
     text-align: center;
     padding: 0.3vw;
     border-bottom: 3px solid gray;
     border-bottom-color: #fec023;
    width:100%;
 }
.logInBodyText {
      width:100%;
      text-align:center;
      font-size:24px;
      padding: 8px;
}
  .logInButtonIcon3D {
      box-shadow: 2px 2px 2px rgba(147, 147, 147, 0.8);
      background-color: transparent;
      cursor: pointer;
      margin: 0 3px 3px 0;
      background-color: white;
    background-color:#8fc3ea;
    color:white;
  }
.logInButtonIcon3D:active {
    box-shadow: 1px 1px 7px rgba(147, 147, 147, 0.8);
    cursor: pointer;
}

  .module {
box-shadow: 1.5px 1.5px 1.5px rgba(147, 147, 147, 0.8);
border: thin solid rgba(0, 0, 0, 0.1);;
    border-radius: 0.3vw;
    max-height: 600px;
    overflow-y: scroll;
    font-size: clamp(12px, 1.4vw, 13px);
    font-size: 13px;
    scrollbar-width: none;
}
.userPanelSelectCompanyPanel{
align-self: end;
}
  .pageMenuPanel {
       position: relative;
      text-align: right;
      padding: 8px 12px;
      background-color: #b8babc;
      color: white;
      font-size: 1.6vw;
      font-family: 'Poppins';
  }
.ticker-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 30px;
    background-color: black;
    background-image: none;
    color: white;
    padding-left: 100%;
    box-sizing: content-box;
}
.wewsRibbonBorderBottom{
border-bottom: none;
}
 .ticker-wrap .ticker__item {
     display: inline-block;
     padding: 0 4px;
     font-size: 18px;
     color: white;
       font-family:'PassFont';
    }
.pointer{
cursor: pointer;
}