button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.field-error {
    padding-left: 15px;
    color: red;
    font-size: 14px;
    content: '*';
}
.mt-3 {
    margin-top: 3rem !important;
}
.full-url {
    position: relative;
}
.full-url a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.status-result-wrapper {
    margin-bottom: 2rem;
}
.justify-center{
    justify-content: center;
}
.status-result-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    flex: 1 0 100%;
    max-width: 100%;
}
@media (min-width: 576px){
    .status-result-wrapper {
        flex: 1 0 49%;
        max-width: 50%;
    }
    .result-list .status-result-wrapper:first-child {
        margin-left: auto;
        margin-right: auto;
    }
}

html .scroll-to-top {
    transition: all 0.3s;
    border-radius: 4px 4px 0 0;
    bottom: 28px;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 10px 10px 35px;
    position: fixed;
    border-radius: 9999px;
    right: 12px;
    text-align: center;
    text-decoration: none;
    z-index: 1040;
    font-size: 0.8em;
  }
  html .scroll-to-top img {
    width: 40px;
    --tw-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0px 4px 30px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  
  html .scroll-to-top {
    opacity: 0;
    visibility: hidden;
  }
  
  html .scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
  }
  
  html .scroll-to-top span {
    display: inline-block;
    padding: 0 5px;
  }
  
  html.lightbox-opened .scroll-to-top {
    right: 27px;
  }
  
  html.ie11 .scroll-to-top {
    right: 25px;
  }