/*
    .profile divs holds two div tags: one for a radio button, and one
    for the profile's content.
*/
#kubespawner-profiles-list .profile {
    display: flex;
    flex-direction: row;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}

#kubespawner-profiles-list .profile .radio {
    padding: 12px;
}

/* .option divs holds a label and a select tag */
#kubespawner-profiles-list .profile .option {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 12px;
}

#kubespawner-profiles-list label p {
    font-weight: normal;
}

.form-icon{
    margin-top: 5px;
    display: flex;
    justify-content: center;
}

.form-icon-first{
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #009EE0;
    border-color: #009EE0;
}

.form-padding{
    padding-top: 12px;
    padding-bottom: 6px;
}