.logout {
    cursor: pointer;
}
/*.is-invalid {
    box-shadow: 0px 0px 4px 2px #d30d0da1 !important;
}*/
.invalid-feedback {
    position: absolute;
    top: 4px;
    right: 15px;
    background: red;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid;
    display: grid;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: white;
}

.invalid-feedback {
    display: none !important;
}

.active.loading:before {
    content: "Loading...";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999999999;
    color: white;
    text-align: center;
    padding-top: 5%;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: bold;
}
.my-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff61;
    z-index: 9999999999;
    align-items: center;
    display: grid;
}

  
.load-wrapp {
    width: 150px;
    height: 150px;
    padding: 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #ffffff;
    display: grid;
    align-items: center;
    margin: 0 auto;
    box-shadow: 0px 1px 31px -13px rgba(0, 0, 0, 0.5);
}
.load-wrapp p {
  padding: 0 0 20px;
}
.letter-holder {
  padding: 16px;
}
.letter {
  float: left;
  font-size: 14px;
  color: #777;
}
.load-6 .letter {
  animation-name: loadingF;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

.input-load {
    display: block;
    width: fit-content;
    border-radius: 5px;
    margin: 5px 0 0 0;
    height: 25px;
    padding: 0px 9px;
    background: white;
    box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.5);
}
.input-load  .letter-holder
{
  padding: 0;
}

.l-1 {
  animation-delay: 0.48s;
}
.l-2 {
  animation-delay: 0.6s;
}
.l-3 {
  animation-delay: 0.72s;
}
.l-4 {
  animation-delay: 0.84s;
}
.l-5 {
  animation-delay: 0.96s;
}
.l-6 {
  animation-delay: 1.08s;
}
.l-7 {
  animation-delay: 1.2s;
}
.l-8 {
  animation-delay: 1.32s;
}
.l-9 {
  animation-delay: 1.44s;
}
.l-10 {
  animation-delay: 1.56s;
}
@keyframes loadingF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


#progressWrapper {
    padding: 0 5%;
    border-radius: 15px !important;
    margin-top: 15px;
}
#progressText {
    text-align: center;
    color: #777;
    font-size: 15px;
    font-weight: 400;
/*    text-shadow: 2px 2px 2px rgb(131 119 119 / 50%);*/
}
.progress-div {
    background: white;
    margin: 10px 17%;
    box-shadow: 6px 6px 19px -9px rgb(0 0 0 / 62%);
    border-radius: 5px;
    padding: 1px 0;
    display: block;
}