/*******************************************************************************************/
/* LAYOUT
@media screen and (max-width: 1024px) { // mobile
@media screen and (min-width: 1025px) and (max-width:1280px){
@media screen and (min-width: 1281px) {
/*******************************************************************************************/
html{
  touch-action: pan-y;
  height: 100%;
  overflow-x: hidden;
  /* background-color: #f1f1f1; */
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  overflow-y: auto;
  /*background-color: #F4F4F4;*/
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px #f3f2ff inset;
  -webkit-text-fill-color: black; /* Change text color as needed */
}

.main-login-container{
  direction: ltr;
  height: max-content;
}

.loginPage-forget-state{
  direction: ltr;
}

.titleLabel-container{
  width: 165px;
}

.home-page-card-container{
  width: 230px;
}

/********************* date **************************************/

/* input:invalid {
  color: red;
} */

.react-datepicker-popper {
  display: none;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

select::-ms-expand {
  display: none;
}
input[type="date"]
{
    /* display:block; */
    /* -webkit-appearance: textfield;
    -moz-appearance: textfield; */
}

.login-register-section{
  /* direction: ltr;
  height: max-content; */
    display: flex;
    flex-direction: column;
    gap: 190px;
    /* align-items: center; */
}
/********************* button **************************************/

button {
  border-width: 0;
  border-color: transparent;
  box-shadow: none;
  box-sizing: border-box;

  font-family: "SimplerPro-Regular", Arial, sans-serif !important;
  /* font-size: 15px !important;
  letter-spacing: 0.97px !important;
  line-height: 19px !important; */
  font-size: 15px;
  letter-spacing: 0.97px;
  line-height: 19px;
  padding: 12px 30px;

  border-radius: 40px;
}

button.accordion-top-text {
  font-size: 15px !important;
  letter-spacing: 0.97px !important;
  line-height: 19px !important;
}

button:focus {
  outline-style: none;

  border-width: 0;
  border-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
/* 
  font-family: "SimplerPro-Regular", Arial, sans-serif !important;
  font-size: 15px !important;
  letter-spacing: 0.97px !important;
  line-height: 19px !important;
  padding: 12px 30px;

  border-radius: 40px; */
}
.hide-always{
  visibility: hidden;
  display: none;
  /* position: absolute;
  top:0;
  left:0; */
}
/* .hide-always-container{
  position: relative;
} */
#sign-portal{
  visibility: hidden;
}


.tz-modal-tooltip-wrapper{
  display: none;
  position: absolute;
  z-index: 99999;
  transform: translate(80%,15%);
}

.NoRcmd-Title{
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #03234D;
  letter-spacing: 1.25px;
}

.NoRcmd-Subtitle{
  width: 71%;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}



@media screen and (min-width: 200px) and (max-width: 770px) {



  .tz-modal-tooltip-wrapper{
    display: none;
    position: absolute;
    z-index: 99999;
    transform: translate(80%,-20vh);
  }

  .NoRcmd-Title{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    /* less font-size for mobile */
    color: #03234D;
    letter-spacing: 1.25px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  button {
    border-width: 0;
    border-color: transparent;
    box-shadow: none;
    box-sizing: border-box;

    font-family: "SimplerPro-Regular", Arial, sans-serif !important;
    font-size: 14px !important;
    letter-spacing: 0.97px !important;
    line-height: 19px !important;
    padding: 12px 30px;

    border-radius: 40px;
  }

  button:focus {
    outline-style: none;

    border-width: 0;
    border-color: transparent;
    box-shadow: none;
    box-sizing: border-box;

    /* font-family: "SimplerPro-Regular", Arial, sans-serif !important;
    font-size: 14px !important;
    letter-spacing: 0.97px !important;
    line-height: 19px !important;
    padding: 12px 30px;

    border-radius: 40px; */
  }
  .mobile-register-form-submit-button-container{
    display: flex;
    margin-top: 24px;
    height: 36px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 18px;
  }
}

/********************* input **************************************/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* -webkit-appearance: none;
  margin: 0; */
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  text-align: right !important;
  /* border: 1px solid #4a4a4a !important; */
/* 
  font-family: "SimplerPro-Regular", Arial, sans-serif !important;
  font-size: 15px !important;
  letter-spacing: 0.97px !important;
  line-height: 23px !important;
  text-align: right; */
}

input[type="number"]:focus {
  /* border: 1px solid #1362ff !important; */
  /* outline: none !important; */
}

input[type="text"] {
  text-align: right !important;
}
input[type="email"] {
  text-align: right !important;
}

input[type="text"]:focus {
  /* border: 1px solid #1362ff !important; */
  /* outline: none !important; */
}

/********************************************************************/

#accordion .card-body {
  font-family: "SimplerPro-Regular", Arial, sans-serif !important;
}

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

  #accordion .card-body {
    padding: 0 35px 30px 35px;
  }

  /* ---------------------------------------------------- */
  /* ---------------------------------------------------- */
  /* Mobile Login */
  /* ---------------------------------------------------- */
  /* ---------------------------------------------------- */

  .mobile-login-main-container{
    display: flex;
    /* width: 360px; */
    /* height: 800px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF;
  }

  .mobile-login-main-wrapper{
    display: flex;
    width: 360px;
    height: 800px;
    padding: 16px 18px;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    flex-shrink: 0;
  }

  .mobile-login-main-banner-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
  }

  .mobile-login-language-change-text{
    text-align: left;
    align-self: stretch;
    color: var(--blue, #1362FF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }

  .mobile-login-main-banner-content-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }

  .mobile-login-main-banner-content-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
  }

  .mobile-login-main-banner-title{
    align-self: stretch;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    line-height: 22px;
  }

  .mobile-login-main-banner-subTitle-container{
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .mobile-login-main-banner-subTitle-text1{
    color: var(--blue, #1362FF);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
  }

  .mobile-login-main-banner-subTitle-text2{
    color: #111;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; 
  }

  .mobile-login-main-banner-company-logo-container{
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .mobilg-login-main-banner-company-logo-divider-container{
    display: flex;
    width: 15px;
    height: 15px;
    padding: 0.313px;
    justify-content: center;
    align-items: center;
  }


  
  /* ---------------------------------------------------- */
  /* ---------------------------------------------------- */
  /* Mobile Register */
  /* ---------------------------------------------------- */
  /* ---------------------------------------------------- */
  .mobile-register-top-main-container{
    display: flex;
    /* width: 360px; */
    /* height: 800px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mobile-register-top-main-subContainer {
    display: flex;
    /* width: 360px; */
    height: 800px;
    padding: 96px 18px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
  }

  .mobile-register-main-banner-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
  }

  .mobile-register-main-banner-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }

  .mobile-register-logo-with-company-container{
    display: flex;
    align-items: center;
    gap: 16px;
    direction: ltr;
  }
  .mobile-register-logo-with-company-divider{
    display: flex;
    width: 15px;
    height: 15px;
    padding: 0.313px;
    justify-content: center;
    align-items: center;
  }

  .mobile-register-main-banner-content-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }

  .mobile-register-main-banner-title{
    align-self: stretch;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }

  .mobile-register-main-banner-subTitle-container{
    display: flex;
    width: 336px;
    padding: 0px 64px;
    align-items: center;
    gap: 29px;
    direction: rtl;
  }

  .mobile-register-main-banner-subTitle-text{
    flex: 1 0 0;
    color: #111;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .mobile-register-sign-form-container{
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.20);
  }

  .signpad-form-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 12px;
    align-self: stretch;
  }

  .signpad-form-wrapper{
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 8px;
    align-self: stretch;
  }
  
  .sign-form-error-text{
    align-self: stretch;
    color: #FA4500;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .signpad-inputs-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
  }

  .signpad-main-container{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    align-self: stretch;
  }

  .signpad-label-text{
    align-self: stretch;
    color: #111;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }

  .mobile-signpad-container{
    display: flex;
    position: relative;
    min-height: 128px;
    /* padding: 12px 33px 12px 16px; */
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* gap: 92px; */
    gap: 5px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--light-purplr---background, #F3F3FF);
  }

  .signpad-image-frame{
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 12px;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    background: var(--light-purplr---background, #F3F3FF);
  }

  .signpad-clear-botton-container{
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    height: 24px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 18px;
    border: 1px solid #1362FF;
    background: var(--light-purplr---background, #F3F3FF);
  }

  .signpad-clear-button-text{
    color: #1362FF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .mobile-register-form-submit-button-container{
    display: flex;
    height: 60px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 18px;
  }

  .mobile-register-form-submit-button{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
  }

  .mobile-register-security-disclaimer-container{
    display: flex;
    width: 309.549px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .mobile-register-security-disclaimer-text{
    width: 220px;
    color: #111;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .signpad-agreement-main-container{
    display: flex;
    /* justify-content: flex-end; */
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }

  .signpad-agreement-checkbox-container{
    width: 18px;
    height: 18px;
  }

  .signpad-agreement-checkbox-frame{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid var(--dark-purple, #2A349C);
  }

  .signpad-agreement-checkbox-frame-error{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #FA4500;
  }

  .signpad-agreement-checkbox-checked-container{
    display: flex;
    width: 11.25px;
    height: 11.25px;
    padding: 1.133px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }

  .signpad-agreement-text{
    width: 270px;
    color: #111;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }

  .mobile-register-security-disclaimer-image-container{
    display: flex;
    align-items: center;
    gap: 36px;
  }

  /* .mobile-register-security-disclaimer-image1-container{
    width: 97.85px;
    height: 45px;
    flex-shrink: 0;
  } */

  .mobile-register-security-diclaimer-image1{
    width: 32.703px;
    height: 45px;
    flex-shrink: 0;
    background: url("/images/tkanim.png") white -32.442px 0px / 299.2% 100% no-repeat;
  }

  .mobile-register-security-diclaimer-image2{
    width: 97.849px;
    height: 45px;
    flex-shrink: 0;
    background: url("/images/securityContent.png") white 50% / cover no-repeat;
  }
  .mobile-register-security-diclaimer-image3{
    width: 44.477px;
    height: 45px;
    flex-shrink: 0;
    background: url("/images/isoCert.png") white -26.163px 0px / 220% 100% no-repeat;
    
  }

}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #accordion .card-body {
    padding: 0 35px 30px 35px;
  }
}

@media screen and (min-width: 1281px) {
  #accordion .card-body {
    padding: 0 35px 30px 35px;
  }
}

#accordion .card-body {
  font-family: "SimplerPro-Regular", Arial, sans-serif !important;
}

.navbar-toggler {
  font-size: 21px;
}

.navbar-light .navbar-toggler {
  border-color: transparent !important;
}

.col-sm-12 {
  padding: 0;
}

.rotate-image {
  transition: transform 0.3s;
  transform-style: preserve-3d;
}

.rotate-image:hover {
  /*transform: rotateX(180deg);*/

  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate-image-45 {
  transition: transform 0.3s;
  transform-style: preserve-3d;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* .rotate-image-45:hover {
  
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
} */

.with-cursor {
  cursor: pointer;
}

.general-tooltip-wrapper {
  z-index: 99999999;
}

.general-tooltip-arrow {
  border-top-color: #00234d;
  border-right-color: #00234d;
  border-bottom-color: #00234d;
  border-left-color: #00234d;
  border: none;
}

.general-tooltip-text {
  background-color: #00234d;
  color: #ffffff;
  font-family: "SimplerPro-Regular", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.29px;
  text-align: center;
  border: none;
}

/*
.clickable-box-shadow{
    cursor: pointer;
}
.clickable-box-shadow:hover{
    box-shadow: 5px 5px 5px -3px #cccaca;
    cursor: pointer;
}
*/

.ellipsis-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@font-face {
  font-family: "SimplerPro-Regular";
  src: url("/css/SimplerPro-Regular.woff2") format("woff2"),
    url("/css/SimplerPro-Regular.woff") format("woff");
}

@font-face {
  /* font-family: "SimplerPro_Alte-Black";
  src: url("/css/SimplerPro_Alte-Black.woff2") format("woff2"),
    url("/css/SimplerPro_Alte-Black.woff") format("woff"); */
    font-family: "SimplerPro_Alte-Bold";
    src: url("/css/SimplerPro_Alte-Bold.woff2") format("woff2"),
      url("/css/SimplerPro_Alte-Bold.woff") format("woff"),
      url("/css/SimplerPro_Alte-Bold.otf") format("opentype");
}

.app .without_leftmenu {
  margin-right: 264px;
}

/*
.app .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: blue;
    margin : 0;
    padding: 20px;
    margin-top: 110px; 
}
*/

/*******************************************************************/

.app .page {
  /* mobile */
  height: 100%;
  margin: 80px 0 0 0;
  padding: 10px;
  width: 100%;
}

.app .page-main-col {
  padding: 0;
}

.page-top-content {
  margin-top: 30px;
}

.page-title {
  font-size: 23px;
}

@media screen and (min-width: 991px) and (max-width: 1023px) {
  /* fix >> do not remove */

  .app .page {
    margin: 80px 0 0 0;
  }
}

@media screen and (min-width: 1025px) {

  .NoRcmd-Subtitle{
    width: 43%;
    /* margin: auto; */
    margin-top: 0;
    margin-bottom: 16px;
    /* letter-spacing: 1.25px; */
    font-size: 16px;
    line-height: 23px;
    text-align: center;
  }
  
  .app .page {
    margin: 80px 0 0 0;
    padding: 20px 5%;
    width: 100%;
    /* height: 100vh; */
  }

  .app .page-main-col {
    padding: 0;
  }

  .page-top-content {
    margin-top: 30px;
  }

  .page-title {
    font-size: 23px;
  }
}

/*******************************************************************/

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

  .footer-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    margin: 0 17px;
  }
  .signpad-container{
    height: 150px;
    width:90%;
  }
  .signpad-button{
    margin:1.5vh 3vw;
    padding:1% 4%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .footer {
    width: 100%;
    margin-top: 40px;
    text-align: right;
  }

  .footer-text-wrapper {
    display: inline-block;
    margin-left: 20px;
  }

  .footer-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.97px;
    line-height: 31px;
    text-align: right;
    cursor: pointer;
  }

  .footer-text:hover {
    font-size: 13px;
    font-weight: bold;
  }
  .signpad-container{
    height: 200px;
    width: 50%;

  }
  .signpad-button{
    margin:1vh 0.5vw;
    padding:2% 0%
  }

  .signpad-clear-botton-container{
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    height: 24px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 18px;
    border: 1px solid #1362FF;
    background: var(--light-purplr---background, #F3F3FF);
    cursor: pointer;
  }
}

@media screen and (min-width: 1281px) {
  .footer {
    width: 100%;
    margin-top: 40px;
    text-align: right;
  }

  .-text-wrapper {
    display: inline-block;
    margin-left: 20px;
  }

  .footer-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.97px;
    line-height: 31px;
    text-align: right;
    cursor: pointer;
  }

  .footer-text:hover {
    font-size: 13px;
    font-weight: bold;
  }
  .signpad-container{
    height: 200px;
    width: 50%;

  }
    .signpad-button{
      margin:1vh 0.5vw;
      padding:2% 0%
  }

  .signpad-clear-botton-container{
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    height: 24px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 18px;
    border: 1px solid #1362FF;
    background: var(--light-purplr---background, #F3F3FF);
    cursor: pointer;
  }

  .signpad-clear-button-text{
    color: #1362FF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .signpad-image-frame{
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 12px;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    background: var(--light-purplr---background, #F3F3FF);
  }

  .signpad-agreement-main-container{
    display: flex;
    margin-top: 32px;
    /* justify-content: flex-end; */
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
  }

  .signpad-agreement-checkbox-container{
    width: 18px;
    height: 18px;
  }

  .signpad-agreement-checkbox-checked-container{
    display: flex;
    width: 11.25px;
    height: 11.25px;
    padding: 1.133px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }

  .signpad-agreement-checkbox-frame-error{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #FA4500;
  }

  .signpad-agreement-checkbox-frame{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid var(--dark-purple, #2A349C);
  }

  .signpad-form-wrapper{
    display: grid;
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }

  .mobile-register-form-submit-button-container{
    display: flex;
    margin-top: 24px;
    height: 44px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 18px;
  }

  .mobile-register-form-submit-button{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
  }

  .sign-form-error-text{
    align-self: stretch;
    color: #FA4500;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  
}

/*******************************************************************/

.app .topbar {
}

.app .topbar .nav-link {
  color: black;
}

.topbar a {
  color: inherit;
  text-decoration: none;
}

/* Small Mobile */
@media screen and (max-width: 450px) {

  /* .homePageContainer {
    zoom: 0.80;
  } */
  /* .leftmnu{
    zoom: 0.80;
  } */
  /* .navbar-nav{
    zoom: 0.80;
  } */


  .homepage-main-title-small {
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    line-height: 30px;
    color: #00234d;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: start;
  }
}

/* Mobile */
@media screen and (max-width: 1024px) {
  .cover-logo-loader-fixed {
    left: 42%;
    top: 20%;
  }

  .topbar-mobile-close-wrapper {
    position: fixed;
    top: 20px;
    left: 20px;
    height: 25px;
    width: 25px;
  }

  .navbar-nav {
    padding-right: 10px;
    height: 100%;
    overflow-x: hidden;
    background-color: #ffffff;
  }

  .topbar-mobile-close {
    color: black;
  }

  .topbar-mobile-appbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
  }

  .topbar-mobile-footer {
    height: 80px;
    width: 100%;
    /* margin: 27px 20px 40px 20px; */
    margin-top:40px;
    justify-content: space-evenly;
  }

  .topbar-mobile-footer-element {
    width: 28%;
    display: inline-block;
    text-align: center;
  }

  .topbar-mobile-footer-element-icon {
    width: 25px;
    height: 25px;
    margin: auto;
  }

  .topbar-mobile-footer-element-icon img {
    width: 25px;
    height: 25px;
  }

  .topbar-mobile-footer-element-text {
    margin-top: 10px;
    color: #4a4a4a;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1.6px;
    line-height: 25px;
    text-align: center;
  }

  .topbar-mobile-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 2.06px;
    line-height: 43px;
    text-align: right;
    width: 260px;
    margin: 15px 20px 15px 20px;
  }

  .topbar-mobile-user {
    color: #4a4a4a;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 38px;
    text-align: right;
    width: 260px;
    margin: 0 20px 0px 0px;
  }

  .topbar-mobile-menuitem {
    width: 92%;
    color: #4a4a4a;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1.6px;
    line-height: 38px;
    text-align: right;
    /*background-color: #FFFFFF;*/
    border-top: 1px solid #979797;
    height: 40px;
    /* width: 260px; */
    margin: 5px 20px 15px 20px;
    padding: 11px 20px 0 0;
    font-weight: bold;
  }

  .topbar-mobile-menuitem-end {
    width: 92%;
    color: #4a4a4a;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1.6px;
    line-height: 38px;
    text-align: right;
    /*background-color: #FFFFFF;*/
    border-Bottom: 1px solid #979797;
    border-top: 1px solid #979797;
    height: 65px;
    /* width: 260px; */
    margin: 5px 20px 15px 20px;
    padding: 11px 20px 0 0;
    font-weight: bold;
  }

  .rightbar-mobile-content{

  }

  .topbar .sticky-top {
    position: fixed;
    z-index: 98;
    height: 80px;
    width: 100%;
    margin: 0;
    background-color: #fff;
  }

  .topbar-icons-wrapper {
    width: fit-content;
    /* 150px width */
    height: 100%;
    display: flex;
    align-items: center;
    /* height: 40px; */
    text-align: left;
  }
  #mainWrapper > div.topbar > nav > div.topbar-icons-wrapper > button{
    margin: auto;
  }

  .topbar-mobile-close-wrapper {
    width: 100px;
    height: 40px;
    text-align: left;
  }

  .topbar-close-icon {
    background-image: url("/images/mobile_close.svg");
    width: 36px;
    height: 36px;
    margin-right: 10px;

    cursor: pointer;
    display: inline-block;

    background-repeat: no-repeat;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .topbar-close-menu-icon {
    background-image: url("/images/x_close.svg");
    width: 15px;
    height: 15px;
    margin-right: 10px;

    cursor: pointer;
    display: inline-block;

    background-repeat: no-repeat;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .topbar-logo-icon {
    background-image: url("/images/logo.svg");
    width: 107px;
    height: 22px;
    /* margin-right: 6px; */

    cursor: pointer;
    float: left;

    background-repeat: no-repeat;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .topbar-back-icon {
    background-image: url("/images/arrow-left-grey.svg");
    width: 15px;
    height: 27px;
    margin-right: 6px;

    cursor: pointer;
    float: left;

    background-repeat: no-repeat;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .topbar-logo-icon-cover {
    background-image: url("/images/logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    width: 42%;
    height: 100%;
    margin-right: 6px;
    margin: 5px;
    cursor: pointer;
    float: left;

  }
  .topbar-coverlogo-wrapper{
    width: 260px;
    height: 22px;
  }
  .topbar-logo-wrapper{
    padding: 20px;
    width: auto;
    display: flex;
    flex-direction:row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .topbar-help-icon {
    background-image: url("/images/blue_plus.svg");
    width: 36px;
    height: 36px;

    cursor: pointer;
    float: left;

    background-repeat: no-repeat;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    margin-right: 5px;
  }

  .topbar-main-button-wrapper {
    width: 175px;
    height: 36px;

    cursor: pointer;
    display: inline-block;

    float: left;
  }

  .topbar-main-button {
    height: 36px;
    border-radius: 24.5px;
    background-color: #fa4500;
    border: 1px solid #fa4500;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.86px;
    line-height: 23px;
    text-align: center;
    width: 100%;
  }

  .topbar-main-button:hover {
    background-color: transparent;
    color: #fa4500;
  }
  .homepage-main-title-small {
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 12px;
    line-height: 30px;
    color: #00234d;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: start;
  }
  /* Mobile */

}


/* Tablet */
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .topbar-main-button-wrapper {
    position: fixed;
    top: 0;
    left: 107px;

    margin: 27px 0 0 0;

    text-align: left;
    height: 45px;
  }
  .cover-logo-loader-fixed {
    left: 42%;
    top: 20%;
  }

  .topbar-main-button {
    width: 176px;
    height: 35px;
    border-radius: 24.5px;
    background-color: #fa4500;
    border: 1px solid #fa4500;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.86px;
    line-height: 23px;
    text-align: center;

    cursor: pointer;
  }

  .topbar-main-button:hover {
    background-color: transparent;
    color: #fa4500;
  }

  .topbar a {
    color: #000000;
    text-decoration: none;
  }

  .app .topbar {
    position: fixed;
    top: 0;
    /* right: 264px; */
    height: 80px;
    width: 100%;
    /*color : black;*/
    direction: ltr;
    margin: 0;
    z-index: 96;
    background-color: white;
    border-bottom: 1px solid #979797;
  }

  .app .topbar .nav-link {
    color: black;
  }

  .topbar-right-element {
    float: right;
    margin: 35px 20px 0 0;
    cursor: pointer;

    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: right;

    border-bottom: 0px solid transparent;
    height: 45px;
  }
  .topbar-right-element-logo{
    float: right;
    margin: 33px 8.37% 0 6.93%;
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: right;
    border-bottom: 0px solid transparent;
    height: 45px;
  }
  .topbar-right-element:hover {
    float: right;
    margin: 35px 20px 0 0;
    cursor: pointer;

    color: #092674;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: right;
    font-weight: bold;

    border-bottom: 4px solid transparent;
    height: 45px;
  }

  .topbar-right-element-active {
    float: right;
    margin: 35px 20px 0 0;
    cursor: pointer;

    color: #092674;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: right;
    font-weight: 600;

    border-bottom: 4px solid #fa4500;
    height: 45px;
  }

  .topbar-left-element2 {
    position: fixed;
    top: 32px;
    left: 75px;

    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: right;
  }

  .topbar-left-element {
    position: fixed;
    top: 32px;
    left: 6%;
    cursor: context-menu;
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: right;
  }
  .homepage-main-title-small {
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #00234d;
    font-weight: 500;
    letter-spacing: 1.2px;
    /* text-align: center; */
  }
  .mobile-register-form-submit-button-container{
    display: flex;
    margin-top: 24px;
    height: 36px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 18px;
  }
  .signpad-agreement-main-container{
    display: flex;
    margin-top: 32px;
    /* justify-content: flex-end; */
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
  }
  .signpad-agreement-checkbox-container{
    width: 18px;
    height: 18px;
  }
  .signpad-agreement-checkbox-frame{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid var(--dark-purple, #2A349C);
  }
  .mobile-register-form-submit-button{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
  }
}



/* Desktop */
@media screen and (min-width: 1281px) {
  .topbar-main-button-wrapper {
    position: fixed;
    top: 0;
    left: 230px;

    margin: 27px 0 0 0;
    cursor: pointer;

    text-align: left;
    height: 45px;
  }
  .cover-logo-loader-fixed {
    left: 48%;
    top: 20%;
  }

  .topbar-main-button {
    width: 190px;
    height: 35px;
    border-radius: 24.5px;
    background-color: #fa4500;
    border: 1px solid #fa4500;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.86px;
    line-height: 23px;
    text-align: center;
  }

  .topbar-main-button:hover {
    background-color: transparent;
    color: #fa4500;
  }

  .topbar a {
    color: #000000;
    text-decoration: none;
  }

  .app .topbar {
    position: fixed;
    top: 0;
    /* right: 264px; */
    height: 80px;
    width: 100%;
    /*color : black;*/
    direction: ltr;
    margin: 0;
    z-index: 96;
    background-color: white;
    border-bottom: 1px solid #979797;
  }

  .app .topbar .nav-link {
    color: black;
  }

  .topbar-right-element {
    float: right;
    margin: 35px 20px 0 0;
    cursor: pointer;

    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: right;

    border-bottom: 0px solid transparent;
    height: 45px;
  }
  .topbar-right-element-logo{
    float: right;
    margin: 33px 8.37% 0 6.93%;
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: right;
    border-bottom: 0px solid transparent;
    height: 45px;
  }
  .topbar-right-element:hover {
    float: right;
    margin: 35px 20px 0 0;
    cursor: pointer;

    color: #092674;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: right;
    font-weight: bold;

    border-bottom: 4px solid transparent;
    height: 45px;
  }

  .topbar-right-element-active {
    float: right;
    margin: 35px 20px 0 0;
    cursor: pointer;

    color: #092674;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: right;
    font-weight: 600;

    border-bottom: 4px solid #fa4500;
    height: 45px;
  }

  .topbar-left-element {
    position: fixed;
    top: 32px;
    left: 6%;
    cursor: context-menu;
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: right;
  }

  .topbar-left-element2 {
    display: none;
  }

  .homepage-main-title-small {
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #00234d;
    font-weight: 500;
    letter-spacing: 0.64px;
    text-align: start;
  }
}


/*******************************************************************/
.app .rightmnu {
  /* mobile */

  /********************* 2do ************************/
  width: 0px;
  height: 0px;
  display: none;
  text-align: center;
}

@media screen and (min-width: 990px) {
  .app .rightmnu {
    width: 80px;
    height: 100%;

    margin: 0;
    padding: 40px 10px;

    position: fixed;
    right: 0;
    top: 0;

    background-color: #f1f1f1;

    display: block;
  }

  .app .rightmnu-logo-icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
}
/*******************************************************************/

.leftmnu-mobile-close-wrapper {
  width: 100%;
  height: 30px;
}

.leftmnu-mobile-close {
  width: 25px;
  height: 25px;
  border: 1px solid white;
  color: white;
  float: left;
}

.app .leftmnu {
  width: 100%;
  /*min-height : 700px;*/
  height: 100%;

  margin: 0;
  padding: 50px 30px;

  background-color: #1362ff;

  color: #ffffff;
  font-family: "SimplerPro-Regular", Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: right;
  z-index: 96;
}

.leftmnu-close-wrapper {
  position: fixed;
  top: 20px;
  right: 95px;
}

.leftmnu-close-img {
  cursor: pointer;
  width: 12px;
}

.leftmnu-close-img-small {
  cursor: pointer;
  width: 12px;
}

.leftmnu-close-img-small:hover {
  cursor: pointer;
  width: 12px;
  opacity: 0.5;
}

.leftmnu #content b {
  color: #ffffff;
  font-family: "SimplerPro_Alte-Bold", sans-serif;
  font-size: 15px;
  letter-spacing: 0.53px;
  text-align: right;
}

.leftmnu #content {
  color: #ffffff;
  font-family: "SimplerPro-Regular", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.53px;
  text-align: right;
}

.leftmnu #content-helper {
  color: #ffffff;
  font-family: "SimplerPro-Regular", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.53px;
  margin: -37px;
  text-align: right;
  background-color: #092674;

  position: absolute;
  bottom: 37px;
  width: 100%;
  height: 35%;
  padding: 50px 37px;
}

@media screen and (min-width: 990px){
  .app .leftmnu {
    width: 264px;
    height: 100%;

    margin: 0;
    padding: 110px 20px;

    position: fixed;
    /* right: 80px; */
    top: 0;

    background-color: #1362ff;

    display: block;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: right;
    padding: 110px 43px;
  }
  .houseRulesCardOdd{
    display: flex;
     justify-content: flex-end;
  }
  .houseRulesCardEven{
    display: flex;
     justify-content: flex-start;
  }
  .newEmplContnt{
    width: 34%;
  }
}
/*******************************************************************/

/*******************************************************************/

/*******************************************************************/

.app .leftmnu_small {
  width: 30px;
  height: 100%;

  margin: 0;
  padding: 110px 20px;

  position: fixed;
  right: 50px;
  top: 0;

  background-color: #21376e;
  color: white;
}

.cover-logo-loader-big {
  background-repeat: no-repeat;

  -webkit-animation: spin 1000ms linear infinite;
  -moz-animation: spin 1000ms linear infinite;
  -ms-animation: spin 1000ms linear infinite;
  animation: spin 1000ms linear infinite;

  -webkit-transition: all 1s ease;
  transition: all 1s ease;

  position: absolute;
  top: 20%;
}

@media screen and (min-width: 1453px) {
  .welcEmpBtn{
    width:260px;
    height:32px;
    text-align: center;
    border: 1px solid #1362FF;
    background-color:#1362FF;
    color: white;
    padding: 0 10px !important;
  }
  
  .welcEmpBtn:hover{
    background-color:white;
    border: 1px solid #1362FF;
    color: #1362FF;
  }

  .welcEmpBtnAdvice{
    width:260px;
    height:32px;
    text-align: center;
    border: 1px solid black;
    border-radius: 5px !important;
    background-color:black;
    color: white;
    padding: 0 10px !important;
  }
  .welcEmpBtnAdvice:hover{
    background-color:white;
    border: 1px solid black;
    color: black;
  }
 
}

@media screen and (max-width: 1452px) {
  .welcEmpBtn{
    width:260px;
    height:2.8rem;
    text-align: center;
    border: 1px solid #1362FF;
    background-color:#1362FF;
    color: white;
    padding: 0 10px !important;
  }
  
  .welcEmpBtn:hover{
    background-color:white;
    border: 1px solid #1362FF;
    color: #1362FF;
  }

  .welcEmpBtnAdvice{
    width:260px;
    height:2.8rem;
    text-align: center;
    border: 1px solid black;
    border-radius: 5px !important;
    background-color:black;
    color: white;
    padding: 0 10px !important;
  }

  .welcEmpBtnAdvice:hover{
    background-color:white;
    border: 1px solid black;
    color: black;
  }
}

/* On screens that are 768px wide or less  */
@media screen and (max-width: 768px) {

  .cover-logo-loader-big {
    top: 10%;
  }
  .houseRulesCardOdd{
    display: flex;
     justify-content: center;
  }
  .houseRulesCardEven{
    display: flex;
     justify-content: center;
  }
  .newEmplContnt{
    width: 69%;
  }
  /*
    .app .footer {
        margin-top: 10px;
        position : relative;
    }
    */

  /*
    .app .leftmnu {
        margin-top: 10px;
        padding: 10px;
        position : relative;
    }
    .app .page {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px;
    }
    .app .rightmnu {
        padding: 10px;
        position : relative;
    }
    */
}

/*******************************************************************************************/
/* FONTS 
/*******************************************************************************************/


.app .recover-font {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.app .recover-font-common {
  /*  Common font */

  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #656363;
}

.app .recover-font-16 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
}

.app .recover-font-16-light {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
}

.app .recover-font-16-bold {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: bold;
}

.app .recover-font-18 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
}

.app .recover-font-18-bold {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
}

.app .recover-font-18-light {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.app .recover-primary {
  color: #656363;
}

.app .recover-secondary {
  color: #848181;
}

.app .comment {
  /* margin: 10px; */
  padding: 10px;
  border: 1px solid gray;
  font-size: 16px;
  color: black;

  width: 100%;
  height: 450px;
}

/*******************************************************************************************/
/* Ovveride Bootstrap 
/*******************************************************************************************/

/*
.form-control:focus {
    border-color: 1px solid gray;
    box-shadow: inset;
}
*/

@media print {
  .printDiv {
  }
}

/*******************************************************/

.display-entry-wrpr {
}

.display-entry {
}

.display-entry-label {
  display: inline-block;
  color: #000000;
  font-family: "SimplerPro-Regular", Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.97px;
  line-height: 25px;
  text-align: right;
}

.display-entry-value {
  color: #000000;
  font-family: "SimplerPro-Regular", Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.97px;
  line-height: 25px;
  text-align: right;

  display: inline-block;
}
.display-entry-value-bold {
  color: #000000;
  font-family: "SimplerPro-Regular", Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.97px;
  line-height: 25px;
  text-align: right;
  font-weight: bold;
  display: inline-block;
}

.empty-display-entry {
}

.display-height-sep {
  width: 100%;
  height: 10px;
}
.half-height-sep {
  width: 100%;
  height: 5px;
}
/**************************************************************/

.card-header {
  background-color: #ffffff;
  border-radius: 0;
  border-bottom: none;
}

.card-header:first-child {
  background-color: #ffffff;
  border-radius: 0;
  border-bottom: none;
}

/********************* select **************************************/

.my-date-picker {
  width: 100%;
  /* padding-right: 40px; */
  /* padding-left: 20px; */
  /* background-color: #fff !important; */
  border: 1px solid #4a4a4a;
  height: 45px;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
  text-align: center !important;
}

.my-date-picker select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";

  width: 70px;
  height: 45px;
  padding: 10px !important;
  line-height: 22px !important;
  margin-left: 10px;
  /*font-family: 'SimplerPro-Regular', Arial, sans-serif;*/
  font-size: 16px;
  color: #000000;
}

.my-date-picker input {
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";

  width: 40px;
  height: 43px;
  padding: 11px 0px 9px 0px !important;
  line-height: 22px !important;
  /*margin-left : 10px;*/
  font-family: "SimplerPro-Regular", Arial, sans-serif;
  font-size: 15px;
  color: #000000;

  text-align: center !important;
  border: none !important; */
}

.my-date-picker .sep {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";

  background-color: #fff !important;
  width: 10px !important;
  height: 43px !important;
  padding: 11px 0px 9px 0px !important;
  line-height: 22px !important;
  /*margin-left : 10px;*/
  font-family: "SimplerPro-Regular", Arial, sans-serif;
  font-size: 15px;
  color: #000000;
  border: none !important;
}

.my-date-picker .daypart {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";

  width: 30px !important;
  height: 43px;
  padding: 11px 0px 9px 0px !important;
  line-height: 22px !important;
  /*margin-left : 10px;*/
  font-family: "SimplerPro-Regular", Arial, sans-serif;
  font-size: 15px;
  color: #000000;

  text-align: center !important;
  border: none !important;
}

.my-date-picker input:focus {
  /* border: none !important;
  outline: none !important; */
}

.my-date-picker select option {
  padding: 0 40px;
}

/* Tooltip styling */
.tooltip {
  margin-top: 0.3rem;
  opacity: 1 !important;
}
.tooltip-inner {
  font-size: 0.65rem;
  background: #007bff;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #007bff;
}

/* Class names for font only */
.cover-font-regular {
  font-family: "SimplerPro-Regular", Arial, sans-serif !important;
}
.cover-font-alte {
  font-family: "SimplerPro_Alte-Bold", sans-serif !important;
}

/* Next / Prev buttons styling */
.navigation-button-small:hover {
  background-color: #d5d5d5;
  transition: 0.3s;
  cursor: pointer;
}

/* Anchor Link */
.anchorLink {
  cursor: pointer;
  text-decoration: underline;
}
.cover-logo-loader-fixed {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;

  -webkit-animation: spin 1000ms linear infinite;
  -moz-animation: spin 1000ms linear infinite;
  -ms-animation: spin 1000ms linear infinite;
  animation: spin 1000ms linear infinite;

  -webkit-transition: all 1s ease;
  transition: all 1s ease;

  position: fixed;
  z-index: 999;
}
.cover-logo-loader {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;

  -webkit-animation: spin 1000ms linear infinite;
  -moz-animation: spin 1000ms linear infinite;
  -ms-animation: spin 1000ms linear infinite;
  animation: spin 1000ms linear infinite;

  -webkit-transition: all 1s ease;
  transition: all 1s ease;

  /* position: absolute; */
  /* left: 50%; */
  /* top: 20%; */
}
.cover-logo-loader-sign-div{
  width: 49px;
  height: 49px;
  background: url("/images/spinner.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  -webkit-animation: spin 1000ms linear infinite;
  -moz-animation: spin 1000ms linear infinite;
  -ms-animation: spin 1000ms linear infinite;
  animation: spin 1000ms linear infinite;

  -webkit-transition: all 1s ease;
  transition: all 1s ease;

  /* position: absolute; */
  /* left: 50%; */
  /* top: 20%; */
}
.cover-logo-loader-login {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;

  -webkit-animation: spin 1000ms linear infinite;
  -moz-animation: spin 1000ms linear infinite;
  -ms-animation: spin 1000ms linear infinite;
  animation: spin 1000ms linear infinite;

  -webkit-transition: all 1s ease;
  transition: all 1s ease;

  position: relative;
}


@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2021-11-15 16:41:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
 @-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2021-11-15 16:45:20
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-out-center
 * ----------------------------------------
 */
 @-webkit-keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.homepage-button3 {
  height: 49px;
  width: 242px;
  border-radius: 24.5px;
  background-color: #1362FF;
  border-color: #1362FF;
  border: 1px solid #1362FF;
  font-size: 17px;
  letter-spacing: 0.97px;
  line-height: 23px;
  text-align: center;
  margin-top: 20px;
  color: #ffffff;
  font-family: "SimplerPro-Regular", Arial, sans-serif;
}

.homepage-button3:hover {
  background-color: #ffffff;
  color: #1362FF;
  border-color: #ffffff;
}

.text-fade-wrapper{
  display: flex;
  justify-content: center;
}

.loadingPageText{
position: absolute;
font-family: "SimplerPro-Regular", Arial, sans-serif;
font-size: 17px;
text-align: center;
animation-name: fade;
animation-fill-mode: both;
animation-iteration-count: 1;
animation-duration: 5s;
animation-direction: alternate;
cursor: context-menu;
max-width: 290px;
width: max-content;
}


.scale-in-center {
    -webkit-animation: scale-in-center 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: scale-in-center 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.wobble-hor-bottom {
    -webkit-animation: wobble-hor-bottom 0.8s both;
            animation: wobble-hor-bottom 0.8s both;
}
.jello-horizontal {
    -webkit-animation: jello-horizontal 0.9s both;
            animation: jello-horizontal 0.9s both;
}
.text-pop-up-top {
    -webkit-animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes fade{
  0%   { opacity:0; }
  50%  { opacity:1; }
  100% { opacity:0; }
}

.no-border-radius{
  /* border: 1px solid; */
  border-radius: 0px !important;

}
.slide-in-fwd-top {
    -webkit-animation: slide-in-fwd-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-fwd-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-fwd-top {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(-800px);
            transform: translateZ(-1400px) translateY(-800px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-top {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(-800px);
            transform: translateZ(-1400px) translateY(-800px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

.slide-out-bottom {
    -webkit-animation: slide-out-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: slide-out-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}

.tilt-in-top-1 {
    -webkit-animation: tilt-in-top-1 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: tilt-in-top-1 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes tilt-in-top-1 {
  0% {
    -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
            transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
            transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
@keyframes tilt-in-top-1 {
  0% {
    -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
            transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
            transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}

.slide-in-fwd-top {
    -webkit-animation: slide-in-fwd-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-fwd-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-fwd-top {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(-800px);
            transform: translateZ(-1400px) translateY(-800px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-top {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(-800px);
            transform: translateZ(-1400px) translateY(-800px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

.slide-out-bottom {
    -webkit-animation: slide-out-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: slide-out-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}

.slide-in-top {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.bounce-top {
    -webkit-animation: bounce-top 0.9s both;
            animation: bounce-top 0.9s both;
}
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}

.box-shadow-drop-center {
    -webkit-animation: box-shadow-drop-center 2s both;
            animation: box-shadow-drop-center 2s both;
}
@-webkit-keyframes box-shadow-drop-center {
  0% {
    box-shadow: 0 0 0 #fa4500;
  }
  100% {
    box-shadow: 0 0 16px #fa4500;
  }
}
@keyframes box-shadow-drop-center {
  0% {
    box-shadow: 0 0 0 #fa4500;
  }
  100% {
    box-shadow: 0 0 16px #fa4500;
  }
}

.shake-horizontal {
    -webkit-animation: shake-horizontal 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
            animation: shake-horizontal 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  80% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  90% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  80% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  90% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}


/* Seggestion Card */
.insuranceLimitText{
  cursor: pointer;
  color: #598efa;
}
.insuranceLimitText:hover{
  color:#0055ff;
}
.insuranceLimitText::before {
  margin-top: 15px;
  color: #1362ff;
  /* content: "•"; */
}
.idNumberSpace{
  letter-spacing: 10px;
}

/* NoRcmd Component */
.NoRcmd-Container{
  display: flex;
  flex-flow: column wrap;
}
.NoRcmd-mobile-Container{
  /* background-color: white; */
  padding: 25px 0;
}
.SignPad-mobile-Container{
  /* background-color: white; */
}
/* .sign-comp{
  background-color: #F1F6F6;
} */

.backWhite{
  background-color: #ffffff;
}
.NoRcmd-Subtitle-Inner{
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.NoRcmd-textLink{
  color: #1362FF;
  cursor: pointer;
}


.signpad-container{
  /* background-color: white;
  border: 1px solid black;
  margin: auto;
  margin-top: 16px; */
  /* padding: 15px; */

  width: 100%;
  padding: 1px 1px 1px 1px;
  border: 1px solid #f3f2ff !important;
  border-radius: 5px;
  background-color: #f3f2ff;

  position: relative;
}
.signpad-inner-container{
  position: absolute;
  left: 0%;
  bottom: 0%;
  display: flex;
  direction: ltr;
}
.fitter{
  height:fit-content;
}
.Norcmd-signpad{
  height: 100%;
  width: 100%;
}
.signpad-button{
  /* bottom: 0;
  left: 0;
  position: absolute;
  white-space: nowrap;
  min-width: 15%;
  display: flex;
  justify-content: center;
  background-color: #d3d3d3;
  color:#ffffff;
  cursor: pointer; */
  
  bottom: 0;
  left: 0;
  position: absolute;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  /* background-color: #ccc; */
  border: 1px solid #1362FF ; 
  color: #1362FF; 
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  cursor: pointer;
}
.wait-signpad-button{
  width: fit-content;
  min-width: 15%;
  display: flex;
  justify-content: center;
  /* background-color: 00000027; */
  background-color: #d3d3d3;
  font-weight: bold;
  color:#ffffff;
  cursor: pointer;
}
/* .signpad-button:disabled{
  background-color: #00000027;
} */

.Norcmd-signpad::placeholder {
  font-family: "SimplerPro-Regular", Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
}

.NoRcmd-btn-container{
  background-color: white;
  width: 53%;
  margin: auto;
  padding: 30px;
  display: flex;
  justify-content: end;
}
.sign-btn-container{
  width: 53%;
  margin: auto;
  padding: 30px;
  display: flex;
  justify-content: end;
}
.NoRcmd-Container textarea{
  font-family: "SimplerPro-Regular", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 17px;
  color: #757575;
}
.NoRcmd-Container-complete{
  display: flex;
  flex-flow: column wrap;
}
.NoRcmd-Container2-complete{
  display: flex;
  justify-content: center;
  width: 100%;
}
.SignPad-checkbox-square {
  min-width: 20px;
  height: 20px;
  background-color: white;
  /* border-radius: 50%; */
  /* vertical-align: middle; */
  border: 1px solid #1362FF;
  border-radius: 7px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.SignPad-checkbox-square:checked {
  background-size: cover;
  background-image: url("/images/status_square.png");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.SignPad-checkbox-circle {
  min-width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  /* vertical-align: middle; */
  border: 1px solid gray;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.SignPad-checkbox-circle:checked {
  background-size: cover;
  background-image: url("/images/status.png");
}
/* Register Road To Victory */
.signPath-title{
  font-size: 32px;
  line-height: 30px;
  letter-spacing: 0.48px;
  text-align: right;
  color: #000000;
}

.signPath-subtitle{
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.25px;
  text-align: right;
}

.signPath-textbox{
  box-sizing: border-box;
  height: 60px;
  width: 100%;
  border: none !important;
  outline: none !important;
  font-family: 'SimplerPro-Regular', Arial, sans-serif;
  text-align: right;
  color : #000000;
  padding-right: 10px;
}
.signPath-label{
font-size: 15px;
line-height: 32px;
letter-spacing: 0.22px;
color: #000000;
}


.accountBtn-finish{
  width: 242px;
    height: 49px;
    border-radius: 24.5px;
    background-color: #FA4500;
    border: 1px solid #FA4500;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
}

.accountBtn-finish:hover {
  background-color: transparent;
  color: #FA4500;
  border: 1px solid #FA4500;
}
.recoTitle{
  color: #1362FF;
  font-weight: bold;
}
.eulaMobile{
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.97px;
  color: #000000;
  text-decoration: underline;
  padding-right: 40px;
}
.loadingWrapper{
  display: flex;
  width: 100%;
  justify-content: center;
  top: 10%;
  position: relative;
}
.whatsappApiBtn{
  position:fixed;
  bottom:3%;
  left:2%;
  width: 50px;
  height: 50px;
  cursor: pointer; 
  z-index:2000;
}

@media screen and (max-width: 1024px) {
  .whatsappApiBtn {
    bottom: 100px;
  }
}

.whatsappApiBtn1{
  width: 20px;
  height: 20px;
  cursor: pointer; 
  z-index:2000;
}
.whatsappApiBtn2{
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  cursor: pointer; 
  z-index:2000;
}

.modal-main-wrapper {
    transition: 0.3s;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: "rgba(0,0,0,0.4)";
}

.tz-modal-tooltip-icon{
  width: 50px;
  height: 50px;
  padding: 12.5px;
  cursor: pointer;
  background-image: url(/images/info.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 50%;
  background-position: top 50% left 50%;
  z-index: 1;
}

.tz-modal-tooltip-wrapper{
    display: none;
    position: absolute;
    z-index: 99999;
    transform: translate(80%,15%);
}
