/*LOGIN PAGE CSS*/
a.anchor-tag{
  color: white;
}
a.anchor-tag:hover{
  text-decoration: noce;
  color: #cccccc;
}
.login-wrapper{
  background-image: url("/imgs/f6948f96-b138-4dcf-8fdf-88ff20efeb5f_rwc_12x0x5098x2880x4096.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.page-wrapper{
  width: 100%;
  height: 100%;
}
.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column; 
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}
.loginSection{
    background-color: #e9ecef;
    padding: 50 30 20 30;
    border:1px solid #6c757d;
    border-radius: 15px;
    min-width: 350px;
}
button.eli-btn, .eli-btn{
    color: #fff;
    background-color: #6c757d;
    border-color: #dee2e6;
}
button.eli-btn:hover, .eli-btn:hover{
    color: #ffffff;
    text-decoration: none;
}

.button.history-btn, .history-btn{
  background-color: #99b12c !important;
}
/*HOME PAGE CSS*/
.top-bar-img{
  height: 30px;
  margin-top: 7px;
}
.top-bar{
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #343a40;
  height: 50px;
}
.container-confirm-btn {
    height: 150px;
    position: relative;
  }
  
  .vertical-center-confirm-btn {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /*SELECTION PAGE*/
  .product_variant_code{
    font-size: 10px;
  }
  .check-icon svg{
    font-size: 15px;
    padding: 5px;
    height: 35px !important;
    width: 35px !important;
    position: absolute;
    right: -10;
    top: -10;
    background: rgb(173 181 189 / 90%);
    border-radius: 25px;
    color: #343a40;
  }
  .card img{
    width: 100%;
    height: 100%;
  }
  /*ERROR PAGE*/
  .fullscreenDiv {
    background-color: #e8e8e8;
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
}
.center {
    position: absolute;
    width: 200px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -90px;
}

/*EMAILS PAGE*/
.email-section{
  /*border-radius: 15px;
  border: 2px solid #adb5bd;
  box-shadow: 2px 2px 6px #888888;*/
}
/*HISTORY PAGE*/
.no-action-icon{
  align-items: center;
}

.eli-footer{
  position: fixed;
  /*position: relative;*/ 
  bottom: 0; 
  width: 100%; 
  background-color: #343a40;
  font-size: 9px;
}

@media all and (max-width: 1690px) {

}
@media all and (max-width: 1280px) {

}
@media all and (max-width: 980px) {
}
@media all and (max-width: 736px) {

}
@media all and (max-width: 480px) {
  .loginSection{
    padding: 40 10 30 10;
    min-width: 250px;
  }
}