body.rtl {
    direction: rtl;
}

body.rtl .select-2 {
    background-position: calc(10% - 18px) calc(1em + 4px), calc(10% - 14px) calc(1em + 4px), calc(20% - 2.5em) 0.7em;
}

.h2,
h2 {
    font-size: 18px;
}

.small,
small {
    font-size: 70%;
}

.d-flex {
    display: flex;
}

.col-md-6 {
    width: 50%;
}

body {
    background: #fff;
    margin: 0;
    padding-bottom: 60px;
    overflow-x: hidden;
    color: #797979;
    height: 100%;
    direction: ltr;
}

.wrapper-a {
    background-color: whitesmoke;
    border-radius: 10px;
}

.select-2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

.form-header {
    border-radius: 5px;
    margin-bottom: 30px !important;
    background: #570687;
    padding: 15px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.24);
    color: white !important;
    text-align: center;
}

form {
    margin-bottom: 8px;
}

fieldset {
    padding: 0px 10px;
}

.select-2 {
    width: 100%;
    height: 42px;
    padding: .375rem .75rem;
    font-size: 14.5px;
    color: #495057;
    border: none !important;
    border-radius: 5px;
}

.select-2 {
    background-image: linear-gradient(45deg, transparent 50%, grey 50%), linear-gradient(135deg, grey 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 18px) calc(1em + 4px), calc(100% - 14px) calc(1em + 4px), calc(100% - 2.5em) 0.7em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    background-color: white;
}

#wizard .action-button {
    padding: 0;
    border: none;
    border-radius: 10px;
    background: #570687;
    height: 41px;
    font-size: 14.5px;
    font-family: 'Dubai-Medium' !important;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 10px;
    width: 100%;
    max-width: 25%;
    min-width: 200px;
    float: none;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control {
    height: 42px !important;
    border: none !important;
    font-size: 14.5px;
    padding: 10px 12px;
}

html {
    position: relative;
    min-height: 100%;
    background: #fff;
}

a {
    color: #570687;
    text-decoration: none;
}

.pretty input:checked~.state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
    background-color: #570687 !important;
}

.pretty {
    margin-right: 0;
}

body.rtl .pretty.p-icon .state .icon {
    left: unset;
    right: 0;
}

body.rtl .pretty .state label:after,
body.rtl .pretty .state label:before {
    left: unset;
    right: 0;
}

.error+label:before {
    border-color: #ff00007a;
}

.pretty.p-icon.p-round input.error+.state.p-primary label::before {
    content: '';
    border-color: #ff00007a;
}

.modal-backdrop.fade {
    opacity: 0.3;
}

.fade {
    opacity: 1;
}

.modal-header .close {
    margin-top: 0px;
}

.modal.fade .modal-dialog {
    transform: none;
}

.iti {
    display: block !important;
}

@media (max-width: 991px) {
    .col-md-4 {
        width: 100%;
    }
    .col-md-6 {
        width: 100%;
    }
    body {
        margin: 0px 25px;
    }
}