.oom-academy-create-user-input-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.oom-academy-create-user-input-group .form-field {
    width: 100%;
}
.oom-academy-create-user-input-group .form-field select, .oom-academy-create-user-input-group .form-field input{
    min-height: 42px;
}
#pkce-auth-button img {
    max-width: 263px;
    cursor: pointer;
}
.oom-create-user-btn, #oom-ajax-login-form button, .oom-academy-checkout-btn {
    border: 1px solid;
    padding: 15px 30px !important;
    display: inline-block;
    line-height: 1;
    border-radius: 0;
    cursor: pointer;
    box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.1607843137254902);
}
span#oom-cancle-account, #oom-ajax-login-form button {
    background: #000000;
    color: #ffffff;
}
button#oom-create-account, .oom-academy-checkout-btn {
    background: #512DA8;
    border: #512DA8;
    color: #ffffff;
}
button#oom-create-account:hover, .oom-academy-checkout-btn:hover{
    color: #ffffff;
}
div#oom-login-form {
    max-width: 400px;
    margin: auto;
}
#oom-ajax-login-form .form-field {
    margin-bottom: 20px;
}
.oom-learner-info-container {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
}

.header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffc107;
}

.header img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.header h2 {
    font-size: 20px;
    margin: 0;
    color: #333;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.info-item {
    font-size: 14px;
    color: #333;
}

.info-item strong {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.info-item span {
    display: block;
}

.highlight {
    color: #ff5722;
}
@media (min-width: 768px){
    .oom-academy-create-user-input-group .form-field {
        width: 49%;
    }
    .oom-academy-create-user-input-group .form-field.col-3 {
        width: 32%;
    }
}

