.wizard > .content {
    background: #fff !important;
}
.wizard > .content > .body {
    width: 100% !important;
    padding: 0 !important;
    background: #fff;
}
.panel-custom {
    border-color: #488B91;
}
.panel-custom > .panel-heading {
    color: #fff;
    background-color: #488B91;
    border-color: #488B91;
}

/*sweet alert*/
.sweet-alert h2 {
    font-size: 15px !important;
}

/*kendo dropdown*/
span.k-colorpicker, span.k-combobox, span.k-datepicker, span.k-datetimepicker, span.k-dropdown, span.k-dropdownlist, span.k-dropdowntree, span.k-numerictextbox, span.k-timepicker {
    margin: 0px;
    box-shadow: 0px 0px 4px 0px;
    width: 100%;
    border-radius: 4px;
    padding:0px;
}
.wizard > .content > .body input {
    border: none !important;
}

.wizard > .content > .body input[type="checkbox"] {
    display: none !important;
}


/*switch*/
.before_switch {
    border: 2px solid #d0d0d0;
    color: black;
    background-color: white;
    height: 32px;
    width: 150px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    transition: .5s;
    background-color: transparent;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: -10px;
    bottom: 8px;
    background-color: #eeeeee;
    transition: .4s;
    border: 3px solid #377f8a
}

input:checked + .slider {
    background-color: transparent;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    transform: translateX(110px);
}

.label-accept,
.label-reject {
    position: absolute;
    top: 7px;
    font-size: 14px;
    color: #16151591;
    transition: .4s;
}



.label-accept {
    left: 10px;
    display: none;
}

.label-reject {
    right: 0px;
    color: #e31010;
}

input:checked + .slider + .label-accept {
    left: 6px;
    color: #326c32;
}

input:checked + .slider + .label-reject {
    right: 30px;
    color: #e31010;
}

.field-validation-valid {
    font-weight: 700;
    color: #cc5965;
    font-family: DINOT;
    font-size: 1rem;
    position: relative;
    top: -10px;
}

/*accpet box*/
.slider1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    transition: .5s;
    background-color: transparent;
}

.slider1:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: -10px;
    bottom: 8px;
    background-color: #eeeeee;
    transition: .4s;
    border: 3px solid #377f8a;
}

input:checked + .slider1 {
    background-color: transparent;
}

input:focus + .slider1 {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider1:before {
    transform: translateX(110px);
}

/*steps*/

.wizard > .steps > ul > li {
    width:17% !important;
}

.wizard > .steps {
    display:flex !important;
    justify-content:center !important;
}

.wizard ul, .tabcontrol ul {
    display:contents !important;
}

.wizard > .actions {
    display:flex !important;
    justify-content:end !important;
}

.wizard > .actions a {
    min-width: 170px;
    text-align: center;
    background: #488B91;
}

.validationSummary.validation-summary-errors, .validation-summary-errors {
     margin-bottom: 20px !important; 
}

.panel-custom p {
    font-size: 15px;
    line-height: 1.4 !important;
    color: #333;
    margin: 10px 0;
}
.panel-custom li {
    color: #333;
    padding: 3px 0;
    line-height: 1.3;
    font-size: 15px;
}

@media screen and (max-width: 576px) {
    .wizard > .steps > ul > li {
        width: 100% !important;
    }
    .wizard > .steps {
        flex-direction: column;
    }
    .wizard > .actions > ul {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
    }
    .gen-white-box {
        padding: 15px;
    }
}