:root {
    --bs-body-font-size: 1.2rem; /* Set your desired font size */
}
:root {
    --bs-font-size-root: 16px !important;
    /*--bs-body-font-size: 14px;*/
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
    line-height: 1.2;
}
body {
  margin-bottom: 60px;
}
.app-default {
    display: flex;
    flex-flow: column nowrap;
}
.content {
    flex: 1;
}
img.logo-cts {
    height: 42px !important;
    width: auto;
    margin-top: 3px;
}
.navbar {
    min-height: 78px !important;
}
.navbar-brand {
    margin-left: 30px !important;
}
@media (min-width: 768px) {
    .navbar-brand {
        margin-left: 80px !important;
    }
}
.field-title {
    display: flex;
    flex: 0 1 auto;
    flex-flow: column nowrap;
    font-size: 16px;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 15px;
}
.form-control {
    max-width: 98% !important;
}
.text-lg-right {
    text-align: right !important;
}
.hidden {
    display: none;
}

/*input[type=date]:required:invalid::-webkit-datetime-edit {
    color: mediumpurple;
}*/

/*input[type=date]:focus::-webkit-datetime-edit {
    color: black !important;
}*/

input + div[data-lastpass-icon-root] {
    display: none !important;
}

.app-root {
    display: flex;
}

.mi-card {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 16px !important;
}
.control {
    margin-top: 14px;
}

/*.mi-card:first-child {
    margin-top: 50px !important;
    margin-bottom: 100px !important;
}*/

/* Layout */
.header {
    padding: 10px 10px;
}
@media screen and (min-width: 992px) {
    .header {
        padding: 10px 10px;
        margin-left: 400px;
        margin-right: 100px;
    }
}
.header__logo-image {
    width: 148px;
    height: 60px;
}

.doc-received-box__title {
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    line-height: 120%;
    font-weight: 700;
}

.doc-received-box__title--purple, .doc-received-box__box-2-title--purple {
    color: #5451e0;
}

.doc-received-box__title--red {
    color: orangered;
}

.doc-received-box__banner--green {
    margin-top: 16px;
    border-radius: 5px;
    background: rgba(52, 168, 83, 0.13);
    color: #34a853;
    font-family: "Open Sans";
    padding: 12px;
    font-size: 12.6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.doc-received-box__description, .doc-received-box__box-2-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.16px;
    font-family: "Open Sans";
    margin-top: 6px;
    margin-bottom: 8px;
}

.doc-received-box__box-2 {
    border-radius: 5px;
    border: 1px solid #5451e0;
    background: rgba(84, 81, 224, 0.05);
    padding: 16px;
}

.doc-received-box__box-2-title {
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.doc-received-box__box-2-description {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.doc-received-box__box-2-link {
    text-decoration: none;
    color: #5451e0;
}