/*******************************************************************************************/
/* 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;
  overflow-x: hidden;
  overscroll-behavior: none;
}

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

/********************* 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;
}
/********************* button **************************************/

button.coverbtn {
  /* 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: 18px;
  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.coverbtn: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: 18px !important;
  letter-spacing: 0.97px !important;
  line-height: 19px !important;
  padding: 12px 30px;

  border-radius: 40px;
}
.hide-always{
  visibility: hidden;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  button.coverbtn {
    /* border-width: 0;
    border-color: transparent; */
    box-shadow: none;
    box-sizing: border-box;

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

    border-radius: 40px;
  }

  button.coverbtn: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: 18px !important;
    letter-spacing: 0.97px !important;
    line-height: 19px !important;
    padding: 12px 30px;

    border-radius: 40px;
  }
}

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

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

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;

  /* border: 1px solid #4a4a4a !important; */

  /* font-family: "SimplerPro-Regular", Arial, sans-serif !important; */
  font-size: 18px !important;
  letter-spacing: 0.97px !important;
  line-height: 23px !important;
  text-align: right !important;
}

input[type="number"]:focus {
  /* border: 1px solid #1362ff !important; */
  font-size: 18px !important;
  letter-spacing: 0.97px !important;
  line-height: 23px !important;
  text-align: right !important;
  outline: none !important;
}

input[type="text"] {
  /* border: 1px solid #4a4a4a !important; */

  /* font-family: "SimplerPro-Regular", Arial, sans-serif !important; */
  font-size: 18px !important;
  letter-spacing: 0.97px !important;
  line-height: 23px !important;
  outline: none !important;
}

input[type="text"]:focus {
  /* border: 1px solid #1362ff !important; */
  font-size: 18px !important;
  letter-spacing: 0.97px !important;
  line-height: 23px !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;
  }
}

@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-Bold";
  src: url("/css/SimplerPro_Alte-Bold.woff2") format("woff2"),
    url("/css/SimplerPro_Alte-Bold.woff") format("woff");
}

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

/*
.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) {
  .app .page {
    margin: 80px 80px 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) {
  .signpad-container{
    height: 150px;
    width:90%;
  }
  .signpad-button{
    margin:2vh 2vw;
    padding:2% auto;
  }
}

@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:2vh 2vw;
    padding:2% 0%
  }
}

@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:2vh 2vw;
      padding:2% 0%
  }
}

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

.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", Arial, 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%;
  }

  .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", Arial, 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: 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/logoico.svg");
    width: 36px;
    height: 36px;
    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", Arial, 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: 80px;
    height: 80px;
    width: 100%;
    /*color : black;*/
    direction: ltr;
    margin: 0;
    z-index: 96;
    background-color: white;
    border-bottom: 1px solid #e0dfe1;
  }

  .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: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", Arial, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #00234d;
    font-weight: 500;
    letter-spacing: 1.2px;
    /* text-align: center; */
  }
}



/* 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: 80px;
    height: 80px;
    width: 100%;
    /*color : black;*/
    direction: ltr;
    margin: 0;
    z-index: 96;
    background-color: white;
    border-bottom: 1px solid #e0dfe1;
  }

  .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: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", Arial, sans-serif;
    font-size: 15px;
    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;
}
.rightmnu {
  position: fixed;
}

@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: #f4f4f4;

    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", Arial, 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 {
  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 {
  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;
}

.empty-display-entry {
}

.display-height-sep {
  width: 100%;
  height: 10px;
}

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

.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 !important; */
  height: 100%;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
  text-align: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F3F3FF !important;
  border-radius: 8px;
  padding: 8px;
}
/* 
.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: 48px;
  height: 20px;
  padding: 11px 0px 9px 0px !important;
  line-height: 22px !important;
  /*margin-left : 10px;*/
  font-family: "SimplerPro-Regular", Arial, sans-serif;
  font-size: 18px;
  color: #000000;

  text-align: center !important;
  border: none !important;
  background-color: #F3F3FF !important;
}

.my-date-picker input:disabled {
  color: light-dark(rgb(84, 84, 84), rgb(160, 160, 160)) !important;
  cursor: not-allowed !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: 20px !important;
  padding: 11px 0px 9px 0px !important;
  line-height: 22px !important;
  /*margin-left : 10px;*/
  font-family: "SimplerPro-Regular", Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  border: none !important;
  background-color: #F3F3FF !important;
}

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

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

  text-align: center !important;
  border: none !important;
  background-color: #F3F3FF !important;
}

.my-date-picker .daypart:disabled {
  color: light-dark(rgb(84, 84, 84), rgb(160, 160, 160)) !important;
  cursor: not-allowed !important;
}

.my-date-picker input:focus {
  border: none !important;
  outline: none !important;
  font: optional;
  font-size: 18px !important;
  background-color: #F3F3FF !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;
}
.cover-font-alte {
  font-family: "SimplerPro_Alte-Bold", Arial, sans-serif;
}

/* 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-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;
}

.cover-logo-loader-plain {
  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;
}
.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: #fa4500;
  border-color: #fa4500;
  border: 1px solid #fa4500;
  font-size: 17px;
  font-weight: bold;
  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: #fa4500;
  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;

}

.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;
} */
.NoRcmd-Title{
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  /* less font-size for mobile */
  color: #03234D;
  letter-spacing: 1.25px;
}
.backWhite{
  background-color: #ffffff;
}
.NoRcmd-Subtitle{
  width: 43%;
  margin: auto;
  margin-bottom: 16px;
  letter-spacing: 1.25px;
  font-size: 17px;
  line-height: 23px;
}
.NoRcmd-Subtitle-Inner{
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.NoRcmd-textLink{
  color: #1362FF;
  cursor: pointer;
}

.Norcmd-textArea{
  background-color: white;
  border: 0px solid;
  margin: auto;
  margin-top: 16px;
  padding: 15px;
  width: 53%;
  height: 150px;
}

.Norcmd-textArea:focus, input:focus{
  outline: 0;
}

.Norcmd-textArea::placeholder {
  font-family: "SimplerPro-Regular", Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
}
.signpad-container{
  background-color: white;
  border: 1px solid black;
  margin: auto;
  margin-top: 16px;
  /* padding: 15px; */

  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;
  width: fit-content;
  min-width: 15%;
  display: flex;
  justify-content: center;
  /* background-color: 00000027; */
  background-color: #d3d3d3;
  font-weight: bold;
  color:#ffffff;
  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 gray;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.SignPad-checkbox-square:checked {
  background-size: cover;
  background-image: url("/images/status_square.png");
}
.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;
}

.copy-link-subtitle{
  color: #0055ff;
  cursor: pointer;
  text-decoration: underline;
  margin: 16px 0 0 0;
}
