body {
    background-color: white;
}

#leftside-menu-container .dropdown-item.active {
    background-color: var(--ct-menu-item-active);
}

.center-row {
    height: 100vh;
    align-content: center;
}

.step {
    display: none;
}

    .step.active {
        display: block;
    }

.btn-radioselect {
    display: inline-block;
}

    .btn-radioselect input {
        position: absolute;
        display: none;
    }

    .btn-radioselect .selected {
        background-color: #007bff;
        color: #fff;
    }

.page-header-row {
    margin-bottom: 1rem;
}

    .page-header-row h2 {
        margin: 0;
    }


.w-15 {
    width: 15% !important;
}


.k-grid-content > table {
    width: 100% !important;
}

.k-grid-header table {
    width: 100% !important;
}

.k-edit-form-container {
    width: 100% !important;
}

.k-button-solid-primary,
.k-radio:checked,
.k-list-item.k-selecte,
.k-selected.k-list-optionlabel {
    border-color: #03C3FF !important;
    background-color: #03C3FF !important;
    color: white !important;
}

.k-button-flat-primary {
    color: #03C3FF !important;
}


.k-grid .k-grid-header .k-header {
    vertical-align: middle;
    font-size: .75rem !important;
    text-align: center;
}

    .k-grid .k-grid-header .k-header .k-link {
        justify-content: center;
        align-items: center;
    }

    .k-grid .k-grid-header .k-header .k-column-title {
        white-space: break-spaces !important;
    }