
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
          height: 100%;

 font-family: "Amazon Ember", Arial, sans-serif;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article>*+* {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


@font-face {
    font-family: 'Amazon Ember';
    font-weight: 200;
    src: url(../fonts/Dv1WQ5DdeMS5qP7.woff2) format("woff2"),url(../fonts/e0LnMbFWJC-TMQz.woff) format("woff")
}

@font-face {
    font-family: 'Amazon Ember';
    font-weight: 200;
    font-style: italic;
    src: url(../fonts/ozb5-CLHQWI6Soc.woff2) format("woff2"),url(../fonts/twzZHebXjCHBb6v.woff) format("woff")
}

@font-face {
    font-family: 'Amazon Ember';
    src: url(../fonts/pDxWAF1pBB0dzGB.woff2) format("woff2"),url(../fonts/kfKKBuoqcD$AUKL.woff) format("woff")
}

@font-face {
    font-family: 'Amazon Ember';
    font-style: italic;
    src: url(../fonts/WOnTLzkiaEccV7F.woff2) format("woff2"),url(../fonts/JJsp0ZvgpfwzJM6.woff) format("woff")
}

@font-face {
    font-family: 'Amazon Ember';
    font-weight: 500;
    src: url(../fonts/VjTR4RqBzY0mUYx.woff2) format("woff2"),url(../fonts/XIvhNCZAsrT80Wz.woff) format("woff")
}

@font-face {
    font-family: 'Amazon Ember';
    font-weight: 500;
    font-style: italic;
    src: url(../fonts/KwhNPG8Jz-Vz2X7.woff2) format("woff2"),url(../fonts/YAEPfuhs1l-argd.woff) format("woff")
}

@font-face {
    font-family: 'Amazon Ember';
    font-weight: 700;
    src: url(../fonts/KFPk-9IF4FqAqY-.woff2) format("woff2"),url(../fonts/mzVbGSgvdBfRLX9.woff) format("woff")
}

@font-face {
    font-family: 'Amazon Ember';
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/2SazJx$EeTHfhMN.woff2) format("woff2"),url(../fonts/CjbL$jCCegyfqZ7.woff) format("woff")
}






.logo{

    background-image: url(../img/logo.png);
    -webkit-background-size: 512px 256px;
    background-size: 512px 256px;
    background-repeat: no-repeat;
        background-position: -2px -167px;
    height: 31px;
    width: 103px;
    margin: 20px auto;
}

.box{
  border: 1px solid #d5d9d9;
  padding: 20px 26px;
  border-radius: 6px;
  max-width: 348px;
  width: 100%;
  margin: 20px auto;

}

.box h1{
      font-size: 20px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.input_box label{
  display: block;
  font-weight: 700;
}

body
 {
    font-size: 14px;
    line-height: 20px;
}

.input_box input{
      padding: 5px 11px;
    height: 32px;
    border: none;
    box-shadow: none;
    background: 0 0;
    outline: 0;
    border-radius: 6px;
    width: 100%;
        display: flex;
    border: 1px solid #888C8C;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(15 17 17 / 15%) inset;
    outline: 0;
    direction: ltr;
}

.input_box input:focus{
  border-color: #007185;
    box-shadow: 0 0 0 3px #C8F3FA, 0 1px 2px rgb(15 17 17 / 15%) inset;
    background-color: #F7FEFF;
}

.input_box{
  margin-top: 10px;
}

.btn{

      background-color: #ffd814;
    border-color: #ffd814;
        border-radius: 3px;
    border-width: 1px;
        text-decoration: none !important;
    vertical-align: middle;
    cursor: pointer;
    border-style: solid;
    margin: 10px auto;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
}

.help_text{
  font-size: 13px;
}

.help_text span{
  text-decoration: underline;
  color: #2162a1;
}

.link{
  color: #2162a1;
    font-size: 13px;
    cursor: pointer;

}

hr {
    background-color: transparent;
    border-color: #d5d9d9;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    display: block;
    height: 1px;
    line-height: 19px;
    margin-bottom: 14px;
    margin-top: 0;
}
p b{
  margin-bottom: 6px;
  display: block;
}


footer {
      border-color: #d5d9d9;
    border-top-width: 2px;
    border-top-style: solid;
    display: block;
    height: 44px;
    padding: 20px;
    text-align: center;
    font-size: 12px;
    color: #565959;
}

.links{
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 10px;
}
.links .link{
  font-size: 12px !important;
}

.error_text{
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  margin-top: 8px;
  color: #c10015;
  font-size: 12px;
  display: none;
}

.error_text .icon{
      background-position: -260px -356px;

    background-image: url(../img/hlZiO0xl6zRhrXo.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
}

.error input{
  border-color: #CC0C39;
    box-shadow: 0 0 0 1px #CC0C39 inset;
}

.error .error_text{
  display: flex;
}

.login{
  margin-top: 10px;
  display: flex;
  gap: 8px;
}

.change{
    cursor: pointer;

  color: #2162a1;
}

.error_alert{
  margin: 0 auto;
  position: relative;
  border-style: solid;
  border-left-width: 12px;
  border-color: #c10015;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  padding-top: 14px;
  max-width: 348px;
  width: 100%;
}

.er{
      font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 24px;
    margin-bottom: 8px;
}

.er .icon{
      background-position: -260px -356px;

    background-image: url(../img/hlZiO0xl6zRhrXo.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
}

h2{
      font-weight: 400;
    font-size: 28px;
    line-height: 36px;
}

.next_msg{
  font-weight: 400;
  font-size: 16px;
  display: flex;
  gap: 8px;
}

.next_msg .icon{
      width: 30px;
    height: 27px;


    background-position: -350px -35px;

    background-image: url(../img/aui_sprite_0007-1x._V383827579_.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.info_alert{

  margin: 0 auto;
  position: relative;
  border-style: solid;
  border-left-width: 12px;
  border-color: #ffb14a;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  padding-top: 14px;
  max-width: 480px;
  width: 100%;
}

.form{

  max-width: 480px;
  width: 100%;
  margin: 40px auto;
}

.info_alert .icon{
    background-position: -300px -356px;
      background-image: url(../img/hlZiO0xl6zRhrXo.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
}

.form input{
  border-radius: 8px;
}

.form  .input_box{
  margin-bottom: 20px;
}

.btns{
  width: fit-content;
  padding: 4px 10px;
  font-size: 14px;
  margin: 0;
}

.row{
  display: flex;
  gap: 10px;
}

.w-40{
  width: 55%;
}

select{
      padding: 5px 11px;
    height: 32px;
    border: none;
    box-shadow: none;
    background: 0 0;
    outline: 0;
    border-radius: 6px;
    width: 100%;
        display: flex;
    border: 1px solid #888C8C;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(15 17 17 / 15%) inset;
    outline: 0;
    direction: ltr;
}

ol {
    margin: 0 0 0 20px !important;
    color: #0f1111;
}

ol li {
    list-style: decimal;
    margin-top:  6px;
}

  .drop-zone {
    width: 100%;
    height: 100px;
    border: 1px dashed #d5d9d9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    color: #666;
    flex-direction: column;
  }

  .drop-zone.dragover {
    border-color: #007bff;
    background: #f0f8ff;
  }

  .drop svg{ 
    width: 16px;

   }
  .drop-zone input{
    display: none;
  }
  .drop{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 1px solid #888;
    padding: 6px 30px;
    cursor: pointer;
  }

  .overlay{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #0f111196;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .alert{

    max-width: 45%;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
  }

  .close{
    height: 12px;
    width: 12px;
    background-position: -338px -474px;
        background-image: url(../img/hlZiO0xl6zRhrXo.png);
    -webkit-background-size: 512px 512px;
    background-size: 512px 512px;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .header_alert{
    border-bottom: 1px solid #d5d9d9;
    background-color: #f0f2f2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    font-size: 18px;
  }
  .header_alert p{

    font-weight: 600;
  }

  .logo-row{
        height: 35px;
  }

   .logo-row span {

        background-repeat: no-repeat;
    display: block;
    float: left;
    height: 29px;
    width: 45px;
  }


  .alert_footer{
    border-top: 1px solid #d5d9d9;
    background-color: #f0f2f2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }


.alert_body{
  padding: 20px;
}

.alert_content{
  display: flex;

}

.alert_form{
  width: 70%;
  border-right: 1px solid #EEE;
  padding: 16px;
  padding-bottom: 0;
}

.img_box{
  padding: 16px;
  width: 44%;
}

.logo-row{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}


.alert_form label{
  font-weight: 700;
  text-align: right;
  width: 145px;
  margin-right: 16px;
}

.alert_form .inps{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.inps  input{
      padding: 5px 11px;
    height: 32px;
    border: none;
    box-shadow: none;
    background: 0 0;
    outline: 0;
    border-radius: 6px;
        display: flex;
    border: 1px solid #888C8C;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(15 17 17 / 15%) inset;
    outline: 0;
    direction: ltr;
}

.inps div{
  display: flex;
  gap: 6px;
}


.inps div select {
  width: fit-content;
}


.w-20 input{
  width: 80px;
  margin-right: 10px;

}


.inps .btn{
  margin: 0;
  padding: 0 20px; 
}

.alert_body .error_alert{
  width: 100%;
  max-width: 100%;
}


.alert_body .error_alert .er {

  color: #C40000;
}


.w-20 {
  position: relative;
}

.cvv_box{
  position: absolute;
      border: 1px solid #bbbfbf;
    border-color: #bbbfbf;
    padding: 14px 16px;
    background: #fff;
    border-radius: 3px;

    display: flex;
    flex-direction: column;
    width: 408px;
    left: 340px;
    visibility: hidden;
}

.cvv_box img{
  width: 200px;
}

.show_cvv_box:hover ~ .cvv_box{
  visibility: visible;
}



.arrow{

       position: absolute;
    top: 71px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #bbbfbf;
    transform: rotate(45deg);
    border-top: none;
    border-right: none;
}

.loader{
  position: fixed;

  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

.derror{
    border-color: #CC0C39;
    box-shadow: 0 0 0 1px #CC0C39 inset;
}

.ers{
  color: #CC0C39;
  font-size: 12px;
  margin-top: 10px;
}

.file_name{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto;
}
@media (max-width: 700px) {


  .info_alert{
    width: 93%;
  }
  .form{
    width: 93%;
  }
  .row{
    flex-direction: column;
    gap: 0  ;
  }
  .w-40{
    width: 100%;
  }
  .alert {
    max-width: 100%;
  }

  .alert_content{
    flex-direction: column;
  }
  .img_box{
    width: 100%;
  }

  .alert_form{
    width: 100%;
    border: none;
    padding: 0;
  }

  .overlay {
        position: fixed;
    inset: 0;
    height: 100dvh;
    background: #0f111196;

    display: flex;
    justify-content: center;
    align-items: flex-start;

    padding: 10px;
    overflow-y: auto;
  }
  .alert{
    max-height: 100%;
    overflow-y: auto;
  }
  .alert_form .inps {
    flex-direction: column;
    display: flex;
    align-items: baseline;
  }

  .alert_form label {
    font-weight: 700;
    text-align: left;
    width: 100%;
    margin-right: 16px;
  }

  .alert_form .inps input{
    width: 100%;
    height: 40px;
  }

 .input_box input{
    width: 100%;
    height: 40px;
  }

  .btn{
    width: 100%;
    height: 40px;
  }

  .alert_form select{
    width: 50% !important;
    height: 40px;
  }
  .alert_form .inps div{
    width: 100%;
  }
}