body .modal-lg {
    max-width: 1000px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../images/select-icon.svg) no-repeat right #fffff000;
}

button.add-option, button#add-option {
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-warning-outline {
    background-color: transparent;
    width: auto;
    color: var(--black);
    font-size: 1rem;
    font-weight: 500;
    min-width: 180px;
    border-color: rgb(47, 72, 88);
    padding: 12px 16px;
    border-radius: var(--border-radius-xl);
}
.btn-warning-outline:hover {
    color: var(--white);
    background-color: rgb(47, 72, 88);
    border-color: rgb(47, 72, 88);
}
a.action-option.btn-edit.mb-0 {
    margin: 0 10px;
    margin-left: 0;
}

a.action-option.btn-edit.mb-0 svg {
    width: 18px;
}

.question-contain-wrapper .question-box .question-head-deatils span.question-name {
    order: 2;
}
.question-head-deatils .progress{
    order: 3;
}
.edit-scenerio a.action-option.btn-edit.mb-0.updateScenarioQuestion {
    margin-right: 10px;
}

.edit-scenerio a.action-option.btn-edit.mb-0.updateScenarioQuestion svg {
    width: 18px;
}

.edit-scenerio .question-name{
    background-color: transparent;
}
input.parsley-success, select.parsley-success, textarea.parsley-success {
    color: unset;
    background-color: unset;
    border: 1px solid #d6e9c6;
}
.btn-delete svg {
    color: #d94c2f;
}
