body {
    background: #fff;
    color: #000;
}

.navbar {
    background-color: #223AB1 !important;
    --bs-bg-opacity: 1;
    color: white !important
}

.navbar-brand {
    flex: 0 0 50px;
    margin-left: 12px;
    color: white !important
}

nav {
    border-bottom: 1px solid #44d62c;
}

.nav-link, nav span.navbar-text a {
    text-decoration: none;
    color: white !important;
}

.form-container h1 {
    color: #00a1e3;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 40px 0;
}

.form-container h2 {
    font-size: 1.25rem;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 20px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    color: var(--bs-gray-500);
}

form.user-form .user-form-input-row {
    margin: 0;
    padding: 10px 0;
    border-bottom: 2px solid #222;
    background: #fff;
}

form.user-form .user-form-input-row label {
    text-transform: uppercase;
    color: #888;
}

form.user-form button.btn {
    border: 0;
    border-radius: 2px;
    padding-left: 32px;
    padding-right: 32px;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 0.9rem;

}
.btn-primary {
    color: #fff;
    background-color: #00a1e3!important;
    border-color: #00a1e3!important;
}
button.btn-success, .btn-success:hover  {
    background-color: #00a1e3!important;
    border-color: #00a1e3;
    color: #fff;
}

.modal-content {
    background-color: #fff;
    color: #fff;
}

.close {
    background-color: #fff;
    color: #fff;
}

img[src^="data:image/svg+xml"] {
    background-color: white;
}
.brand-logo {
    width:100px;
}

.highlight {
    font-weight:600;
    color: #00a1e3
}

.ConfirmText {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
  }
.large-oi {
    font-size: 10rem;
}


.red {
    color: #ff2222;
}

.green {
    color: #60e660;
}


.icon{
    padding:0px;
    color: #00a1e3 !important;
    border-color: rgba(0,0,0,0);
    border-radius: 3px;
    letter-spacing: 1px;
    margin:5px;
    font-size: 16px;
    font-weight: 600 !important;
    background: none !important
}

.form-control {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

.form-label{
  margin-bottom: .9rem;
  font-size: 0.9rem;
  font-weight: bold;
}

.panel {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.completed {
    color:rgb(1, 112, 23)!important
}

.manual_processing {
    color:orange!important
}

.failed {
    color:red!important
}
