.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .wizard-number {
    background-color: rgba(118, 63, 189, 0.08);
    color: #763fbd;
}

.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-wrapper .wizard-number {
    background-color: #763fbd;
}

.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-wrapper .wizard-label .wizard-title {
    color: #763fbd;
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .wizard-icon {
    background-color: rgba(118, 63, 189, 0.08);
    color: #763fbd;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    font-size: 1.35rem;
    font-weight: 500;
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-wrapper .wizard-icon {
    background-color: #763fbd;
    color: #fff;
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-wrapper .wizard-label .wizard-title {
    color: #763fbd;
}

.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary {
    background: #f3f6f9 !important;
    border-color: #f3f6f9;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.825rem 1.42rem;
}

.room-images-fancy {
    width: 150px;
    height: 100px;
}

.iti {
    display: block;
}

.chapter-fields {
    margin-top: 15px;
}
