.container-fluid {
  padding: 0;
  margin: 0;
}

.row {
  padding: 0;
  margin: 0;
}

.asis {
  margin: 0;
  padding: 0;
}

.app .hidden-in-mobile {
  display: none;
}

.good-tag {
  color: #59A901;
  background-color: rgba(126, 211, 33, 0.2);
}
.blank-tag{
  color: grey;
  background-color: rgb(221, 221, 221);
}
.care-tag{
  color: #1362FF;
  background-color:#DAE6F0;
}
.bad-tag {
  color: #FA4500;
  background-color: rgba(250, 69, 0, 0.11);
}
.work-tag{
  color: #1362FF;
  background-color: #DAE6F0;
}

.work-tag-policyPage{
  color: #1362FF;
  background-color: #DAE6F0;
}

.homepage-main-col{
  direction: rtl;
}

@media screen and (min-width: 990px) {
  .app .hidden-in-mobile {}
}

.app .hidden-in-desktop {
  display: none;
}

@media screen and (min-width: 990px) {
  .app .hidden-in-desktop {}
}

.noBorder {
  border: none;
}

.max-width {
  width: 100%;
}

.vertical-aligned {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
}


.vertical-aligned-right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: right;
}


@media screen and (max-width: 1024px) {
  .blackBack{
    top:40vh
  }
}
@media screen and (min-width: 1025px){
  .blackBack{
    top:475px;
  }
}
.blackBack li.active .indicator-dot{
  position: absolute;
  width: 8px;
  height: 8px;
  top:1px;
  left:1px;
  background-color:rgb(87, 86, 86);
  border-radius: 50%;
  vertical-align: middle;
}
.blackBack{
  position: absolute;
}

.blackBack li{
  width: 10px;
  height: 10px;
  background-color:unset;
  border-radius: 50%;
  vertical-align: middle;
  border: 3px solid gray;
}
.blackBack li.active {
  border: 3px solid rgb(87, 86, 86);
  position:relative;

}


.account-button-reverse:hover {
  background-color: #1362ff;
  border: 1px solid #1362ff;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .homepage-choose-type {
    width: 100%;
    margin-top: 10px;
    padding-right: 15px;
  }

  /*
    .chooser-text{
        font-family: 'SimplerPro-Regular', Arial, sans-serif;
        color: #1362FF;
        font-size: 16px;
        letter-spacing: 0.97px;
        line-height: 20px;
    }
    */

  .homepage-info-icon {
    width: 20px;
    height: 20px;
    margin-top: -7px;
    cursor: pointer;
    float: right;
    background-image: url("/images/info.svg");
    background-repeat: no-repeat;

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

  .homepage-info-icon:hover {
    background-image: url("/images/info_hover.svg");
  }

  .account-info-icon {
      width: 45px;
      height: 45px;
      /* top: 44px; */
      /* transform: translate(-22%, 20%); */
      /* margin-top: 25%; */
      cursor: pointer;
      background-image: url("/images/info.svg");
      background-repeat: no-repeat;
      -webkit-background-size: 50%;
      -moz-background-size: 50%;
      -o-background-size: 50%;
      background-size: 50%;
      background-position: 25% 25%;
      display: inline-block;
      /* position: absolute; */
  }
  .footer-info-icon {
    width: 45px;
    height: 45px;
    /* top: 44px; */
    /* transform: translate(-22%, 20%); */
    margin-right: -25%;
    cursor: pointer;
    background-image: url("/images/clearinfo.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 50%;
    -moz-background-size: 50%;
    -o-background-size: 50%;
    background-size: 50%;
    /* background-position: 25% 25%; */
    display: inline-block;
    /* position: absolute; */
}
.footer-futureGlimpse-icon {
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-image: url("/images/infoIcon.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 50%;
  -moz-background-size: 50%;
  -o-background-size: 50%;
  background-size: 50%;
  display: inline-block;
}
  .register-textbox-label {
    /* opacity: 0.6; */
    float: left;
    height:max-content
  }
  .register-info-icon {
    width: 50px;
    height: 50px;
    padding: 12.5px;
    margin-right:-50px;
    /* transform: translate(0%,50%); */
    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 40% left 20%;
    /* display: inline-block; */
    position: absolute;
    z-index: 1;
  }
  .tooltip-icon-default{
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
    /* transform: translate(0%,25%); */
    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: cover;
    display: inline-block;
  }
  .register-info-icon:hover {
    background-image: url("/images/info_hover.svg");
  }
  .account-info-icon:hover {
    background-image: url("/images/info_hover.svg");
  }
  .footer-info-icon:hover {
    background-image: url("/images/info.svg");
  }
  .homepage-inside-element {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .desktop-ml-20 {
    margin-left: 24px;

  }

  .homepage-choose-type {
    text-align: left;
    width: 100%;
    margin: 50px 0 0 0;
  }

  .homepage-info-icon {
    width: 20px;
    height: 20px;
    margin-top: -8px;
    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: cover;

    display: inline-block;

    position: absolute;
  }

  .homepage-info-icon:hover {
    background-image: url("/images/info_hover.svg");
  }

  .account-info-icon {
    width: 20px;
    height: 20px;
    transform: translate(-25%, 25%);
    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: cover;

    display: inline-block;

    position: absolute;
  }
  .footer-info-icon {
    width: 20px;
    height: 20px;
    transform: translate(-25%, 25%);
    cursor: pointer;
    background-image: url("/images/clearinfo.svg");
    background-repeat: no-repeat;

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

    display: inline-block;

    position: absolute;
  }
  .account-info-icon:hover {
    background-image: url("/images/info_hover.svg");
  }
  .footer-info-icon:hover {
    background-image: url("/images/info.svg");
  }
  .homepage-inside-element {
    padding-right: 30px;
  }
}

@media screen and (min-width: 1281px) {
  .desktop-ml-20 {
    margin-left: 24px;
  }

  .homepage-choose-type {
    text-align: left;
    width: 100%;
    margin: 50px 0 0 0;
  }

  .homepage-info-icon {
    width: 20px;
    height: 20px;
    margin-top: -8px;
    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: cover;

    display: inline-block;
    position: absolute;
  }

  .homepage-info-icon:hover {
    background-image: url("/images/info_hover.svg");
  }

  .account-info-icon {
    width: 20px;
    height: 20px;
    transform: translate(-25%, 25%);
    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: cover;

    display: inline-block;
    position: absolute;
  }
  .footer-info-icon {
    width: 20px;
    height: 20px;
    transform: translate(-25%, 25%);
    cursor: pointer;
    background-image: url("/images/clearinfo.svg");

    background-repeat: no-repeat;

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

    display: inline-block;
    position: absolute;
  }
  .account-info-icon:hover {
    background-image: url("/images/info_hover.svg");
  }

  .footer-info-icon:hover {
    background-image: url("/images/info.svg");
  }
  .homepage-inside-element {
    padding-right: 100px;
  }
}

/*******************************************************************************/
/* 
.login-bg-image {
  background-image: url("/images/login.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
} */

.login-wrpr {
  margin: 15% auto;
  padding: 25px;
  width: 350px;
  text-align: center;
}

.textbox-general {
  width: 250px;
  padding: 5px;
  text-align: right;
}

.right-rtl {
  text-align: right;
  direction: rtl;
}

.textbox-label {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 2px 0;
}

.textbox-label-error {
  color: #fa4500;
  font-family: "SimplerPro_Alte-Bold", sans-serif;
  font-size: 15px;
  letter-spacing: 0.22px;
  line-height: 32px;
  margin: 2px 0 0 0;
}

.height-separator {
  width: 100%;
  height: 5px;
}

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

@media screen and (max-width: 1024px) {
  .teaser-bg {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .teaser-wrapper {
    padding: 50px 0;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .teaser-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1.48px;
    line-height: 31px;
    text-align: center;
    padding: 0 10%;
  }

  .teaser-sub-title-wrapper {
    width: 100%;
    text-align: center;
  }

  .teaser-sub-title {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
    margin-top: 7px;
    padding: 0 10%;
  }

  .teaser-button-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .teaser-button {
    height: 55px;
    /* width: 242px; */
    width: fit-content;
    border-radius: 27.5px;
    background-color: #fa4500;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
  }

  .teaser-image-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }

  .teaser-image {
    width: 70%;
    height: 100%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .teaser-bg {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .teaser-wrapper {
    padding: 50px;
  }

  .teaser-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 31px;
    text-align: center;
    padding: 0 20%;
  }

  .teaser-sub-title-wrapper {
    width: 100%;
    text-align: center;
  }

  .teaser-sub-title {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
    margin-top: 7px;
    padding: 0 20%;
  }

  .teaser-button-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .teaser-button {
    height: 55px;
    width: 242px;
    border-radius: 27.5px;
    background-color: #fa4500;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
  }

  .teaser-image-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }

  .teaser-image {
    width: 70%;
    height: 90%;
  }
}

@media screen and (min-width: 1281px) {
  .teaser-bg {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .teaser-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 31px;
    text-align: center;
    padding: 0 25%;
  }

  .teaser-sub-title-wrapper {
    width: 100%;
    text-align: center;
  }

  .teaser-sub-title {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
    margin-top: 7px;
    padding: 0 25%;
  }

  .teaser-button-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .teaser-button {
    height: 55px;
    width: 242px;
    border-radius: 27.5px;
    background-color: #fa4500;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
  }

  .teaser-image-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }

  .teaser-image {
    width: 70%;
    height: 90%;
  }
}

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



.homepage-square img {
  cursor: pointer;
}
@media screen and (min-width: 551px) and (max-width: 1024px) {
  .account-tooltip-info-wrapper {
    display: none;
    position: absolute;
    z-index: 99999;
    /* left: 0;
    right: 0;
    margin: 37px auto; */
    /* visibility: hidden; */
    transform: translate(-10%,0%);
  }

  .account-tooltip-square {
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 20px;

  }

  .account-tooltip-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 25px;
    text-align: right;
  }
  .footer-tooltip-info-wrapper {
    display: none;
    position: absolute;
    z-index: 99999;
    /* left: 0;
    right: 0;
    margin: 37px auto; */
    /* visibility: hidden; */
    bottom: 60px;
    right: 0;
    /* transform: translate(-10%,0%); */
  }

  .footer-tooltip-square {
    height: fit-content;
    /* width:55vw; */
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 20px;

  }

  .footer-tooltip-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.74px;
    line-height: 19px;
    text-align: right;
  }
  .id-container {
    width: 41.73vw;
    height: 30vw;
    /* border: 4px solid black; */
    /* border-radius: 100px; */
    overflow: hidden;
    margin: auto;
    left: 0;
    right: 0;
  }

  .account-tooltip-image {
    background: url('/images/idOld.png') no-repeat;

  }

  .account-tooltip-image-bio {
    background: url('/images/idBio.png') no-repeat;
  }

  .account-tooltip-image, .account-tooltip-image-bio {
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
  }

  .account-tooltip-image:hover {
    height: 250%;
    width: 250%;
    margin-right: -83%;
    margin-top: -105%;
  }

  .account-tooltip-image-bio:hover {
    height: 250%;
    width: 250%;
    margin-right: -100%;
    margin-top: -105%;
  }

}
@media screen and (max-width: 370px){
  .last-update-tooltip-inner{
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 0.75rem;
    white-space:nowrap;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.74px;
    color: #000000;
    font-weight: 700;
    /* position: absolute;*/
    max-width: calc(100%-20px);
    /*font-size:2.5vw;
    line-height:3vw; */
  }
  .tooltip-info-wrapper-default{
    display: none;
    position: absolute;
    z-index: 99999;
    /* left: auto; */
    right:calc(-1rem - 8px);
    top:4vh ;
    /* visibility: hidden; */
    /* transform: translate(-50vw,0); */
  }
  .tooltip-info-wrapper-default-ipad {
    display: none;
    position: absolute;
    z-index: 99999;
    top:2rem
    /* margin: 5vw auto;  */
    /* transform: translate(50vw,15vw); */
  }
}
@media screen and (min-width: 371px) and (max-width: 400px){
  .last-update-tooltip-inner{
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 1rem;
    white-space:nowrap;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.74px;
    color: #000000;
    font-weight: 700;
    /* position: absolute;*/
    max-width: calc(100%-20px);
    /*font-size:2.5vw;
    line-height:3vw; */
  }
  .tooltip-info-wrapper-default{
    display: none;
    position: absolute;
    z-index: 99999;
    /* left: auto; */
    right:-1rem;
    top:4vh ;
    /* visibility: hidden; */
    /* transform: translate(-50vw,0); */
  }
  .tooltip-info-wrapper-default-ipad {
    display: none;
    position: absolute;
    z-index: 99999;
    top:2rem
    /* margin: 5vw auto;  */
    /* transform: translate(50vw,15vw); */
  }
}
@media screen and (min-width: 401px) and (max-width:1024px){
  .last-update-tooltip-inner{
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 1.5rem;
    white-space:nowrap;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.74px;
    color: #000000;
    font-weight: 700;
    /* position: absolute;*/
    max-width: calc(100%-20px);
    /*font-size:2.5vw;
    line-height:3vw; */
  }
  .tooltip-info-wrapper-default{
    display: none;
    position: absolute;
    z-index: 99999;
    /* left: auto; */
    right:-1rem;
    top:4vh ;
    /* visibility: hidden; */
    /* transform: translate(-50vw,0); */
  }
  .tooltip-info-wrapper-default-ipad {
    display: none;
    position: absolute;
    z-index: 99999;
    top:2rem
    /* margin: 5vw auto;  */
    /* transform: translate(50vw,15vw); */
  }
}
@media screen and (max-width: 1024px){


  .register-tooltip-info-wrapper {
    display: none;
    position: absolute;
    z-index: 99999;
    /* left: 0;
    right: 0;
    margin: 37px auto; */
    /* visibility: hidden; */
    /* transform: translate(-38%,15%); */
    transform: translate(105%,-85%);
  }

  .register-tooltip-square {
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 20px;
    position: relative;
    right: 12%;
    /* top: -130px; */
    top:"-5px"
    /* width: 90vw; */
  }

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

  .login-id-container {
    /* width: 77vw; */
    height: 55.36vw;
    max-width: 57vh;
    max-height:41.52vh;
    /* border: 4px solid black; */
    /* border-radius: 100px; */
    overflow: hidden;
    margin: auto;
    left: 0;
    right: 0;
  }

  .register-tooltip-image {
    background: url('/images/idOld.png') no-repeat;

  }

  .register-tooltip-image-bio {
    background: url('/images/idBio.png') no-repeat;
  }

  .register-tooltip-image, .register-tooltip-image-bio {
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
  }

  /* .register-tooltip-image:hover {
    height: 250%;
    width: 250%;
    margin-left: -65%;
    margin-top: -105%;
  } */

  /* .register-tooltip-image-bio:hover {
    height: 290%;
    width: 250%;
    margin-left: -65%;
    margin-top: -115%;
  } */

  .register-tooltip-info-wrapper-ipad {
    display: none;
    position: absolute;
    z-index: 99999;
    margin-right: 5%;
    transform: translate(-73%,52px);
  }

  .register-tooltip-square-ipad {
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 20px;

  }

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

  .login-id-container-ipad {
    width: 50vw;
    height: 35.94vw;
    /* border: 4px solid black; */
    /* border-radius: 100px; */
    overflow: hidden;
  }

  .register-tooltip-image-ipad {
    background: url('/images/idOld.png') no-repeat;

  }

  .register-tooltip-image-bio-ipad {
    background: url('/images/idBio.png') no-repeat;
  }

  .register-tooltip-image-ipad, .register-tooltip-image-bio-ipad {
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
  }

  /* .register-tooltip-image-ipad:hover {
    height: 250%;
    width: 250%;
    margin-right: -80%;
    margin-top: -105%;
  } */

  /* .register-tooltip-image-bio-ipad:hover {
    height: 250%;
    width: 250%;
    margin-right: -100%;
    margin-top: -105%;
  } */

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

  .register-button-size{
    width:25vw;
  }
  .register-sign-title{
    /* margin: auto; */
        /* color: #8f8f8f; */
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 2.6;
    letter-spacing: 0.147vw;
    line-height: 3.43vw;
    text-align: right;
  }
  .register-tooltip-info-wrapper {
    display: none;
    position: absolute;
    z-index: 99999;
    /* left: 0;
    right: 0;
    margin: 37px auto; */
    /* visibility: hidden; */
    /* transform: translate(-50%,52px); */
    transform: translate(-50%,-333px);
  }
  .tooltip-info-wrapper-default {
    display: none;
    position: absolute;
    z-index: 99999;
    /* left: 0;
    right: 0;
    margin: 37px auto; */
    /* visibility: hidden; */
    transform: translate(-20px,15px);
  }
  .tooltip-info-wrapper-default-ipad {
    display: none;
    position: absolute;
    z-index: 99999;
    margin-right: 5%;
    transform: translate(-20px,15px);
  }
  .last-update-tooltip-inner{
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 1.5rem;
    white-space:nowrap;
    position: absolute;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.74px;
    color: #000000;
    font-weight: 700;
    /* line-height:1.5vw; */
  }
  .register-tooltip-square {
    height: fit-content;
    min-height: 287px;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 20px;
    position: absolute;
    left: 0;
  }

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

  .login-id-container {
    width: 293.75px;
    height: 211.188px;
    /* max-width: 57.75vh;
    max-height:41.52vh; */
    /* border: 4px solid black; */
    /* border-radius: 100px; */
    overflow: hidden;
    margin: auto;
    left: 0;
    right: 0;
  }
  .register-info-icon {
    width: 50px;
    height: 50px;
    padding: 12.5px;
    margin-right:-50px;
    /* transform: translate(0%,50%); */
    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 20%;
    display: inline-flex;
    z-index: 1;
  }
  .tooltip-icon-default{
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
    /* transform: translate(0%,25%); */
    cursor: pointer;
    /* background-image: url(/images/clearinfo.svg)!important; */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: inline-block;
  }
  .register-info-icon:hover {
    background-image: url("/images/info_hover.svg");
  }
  .register-tooltip-image {
    background: url('/images/idOld.png') no-repeat;

  }

  .register-tooltip-image-bio {
    background: url('/images/idBio.png') no-repeat;
  }

  .register-tooltip-image, .register-tooltip-image-bio {
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
  }

  /* .register-tooltip-image:hover {
    height: 250%;
    width: 250%;
    margin-right: -80%;
    margin-top: -105%;
  } */

  /* .register-tooltip-image-bio:hover {
    height: 250%;
    width: 250%;
    margin-right: -100%;
    margin-top: -105%;
  } */
  .register-tooltip-info-wrapper-ipad {
    display: none;
    position: absolute;
    z-index: 99999;
    margin-right: 5%;
    transform: translate(-50%,52px);
  }

  .register-tooltip-square-ipad {
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 20px;

  }

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

  .login-id-container-ipad {
    width: 50vw;
    height: 35.94vw;
    /* border: 4px solid black; */
    /* border-radius: 100px; */
    overflow: hidden;
  }

  .register-tooltip-image-ipad {
    background: url('/images/idOld.png') no-repeat;

  }

  .register-tooltip-image-bio-ipad {
    background: url('/images/idBio.png') no-repeat;
  }

  .register-tooltip-image-ipad, .register-tooltip-image-bio-ipad {
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
  }

  /* .register-tooltip-image-ipad:hover {
    height: 250%;
    width: 250%;
    margin-right: -80%;
    margin-top: -105%;
  } */

  /* .register-tooltip-image-bio-ipad:hover {
    height: 250%;
    width: 250%;
    margin-right: -100%;
    margin-top: -105%;
  } */

}
@media screen and (max-width: 550px){
  .account-tooltip-info-wrapper {
    display: none;
    position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
    margin: 37px auto;
    /* visibility: hidden; */
  }

  .account-tooltip-square {
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 20px;

  }

  .account-tooltip-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 25px;
    text-align: right;
  }
  .footer-tooltip-info-wrapper {
    display: none;
    position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
    bottom: 60px;
    /* margin: 37px auto; */
    /* visibility: hidden; */
  }
  .footer-tooltip-square {
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 20px;

  }

  .footer-tooltip-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.74px;
    line-height: 19px;
    text-align: right;
  }
  .id-container {
    width: 85vw;
    height: 61.1vw;
    /* border: 4px solid black; */
    /* border-radius: 100px; */
    overflow: hidden;
    margin: auto;
    left: 0;
    right: 0;
  }

  .account-tooltip-image {
    background: url('/images/idOld.png') no-repeat;

  }

  .account-tooltip-image-bio {
    background: url('/images/idBio.png') no-repeat;
  }

  .account-tooltip-image, .account-tooltip-image-bio {
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
  }

  .account-tooltip-image:hover {
    height: 250%;
    width: 250%;
    margin-right: -83%;
    margin-top: -105%;
  }

  .account-tooltip-image-bio:hover {
    height: 250%;
    width: 250%;
    margin-right: -100%;
    margin-top: -105%;
  }
 
}
@media screen and (max-width: 1024px) {
  .homepage-left-image {
    width: 30px;
    height: 30px;
    background-image: url("/images/go_arrow.svg");
    background-size: cover;
    cursor: pointer;
  }

  /* .homepage-left-image:hover {
    width: 30px;
    height: 30px;
    background-image: url("/images/go_arrow.svg");
    cursor: pointer;
    background-size: cover;
    
  } */

  .homepage-tooltip-info-wrapper {
    display: none;
    border: 1px solid #1362ff;
    background-color: #ffffff;
  }

  .homepage-tooltip-square {
    width: 100%;
    height: 118px;
    background-color: #fff;
    padding: 20px;
  }

  .hoemepage-tooltip-text {
    width: 75%;
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 25px;
    text-align: right;
    float: right;
  }

  .hoemepage-tooltip-close {
    width: 25%;
    float: right;
    text-align: left;
    padding-top: 25px;
  }

  .homepage-mobile-square-title-wrapper {
    height: 32px;
  }

  /* #futureSavingsImg{
    z-index:66;
  } */
  


  .account-tooltip-info-wrapper-ipad {
    display: none;
    position: absolute;
    z-index: 99999;
    margin-right: 5%;
  }

  .account-tooltip-square-ipad {
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 20px;

  }

  .account-tooltip-text-ipad {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 25px;
    text-align: right;
  }
  .footer-tooltip-info-wrapper-ipad {
    display: none;
    position: absolute;
    z-index: 99999;
    margin-right: 5%;
  }

  .footer-tooltip-square-ipad {
    height: fit-content;
    width: 25vw;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 20px;

  }

  .footer-tooltip-text-ipad {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.74px;
    line-height: 19px;
    text-align: right;
  }
  .id-container-ipad {
    width: 40vw;
    height: 28.75vw;
    /* border: 4px solid black; */
    /* border-radius: 100px; */
    overflow: hidden;
  }

  .account-tooltip-image-ipad {
    background: url('/images/idOld.png') no-repeat;

  }

  .account-tooltip-image-bio-ipad {
    background: url('/images/idBio.png') no-repeat;
  }

  .account-tooltip-image-ipad, .account-tooltip-image-bio-ipad {
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
  }

  .account-tooltip-image-ipad:hover {
    height: 250%;
    width: 250%;
    margin-right: -83%;
    margin-top: -105%;
  }

  .account-tooltip-image-bio-ipad:hover {
    height: 250%;
    width: 250%;
    margin-right: -100%;
    margin-top: -105%;
  }


  .account-mobile-square-title-wrapper {
    height: 32px;
  }

  .account-main-col {
    padding: 15px 0 0 0;
  }

  .homepage-hello-wrapper {
    padding: 20px;
    /* background-color: #f4f4f4; */
  }

  .homepage-mobile-square-element-right {
    width: 18%;
    display: inline-block;
  }

  .homepage-mobile-square-element-center {
    width: 70%;
    display: inline-block;
  }

  .homepage-mobile-square-element-left {
    width: 10%;
    display: inline-block;
    text-align: left;
    /* margin-top: 5%; */
  }

  .homepage-mobile-square-wrapper {
    background-color: #f5f6fa;
    width: 100%;
    margin-bottom: 20px;
    border: 0px solid red;
    padding: 20px 10px;
    height: 115px;
  }

  .homepage-mobile-square-title {
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 2.06px;
    line-height: 32px;
    text-align: right;
    float: right;
  }

  .homepage-mobile-square-subtitle {
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    color: #00234d;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.21px;
    line-height: 20px;
    text-align: right;
  }

  .homepage-square-margin {
    margin: 0;
  }

  .homepage-main-title {
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 25px;
    line-height: 30px;
    color: black;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-align: center;
  }

  .insurancePage-sub-title{
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.91px;
    line-height: 23px;
    padding-left:15px;
  }

  .homepage-sub-title {
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.91px;
    line-height: 23px;
    text-align: center;
    /* max-width: 90%; */
  }

  .homepage-sub-title2 {
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: center;
  }

  .homepage-squares-font {
    color: #092674;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1.14px;
    line-height: 23px;
    text-align: right;
  }

  .homepage-square {
    height: 100%;
  }

  .homepage-square-left {
    padding-left: 0px;
  }

  .homepage-days-image-wrapper {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }

  .homepage-days-image {
    width: 60px;
    margin: 5px 0;
  }

  .homepage_category_image {
    width: 45px;
    margin-left: 10px;
  }

  .hoemepage-button-pos {
    height: 100%;
    margin: 20px auto;
  }

  .homepage-button {
    /* width: 100%; */
    height: 45px;
    background-color: #1362FF;
    border-radius: 30px;
    border: 1px solid #1362FF;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 20px;
    text-align: center;
  }

  .homepage-button:hover {
    background-color: transparent;
    color: #1362FF;
    border: 1px solid #1362FF;
  }

  .good-bad-tag-container {
    width: 100px;
    height: 16%;
    transform: translate(10%, 50%);
    /* box-shadow: 0 2px 4px 0 #F4F4F4; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;

    display: flex;
  }

  .good-tag, .bad-tag, .blank-tag, .work-tag, .care-tag, .work-tag-policyPage{
    width: fit-content;
    height: fit-content;
    justify-content: center;
    letter-spacing: 0.42px;
    font-size: 80%;
    display: grid;
    place-items: center;
    padding: 5px 12px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 100px) and (max-width: 331px) {
  .homepage-main-title-small{
    font-size: 10px;
}
}

@media screen and (min-width: 332px) and (max-width: 350px) {
  .homepage-mobile-square-subtitle {
    font-size: 12px;
  }

  .homepage-main-title-small {
    font-size: 11px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .good-bad-tag-container{
    /* width: 100px;
    height: 16%;
    transform: translate(10%, 50%);
    box-shadow: 0 2px 4px 0 #f4f4f4;
    position: absolute; */
    left: -20px;
    /* top: 0;
    z-index: 1;
    display: flex; */
  }
  .homepage-mobile-square-subtitle{
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .good-bad-tag-container{
    left: 5%;
  }
  .homepage-main-title-small{
    font-size: 11px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .homepage-title-right-pad {
    padding-right: 2.4vw;
  }

  .homepage-left-image {
    width: 35px;
    height: 35px;
    background-image: url("/images/go_arrow.svg");
    background-size: cover;
    cursor: pointer;
  }
  .homepage-mobile-square-subtitle {
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    color: #00234d;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.21px;
    line-height: 20px;
    text-align: right;
  }

  /* .homepage-left-image:hover {
    width: 36px;
    height: 36px;
    background-image: url("/images/left_hover.svg");
    cursor: pointer;
    background-size: cover;
  } */

  .homepage-tooltip-info-wrapper {
    display: none;
    z-index: 99999;
  }

  .homepage-tooltip-square {
    width: 240px;
    height: 118px;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 20px;
  }

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

  .homepage-tooltip-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 25px;
    text-align: right;
  }
  .account-tooltip-info-wrapper-ipad {
    display: none;
    position: absolute;
    z-index: 99999;
    margin-right: 5%;
  }

  .account-tooltip-square-ipad {
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 20px;

  }

  .account-tooltip-text-ipad {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 25px;
    text-align: right;
  }
  .footer-tooltip-info-wrapper-ipad {
    display: none;
    position: absolute;
    z-index: 99999;
    margin-right: 5%;
  }

  .footer-tooltip-square-ipad {
    height: fit-content;
    width:30vw;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 20px;

  }

  .footer-tooltip-text-ipad {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.74px;
    line-height: 19px;
    text-align: right;
  }
  .id-container-ipad {
    width: 15.3vw;
    height: 11vw;
    /* border: 4px solid black; */
    /* border-radius: 100px; */
    overflow: hidden;
  }

  .account-tooltip-image-ipad {
    background: url('/images/idOld.png') no-repeat;

  }

  .account-tooltip-image-bio-ipad {
    background: url('/images/idBio.png') no-repeat;
  }

  .account-tooltip-image-ipad, .account-tooltip-image-bio-ipad {
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
  }

  .account-tooltip-image-ipad:hover {
    height: 250%;
    width: 250%;
    margin-right: -83%;
    margin-top: -105%;
  }

  .account-tooltip-image-bio-ipad:hover {
    height: 250%;
    width: 250%;
    margin-right: -100%;
    margin-top: -105%;
  }

  .account-tooltip-info-wrapper {
    display: none;
    /* visibility: hidden; */
    position: absolute;
    z-index: 99999;
    margin: auto;
    transform: translate(-15%, 0);
  }

  .account-tooltip-square {
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 1vw;

  }

  .account-tooltip-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: .85vw;
    letter-spacing: 0.97px;
    line-height: 1.1vw;
    text-align: right;
  }
  .footer-tooltip-info-wrapper {
    display: none;
    /* visibility: hidden; */
    position: absolute;
    z-index: 99999;
    margin: auto;
    bottom: 40px;
    right: 0;
    /* transform: translate(-15%, 0); */
  }

  .footer-tooltip-square {
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 1vw;

  }

  .footer-tooltip-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.74px;
    line-height: 19px;
    text-align: right;
  }
  .id-container {
    width: 15.3vw;
    height: 11vw;
    /* border: 4px solid black; */
    /* border-radius: 100px; */
    overflow: hidden;
    margin: auto;
    left: 0;
    right: 0;
  }

  .good-bad-tag-container {
    width: 80px;
    height: 16%;
    transform: translate(10%, 50%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;

    display: flex;
  }

  .good-tag {
    color: #59A901;
    background-color: rgba(126, 211, 33, 0.2);
  }
  .blank-tag{
    color: grey;
    background-color: rgb(221, 221, 221);
  }

  .bad-tag {
    color: #FA4500;
    cursor: pointer;
    background-color: rgba(250, 69, 0, 0.11);
  }

  .good-tag .bad-tag .blank-tag {
    width: 100%;
    /* height: 100%; */
    justify-content: center;
    /* font-weight: bold; */
    letter-spacing: 0.42px;
    line-height: 200%;
    text-align: center;
  }

  .account-tooltip-image {
    background: url('/images/idOld.png') no-repeat;

  }

  .account-tooltip-image-bio {
    background: url('/images/idBio.png') no-repeat;
  }

  .account-tooltip-image, .account-tooltip-image-bio {
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
  }

  .account-tooltip-image:hover {
    height: 250%;
    width: 250%;
    margin-right: -83%;
    margin-top: -105%;
  }

  .account-tooltip-image-bio:hover {
    height: 250%;
    width: 250%;
    margin-right: -100%;
    margin-top: -105%;
  }

  .homepage-main-col {
    padding: 20px 0 0px 0px;
  }

  .homepage-hello-wrapper {
    height: 220px;
    padding: 20px 0 0px 0px;
    /* background-color: #f1f6f6; */
  }

  .homepage-square-margin {
    margin: 0;
    height: 200px;
    margin-top: 20px;
  }

  .homepage-main-title {
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: black;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-align: right;
    font-weight: bold;
  }

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

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

  .homepage-sub-title2 {
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: center;
  }

  .homepage-squares-font {
    color: #00234d;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 1.14px;
    line-height: 25px;
    text-align: right;
  }

  .homepage-square {
    height: 100%;
  }

  .homepage-square-left {
  }

  .homepage-days-image {
    width: 45px;
  }

  .homepage_category_image {
    width: 46px;
  }

  .hoemepage-button-pos {
    /* height: 100%; */
    margin: 20px ;
  }

  .homepage-button {
    /*height: 40px;
        width: 184px;
        border-radius: 24.5px;*/
    background-color: #1362FF;
    border-color: #1362FF;
    border: 1px solid #1362FF;
    /*font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.97px;
        line-height: 23px;
        text-align: center;*/

    color: #ffffff;
    /*font-family: 'SimplerPro-Regular', Arial, sans-serif;*/
  }

  .homepage-button:hover {
    background-color: transparent;
    color: #1362FF;
    border: 1px solid #1362FF;
  }

  .homepage-button2 {
    height: 43px;
    width: 277px;
    border-radius: 24.5px;
    background-color: #1362FF;
    border-color: #1362FF;
    border: 1px solid #1362FF;
    font-size: 15px;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;

    margin-top: 83px;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
  }

  .homepage-button2:hover {
    background-color: transparent;
    color: #1362FF;
  }
}

/* 1280px and higher */
@media screen and (min-width: 1281px) {
  .homepage-title-right-pad {
    padding-right: 2.4vw;
  }

  .homepage-left-image {
    width: 36px;
    height: 36px;
    background-image: url("/images/go_arrow.svg");
    background-size: cover;
    cursor: pointer;
  }

  /* .homepage-left-image:hover {
    width: 36px;
    height: 36px;
    background-image: url("/images/go_arrow.svg");
    cursor: pointer;
    background-size: cover;
  } */

  .homepage-tooltip-info-wrapper {
    display: none;
    z-index: 99999;
  }

  .homepage-tooltip-square {
    width: 240px;
    height: 118px;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 20px;
  }

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

  .homepage-tooltip-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 25px;
    text-align: right;
  }
  .account-tooltip-info-wrapper-ipad {
    display: none;
    position: absolute;
    z-index: 99999;
    margin-right: 5%;
  }

  .account-tooltip-square-ipad {
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 20px;

  }

  .account-tooltip-text-ipad {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 25px;
    text-align: right;
  }
  .footer-tooltip-info-wrapper-ipad {
    display: none;
    position: absolute;
    z-index: 99999;
    margin-right: 5%;
  }

  .footer-tooltip-square-ipad {
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 20px;

  }

  .footer-tooltip-text-ipad {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.74px;
    line-height: 19px;
    text-align: right;
  }  
  .id-container-ipad {
    width: 30.6vw;
    height: 22vw;
    /* border: 4px solid black; */
    /* border-radius: 100px; */
    overflow: hidden;
  }

  .account-tooltip-image-ipad {
    background: url('/images/idOld.png') no-repeat;

  }

  .account-tooltip-image-bio-ipad {
    background: url('/images/idBio.png') no-repeat;
  }

  .account-tooltip-image-ipad, .account-tooltip-image-bio-ipad {
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
  }

  .account-tooltip-image-ipad:hover {
    height: 250%;
    width: 250%;
    margin-right: -83%;
    margin-top: -105%;
  }

  .account-tooltip-image-bio-ipad:hover {
    height: 250%;
    width: 250%;
    margin-right: -100%;
    margin-top: -105%;
  }

  .account-tooltip-info-wrapper {
    display: none;
    /* visibility: hidden; */
    position: absolute;
    z-index: 99999;
    margin: auto;
    transform: translate(-10%, 0);
  }

  .account-tooltip-square {
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 1vw;

  }

  .account-tooltip-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: .85vw;
    letter-spacing: 0.97px;
    line-height: 1.1vw;
    text-align: right;
  }
  .footer-tooltip-info-wrapper {
    display: none;
    /* visibility: hidden; */
    position: absolute;
    z-index: 99999;
    margin: auto;
    bottom: 40px;
    right: 0;
    /* transform: translate(-10%, 0); */
  }

  .footer-tooltip-square {
    height: fit-content;
    border: 1px solid #1362ff;
    background-color: #fff;
    padding: 1vw;

  }

  .footer-tooltip-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.74px;
    line-height: 19px;
    text-align: right;
  }
  .id-container {
    width: 15.3vw;
    height: 11vw;
    /* border: 4px solid black; */
    /* border-radius: 100px; */
    overflow: hidden;
    margin: auto;
    left: 0;
    right: 0;
  }

  .good-bad-tag-container {
    /* width: 130px; */
    height: 16%;
    transform: translate(10%, 50%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
  }
/* 
  .good-tag {
    color: #59A901;
    background-color: rgba(126, 211, 33, 0.2);
  }
  .blank-tag{
    color: grey;
    background-color: rgb(221, 221, 221);
  }
  .bad-tag {
    color: #FA4500;
    cursor: pointer;
    background-color: rgba(250, 69, 0, 0.11);
  }
  .care-tag{
    color: #1362FF;
    background-color:#DAE6F0;
  }
  .work-tag{
    color: #1362FF;
    background-color:#DAE6F0;
  } */
  .good-tag, .bad-tag, .blank-tag,.care-tag, .work-tag{
    width: 160px;
    height: fit-content;
    font-size: 100%;
    justify-content: center;
    /* font-weight: bold; */
    letter-spacing: 0.42px;
    line-height: 200%;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 2px 30px;
    border-radius: 8px;

  }
  .work-tag-policyPage{
    width: fit-content;
    height: fit-content;
    font-size: 100%;
    justify-content: center;
    /* font-weight: bold; */
    letter-spacing: 0.42px;
    line-height: 200%;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 5px 15px;
  }

  .account-tooltip-image {
    background: url('/images/idOld.png') no-repeat;

  }

  .account-tooltip-image-bio {
    background: url('/images/idBio.png') no-repeat;
  }

  .account-tooltip-image, .account-tooltip-image-bio {
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
  }

  .account-tooltip-image:hover {
    height: 250%;
    width: 250%;
    margin-right: -83%;
    margin-top: -105%;
  }

  .account-tooltip-image-bio:hover {
    height: 250%;
    width: 250%;
    margin-right: -100%;
    margin-top: -105%;
  }

  .homepage-main-col {
    padding: 20px 0 0px 0px;
  }

  .homepage-hello-wrapper {
    height: 220px;
    /* padding: 20px 0 0px 20px; */
    /* padding-bottom: 20px; */
    /* background-color: #f1f6f6; */
  }

  .homepage-square-margin {
    margin: 0;
    height: 200px;
    /* margin-top: 30px; */
  }

  .homepage-main-title {
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 20px;
    line-height: 31px;
    color: black;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-align: right;
    font-weight: bold;
  }

  .insurancePage-sub-title{
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.97px;
    line-height: 25px;
    text-align: right;
  }

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

  .homepage-sub-title2 {
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    color: #000000;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 25px;
    text-align: center;
  }

  .homepage-squares-font {
    color: #00234d;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 1.14px;
    line-height: 23px;
    text-align: right;
  }

  .homepage-square {
    height: 100%;
  }

  .homepage-square-left {
  }

  .homepage-days-image {
    width: 50px;
  }

  .homepage_category_image {
    width: 65px;
  }

  .hoemepage-button-pos {
    /* height: 100%; */
    margin: 20px;
  }

  .homepage-button {
    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;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    /* -webkit-box-shadow: 0px 0px 19px 13px rgba(250,69,0,0.57);  */
  /* box-shadow: 0px 0px 19px 7px rgba(250,69,0,0.47); */
  /* animation: pulse-dot 1.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite; */
  }
  @keyframes pulse-ring {
    0% {
      transform: scale(.33);
    }
    80%, 100% {
      opacity: 0;
    }
  }
  
  @keyframes pulse-dot {
    0% {
      transform: scale(.8);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(.8);
    }
  }

  .homepage-button:hover {
    background-color: transparent;
    color: #1362FF;
    border: 1px solid #1362FF;
  }

  .homepage-button2 {
    height: 43px;
    width: 277px;
    border-radius: 24.5px;
    background-color: #1362FF;
    border-color: #1362FF;
    border: 1px solid #1362FF;
    font-size: 15px;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;

    margin-top: 83px;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
  }

  .homepage-button2:hover {
    background-color: transparent;
    color: #1362FF;
  }
}

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

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

.login-square {}

.login-sep {
  width: 100%;
  height: 15px;
}

.login-bg {
  /* background-color: #F3F3ff; */
  height: 100%;
}

@media screen and (max-width: 515px){
  .login-button-size {
    width: 250px;
  }
}

@media screen and (min-width: 516px){
  .login-button-size {
    width: 280px ;
  }
}

@media screen and (max-width: 1024px) {
  .login-nobg {
    height: 100%;
  }

  .register-error {
    color: #fa4500;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.22px;
    line-height: 32px;
    width:97%;
    text-align: right;
    direction: rtl;
  }

  .login-error {
    color: #fa4500;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.22px;
    line-height: 32px;
    text-align: center;
    direction: rtl;
  }

  .login-error-shared {
    display: flex;
    text-align: center;
    justify-content: center;
    /* align-self: center; */
    padding: 0% 18%;
    color: #fa4500;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    /* letter-spacing: 0.22px; */
    direction: rtl;
  }

  .login-logo-div-register-mobile{
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 55px 0 30px 0;
  }

  .login-logo-div-login-mobile{
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 55px;
  }

  .login-logo-div {
    display: flex;
    gap:10px;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .login-logo-img-register-mobile {
    height: 25px;
    width: 120px;
  }
  
  .login-logo-img {
    /*height : 60px;*/
    width: 150px;
    margin: 45px 0 25px 0;
    cursor: pointer;
  }

  .login-right-subtitle-wrapper {
    width: 100%;
    text-align: center;
  }

  .login-right-subtitle {
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.43px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 19px;

    width: 300px;
    margin: 20px auto;
  }

  .login-right-subtitle2 {
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    color: black;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.43px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 19px;

    width: 77vw;
    margin: 5px auto;
  }

  .login-right-img {
    width: 216px;
    height: 299px;
  }

  .login-left-div {
    width: 100%;
    /*height : 300px;*/
    text-align: center;
    /* margin-top: 40px; */
  }

  .login-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1.48px;
    line-height: 35px;
    text-align: center;
  }

  .login-title2 {
    color: #000000;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1.48px;
    line-height: 30px;
    text-align: center;
    direction: rtl;
    margin-bottom: 5px;
  }

  .login-textbox-wrapper {
    width: 100%;
    text-align: center;
  }

  .login-textbox {
    box-sizing: border-box;
    height: 52px;
    width: 250px;
    border: 1px solid #4a4a4a;
    border-radius: 0;
    /* This should remove rounded corners for ios*/
    -webkit-appearance: none;
    /* This should remove rounded corners for ios*/
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    text-align: right;
    color: #000000;
    padding-right: 10px;
  }
  .register-textbox {
    box-sizing: border-box;
    height: 52px;
    width: 77vw;
    padding-left: -50px;
    border: 1px solid #4a4a4a;
    border-radius: 0;
    /* This should remove rounded corners for ios*/
    -webkit-appearance: none;
    /* This should remove rounded corners for ios*/
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    text-align: right;
    color: #000000;
    padding-right: 10px;
  }
  .login-button {
    /*height: 47px;
        width: 250px;*/
    border: 1px solid #1362ff;
    /*border-radius: 36.75px;
        font-family: 'SimplerPro-Regular', Arial, sans-serif;*/
    background-color: #1362ff;

    color: #ffffff;
    /*font-size: 16px;
        letter-spacing: 0.97px;
        line-height: 23px;
        text-align: center;*/
  }

  .login-button-size-ipad {
    width: 30%
  }

  .login-button-blank {
    /* border: 2px solid black; */
    padding: 12px 30px;
    border-radius: 40px;
    line-height: 19px;
    letter-spacing: 0.97px;
    font-size: 15px;
    background-color: #F7F7F7;
    min-width: 233.4px;
    cursor: none;
    color: #25A0F7;
  }

  .login-teaser-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .login-image-wrapper {
    width: 100%;
    text-align: center;
    height: 330px;
  }

  .login-enter-wrapper {
    width: 100%;
    text-align: center;
  }

  .login-enter-button {
    /* height: 37px; */
        width: 300px !important;
    border: 1px solid #1362ff;
    /*border-radius: 36.75px;*/

    /*font-family: 'SimplerPro-Regular', Arial, sans-serif;*/
    background-color: #1362ff;

    color: #ffffff;
    /*font-size: 16px;
        letter-spacing: 0.97px;
        line-height: 23px;
        text-align: center;   */
        z-index: 5;
  }

  .login-href {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.86px;
    line-height: 23px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
  }

  .login-href2 {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.86px;
    line-height: 23px;
    text-align: center;
  }

  .login-error-message {
    width: 100%;
    text-align: right;

    color: #fa4500;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.22px;
    line-height: 32px;
  }

  .login-mail-message {
    width: 100%;
    text-align: center;

    color: #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.22px;
    line-height: 32px;

    direction: rtl;
  }

  .login-right-title {
    color: #000000;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 58.76px;
    font-weight: 900;
    letter-spacing: 3.36px;
    line-height: 71px;
    text-align: center;
    height: 90px;
    width: 100%;
  }

  .login-logo-img-register-mobile {
    height: 25px;
    width: 120px;
  }

  .login-logo-img {
    height: 25px;
    width: 120px;
    margin: 55px 0 -10px 0;
  }

  .login-right-img-4 {
    width: 28.24vh;
    height: 20vh;
  }

  .login-right-img-3 {
    width: 25vh;
    height: 25vh;
  }

  .login-right-img-2 {
    width: 18.89vh;
    height: 25vh;
  }

  .login-right-img-1 {
    width: 32.6vh;
    height: 25vh;
  }

  .login-right-subtitle-1 {
    margin: 50px auto;
    width: 250px;
  }

  .login-right-subtitle-2 {
    margin: 40px auto;
    width: 250px;
  }

  .login-right-subtitle-3 {
    margin: 50px auto;
    width: 250px;
  }

  .login-right-subtitle-4 {
    margin: 50px auto;
    width: 250px;
  }

  .care-tag{
    color: #1362FF;
    background-color:#DAE6F0;
  }
}

/* 992px to 1279px */
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .login-error {
    color: #fa4500;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.22px;
    line-height: 32px;

    text-align: right;
    direction: rtl;
  }
  .register-error {
    color: #fa4500;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.22px;
    line-height: 32px;
    width:25vw;
    text-align: right;
    direction: rtl;
  }
  .login-error-shared {
    display: flex;
    text-align: center;
    justify-content: center;
    /* align-self: center; */
    padding: 0% 18%;
    color: #fa4500;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    /* letter-spacing: 0.22px; */
    direction: rtl;
  }

  .login-left-div {
    width: 300px;
    height: 300px;
    border: 0px solid red;
    margin: 25% auto;
    text-align: center;
  }

  .login-right-div {
    border: 0px solid red;
    margin: 20% auto;
    text-align: center;
  }

  .login-title {
    color: #000000;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 1.83px;
    line-height: 38px;
    text-align: center;
  }

  .login-title2 {
    color: #000000;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 15px;
    letter-spacing: 1.83px;
    line-height: 27px;
    text-align: right;
    direction: rtl;
    margin-bottom: 2px;
  }

  .login-textbox {
    box-sizing: border-box;
    height: 42px;
    width: 250px;
    border: 1px solid #4a4a4a;

    font-family: "SimplerPro-Regular", Arial, sans-serif;
    text-align: right;
    color: #000000;
    padding-right: 10px;
  }

  .login-textbox-wrapper {
    /*width : 250px;*/
    text-align: center;
  }
  .register-textbox-wrapper {
    text-align: center;
  }
  .login-button {
    /*height: 42px;
        width: 250px;*/
    border: 1px solid #1362ff;
    /*border-radius: 24.5px;
        font-family: 'SimplerPro-Regular', Arial, sans-serif;*/
    background-color: #1362ff;

    color: #FFFFFF;
    /*font-size: 17px;
        letter-spacing: 0.97px;
        line-height: 23px;
        text-align: center;*/
  }

  .login-button-size {
    width: 75%;
  }

  .login-button-size-ipad {
    width: 80%
  }

  .login-button-blank {
    /* border: 2px solid black; */
    padding: 12px 30px;
    border-radius: 40px;
    line-height: 19px;
    letter-spacing: 0.97px;
    font-size: 15px;
    background-color: #F7F7F7;
    min-width: 233.4px;
    cursor: none;
    color: #25A0F7;
  }

  .login-href {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.86px;
    line-height: 23px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
  }

  .login-href2 {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.86px;
    line-height: 23px;
    text-align: center;
  }

  .login-title-small {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.48px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
  }

  .login-error-message {
    width: 100%;
    text-align: right;

    color: #fa4500;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.22px;
    line-height: 32px;

    direction: rtl;
  }

  .login-mail-message {
    width: 100%;
    text-align: center;

    color: #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.22px;
    line-height: 32px;

    direction: rtl;
  }

  .login-logo-div {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    /* margin-left: 15px; */
  }

  .login-logo-img {
    height: 25px;
    width: 120px;
    cursor: pointer;
  }

  .login-right-img {
    width: 231px;
    height: 320px;
  }

  .login-right-img-4 {
    width: 479px;
    height: 341px;
  }

  .login-right-img-3 {
    width: 342px;
    height: 344px;
  }

  .login-right-img-2 {
    width: 335px;
    height: 443px;
    margin-top: -100px;
  }

  .login-right-img-1 {
    width: 434px;
    height: 332px;
  }

  .login-right-title {
    color: #000000;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 1.83px;
    line-height: 38px;
    text-align: center;
    height: 55px;
    width: 100%;
    margin-top: 30px;
  }

  .login-right-subtitle {
    color: #000000;
    font-family: "SimplerPro_Alte-Bold", sans-serif;

    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 27px;
    text-align: center;

    /*height: 86px;*/
  }

  .login-right-subtitle2 {
    color: black;
    font-weight: bold;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 32px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: center;
  }

  .login-right-subtitle-1 {
    margin: 50px auto;
    width: 250px;
  }

  .login-right-subtitle-2 {
    margin: 40px auto;
    width: 270px;
  }

  .login-right-subtitle-3 {
    margin: 50px auto;
    width: 342px;
  }

  .login-right-subtitle-4 {
    margin: 50px auto;
    width: 400px;
  }

  .good-tag, .bad-tag, .blank-tag, .work-tag, .care-tag, .work-tag-policyPage{
    width: fit-content;
    height: fit-content;
    justify-content: center;
    letter-spacing: 0.42px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 5px 10px;
    border-radius: 8px;
    line-height: 200%;
  }
}

/* 1280px and higher */
@media screen and (min-width: 1281px) {
  .login-error {
    color: #fa4500;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.22px;
    line-height: 32px;

    text-align: right;
    direction: rtl;
  }
  .register-error {
    color: red;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.22px;
    line-height: 32px;
    width:25vw;
    text-align: right;
    direction: rtl;
  }
  .login-error-shared {
    display: flex;
    text-align: center;
    justify-content: center;
    /* align-self: center; */
    padding: 0% 18%;
    color: #fa4500;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    /* letter-spacing: 0.22px; */
    direction: rtl;
  }

  .login-left-div {
    width: 400px;
    height: 400px;
    border: 0px solid red;
    margin: 20% auto;
    text-align: center;
  }

  .login-right-div {
    margin: 20% auto;
    border: 0px solid red;
    text-align: center;
  }

  .login-title {
    color: #000000;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 1.83px;
    line-height: 38px;
    text-align: center;
  }

  .login-title2 {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 1.83px;
    line-height: 27px;
    text-align: right;
    direction: rtl;
    margin-bottom: 2px;
  }

  .login-title {
    color: #000000;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 1.83px;
    line-height: 38px;
    text-align: center;
  }

  .login-title-small {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.48px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
  }

  .login-textbox {
    box-sizing: border-box;
    height: 52px;
    width: 395px;
    border: 1px solid #4a4a4a;

    font-family: "SimplerPro-Regular", Arial, sans-serif;
    text-align: right;
    color: #000000;
    padding-right: 10px;
  }

  .login-textbox-wrapper {
    /* width: 395px; */
    text-align: center;
  }
  .register-textbox-wrapper {
    text-align: center;
  }
  .login-button {
    /*height: 47px;
        width: 395px;
        border-radius: 24.5px;
        font-family: 'SimplerPro-Regular', Arial, sans-serif;*/
    background-color: #1362ff;
    border: 1px solid #1362ff;

    color: #ffffff;
    /*font-size: 17px;
        letter-spacing: 0.97px;
        line-height: 23px;
        text-align: center;*/

    margin-top: 7px;
  }

  .login-button:hover {
    background-color: transparent;
    color: #1362ff;
    border: 1px solid #1362ff;
  }
  

  .login-button-size {
    min-width: 225px;
  }

  .login-button-blank {
    /* border: 2px solid black; */
    padding: 12px 30px;
    border-radius: 40px;
    line-height: 19px;
    letter-spacing: 0.97px;
    font-size: 15px;
    background-color: #F7F7F7;
    min-width: 233.4px;
    cursor: none;
    color: #25A0F7;
  }

  .login-href {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.86px;
    line-height: 23px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
  }

  .login-href2 {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.86px;
    line-height: 23px;
    text-align: center;
  }

  .login-error-message {
    width: 100%;
    text-align: right;

    color: #fa4500;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.22px;
    line-height: 32px;

    direction: rtl;
  }

  .login-mail-message {
    width: 100%;
    text-align: center;

    color: #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.22px;
    line-height: 32px;

    direction: rtl;
  }

  .login-logo-div {
    display: flex;
    justify-content: center;
    gap:10px;
    align-items: center;
    /* position: fixed;
    top: 51px;
    right: 60px; */
  }

  .login-logo-img {
    height: 25px;
    width: 120px;
    cursor: pointer;
  }

  .login-right-img-4 {
    width: 479px;
    height: 341px;
  }

  .login-right-img-3 {
    width: 342px;
    height: 344px;
  }

  .login-right-img-2 {
    width: 335px;
    height: 443px;
    margin-top: -100px;
  }

  .login-right-img-1 {
    width: 434px;
    height: 332px;
  }

  .login-right-title {
    color: #000000;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 1.83px;
    line-height: 38px;
    text-align: center;
    height: 55px;
    width: 100%;
    margin-top: 30px;
  }

  .login-right-subtitle {
    color: #000000;
    font-family: "SimplerPro_Alte-Bold", sans-serif;

    font-size: 20px;
    letter-spacing: 0.97px;
    line-height: 27px;
    text-align: center;

    /*height: 86px;*/
  }

  .login-right-subtitle-flow{
    color: #000000;
    font-family:"SimplerPro-Regular";
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: center;
  }
  .login-right-subtitle2 {
    color: black;
    font-weight: bold;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 32px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: center;
  }

  .login-right-subtitle-1 {
    margin: 50px auto;
    width: 250px;
  }

  .login-right-subtitle-2 {
    margin: 40px auto;
    width: 270px;
  }

  .login-right-subtitle-3 {
    margin: 50px auto;
    width: 342px;
  }

  .login-right-subtitle-4 {
    margin: 50px auto;
    width: 400px;
  }
}

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

@media screen and (max-width: 1024px) {
  .summary-headline {
    height: 41px;
    width: 100%;
    background-color: #aec8ff;
    padding: 10px 10px;
    margin-bottom: 5px;
  }
  .login-right-subtitle-flow-mobile {
    color: #000000;
    font-family: "SimplerPro_Alte-Bold", sans-serif;

    font-size: 22px;
    letter-spacing: 1.26px;
    line-height: 26px;
    text-align: center;

    /*height: 86px;*/
  }
  .summary-headline-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.14px;
    line-height: 24px;
    text-align: right;
  }

  .summary-mobile-row-wrapper {
    width: 100%;
    height: 150px;
    background-color: #fff;
    margin-top: 10px;
  }

  .summary-mobile-row-image {
    display: inline-block;
    width: 50px;
    text-align: center;
    padding-right: 10px;
  }

  .summary-mobile-row-image img {
    vertical-align: inherit;
  }

  .summary-mobile-row-main {
    color: #4a4a4a;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1.6px;
    line-height: 25px;
    text-align: right;
    display: inline-block;
    /* padding: 10px 20px; */
  }

  .summary-subtotal {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 1.6px;
    line-height: 25px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 90%;
    margin: auto;
  }

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

  .summary-main-title {
    /* font-family: "SimplerPro_Alte-Bold", sans-serif; */
    font-size: 22px;
    line-height: 34px;
    color: #00234d;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-align: right;
    margin: 10px 0 8px 0;
  }

  .summary-table {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .summary-table tr {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .summary-table th {
    border: none;
    padding: 0;
    margin: 0;
    height: 58px;
    /* background-color: #092674; */
    color: grey;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    /*font-size: 25px;
        font-weight: bold;*/
    font-weight: regular;
    letter-spacing: 1.43px;
    line-height: 30px;
    text-align: right;
  }

  .summary-table td {
    height: 100px;
    border: none;
    padding: 0;
    margin: 0;
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 1.14px;
    line-height: 31px;
    text-align: right;
    padding-right: 20px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    min-width: 158px;
    /* border-bottom: 1px solid #979797; */
    justify-content: center;
  }

  .summary-mark-onhover {
    color: #000000;
  }

  .summary-mark-onhover:hover {
    color: #9b9b9b;
  }

  .summary-table .special-row {
    border: none;
    padding: 0 20px;
    margin: 0;

    height: 53px;
    background-color: #cdd2e5;

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

  .bad-image {
    width: 27px;
    height: 27px;
    margin-left: 20px;
    cursor: pointer;
    background-image: url("/images/bad.svg");

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

    display: inline-block;
    float: right;
  }

  .bad-image:hover {
    background-image: url("/images/bad_hover.svg");
  }

  .good-image {
   display: none;
  }

  .table-summary {
    float: left;

    margin: 20px 0 80px 0;

    height: 21px;
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 31px;
    text-align: right;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .summary-main-title {
    /* font-family: "SimplerPro_Alte-Bold", sans-serif; */
    font-size: 20px;
    line-height: 31px;
    color: #00234d;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-align: right;
    margin: 35px 0 0 0;
  }
  .login-right-subtitle-flow{
    color: #000000;
    font-family:"SimplerPro-Regular";
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: center;
  }
  .summary-table {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .summary-table tr {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .summary-table th {
    border: none;
    max-width: 190px;
    padding: 0;
    margin: 0;
    height: 35px;
    background-color: transparent;
    color: #9b9b9b;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.91px;
    line-height: 31px;
    text-align: right;
  }

  .summary-table .th-small {
    border: none;

    color: #9b9b9b;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.91px;
    line-height: 22px;
    text-align: right;

    padding: 0 20px 0 0;
    margin: 0;

    height: 35px;
    background-color: transparent;

    text-align: right;
    font-weight: 100;
  }

  .summary-table td {
    max-width: 190px;
    min-width: 121px;
    border: none;
    padding: 0;
    margin: 0;
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    line-height: 31px;
    text-align: right;
    height: 70px;
    background-color: #ffffff;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    /* border-bottom: 10px solid #f4f4f4; */
    /* letter-spacing: 1.14px; */
    justify-content: center;
  }

  .summary-mark-onhover {
    color: #000000;
  }

  .summary-mark-onhover:hover {
    color: #9b9b9b;
  }

  .bad-image-wrapper {
    padding-top: 5px;
  }

  .summary-special-row {
    border: none;
    padding: 15px 20px;
    margin: 20px 0;
    width: 150px;
    height: 53px;
    background-color: #dae6f0;

    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 26px;
    text-align: center;
  }

  .summary-table .table-bad-button {
    height: 27px;
    width: 140px;
    border-radius: 22.5px;
    background-color: #fa4500;
    /*border : 1px solid #FA4500;*/
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 13px;
    /*font-weight: bold;*/
    letter-spacing: 0.97px;
    line-height: 28px;
    text-align: center;

    display: inline-block;
    float: right;
    cursor: pointer;
  }

  .summary-table .table-bad-button:hover {
    background-color: #ffffff;
    border: 1px solid #fa4500;
    color: #fa4500;
  }

  .summary-table .bad-image {
    width: 27px;
    height: 27px;
    margin-left: 20px;
    cursor: pointer;
    background-image: url("/images/bad.svg");

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

    display: inline-block;
    float: right;
  }

  .summary-table .bad-image:hover {
    width: 27px;
    height: 27px;
    background-image: url("/images/bad_hover.svg");
  }

  .summary-table .good-image {
    width: 27px;
    height: 27px;
    margin-left: 20px;
    cursor: pointer;
    background-image: url("/images/good.svg");

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

    float: right;
    /* cursor: pointer; */
  }

  .good-image{
    display: none;
  }

  .summary-table .good-image:hover {
    background-image: url("/images/good.svg");
  }

  .summary-table .table-good-button {
    height: 27px;
    width: 140px;
    margin-right: 10px;

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

    float: right;
    /* cursor: pointer; */
  }

  .table-summary {
    float: left;

    margin: 20px 0 80px 0;

    height: 21px;
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 31px;
    text-align: right;
  }
}

@media screen and (min-width: 1280px) {
  .summary-main-title {
    /* font-family: "SimplerPro_Alte-Bold", sans-serif; */
    font-size: 20px;
    line-height: 31px;
    color: #00234d;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-align: right;
    margin: 35px 0 6px 0;
  }

  .summary-table {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .summary-table tr {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .summary-table th {
    max-width: 300px;
    height: 35px;
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #9b9b9b;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.91px;
    line-height: 31px;
    text-align: right;
  }

  .summary-table .th-small {
    border: none;
    color: #9b9b9b;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.91px;
    line-height: 22px;
    text-align: right;
    /* padding: 0 20px 0 0; */
    margin: 0;
    height: 35px;
    background-color: transparent;
    text-align: right;
    font-weight: 100;
    justify-content: center;
  }

  .summary-table td {
    max-width: 300px;
    min-width: 156px;
    border: none;
    padding: 0;
    margin: 0;
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 1.14px;
    line-height: 31px;
    text-align: right;
    height: 70px;
    background-color: #ffffff;
    display: flex;
    align-items: center;


  }

  .summary-mark-onhover {
    color: #000000;
  }

  .summary-mark-onhover:hover {
    color: #9b9b9b;
  }

  .bad-image-wrapper {
    padding-top: 5px;
  }

  .summary-special-row {
    border: none;
    padding: 15px 20px;
    margin: 20px 0;
    width: 320px;
    height: 53px;
    background-color: #dae6f0;

    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 26px;
    text-align: center;
  }

  .summary-table .table-bad-button {
    height: 27px;
    width: 162px;
    border-radius: 22.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.97px;
    line-height: 27px;
    text-align: center;

    display: inline-block;
    float: right;
    cursor: pointer;
  }

  .summary-table .table-bad-button:hover {
    background-color: #ffffff;
    border: 1px solid #fa4500;
    color: #fa4500;
  }

  .summary-table .bad-image {
    width: 27px;
    height: 27px;
    margin-left: 20px;
    cursor: pointer;
    background-image: url("/images/bad.svg");

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

    display: inline-block;
    float: right;
  }

  .summary-table .bad-image:hover {
    width: 27px;
    height: 27px;
    background-image: url("/images/bad_hover.svg");
  }

  .summary-table .good-image {
    width: 27px;
    height: 27px;
    margin-left: 20px;
    cursor: pointer;
    background-image: url("/images/good.svg");

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

    float: right;
    /* cursor: pointer; */
  }

  .summary-table .good-image:hover {
    background-image: url("/images/good.svg");
  }

  .summary-table .table-good-button {
    height: 27px;
    /* width: 178px; */
    margin-right: 10px;

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

    float: right;
    /* cursor: pointer; */
  }

  .table-summary {
    float: left;

    margin: 20px 0 80px 0;

    height: 21px;
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 31px;
    text-align: right;
  }
}

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

.account {}

.react-datepicker__input-container {
  width: inherit;
}

.react-datepicker__input-container input {
  width: inherit;
  height: 45px;
}

.react-datepicker-wrapper {
  width: 100%;
}

.react-datepicker__input-container input {
  border: none;
  padding-right: 10px;
}

@media screen and (max-width: 1024px) {
  .account-sign-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1.48px;
    line-height: 26px;
    text-align: right;
    margin-top: 20px;
    padding: 0 15px;
  }

  .account-sign-subtitle {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.97px;
    line-height: 22px;
    text-align: right;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .account-signature-background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .account-signature-window {
    /* background-color: #f4f4f4; */
    display: flex;
    flex-direction: column;
    padding: 0 20px 35px 20px;
  }

  .account-signature-pad {
    /*border: 0.5px solid #4A4A4A;
        background-color: #FFFFFF;*/
  }

  .account-signature-title {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.58px;
    line-height: 13.8px;
    text-align: center;
    margin: 25px 0 20px 0;
  }

  .account-signature-close-wrapper {
    width: 100%;
    height: 30px;
    padding: 15px 0;
    text-align: right;
  }

  .account-signature-close {
    width: 10px;
    cursor: pointer;
  }

  .account-sigbutton-white {
    /*height : 35px;
        width : 110px;*/
    border: 0.6px solid #4a4a4a;
    /*border-radius: 14.7px;*/
    background-color: #ffffff;
    color: #000000;
    /*font-family: 'SimplerPro-Regular', Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.58px;
        line-height: 13.8px;
        text-align: center;*/
  }

  .account-sigbutton-blue {
    /*height : 35px;
        width : 110px;
        border-radius: 14.7px;*/
    background-color: #1362ff;
    color: #ffffff;
    /*font-family: 'SimplerPro-Regular', Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.58px;
        line-height: 13.8px;
        text-align: center;*/
  }

  .account-generallayout-top-title {
    padding: 20px 0px 0px 20px;
  }

  .account-main-title {
    color: black;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 31px;
    text-align: right;
    margin-bottom: 15px;
  }

  .account-sub-title {
    color: #4a4a4a;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.41px;
    line-height: 22px;
    text-align: right;
  }

  .account-sub-mobile-title {
    width: 100%;
    /*margin-bottom : 20px;*/
    padding: 0 15px;
  }

  .account-sub-title-mobile-text {
    color: #4a4a4a;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1.4px;
    line-height: 23px;
    text-align: right;
    margin: auto;
  }

  .account-section-sep {
    height: 2px;
    width: 100%;
    border: 1px solid #e0dfe1;
  }

  .account-headline {
    height: 41px;
    width: 100%;
    background-color: #aec8ff;
    padding: 10px 5px;
    margin-bottom: 5px;
  }

  .account-headline-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.14px;
    line-height: 24px;
    text-align: right;
  }

  .account-headline-wide {
    height: 60px;
    width: 100%;
    background-color: #aec8ff;
    padding: 20px 5px;
    margin-bottom: 35px;
  }

  .account-headline-wide-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.14px;
    line-height: 20px;
    text-align: center;
  }

  .account-textbox-label {
    /* opacity: 0.6; */
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.25px;
    line-height: 22px;
    text-align: right;
  }

  .account-textbox-general {
    /*box-shadow: 0 2px 4px 0 #F4F4F4;*/
    /*box-sizing: border-box;*/
    height: 45px;
    width: 100%;
    /*border: 1px solid #000000;*/
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
    text-align: center !important;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    color: #000000;
    border-color: #979797;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(242, 242, 242, 0.5);
    border: 1px solid #979797!important;
    border-radius: 8px;
  }

  .account-textbox-wide {
    /*box-shadow: 0 2px 4px 0 #F4F4F4;*/
    /*box-sizing: border-box;*/
    height: 45px;
    width: 100%;
    /*border: 1px solid #000000;*/
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
    text-align: center !important;
    /* text-align: center; */
    /* text-indent: 26%; */
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(242, 242, 242, 0.5);
    border: 1px solid #979797!important;
  }

  .account-mobile-center {
    text-align: center;
  }
  .account-button-reverse {
    background-color: transparent;
    color: #1362ff;
    border: 1px solid #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
  }

  .account-button {
    /*width : 80%;
        height: 40px;
        
        border-radius: 36.75px;*/
    background-color: #1362ff;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    /*font-size: 18px;
        font-weight: bold;
        letter-spacing: 1.14px;
        line-height: 23px;
        text-align: center;*/

    border: 1px solid #1362ff;

    margin-top: 15px;
  }

  .account-button:hover {
    background-color: transparent;
    color: #1362ff;
    border: 1px solid #1362ff;
  }

  .account-button:disabled {
    background-color: lightgray;
    border-color: lightgray;
 
  }
  .account-button-disabled {
    background-color: lightgray;
    border-color: lightgray;
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    margin-top: 15px;
  }
  .account-button:disabled:hover {
    color: #ffffff;
  }
  
  .sign-done-button {
    background-color: #1362ff;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    border: 1px solid #1362ff;
    /* margin-top: 15px; */
    font-size: 1.82vh;
    line-height: 2.51vh;
    letter-spacing: 0.1vw;

  }

  .sign-done-button:hover {
    background-color: transparent;
    color: #1362ff;
    border: 1px solid #1362ff;
  }

  .account-sign-button {
    border-radius: 24.5px;
    background-color: #1362ff;
    color: #ffffff;
    padding: 10px 15px !important;
    position: fixed;
    left: 20px;
    bottom: 90px;
    padding-top: 5px;
    cursor: pointer;
  }

  .account-sign-button-text {
    position: relative;
    bottom: 1px;
  }


  .account-sign-button-back {
    /*width : 100px;
        height: 30px;*/

    border-radius: 24.5px;
    background-color: #ffffff;
    border: 1px solid #4a4a4a;

    color: #000000;
    /*font-family: 'SimplerPro-Regular', Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1.14px;
        line-height: 23px;
        text-align: center;*/

    position: fixed;
    left: 20px;
    bottom: 80px;
    padding: 10px 15px !important;
    margin-top: 10px;
    padding-top: 5px;
    cursor: pointer;
  }

  .account-textbox-right-wrapper {
    height: 80px;
    width: 100%;
    margin-left: 20px;
    margin-top: 10px;
    padding: 15px;
  }

  .account-textbox-right-wrapper-mid {
    height: 80px;
    width: 100%;
    margin-left: 20px;
    margin-top: 15px;
    padding: 15px;
  }

  .account-textbox-right-wrapper-wide {
    height: 80px;
    width: 100%;
    margin-left: 20px;
    margin-top: 3px;
    padding: 15px;
  }

  .account-textbox-left-wrapper {
    float: right;
    height: 80px;
  }

  .account-yesno-button {
    height: 40px;
    width: 49%;

    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(242, 242, 242, 0.5);
    border: 1px solid #979797;

    float: right;
    margin: 0 0 0 1%;

    /*opacity: 0.7;*/
    color: #000000;
    font-family: "SimplerPro_Alte", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 40px;
    text-align: center;

    padding: 0;
    cursor: pointer;
  }

  .account-yesno-button:hover {
    height: 40px;
    width: 49%;
    /* background-color: #00234D; */
    box-shadow: 0 2px 4px 0 rgba(242, 242, 242, 0.5);
    border: none;
    float: right;
    margin: 0 0 0 1%;
    /*opacity: 0.7;*/
    color: #000000;
    font-family: "SimplerPro_Alte", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 40px;
    text-align: center;

    padding: 0;
    cursor: pointer;
  }

  .account-yesno-button-selected {
    height: 40px;
    width: 49%;

    background-color: #1362FF;
    border: 1px solid #1362FF;

    float: right;
    margin: 0 0 0 1%;
    /*opacity: 0.7;*/
    color: #ffffff;
    font-family: "SimplerPro_Alte", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 40px;
    text-align: center;

    padding: 0;
    cursor: pointer;
  }

  .account-makesure-error {
    color: #fa4500;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 15px;
    letter-spacing: 0.22px;
    line-height: 32px;

    text-align: right;
  }

  .account-makesure-button-error {
    color: #fa4500;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 15px;
    letter-spacing: 0.22px;
    line-height: 32px;

    text-align: center;
  }

  .account-datepicker-wrapper {
    width: 100%;
  }
  .account-datepicker-wrapper > .my-date-picker{
    border: 1px solid #979797;
    border-radius: 8px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .account-sign-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1.48px;
    line-height: 31px;
    text-align: right;
    margin-top: 20px;
  }

  .account-sign-subtitle {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 25px;
    text-align: right;
    padding-left: 10%;
    margin-bottom: 20px;
  }

  .account-signature-background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .account-signature-window {
    /* background-color: #f4f4f4; */
    display: flex;
    flex-direction: column;
    padding: 0 20px 35px 20px;
  }

  .account-signature-pad {
    /*border: 0.5px solid #4A4A4A;
        background-color: #FFFFFF;*/
  }

  .account-signature-title {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.58px;
    line-height: 13.8px;
    text-align: center;
    margin: 25px 0 20px 0;
  }

  .account-signature-close-wrapper {
    width: 100%;
    height: 30px;
    padding: 15px 0;
    text-align: right;
  }

  .account-signature-close {
    width: 10px;
    cursor: pointer;
  }

  .account-mobile-center {
    margin-top: 10px;
  }

  .account-sigbutton-white {
    height: 40px;
    width: 110px;
    border: 0.6px solid #4a4a4a;
    border-radius: 14.7px;
    background-color: #ffffff;
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.58px;
    line-height: 13.8px;
    text-align: center;
  }

  .account-sigbutton-blue {
    height: 40px;
    width: 110px;
    border-radius: 14.7px;
    background-color: #1362ff;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.58px;
    line-height: 13.8px;
    text-align: center;
  }

  .account-generallayout-top-title {
    padding: 20px 0px 5px 20px;
  }

  .account-sub-mobile-title {
    width: 100%;
    margin-bottom: 20px;
  }

  .account-section-sep {
    height: 2px;
    width: 100%;
    border: 1px solid #e0dfe1;
  }

  .account-headline {
    height: 41px;
    width: 157px;
    background-color: #aec8ff;
    padding: 10px 5px;
    margin-bottom: 35px;
  }

  .account-headline-wide {
    height: 41px;
    width: 428px;
    background-color: #aec8ff;
    padding: 10px 5px;
    margin-bottom: 20px;
  }

  .account-headline-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1.14px;
    line-height: 24px;
    text-align: center;
  }

  .account-headline-wide-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1.14px;
    line-height: 24px;
    text-align: center;
  }

  .account-main-title {
    color: black;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 31px;
    text-align: right;
  }

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

  .account-textbox-label {
    /* opacity: 0.7; */
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.25px;
    line-height: 32px;
    text-align: right;
  }

  .account-textbox-general {
    height: 45px;
    width: 200px;
    /* text-align-last: center; */
    text-align: center;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    color: #000000;
    border-color: #979797;

    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(242, 242, 242, 0.5);
    border: 1px solid #979797!important;
    border-radius: 8px;
  }

  .account-textbox-wide {
    height: 45px;
    width: 420px;
    /* text-align-last: center; */
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(242, 242, 242, 0.5);
    border: 1px solid #979797!important;
  }
  .account-button-reverse {
    width: 242px;
    height: 49px;
    border-radius: 24.5px;
    background-color: transparent;
    color: #1362ff;
    border: 1px solid #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
  }

  .account-button {
    width: 242px;
    height: 49px;

    border-radius: 24.5px;
    background-color: #1362ff;
    border: 1px solid #1362ff;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
  }

  .account-button:hover {
    background-color: transparent;
    color: #1362ff;
    border: 1px solid #1362ff;
  }

  .account-button:disabled {
    background-color: lightgray;
    border-color: lightgray;
    
  }
  .account-button-disabled {
    background-color: lightgray;
    border-color: lightgray;
    color: #000000;
    width: 242px;
    height: 49px;
    border-radius: 24.5px;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
  }
  .account-button:disabled:hover {
    color: #ffffff;
  }

  .sign-done-button:hover {
    background-color: transparent;
    color: #1362ff;
    border: 1px solid #1362ff;
  }
  .sign-done-button {
    background-color: #1362ff;
    color: #ffffff;
    border: 1px solid #1362ff;
  }
  /* .sign-done-button:disabled {
    background-color: lightgray;
    border-color: lightgray;
  }
  .sign-done-button:disabled:hover {
    color: #ffffff;
  } */
  .account-sign-button {
    width: 140px;
    height: 40px;

    border-radius: 24.5px;
    background-color: #1362ff;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 14px;
    text-align: center;

    position: fixed;
    left: 80px;
    bottom: 150px;

    padding-top: 15px;
    cursor: pointer;
  }

  .account-sign-button-back {
    width: 140px;
    height: 40px;

    border-radius: 24.5px;
    background-color: #ffffff;
    border: 1px solid #4a4a4a;

    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 14px;
    text-align: center;

    position: fixed;
    left: 80px;
    bottom: 100px;

    padding-top: 13px;
    cursor: pointer;
  }

  .account-textbox-right-wrapper {
    float: right;
    height: 80px;
    width: 200px;
    margin-left: 20px;
  }

  .account-textbox-right-wrapper-mid {
    float: right;
    height: 80px;
    width: 260px;
    margin-left: 20px;
  }

  .account-textbox-right-wrapper-wide {
    float: right;
    height: 80px;
    width: 420px;
    margin-left: 20px;
  }

  .account-textbox-left-wrapper {
    float: right;
    height: 80px;
  }

  .account-yesno-button {
    height: 45px;
    width: 90px;

    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(242, 242, 242, 0.5);
    border: 1px solid #979797;
    float: right;
    margin: 0 0 0 10px;

    /*opacity: 0.7;*/
    color: #000000;
    font-family: "SimplerPro_Alte", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 32px;
    text-align: center;

    padding: 7px 0;
    cursor: pointer;
  }

  .account-yesno-button:hover {
    height: 45px;
    width: 90px;

    /* background-color: #00234D; */
    border: 1px solid #1362FF;
/* 
    border: 1px solid gray; */

    float: right;
    margin: 0 0 0 10px;
    /*opacity: 0.7;*/
    /* color: #ffff; */
    font-family: "SimplerPro_Alte", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 32px;
    text-align: center;

    padding: 7px 0;
    cursor: pointer;
  }

  .account-yesno-button-selected {
    height: 45px;
    width: 90px;

    background-color: #1362FF;
    border: 1px solid #1362FF;

    /* border: 1px solid gray; */

    float: right;
    margin: 0 0 0 10px;
    /*opacity: 0.7;*/
    color: #ffff;
    font-family: "SimplerPro_Alte", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 32px;
    text-align: center;

    padding: 7px 0;
    cursor: pointer;
  }

  .account-makesure-error {
    color: #fa4500;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 15px;
    letter-spacing: 0.22px;
    line-height: 32px;

    text-align: right;
  }

  .account-makesure-button-error {
    color: #fa4500;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 15px;
    letter-spacing: 0.22px;
    line-height: 32px;

    margin: 2px 0 0 0;
  }

  .account-datepicker-wrapper {
    width: 200px;
    border: none;
  }
  .account-datepicker-wrapper > .my-date-picker{
    border: 1px solid #979797;
    border-radius: 8px;
  }
}

@media screen and (min-width: 1281px) {
  .account-sign-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1.48px;
    line-height: 31px;
    text-align: right;
    margin-top: 20px;
  }

  .account-sign-subtitle {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 25px;
    text-align: right;
    padding-left: 25%;
    margin-bottom: 20px;
  }

  .account-signature-background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .account-signature-window {
    /* background-color: #f4f4f4; */
    display: flex;
    flex-direction: column;
    padding: 0 20px 35px 20px;
  }

  .account-signature-pad {
    /*border: 0.5px solid #4A4A4A;
        background-color: #FFFFFF;*/
  }

  .account-signature-title {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.58px;
    line-height: 13.8px;
    text-align: center;
    margin: 25px 0 20px 0;
  }

  .account-signature-close-wrapper {
    width: 100%;
    height: 30px;
    padding: 15px 0;
    text-align: right;
  }

  .account-signature-close {
    width: 10px;
    cursor: pointer;
  }

  .account-sigbutton-white {
    height: 40px;
    width: 110px;
    border: 0.6px solid #4a4a4a;
    border-radius: 14.7px;
    background-color: #ffffff;
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.58px;
    line-height: 13.8px;
    text-align: center;
  }

  .account-sigbutton-blue {
    height: 40px;
    width: 110px;
    border-radius: 14.7px;
    background-color: #1362ff;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.58px;
    line-height: 13.8px;
    text-align: center;
  }

  .account-generallayout-top-title {
    padding: 20px 0px 5px 20px;
  }

  .account-sub-mobile-title {
    width: 100%;
    margin-bottom: 20px;
  }

  .account-mobile-center {
    margin-top: 10px;
  }

  .account-section-sep {
    height: 2px;
    width: 100%;
    border: 1px solid #e0dfe1;
  }

  .account-headline {
    height: 41px;
    width: 157px;
    background-color: #aec8ff;
    padding: 10px 5px;
    margin-bottom: 35px;
  }

  .account-headline-wide {
    height: 41px;
    width: 428px;
    background-color: #aec8ff;
    padding: 10px 5px;
    margin-bottom: 20px;
  }

  .account-headline-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1.14px;
    line-height: 24px;
    text-align: center;
  }

  .account-headline-wide-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1.14px;
    line-height: 24px;
    text-align: center;
  }

  .account-main-title {
    color: black;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 31px;
    text-align: right;
  }

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

  .account-textbox-label {
    /* opacity: 0.7; */
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.25px;
    line-height: 32px;
    text-align: right;
  }

  .account-textbox-general {
    height: 45px;
    width: 200px;
    /* text-align-last: center; */
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    color: #000000;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(242, 242, 242, 0.5);
    border: none;
    border-color: #979797!important;
    border-radius: 8px;
  }

  .account-textbox-wide {
    height: 45px;
    width: 420px;
    /* text-align-last: center; */
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(242, 242, 242, 0.5);
    border: 1px solid #979797!important;
  }
  .account-button-reverse {
    width: 242px;
    height: 49px;
    border-radius: 24.5px;
    background-color: transparent;
    color: #1362ff;
    border: 1px solid #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
  }

  .account-button {
    width: 242px;
    height: 49px;

    border-radius: 24.5px;
    background-color: #1362ff;
    border: 1px solid #1362ff;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
  }

  .account-button:hover {
    background-color: transparent;
    color: #1362ff;
    border: 1px solid #1362ff;
  }
  .account-button#signBtn:focus{
    font-family: "SimplerPro-Regular", Arial, sans-serif!important;
    font-size: 17px!important;
    font-weight: bold!important;
    letter-spacing: 0.97px!important;
    line-height: 23px!important;
    text-align: center!important;
  }
  .account-button:disabled {
    background-color: lightgray;
    border-color: lightgray;
  }
  .account-button-disabled {
    background-color: lightgray;
    border-color: lightgray;
    color: #000000;
    width: 242px;
    height: 49px;
    border-radius: 24.5px;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
  }
  .account-button:disabled:hover {
    color: #ffffff;
  }


  .sign-done-button {
    width: 242px;
    height: 49px;

    border-radius: 24.5px;
    background-color: #1362ff;
    border: 1px solid #1362ff;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
  }

  .sign-done-button:hover {
    background-color: transparent;
    color: #1362ff;
    border: 1px solid #1362ff;
  }

  /* .sign-done-button:disabled {
    background-color: lightgray;
    border-color: lightgray;
  }
  .sign-done-button:disabled:hover {
    color: #ffffff;
  } */
  .account-sign-button {
    width: 140px;
    height: 40px;

    border-radius: 24.5px;
    background-color: #1362ff;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 14px;
    text-align: center;

    position: fixed;
    left: 80px;
    bottom: 150px;

    padding-top: 15px;
    cursor: pointer;
  }

  .account-sign-button-back {
    width: 140px;
    height: 40px;

    border-radius: 24.5px;
    background-color: #ffffff;
    border: 1px solid #4a4a4a;

    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 14px;
    text-align: center;

    position: fixed;
    left: 80px;
    bottom: 100px;

    padding-top: 13px;
    cursor: pointer;
  }

  .account-textbox-right-wrapper {
    float: right;
    height: 80px;
    width: 200px;
    margin-left: 20px;
  }

  .account-textbox-right-wrapper-mid {
    float: right;
    height: 80px;
    width: 260px;
    margin-left: 20px;
  }

  .account-textbox-right-wrapper-wide {
    float: right;
    height: 80px;
    width: 420px;
    margin-left: 20px;
  }

  .account-textbox-left-wrapper {
    float: right;
    height: 80px;
  }

  .account-yesno-button {
    height: 45px;
    width: 90px;

    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(242, 242, 242, 0.5);
    border: 1px solid #979797;

    float: right;
    margin: 0 0 0 10px;

    /*opacity: 0.7;*/
    color: #000000;
    font-family: "SimplerPro_Alte", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 32px;
    text-align: center;

    padding: 7px 0;
    cursor: pointer;
  }

  .account-yesno-button:hover {
    height: 45px;
    width: 90px;
    /* background-color: #00234D; */
    border: 1px solid #1362FF;
    float: right;
    margin: 0 0 0 10px;
    /*opacity: 0.7;*/
    /* color: #ffff; */
    font-family: "SimplerPro_Alte", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 32px;
    text-align: center;

    padding: 7px 0;
    cursor: pointer;
  }

  .account-yesno-button-selected {
    height: 45px;
    width: 90px;

    background-color: #1362FF;
    border: 1px solid #1362FF;

    float: right;
    margin: 0 0 0 10px;
    /*opacity: 0.7;*/
    color: #ffff;
    font-family: "SimplerPro_Alte", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 32px;
    text-align: center;

    padding: 7px 0;
    cursor: pointer;
  }

  .account-makesure-error {
    color: #fa4500;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 15px;
    letter-spacing: 0.22px;
    line-height: 32px;

    margin: -4px 0 0 0;
    text-align: right;
  }

  .account-makesure-button-error {
    color: #fa4500;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 15px;
    letter-spacing: 0.22px;
    line-height: 32px;

    margin: 2px 0 0 0;
  }

  .account-datepicker-wrapper {
    width: 200px;
    border: none;
  }
  .account-datepicker-wrapper > .my-date-picker{
    border: 1px solid #979797;
    border-radius: 8px;
  }
}

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

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

@media screen and (max-width: 1024px) {
  .register-title{
    margin: auto;
    width: 77vw;
        /* color: #8f8f8f; */
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 3vw;
    letter-spacing: 0.172vw;
    line-height: 3.55vw;
    text-align: center;
  }
  .register-button-size{
    width:77vw;
  }
  .register-sign-title{
    /* margin: auto; */
        /* color: #8f8f8f; */
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 2.6;
    letter-spacing: 0.147vw;
    line-height: 3.43vw;
    text-align: right;
  }
  .status-displaypolicy {}

  .recommendation-height {
    /*min-height : 187px;*/
    /*box-shadow: 0 2px 4px 0 rgba(242,242,242,0.5);*/
  }

  .status-common-wrapper {
    margin: 0 0 20px 0;
  }

  .status-suggest-wrapper {
    box-shadow: 0 2px 4px 0 #f4f4f4;
    background-color: #ffffff;
    padding: 10px 20px 20px 20px;
    margin-top: 20px;
  }

  .status-main-title {
    color: black;
    /* font-family: "SimplerPro_Alte-Bold", sans-serif; */
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 31px;
    text-align: right;
  }

  .status-common-title {
    color: #092674;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1.48px;
    line-height: 31px;
    text-align: right;
  }

  .status-suggest-title {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.91px;
    line-height: 25px;
    text-align: right;
  }

  .status-sub-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1.48px;
    line-height: 33px;
    text-align: right;
    padding: 20px;
  }

  .status-done-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .status-done-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.97px;
    line-height: 21px;
    text-align: center;
    margin-top: 10px;
  }

  .status-done-text {
    color: #00234d;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
  }

  .status-button {
    white-space: nowrap;
    border-radius: 24.5px;
    background-color: #1362ff;
    border: 1px solid #1362ff;

    /* width: 200px !important; */
    width: fit-content;
    height: 46px;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;

    margin: 20px;
    /* width: 80%; */
    width: fit-content;
    max-width: 400px;
  }

  .status-button:hover {
    background-color: transparent;
    color: #1362ff;
  }
  .status-button:active {
    background-color: transparent;
    color: #1362ff;
    border: 1px solid #1362ff;
    font-size: 16px;
  }

  .recommendation-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: right;
    padding: 0 20px;
  }

  .recommendation-link {
    color: #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: right;
    cursor: pointer;
    text-decoration: underline;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .register-title {
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: center;
  }
  .status-displaypolicy {}

  .recommendation-height {
    /*min-height : 187px;*/
    /*box-shadow: 0 2px 4px 0 rgba(242,242,242,0.5);*/
  }

  .status-common-wrapper {
    margin: 0 0 20px 0;
  }

  .status-suggest-wrapper {
    box-shadow: 0 2px 4px 0 #f4f4f4;
    background-color: #ffffff;
    padding: 30px;
    margin-top: 20px;
  }

  .status-main-title {
    color: black;
    /* font-family: "SimplerPro_Alte-Bold", sans-serif; */
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 31px;
    text-align: right;
    margin: 35px 25px 0 0;
  }

  .status-common-title {
    color: #092674;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1.48px;
    line-height: 31px;
    text-align: right;
  }

  .status-suggest-title {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.91px;
    line-height: 20px;
    text-align: right;
  }

  .status-sub-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1.48px;
    line-height: 33px;
    text-align: right;
    padding: 20px;
  }

  .status-done-wrapper {
    width: 100%;
    text-align: center;
  }

  .status-done-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.97px;
    line-height: 21px;
    text-align: center;
    margin-top: 10px;
  }

  .status-done-text {
    color: #00234d;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
  }

  .status-button {
    white-space: nowrap;
    border-radius: 24.5px;
    background-color: #1362ff;
    border: 1px solid #1362ff;

    /* width: 175px; */
    width: fit-content;
    height: 46px;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;

    margin-right: 20px;
  }

  .status-button:hover {
    background-color: transparent;
    color: #1362ff;
  }
  .status-button:active {
    background-color: transparent;
    color: #1362ff;
    border: 1px solid #1362ff;
    font-size: 16px;
  }

  .recommendation-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: right;
    padding: 0 20px;
  }

  .recommendation-link {
    color: #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: right;
    cursor: pointer;
    text-decoration: underline;
    padding-right: 20px;
  }
  .register-textbox {
    box-sizing: border-box;
    height: 52px;
    width: 25vw;
    padding-left: -50px;
    border: 1px solid #4a4a4a;
    border-radius: 0;
    /* This should remove rounded corners for ios*/
    -webkit-appearance: none;
    /* This should remove rounded corners for ios*/
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    text-align: right;
    color: #000000;
    padding-right: 10px;
  }
}

@media screen and (min-width: 1281px) {
  .status-displaypolicy {}

  .recommendation-height {
    /*min-height : 187px;*/
    /*box-shadow: 0 2px 4px 0 rgba(242,242,242,0.5);*/
  }

  .status-common-wrapper {
    margin: 0 0 20px 0;
  }

  .status-suggest-wrapper {
    box-shadow: 0 2px 4px 0 #f4f4f4;
    background-color: #ffffff;
    padding: 30px;
    margin-top: 20px;
    /* -webkit-box-shadow: 0px 2px 31px 5px rgba(0,0,0,0.20); 
    box-shadow: 0px 2px 31px 5px rgba(0,0,0,0.20); */
  }

  .status-main-title {
    color: black;
    /* font-family: "SimplerPro_Alte-Bold", sans-serif; */
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 31px;
    text-align: right;
    margin: 35px 0px 0 0;
  }

  .status-common-title {
    color: #092674;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1.48px;
    line-height: 31px;
    text-align: right;
  }

  .status-suggest-title {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.91px;
    line-height: 20px;
    text-align: right;
  }

  .status-sub-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1.48px;
    line-height: 39px;
    text-align: right;
    padding: 20px;
  }

  .status-done-wrapper {
    width: 100%;
    text-align: center;
  }

  .status-done-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.97px;
    line-height: 21px;
    text-align: center;
    margin-top: 10px;
  }

  .status-done-text {
    color: #00234d;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
  }

  .status-button {
    white-space: nowrap;
    border-radius: 24.5px;
    background-color: #1362ff;
    border: 1px solid #1362ff;

    /* width: 242px; */
    width: fit-content;
    height: 46px;

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

    margin-right: 20px;
  }

  .status-button:hover {
    background-color: transparent;
    color: #1362ff;
  }
  .status-button:active {
    background-color: transparent;
    color: #1362ff;
    border: 1px solid #1362ff;
    font-size: 17px;
  }

  .recommendation-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: right;
    padding: 0 20px;
  }

  .recommendation-link {
    color: #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: right;
    cursor: pointer;
    text-decoration: underline;
    padding-right: 20px;
  }

  .register-title {

    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: center;
  }
  .register-textbox {
    box-sizing: border-box;
    height: 52px;
    width: 25vw;
    padding-left: -50px;
    border: 1px solid #4a4a4a;
    border-radius: 0;
    /* This should remove rounded corners for ios*/
    -webkit-appearance: none;
    /* This should remove rounded corners for ios*/
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    text-align: right;
    color: #000000;
    padding-right: 10px;
  }
}
.between-button-text {
  display: flex;
    color: #8f8f8f;
  height: 30px;
  width: 100%;
  font-size: 15px;
  align-items: center;
  justify-content: center;
}

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

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

.rcmndtn {}

@media screen and (max-width: 991px) {
  .rcmndtn-main-title {}

  .rcmndtn-sub-title {}

  .rcmndtn-button {}

  .rcmndtn-link {}
}

/* 992px to 1279px */
@media screen and (max-width: 1279px) {
  .rcmndtn-main-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 31px;
    text-align: right;
  }

  .rcmndtn-sub-title {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.91px;
    line-height: 25px;
    text-align: right;
  }

  .rcmndtn-button {
    width: 200px;
    height: 44px;
    background-color: #000000;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;
  }

  .rcmndtn-link {
    color: #21376e;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 20px;
  }

  .rcmndtn-height {
    height: 187px;
    margin-top: 30px;
  }
}

/* 1280px and higher */
@media screen and (min-width: 1281px) {
  .rcmndtn-main-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 31px;
    text-align: right;
  }

  .rcmndtn-sub-title {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.91px;
    line-height: 20px;
    text-align: right;
  }

  .rcmndtn-button {
    width: 200px;
    height: 44px;
    background-color: #000000;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;
  }

  .rcmndtn-link {
    color: #21376e;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 20px;
  }

  .rcmndtn-height {
    height: 187px;
    margin-top: 30px;
  }
}

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

@media screen and (max-width: 1024px) {
  .homepage-step3 {
    background-color: #ffffff !important;
    height: 190px;
  }

  .homepage-chooser-div-pos {
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }

  .chooser-div-wrapper {}

  .chooser-div-entry {
    width: 40%;
    height: 40px;
    display: inline-block;
  }

  .chooser-div-image-enabled {
    border: 1px solid #dae6f0;
    background-color: #dae6f0;
    width: 100%;
    height: 40px;
    padding-top: 12px;
  }

  .chooser-div-image {
    border: 1px solid #00234d;
    cursor: pointer;
    width: 100%;
    height: 40px;
    padding-top: 12px;
  }

  .chooser-div-image:hover {
    background-color: #dae6f0;
  }

  .chooser-div-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: center;
  }

  .homepage-chooser-pos {
    direction: ltr;
  }

  .chooser-pos {
    direction: ltr;
  }

  .chooser-wrapper {
    padding: 5px;
  }

  .chooser-entry {
    height: 30px;
    display: inline-block;
  }

  /* .chooser-image {
    width: 20px;
    height: 20px;
    background-image: url("/images/homepage_oval_empty.svg");
    cursor: pointer;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: inline-block;
    margin-top: 2px;
  }
  .chooser-image-enabled {
    width: 20px;
    height: 20px;
    background-image: url("/images/homepage_oval_full.svg");
    cursor: pointer;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: inline-block;
    margin-top: 2px;
  } */

  .chooser-text {
    display: inline-block;
    cursor: pointer;

    font-family: "SimplerPro-Regular", Arial, sans-serif;
    color: #1362ff;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 27px;

    vertical-align: top;
    margin: auto 10px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .homepage-step3 {
    background-color: #ffffff !important;
    height: 190px;
  }

  .homepage-chooser-div-pos {
    text-align: right;
    margin-top: 25px;
  }

  .chooser-div-wrapper {}

  .chooser-div-entry {
    width: 125px;
    height: 45px;
    display: inline-block;
    margin-left: 10px;
  }

  .chooser-div-image-enabled {
    border: 1px solid #f1f6f6;
    background-color: #dae6f0;
    width: 125px;
    height: 45px;
    padding-top: 13px;
  }

  .chooser-div-image {
    border: 1px solid #00234d;
    cursor: pointer;
    width: 125px;
    height: 45px;
    padding-top: 13px;
  }

  .chooser-div-image:hover {
    background-color: #dae6f0;
  }

  .chooser-div-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: center;
  }

  .homepage-chooser-pos {
    direction: ltr;
    text-align: left;
  }

  .chooser-pos {
    direction: ltr;
    margin-top: 47px;
  }

  .chooser-wrapper {
    height: 50px;
  }

  .chooser-entry {
    height: 30px;
    display: inline-block;
  }

  /* .chooser-image {
    width: 20px;
    height: 20px;
    background-image: url("/images/homepage_oval_empty.svg");
    cursor: pointer;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: inline-block;
    margin-top: 2px;
  }
  .chooser-image-enabled {
    width: 20px;
    height: 20px;
    background-image: url("/images/homepage_oval_full.svg");
    cursor: pointer;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: inline-block;
    margin-top: 2px;
  } */

  .chooser-text {
    display: inline-block;
    cursor: pointer;

    font-family: "SimplerPro-Regular", Arial, sans-serif;
    color: #1362ff;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 27px;

    vertical-align: top;
    margin: auto 10px;
  }
}

@media screen and (min-width: 1281px) {
  .homepage-step3 {
    background-color: #ffffff !important;
    height: 180px;
  }

  .homepage-chooser-div-pos {
    text-align: right;
    margin-top: 25px;
  }

  .chooser-div-wrapper {}

  .chooser-div-entry {
    width: 155px;
    height: 56px;
    display: inline-block;
    margin-left: 10px;
  }

  .chooser-div-image-enabled {
    border: 1px solid #f1f6f6;
    background-color: #dae6f0;
    width: 153px;
    height: 54px;
    padding-top: 18px;
  }

  .chooser-div-image {
    border: 1px solid #00234d;
    cursor: pointer;
    width: 153px;
    height: 54px;
    padding-top: 18px;
  }

  .chooser-div-image:hover {
    background-color: #dae6f0;
  }

  .chooser-div-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 20px;
    text-align: center;
  }

  .homepage-chooser-pos {
    direction: ltr;
    text-align: left;
  }

  .chooser-pos {
    direction: ltr;
    margin-top: 47px;
  }

  .chooser-wrapper {
    height: 50px;
  }

  .chooser-entry {
    height: 30px;
    display: inline-block;
  }

  /* .chooser-image {
    width: 20px;
    height: 20px;
    background-image: url("/images/homepage_oval_empty.svg");
    cursor: pointer;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: inline-block;
    margin-top: 2px;
  }
  .chooser-image-enabled {
    width: 20px;
    height: 20px;
    background-image: url("/images/homepage_oval_full.svg");
    cursor: pointer;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: inline-block;
    margin-top: 2px;
  } */

  .chooser-text {
    display: inline-block;
    cursor: pointer;

    font-family: "SimplerPro-Regular", Arial, sans-serif;
    color: #1362ff;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 27px;

    vertical-align: top;
    margin: auto 10px;
  }
}

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

.prsnplcs {}

@media screen and (max-width: 1024px) {
  .prsnplcs-backtoall {
    width: 100%;
    margin: 30px 0;

    color: #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1.43px;
    line-height: 46.5px;
    text-align: center;
    text-decoration: underline;
  }

  .prsnplcs-title-mobile-margin {
    margin: 25px 0;
  }

  .policy-in-mobile {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .prsnplcs-right-headline-wrapper {
    height: 41px;
    margin: 25px 0;
  }

  .prsnplcs-right-headline {
    width: 100%;
    height: 50px;
    padding: 9px 15px;
    background-color: #dae6f0;
    cursor: pointer;
  }

  .prsnplcs-right-headline:hover {
    background-color: transparent;
  }

  .prsnplcs-right-headline-marked {
    height: 41px;
    background-color: #dae6f0;
    padding: 9px 7px;
    margin: 4px 0 0 10px;
    float: right;
    cursor: pointer;
  }

  .prsnplcs-headline-right-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1.71px;
    line-height: 36px;
    text-align: right;
  }

  .prsnplcs-headline {
    height: 41px;
    width: 100%;
    background-color: #dae6f0;
    padding: 10px 5px;
    margin-bottom: 35px;
  }

  .prsnplcs-headline-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 26px;
    text-align: center;
  }

  .prsnplcs-main-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 31px;
    text-align: right;
  }

  .prsnplcs-sub-title {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.91px;
    line-height: 25px;
    text-align: right;
  }

  .prsnplcs-wrpr {
    /*display : flex;*/
  }

  .prsnplcs-left {
    /*background-color: yellow;*/
    width: 100%;
    overflow: hidden;
    padding-right: 20px;
  }

  .prsnplcs-right {
    width: 350px;
    overflow: hidden;
  }

  .prsnplcs-policy {
    border: 1px solid transparent;
    background-color: #ffffff;
    padding: 25px;

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

    margin-bottom: 10px;
    cursor: pointer;
  }

  .prsnplcs-policy:hover {
    border: 1px solid #979797;
    background-color: #ffffff;
    cursor: pointer;
  }

  .prsnplcs-displaypolicy {
    border: 1px solid #979797;
    background-color: #ffffff;
    padding: 10px;

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

    margin-bottom: 10px;
  }

  .prsnplcs-th {
    height: 30px;
    margin-top: 30px;
  }

  .prsnplcs-th-main-text {
    color: #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 31px;
    text-align: right;
  }

  .prsnplcs-th-text {
    color: #9b9b9b;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.91px;
    line-height: 31px;
    text-align: right;
  }

  .prsnplcs-td {
    background-color: #ffffff;
    cursor: pointer;
    margin-bottom: 10px;
  }

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

    padding: 20px 0;
  }

  .prsnplcs-mark-onhover {
    color: #000000;
  }

  .prsnplcs-mark-onhover:hover {
    color: #1362ff;
  }

  .prsnplcs-td-notactive-text {
    opacity: 0.36;
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 31px;
    text-align: right;

    padding: 20px 0;
  }

  .prsnplcs-right-title {
    color: #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 22px;
    text-align: right;

    margin: 20px 15px 10px 15px;
  }

  .prsnplcs-left-title-square {
    background-color: #2B65F6;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }

  .prsnplcs-left-title-square-bigtext {
    color: white;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1.48px;
    line-height: 25px;
    text-align: right;
    width: 200px;

    display: inline-block;
    padding: 20px;
  }

  .prsnplcs-left-title-square-smalltext {
    color: white;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 25px;
    /* width: 160px; */
    white-space: nowrap;
    display: inline-block;
    padding-left: 20px;
  }

  .accordion-top-wrapper {
    height: 74px;
  }

  .accordion-top-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1.71px;
    line-height: 22px;
    text-align: right;
    border: none !important;
    float: right;
    /* padding: 20px 0 0 0; */
  }

  .accordion-top-image {
    width: 36px;
    height: 36px;

    padding: 0;

    float: left;
    margin: 10px;
  }

  .accordion-arrow-up {
    width: 24px;
    height: 26px;

    background-image: url("/images/arrow-down-grey.svg");
    background-repeat: no-repeat;

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

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

  .accordion-arrow-up:hover {
    background-image: url("/images/arrow-down-grey.svg");
  }

  .accordion-arrow-down {
    width: 24px;
    height: 26px;

    background-image: url("/images/arrow-down-grey.svg");
    background-repeat: no-repeat;

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

  .accordion-arrow-down:hover {
    background-image: url("/images/arrow-down-grey.svg");
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .prsnplcs-backtoall {
    width: 100%;
    margin: 6px 0;
    color: #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1.43px;
    line-height: 46.5px;
    text-decoration: underline;
  }

  .prsnplcs-right-headline-wrapper {
    height: 41px;
    margin: 22px 0;
  }

  .prsnplcs-title-mobile-margin {
    margin: 0 0 10px 0;
  }

  .prsnplcs-right-headline {
    height: 41px;
    padding: 9px 7px;
    display: inline-block;
    margin-left: 10px;
    width: 45%;
    border: 1px solid #00234d;
    cursor: pointer;
  }

  .prsnplcs-right-headline:hover {
    background-color: #dae6f0;
  }

  .prsnplcs-right-headline-marked {
    height: 41px;
    background-color: #dae6f0;
    border: 1px solid transparent;
    padding: 9px 7px;
    display: inline-block;
    margin-left: 10px;
    width: 45%;
    cursor: pointer;
  }

  .prsnplcs-headline-right-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 26px;
    text-align: center;
  }

  .prsnplcs-headline {
    height: 41px;
    width: 157px;
    background-color: #dae6f0;
    padding: 10px 5px;
  }

  .prsnplcs-headline-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 26px;
    text-align: center;
  }

  .prsnplcs-main-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 31px;
    text-align: right;
    margin: 35px 0;
  }

  .prsnplcs-sub-title {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.91px;
    line-height: 25px;
    text-align: right;
  }

  .prsnplcs-wrpr {
    /*display : flex;*/
  }

  .prsnplcs-left {
    /*background-color: yellow;*/
    width: 100%;
    overflow: hidden;
    padding-right: 20px;
  }

  .prsnplcs-right {
    width: 350px;
    overflow: hidden;
  }

  .prsnplcs-displaypolicy {
    border: 1px solid #979797;
    background-color: #ffffff;
    padding: 10px;

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

    margin-bottom: 10px;
    margin-left: 30px;
  }

  .prsnplcs-policy:hover {
    border: 1px solid #979797;
    background-color: #ffffff;
    cursor: pointer;
  }

  .prsnplcs-policy {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    padding: 10px;

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

    margin-bottom: 10px;
    margin-left: 30px;
  }

  /*
    .prsnplcs-policy{
        border : 3px solid transparent;
        background-color : #ffffff;
        padding: 10px;
        color: #000000;
        font-family: 'SimplerPro-Regular', Arial, sans-serif;
        font-size: 17px;
        letter-spacing: 0.97px;
        line-height: 31px;
        text-align: right;
        margin-bottom: 10px;
        margin-left: 30px;
        cursor: pointer;
    }
    .prsnplcs-policy:hover{
        background-color : #DAE6F0;
    }
    .prsnplcs-displaypolicy{
        border : 3px solid #DAE6F0;
        background-color : #ffffff;
        padding: 10px;
        color: #000000;
        font-family: 'SimplerPro-Regular', Arial, sans-serif;
        font-size: 17px;
        letter-spacing: 0.97px;
        line-height: 31px;
        text-align: right;
        margin-bottom: 10px;
        margin-left: 30px;
    }
    */
  .prsnplcs-th {
    height: 30px;
    margin-top: 30px;
  }

  .prsnplcs-th-main-text {
    color: #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 31px;
    text-align: right;
  }

  .prsnplcs-th-text {
    color: #9b9b9b;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.91px;
    line-height: 22px;
    text-align: right;
  }

  .prsnplcs-td {
    background-color: #ffffff;
    cursor: pointer;
    margin: 0 0 10px 0;
    padding: 0;
  }

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

    padding: 20px 0;
  }

  .prsnplcs-mark-onhover {
    color: #000000;
  }

  .prsnplcs-mark-onhover:hover {
    color: #1362ff;
  }

  .prsnplcs-td-notactive-text {
    opacity: 0.36;
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 31px;
    text-align: right;

    padding: 20px 0;
  }

  .prsnplcs-right-title {
    opacity: 0.67;
    color: #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 31px;
    text-align: right;

    margin: 32px 0 10px 0;
  }

  .prsnplcs-left-title-square {
    background-color: #2B65F6;
    width: 100%;
    height: 94px;
    margin-top: 20px;
  }

  .prsnplcs-left-title-square-bigtext {
    color: white;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 1.48px;
    line-height: 31px;
    text-align: right;

    float: right;
    padding: 37px 20px 0 0;
  }

  .prsnplcs-left-title-square-smalltext {
    color: white;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 31px;

    float: left;
    padding: 0 20px;
  }

  .accordion-top-wrapper {
    height: 80px;
  }

  .accordion-top-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 31px;
    text-align: right;
    border: none !important;
    float: right;
    /* padding: 20px 16px 0 0 !important; */
  }

  .accordion-top-image {
    width: 39px;
    height: 39px;

    padding: 0;

    float: left;
    margin: 10px;
  }

  .accordion-arrow-up {
    width: 13px;
    height: 15px;

    background-image: url("/images/arrow-down-grey.svg");
    background-repeat: no-repeat;

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

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

  .accordion-arrow-up:hover {
    background-image: url("/images/arrow-down-grey.svg");
  }

  .accordion-arrow-down {
    width: 13px;
    height: 15px;
    background-image: url("/images/arrow-down-grey.svg");
    background-repeat: no-repeat;

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

  .accordion-arrow-down:hover {
    background-image: url("/images/arrow-down-grey.svg");
  }
}

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

  .prsnplcs-backtoall {
    width: 100%;
    margin: 0;
    color: #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1.43px;
    line-height: 46.5px;
    text-decoration: underline;
  }

  .prsnplcs-right-headline-wrapper {
    height: 41px;
    margin: 22px 0;
  }

  .prsnplcs-title-mobile-margin {
    margin: 0 0 50px 0;
  }

  .prsnplcs-right-headline {
    height: 41px;
    padding: 9px 7px;
    display: inline-block;
    margin-left: 10px;
    width: 45%;
    border: 1px solid #00234d;
    cursor: pointer;
  }

  .prsnplcs-right-headline:hover {
    background-color: #dae6f0;
  }

  .prsnplcs-right-headline-marked {
    height: 41px;
    background-color: #dae6f0;
    border: 1px solid transparent;
    padding: 9px 7px;
    /*margin: 4px 0 0 10px;
        float : right;*/
    display: inline-block;
    margin-left: 10px;
    width: 45%;
    cursor: pointer;
  }

  .prsnplcs-headline-right-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 26px;
    text-align: center;
  }

  .prsnplcs-headline {
    height: 41px;
    width: 157px;
    background-color: #dae6f0;
    padding: 10px 5px;
  }

  .prsnplcs-headline-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 26px;
    text-align: center;
  }

  .prsnplcs-main-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 31px;
    text-align: right;
    margin: 35px 0;
  }

  .prsnplcs-sub-title {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.91px;
    line-height: 25px;
    text-align: right;
  }

  .prsnplcs-wrpr {
    /*display : flex;*/
  }

  .prsnplcs-left {
    /*background-color: yellow;*/
    width: 100%;
    overflow: hidden;
    padding-right: 20px;
  }

  .prsnplcs-right {
    width: 350px;
    overflow: hidden;
  }

  .prsnplcs-displaypolicy {
    border: 1px solid #979797;;
    /* background-color: #dae6f0; */
    padding: 10px;

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

    margin-bottom: 10px;
    margin-left: 30px;
  }

  .prsnplcs-policy:hover {
    border: 1px solid #979797;
    background-color: #ffffff;
    cursor: pointer;
  }

  .prsnplcs-policy {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    padding: 10px;

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

    margin-bottom: 10px;
    margin-left: 30px;
  }

  .prsnplcs-th {
    height: 30px;
    margin-top: 30px;
  }

  .prsnplcs-th-main-text {
    color: #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 22px;
    text-align: right;
  }

  .prsnplcs-th-text {
    color: #9b9b9b;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.91px;
    line-height: 22px;
    text-align: right;
  }

  .prsnplcs-td {
    background-color: #ffffff;
    cursor: pointer;
    margin: 0 0 10px 0;
    padding: 0;
  }

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

    padding: 20px 0;
  }

  .prsnplcs-mark-onhover {
    color: #000000;
  }

  .prsnplcs-mark-onhover:hover {
    color: #1362ff;
  }

  .prsnplcs-td-notactive-text {
    opacity: 0.36;
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 31px;
    text-align: right;

    padding: 20px 0;
  }

  .prsnplcs-right-title {
    opacity: 0.67;
    color: #1362ff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 31px;
    text-align: right;

    margin: 32px 0 10px 0;
  }

  .prsnplcs-left-title-square {
    background-color: #2B65F6;
    width: 100%;
    height: 119px;
    margin-top: 26px;
  }

  .prsnplcs-left-title-square-bigtext {
    color: white;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1.48px;
    line-height: 31px;
    text-align: right;

    float: right;
    padding: 37px 20px 0 0;
  }

  .prsnplcs-left-title-square-smalltext {
    color: white;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 31px;

    float: left;
    padding: 0 20px;
  }

  .accordion-top-wrapper {
    height: 80px;
  }

  .accordion-top-text {
    color: #000000;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 31px;
    text-align: right;
    border: none !important;
    float: right;
    /* padding: 20px 16px 0 0 !important; */
  }

  .accordion-top-image {
    width: 39px;
    height: 39px;

    padding: 0;

    float: left;
    margin: 10px;
  }

  .accordion-arrow-up {
    width: 13px;
    height: 15px;

    background-image: url("/images/arrow-down-grey.svg");
    background-repeat: no-repeat;

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

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

  .accordion-arrow-up:hover {
    background-image: url("/images/arrow-down-grey.svg");
  }

  .accordion-arrow-down {
    width: 13px;
    height: 15px;

    background-image: url("/images/arrow-down-grey.svg");
    background-repeat: no-repeat;

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

  .accordion-arrow-down:hover {
    background-image: url("/images/arrow-down-grey.svg");
  }
}

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

.policy-viewer-wrapper {
  margin: 0;
  padding: 0;
}

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

.sign {}

@media screen and (max-width: 991px) {
  .sign-submit-button {}

  .sign-pad-button {}

  .sign-submit-error {}
}

/* 992px to 1279px */
@media screen and (max-width: 1279px) {
  .sign-submit-button {
    position: fixed;
    bottom: 20px;
    left: 20%;

    width: 200px;
    height: 44px;
    background-color: #000000;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;
  }

  .sign-pad-button {
    width: 100px;
    height: 30px;
    background-color: #000000;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;
  }

  .sign-submit-error {
    position: fixed;
    bottom: 50px;
    left: 20%;

    width: 200px;
    height: 44px;

    color: #fa4500;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 15px;
    letter-spacing: 0.22px;
    line-height: 32px;

    font-weight: bold;

    text-align: center;
  }
}

/* 1280px and higher */
@media screen and (min-width: 1281px) {
  .sign-submit-button {
    position: fixed;
    bottom: 20px;
    left: 20%;

    width: 200px;
    height: 44px;
    background-color: #000000;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;
  }

  .sign-pad-button {
    width: 100px;
    height: 30px;
    background-color: #000000;

    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;
  }

  .sign-submit-error {
    position: fixed;
    bottom: 50px;
    left: 20%;

    width: 200px;
    height: 44px;

    color: #fa4500;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 15px;
    letter-spacing: 0.22px;
    line-height: 32px;

    font-weight: bold;

    text-align: center;
  }
}

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

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

.savings {}

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

  .savings-chart-total-left {
    position: absolute;
    margin-bottom: 35px;
  }

  .savings-data-wrapper {
    background-color: #ffffff;
    width: 90%;
    padding: 0;
    margin: 20px;
  }

  .savings-data-container {
    padding: 30px;
    border-bottom: 1px solid #e0dfe1;
  }

  .savings-choose-wrapper {
    width: 100%;
    height: 81px;
    background-color: #ffffff;
    border-bottom: 1px solid #e0dfe1;
  }

  .savings-yesno-button {
    width: 50%;
    background-color: transparent;
    cursor: pointer;
    height: 80px;

    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 1.71px;
    line-height: 30px;
    text-align: center;
    display: inline-block;

    padding-top: 25px;
  }

  .savings-yesno-button-selected {
    width: 50%;
    background-color: #1362ff;
    height: 80px;

    color: #ffffff;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 1.71px;
    line-height: 30px;
    text-align: center;
    display: inline-block;

    padding-top: 25px;
  }

  .savings-main-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 31px;
    text-align: right;
  }

  .savings-segment-row-title {
    background-color: #aec8ff;
    height: 58px;
    /*max-width: 605px;*/
    text-align: right;
    padding: 20px;
  }

  .savings-segment-row-title-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1.14px;
    line-height: 24px;
    text-align: right;
  }

  .savings-amount {
    max-width: 270px;
    color: #092674;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1.48px;
    line-height: 31px;
    text-align: right;
  }

  .savings-data {
    max-width: 270px;

    height: 27px;
    color: #000000;

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

  .savings-square {
    height: 27px;
    width: 74px;
    margin: auto;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    /* background-color: #092674; */
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 31px;
    text-align: center;
  }

  .savings-chart {
    text-align: center;
    height: 300px;
  }

  .savings-chart-total {
    z-index: 0;
    text-align: center;

    position: absolute;
    top: 65.5%;
    left: 25%;
    width: 50%;
    height: 25%;

    /*
        height: 40px;
        width: 117px;
        */

    /*
        position: relative;
        top : auto;
        left : auto;
        */

    color: #092674;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 21px;
    text-align: center;
    padding: 10%;
  }

  .savings-datetime {
    /*max-width: 605px;*/
    text-align: center;
    height: 27px;
    margin-bottom: 20px;
  }

  .savings-chart-size {
    text-align: center;
    margin: auto;
    width: 300px;
    height: 300px;
  }

  .chart-tooltip-clsname {
    width: 150px;
    text-align: center;
    /*margin : auto;
        padding : 20px;*/
  }
}

/* 992px to 1279px */
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .savings-main-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 31px;
    text-align: right;
    margin: 35px 0 20px 0;
  }

  .savings-segment-row-title {
    background-color: #dae6f0;
    height: 58px;
    /*max-width: 605px;*/
    text-align: right;
    padding: 20px;
  }

  .savings-segment-row-title-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1.14px;
    line-height: 24px;
    text-align: right;
  }

  .savings-amount {
    /*max-width: 270px;*/

    height: 40px;
    color: #092674;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1.48px;
    line-height: 31px;
    text-align: center;
  }

  .savings-data-container {
    padding: 30px 2px 45px 20px;
    /*max-width: 540px;*/
    background-color: #ffffff;
    border-bottom: 2px solid #e0dfe1;
    background-image: linear-gradient(#e0dfe1, #e0dfe1);
    background-size: 2px 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .savings-data {
    /*max-width: 270px;*/

    height: 27px;
    color: #000000;

    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.97px;
    line-height: 16px;
    text-align: center;
  }

  .savings-square {
    height: 27px;
    width: 74px;
    margin: auto;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    background-color: #1362ff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 28px;
    text-align: center;
  }

  .savings-chart {
    /*max-width: 605px;*/
    text-align: center;
    height: 300px;
    background-color: #ffffff;
    padding-top: 20px;
  }

  .savings-chart-total {
    z-index: 0;
    text-align: center;

    position: absolute;
    /*
        top: 47%;
        left: 25%;
        width: 50%;
        height: 25%;
        */

    color: #092674;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 25px;
    text-align: center;
    padding-left: 30px;

    margin-top: 80px;
    width: 100%;
  }

  .savings-chart-total-left {
    z-index: 0;
    text-align: center;

    position: absolute;
    /*
        top: 47%;
        left: 25%;
        width: 50%;
        height: 25%;
        */

    color: #092674;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 25px;
    text-align: center;

    margin-top: 70px;
    width: 100%;
  }

  .savings-datetime {
    /*max-width: 605px;*/
    text-align: center;
    height: 27px;
    /*margin-bottom: 20px;*/
    padding-bottom: 20px;
    background-color: #ffffff;
  }

  .savings-chart-size {
    text-align: center;
    margin: auto;
    width: 270px;
    height: 270px;
    background-color: #ffffff;
  }

  .chart-tooltip-clsname {
    width: 150px;
    text-align: center;
    /*margin : auto;
        padding : 20px;*/
  }
}

/* 1280px and higher */
@media screen and (min-width: 1281px) {
  .savings-main-title {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 31px;
    text-align: right;
    margin: 35px 0 20px 0;
  }

  .savings-segment-row-title {
    background-color: #dae6f0;
    height: 58px;
    /*max-width: 605px;*/
    text-align: right;
    padding: 20px;
  }

  .savings-segment-row-title-text {
    color: #00234d;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1.14px;
    line-height: 24px;
    text-align: right;
  }

  .savings-amount {
    /*max-width: 270px;*/

    height: 40px;
    color: #092674;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 23px;
    font-weight: 900;
    letter-spacing: 1.48px;
    line-height: 31px;
    text-align: center;
  }

  .savings-data-container {
    padding: 30px 20px 45px 20px;
    /*max-width: 540px;*/
    background-color: #ffffff;
    border-bottom: 2px solid #e0dfe1;
    background-image: linear-gradient(#e0dfe1, #e0dfe1);
    background-size: 2px 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .savings-data {
    /*max-width: 270px;*/

    height: 27px;
    color: #000000;

    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 22px;
    text-align: center;
  }

  .savings-square {
    height: 27px;
    width: 74px;
    margin: auto;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    background-color: #1362ff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 28px;
    text-align: center;
  }

  .savings-chart {
    /*max-width: 605px;*/
    text-align: center;
    height: 300px;
    background-color: #ffffff;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: baseline;
  }

  .savings-chart-total {
    z-index: 0;
    text-align: center;
    position: absolute;
    /*
        top: 50%;
        left: 25%;
        width: 50%;
        height: 25%;
        */

    color: #092674;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 25px;
    text-align: center;
    margin-top: 100px;
    width: 100%;
  }

  .savings-chart-total-left {
    z-index: 0;
    text-align: center;

    position: absolute;
    /*
        top: 50%;
        left: 25%;
        width: 50%;
        height: 25%;
        */

    color: #092674;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 25px;
    text-align: center;

    margin-top: 95px;
    width: 100%;
  }

  .savings-datetime {
    /*max-width: 605px;*/
    text-align: center;
    height: 27px;
    /*margin-bottom: 20px;*/
    background-color: #ffffff;
  }

  .savings-chart-size {
    text-align: center;
    margin: auto;
    width: 250px;
    height: 250px;
    background-color: #ffffff;
  }

  .chart-tooltip-clsname {
    width: 150px;
    text-align: center;
    /*margin : auto;
        padding : 20px;*/
  }
}

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

  .savings-chart-total {
    top: 62%;
    left: 25%
  }
}

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

  .savings-chart-total {
    top: 63%
  }
}

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

  .savings-chart-total {
    top: 61%
  }
}

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

  .savings-chart-total {
    top: 60%
  }
}

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

  .savings-chart-total {
    top: 59%
  }
}

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

  .savings-chart-total {
    top: 58%
  }
}

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

  .savings-chart-total {
    top: 57%
  }
}

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

/* .savings-chart-total { */
/* display: none; */
/* } */
/* } */

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

  .savings-amount {
    font-size: 22px;
  }
}

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

@media screen and (max-width: 1024px) {
  .generallayout-top-title {
    padding: 10px;
  }

  .generallayout-top-title-wrapper {
    padding-right: 15px;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .generallayout-top-title {
    padding: 20px;
  }

  .generallayout-top-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0 0 20px;
  }
}

@media screen and (min-width: 1281px) {
  .generallayout-top-title {
    padding: 20px;
  }

  .generallayout-top-title-wrapper {
    padding: 20px 0 0 20px;
    /* margin-right: 25px; */
  }
  .policyPageRowContainer{
    width: 85%;
    justify-content: center;
    margin: auto;
  }
}

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

@media screen and (max-width: 1024px) {
  .modal-header-style {
    border-bottom: none;
    padding: 0;
  }

  .waiting-modal-bg {
    background-color: #00234d;
    border-radius: 0;
    border: none;

    height: 300px;
    width: 100%px;
  }

  .waiting-modal-close-wrapper {
    width: 100%;
    text-align: right;
  }

  .waiting-modal-close-image {
    margin: 20px;
    width: 10px;
    height: 10px;
    cursor: pointer;
  }

  .waiting-modal-header {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.48px;
    line-height: 25px;

    direction: rtl;
  }

  .waiting-modal-text {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.97px;
    line-height: 21px;
    margin-top: 15px;
  }

  .waiting-modal-button-wrapper {
    width: 100%;
    margin-top: 35px;
    text-align: center;
  }

  .waiting-modal-button {
    height: 40px;
    width: 85%;
    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.97px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
  }

  .waiting-modal-button:hover {
    background-color: transparent;
    color: #fa4500;
    border: none;
  }

  .waiting-modal-header {
    border-bottom: none;
    width: 100%;

    direction: rtl;
  }

  .waiting-modal-close-logo {
    width: 40px;
    height: 40px;
  }

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

  .waiting-modal-choose-wrapper {
    width: 100%;
    text-align: center;
  }

  .waiting-modal-choose-wrapper .dropdown {
    width: 100%;
  }

  .waiting-modal-choose-wrapper .dropdown-menu {
    width: 100%;
  }

  .waiting-modal-choose {
    background-color: #ffffff;
    height: 50px;
    width: 100%;
  }

  .waiting-modal-textarea-wrapper {
    /*width : 100%;*/
    text-align: center;
    margin-top: 20px;
  }

  .waiting-modal-textarea {
    width: 100%;

    background-color: #ffffff;
    color: #092674;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 32px;
    text-align: right;
    border: none;

    padding: 15px 20px;
  }

  .waiting-modal-choose-item {
    background-color: #ffffff;
    height: 40px;
    width: 100%;

    color: #092674;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 32px;
    text-align: right;

    padding-right: 20px;
  }

  .dropdown .dropdown-toggle::before {
    display: none;
  }

  .dropdown .dropdown-toggle::after {
    display: none;
  }

  .waiting-modal-choose:before {
    display: none;
  }

  .waiting-modal-choose-right {
    color: #092674;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 32px;
    text-align: right;

    float: right;
    margin-top: 10px;

    width: 70%;
    padding-right: 20px;
    text-align: right;
    direction: rtl;
  }

  .waiting-modal-choose-left {
    background-image: url("/images/arrow-up.svg");

    width: 30px;
    height: 30px;

    background-repeat: no-repeat;

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

    float: left;
    margin: 10px 20px;

    text-align: left;
    cursor: pointer;

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

  .waiting-modal-choose-left:hover {
    background-image: url("/images/arrow-down-grey.svg");
  }

  .waiting-modal-header-height {
    height: 450px;
  }

  .waiting-modal-header-margin {
    margin: 25px 0;
  }

  .waiting-modal-header-padding {
    padding: 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .waiting-modal-choose-wrapper {
    width: 100%;
    text-align: center;
  }

  .waiting-modal-choose {
    background-color: #ffffff;
    height: 50px;
    width: 440px;
  }

  .waiting-modal-textarea-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .waiting-modal-textarea {
    width: 440px;

    background-color: #ffffff;
    color: #092674;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 32px;
    text-align: right;
    border: none;

    padding: 15px 20px;
  }

  .waiting-modal-choose-item {
    background-color: #ffffff;
    height: 40px;
    width: 440px;

    color: #092674;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 32px;
    text-align: right;

    padding-right: 20px;
  }

  .dropdown .dropdown-toggle::before {
    display: none;
  }

  .dropdown .dropdown-toggle::after {
    display: none;
  }

  .waiting-modal-choose:before {
    display: none;
  }

  .waiting-modal-choose-right {
    color: #092674;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 32px;
    text-align: right;

    float: right;
    margin-top: 10px;

    width: 350px;
    padding-right: 20px;
    text-align: right;
    direction: rtl;
  }

  .waiting-modal-choose-left {
    background-image: url("/images/arrow-up.svg");

    width: 30px;
    height: 30px;

    background-repeat: no-repeat;

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

    float: left;
    margin: 10px 20px;

    text-align: left;
    cursor: pointer;

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

  .waiting-modal-choose-left:hover {
    background-image: url("/images/arrow-down-grey.svg");
  }

  .modal-header-style {
    border-bottom: none;
  }

  .waiting-modal-bg {
    background-color: #00234d;
    border-radius: 0;
    border: none;

    height: 462px;
    width: 650px;
  }

  .waiting-modal-close-wrapper {
    width: 100%;
    text-align: right;
  }

  .waiting-modal-close-image {
    margin: 20px;
    width: 10px;
    height: 10px;
    cursor: pointer;
  }

  .waiting-modal-header {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1.48px;
    line-height: 31px;
    margin-top: 7px;
    direction: rtl;
  }

  .waiting-modal-text {
    /*width : 100%;*/
    text-align: center;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 23px;
    margin-top: 40px;
  }

  .waiting-modal-button-wrapper {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }

  .waiting-modal-button {
    height: 49px;
    width: 242px;
    border-radius: 24.5px;
    background-color: #fa4500;
    border: 1px solid #fa4500;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
  }

  .waiting-modal-button:hover {
    background-color: transparent;
    color: #fa4500;
    border: none;
  }

  .waiting-modal-header {
    border-bottom: none;
    width: 600px;
    direction: rtl;
  }

  .waiting-modal-close-logo {
    width: 60px;
    height: 60px;
  }

  .waiting-modal-header-height {
    height: 545px;
  }

  .waiting-modal-header-margin {
    margin: 40px 0;
  }

  .waiting-modal-header-padding {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1101px) {
  .homepage-inside-element{
    padding-right: 20px;
  }
  .homepage_category_image{
  width: 36px;
  }
  }

@media screen and (min-width: 1281px) {
  .waiting-modal-choose-wrapper {
    width: 100%;
    text-align: center;
  }

  .waiting-modal-choose {
    background-color: #ffffff;
    height: 50px;
    width: 440px;
  }

  .waiting-modal-textarea-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .waiting-modal-textarea {
    width: 440px;

    background-color: #ffffff;
    color: #092674;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 32px;
    text-align: right;
    border: none;

    padding: 15px 20px;
  }

  .waiting-modal-choose-item {
    background-color: #ffffff;
    height: 40px;
    width: 440px;

    color: #092674;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 32px;
    text-align: right;

    padding-right: 20px;
  }

  .dropdown .dropdown-toggle::before {
    display: none;
  }

  .dropdown .dropdown-toggle::after {
    display: none;
  }

  .waiting-modal-choose:before {
    display: none;
  }

  .waiting-modal-choose-right {
    color: #092674;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 32px;
    text-align: right;

    float: right;
    margin-top: 10px;

    width: 350px;
    padding-right: 20px;
    text-align: right;
    direction: rtl;
  }

  .waiting-modal-choose-left {
    background-image: url("/images/arrow-up.svg");

    width: 30px;
    height: 30px;

    background-repeat: no-repeat;

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

    float: left;
    margin: 10px 20px;

    text-align: left;
    cursor: pointer;

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

  .waiting-modal-choose-left:hover {
    background-image: url("/images/arrow-down-grey.svg");
  }

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

  .modal-header-style {
    border-bottom: none;
  }

  .waiting-modal-bg {
    background-color: #00234d;
    border-radius: 0;
    border: none;

    height: 462px;
    width: 765px;
  }

  .waiting-modal-close-wrapper {
    width: 100%;
    text-align: right;
  }

  .waiting-modal-close-image {
    margin: 20px;
    width: 10px;
    height: 10px;
    cursor: pointer;
  }

  .waiting-modal-header {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: "SimplerPro_Alte-Bold", sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1.48px;
    line-height: 31px;
    margin-top: 7px;

    direction: rtl;
  }

  .waiting-modal-text {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.97px;
    line-height: 23px;
    margin-top: 40px;
  }

  .waiting-modal-button-wrapper {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }

  .waiting-modal-button {
    height: 49px;
    width: 242px;
    border-radius: 24.5px;
    background-color: #fa4500;
    border: 1px solid #fa4500;
    color: #ffffff;
    font-family: "SimplerPro-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
  }

  .waiting-modal-button:hover {
    background-color: transparent;
    color: #fa4500;
    border: none;
  }

  .waiting-modal-header {
    border-bottom: none;
    width: 765px;
    direction: rtl;
  }

  .waiting-modal-close-logo {
    width: 60px;
    height: 60px;
  }

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

  .waiting-modal-header-height {
    height: 545px;
  }

  .waiting-modal-header-margin {
    margin: 40px 0;
  }

  .waiting-modal-header-padding {
    padding: 0;
  }
  .demotabl table, td {
    /* border: 1px solid black; */
    border-collapse: collapse;
    padding: 5px 10px;
  }
  
}