﻿.invalid {
    outline: 1px solid red !important;
}

.validation-message {
    color: red !important;
}

.rz-steps .rz-state-highlight .rz-steps-number {
    background: #3f8cb3 !important;
    color: #ffffff !important;
}

.rz-steps .rz-state-highlight .rz-steps-title {
    color: #43bee1 !important;
}

.rz-switch.rz-switch-checked .rz-switch-circle {
    background: #5dbf74 !important;
}

hr {
    margin: 1.5rem 0;
    color: #000306;
    border: 3px;
    border-top: 0 solid;
    opacity: 1;
}

.rz-chkbox-box.rz-state-active {
    background-color: #5dbf74 !important;
    border: 1px solid #dadfe2;
}

    .rz-chkbox-box.rz-state-active:hover {
        background-color: #5dbf74 !important;
    }


.blazored-toast-container {
    z-index: 999999 !important;
}


.blazored-toast-body .blazored-toast-header h5 {
    color: white !important;
}

.rz-paginator-page.rz-state-active {
    background-color: rgba(17, 81, 243, 0.16) !important;
    color: #1151F3 !important;
    border: none !important;
}
.card-header {
    background-color: white !important;
}
.size-icon-16 {
    font-size: 16px !important;
}

.size-icon-28 {
    font-size: 28px !important;
}

.size-icon-38 {
    font-size: 38px !important;
}

.input-group {
    padding: 0px !important;
}

.rz-button.btn-primary, .btn-primary.rz-paginator-element {
    background-color: #479cc8 !important;
    color: #ffffff;
}