a {
    text-decoration: none;
    width: fit-content;
}

.account-migration-modal .modal-dialog {
    max-width: 800px;
}

.account-migration-modal .migration-modal-header h2 {
    font-size: 32px;
    color: #1A1A1A;
}

.account-migration-modal .migration-modal-header p {
    font-size: 16px;
    color: #444;
}

.bg-light-blue {
    background: #D2ECFC;
}

.migration-modal-body h3 {
    font-size: 16px;
    color: #1A1A1A;
}

.migration-modal-body .list-group-item {
    background: transparent;
    border: none;
    text-align: left;
    font-size: 12px;
    color: #444;
    font-weight: 600;
}

.migration-modal-body hr {
    color: #fff;
    opacity: 1;
}

.migration-modal-body p {
    text-align: center;
    font-size: 12px;
    color: #444;
    font-weight: 600;
}

.modal-body-footer p {
    font-size: 12px;
    color: #444;
    font-weight: 600;
}

.button-secondary {
    background: #FAFAFA;
    border: 2px solid #F0F0F0;
    padding: 9px 18px;
    font-size: 14px;
    color: #444;
    font-weight: 600;
}

.button-secondary-dark {
    background: #444444;
    border: 2px solid #444444;
    padding: 9px 18px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    transition: .3s;
}

.button-secondary-dark:hover {
    background: #fff;
    color: #444444;
    transition: .3s;
}

.button-primary {
    background: #FF9000;
    border: 2px solid #FF9000;
    padding: 9px 18px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 4px 20px rgba(255, 144, 0, 0.32);
    transition: .3s;
    min-width: 140px;
    text-align: center;
}

a.button-primary,
a.button-primary:visited {
    color: #fff !important;
}

.button-primary:hover {
    background: #fff;
    color: #FF9000;
    transition: .3s;
}

a.button-primary:hover {
    text-decoration: none !important;
    color: #FF9000 !important;
}

.modal-footer, .modal-content {
    border-radius: 0;
}

.min-content-height {
    min-height: 100vh;
}

.min-content-height.alreadyMigrated {
    min-height: 0;
}

.text-smallest {
    font-size: 12px !important;
}

.text-small {
    font-size: 14px !important;
}

.text-medium {
    font-size: 16px !important;
}

.text-large {
    font-size: 32px !important;
}

.text-light-grey {
    color: #BBBBBB !important;
}

.text-grey {
    color: #444444 !important;
}

.text-dark {
    color: #1A1A1A !important;
}

.text-blue {
    color: #36468E !important;
}

.migration-form {
    width: 60%;
    margin: 0 auto;
}

.section-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.min-content-height.background-image {
    background-image: url("../migration/images/mcgrundriss-layout.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.min-content-height.background-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #D2ECFC;
    z-index: -1;
}

.migration-box-header {
    background: linear-gradient(180deg, rgba(210, 236, 252, 0.8) 0%, rgba(210, 236, 252, 0) 100%);
}

.readonly:read-only {
    background: #F0F0F0;
    color: #BBBBBB;
    cursor: pointer;
}

.readonly:read-only:focus {
    background: #F0F0F0;
    color: #BBBBBB;
    cursor: pointer;
    border-color: #ced4da;
    box-shadow: none;
}

.migration-agreement {
    height: 150px;
    text-align: left;
    padding: 14px;
    border: 2px solid #ced4da;
}

.migration-agreement:focus,
.migration-agreement:focus-visible {
    border: 2px solid #ced4da;
}

.migration-box-body {
    border-bottom: 2px solid #F0F0F0;
}

.form-check-input {
    margin-top: 0;
    margin-left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.form-check-input:checked {
     background-color: #1A1A1A;
     border-color: #1A1A1A;
 }
.form-check-input:focus {
     box-shadow: none !important;
 }
.form-check-input.active {
     background: #D2ECFC;
 }