@charset "UTF-8";
/*----------------------------------------------------

1. Global Area
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,531;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,531;1,600;1,700;1,800;1,900&display=swap");
@import "font.css";
@import "fontawesome-all.css";
/*=========
Color Code
===========*/
/*global area*/
/*----------------------------------------------------*/

html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #2f3146;
    font-family: 'cairo';
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    direction: ltr;
}

::-moz-selection {
    color: #fff;
    background-color: #6b59d3;
}

::selection {
    color: #fff;
    background-color: #6b59d3;
}

::-moz-selection {
    color: #fff;
    background-color: #6b59d3;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    height: auto;
}

button {
    cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited,
.company-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
}
.company-control:focus{
    border-color: #80bdff;

}

.form-control ,
.form-related-firm,
.form-Other-accounts,
.form-Bank-account,
.modal-form-control,
.company-control
{
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 42px;
}

.relative-position {
    position: relative;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Cairo';

}

.pb-100 {
    padding-bottom: 100px;
}

.pb-200 {
    padding-bottom: 200px;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.wrapper {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*---steps-----*/
.steps-area-fixed {
    width: 200px !important;
    position: fixed;
    float: none;
    margin: 0;
    left: 0;
    width: 100%;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fff;
    height: 100%;
    top: 0;
}

.steps-area-fixed .multisteps-form__progress {
    padding-top: 0;
    width: 27px;
}

.steps-area-fixed .steps {
    top: 70px;
}

.steps-area-fixed+.multisteps-form__form {
    margin-left: 100px;
}

.steps-area .steps a.current p,
.steps-area .steps a.js-active p {

    color: black;

}

.multisteps-form__progress-btn p {
    display: block;
    color: lightgray;
    white-space: nowrap;
    font-size: 12px;
}

.steps-area-fixed .steps-area .steps li p {}

.boxed-version {
    max-width: 1400px;
    margin: auto;
    position: relative;
}

.boxed-version .wizard-forms {
    zoom: 0.8;
}

.boxed-version .form-content {
    padding-right: 2%;
    padding-left: 60px;
}

.boxed-version .actions {
    right: 0;
}

.dark-version.dark-version {
    background-color: #1a1a1a;
    color: #fff;
}

.dark-version.dark-version p,
.dark-version.dark-version h2,
.dark-version.dark-version h3 {
    color: #fff !important;
}

.dark-version.dark-version button,
.dark-version.dark-version input,
.dark-version.dark-version optgroup,
.dark-version.dark-version select,
.dark-version.dark-version textarea {
    background-color: #1a1a1a !important;
}

.conditional {
    display: none;
    margin-top: 30px;
    margin-bottom: 15px;
}

.steps-area {
    float: left;
    width: 30%;
    overflow: hidden;
    max-width: 500px;
}

.steps-area .steps {
    top: 85px;
    z-index: 9;
    left: 35px;
    position: absolute;
    background-color: #efefef;
    padding: 5px;
    border-radius: 30px;

}

.steps-area .steps li {
    margin-bottom: 30px;
    position: relative;
}

.steps-area .steps li:before {
    content: "";
    top: -8px;
    left: -8px;
    width: 55px;
    height: 55px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #6b59d300;
    z-index: 3;
}


.steps-area .steps a.last span:before,
.steps-area .steps a.last span:after {
    display: none;
}

.steps-area .steps li span {
    width: 25px;
    color: #000;
    height: 25px;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}



.steps-area .steps a.js-active span {
    background: #493aff;
    color: transparent;
}

.steps-area .steps li span i {
    display: none;
}

.steps-area .steps a.current span i,
.steps-area .steps a.js-active span i

{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 0;

}
.main-form-pages:has(.step-cs-1.deactive) #step1 span i,
.main-form-pages:has(.step-cs-2.deactive) #step2 span i,
.main-form-pages:has(.step-cs-3.deactive) #step3 span i,
.main-form-pages:has(.step-cs-4.deactive) #step4 span i,
.main-form-pages:has(.step-cs-5.deactive) #step5 span i,
.main-form-pages:has(.step-cs-6.deactive) #step6 span i{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 0;

}
.main-form-pages:has(.step-cs-1.deactive) #step1 span ,
.main-form-pages:has(.step-cs-2.deactive) #step2 span ,
.main-form-pages:has(.step-cs-3.deactive) #step3 span ,
.main-form-pages:has(.step-cs-4.deactive) #step4 span ,
.main-form-pages:has(.step-cs-5.deactive) #step5 span ,
.main-form-pages:has(.step-cs-6.deactive) #step6 span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.steps-area .steps a.current span {
    background: #493aff;
    color: transparent;

}


.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-header {
    text-align: center;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 16px;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}

.form-row .form-holder {
    width: 50%;
    margin-right: 30px;
}

.form-row .form-holder:last-child {
    margin-right: 0;
}

.form-row .form-holder.w-100 {
    width: 100%;
    margin-right: 0;
}

.form-row .select {
    width: 50%;
    margin-right: 30px;
}

.form-row .select .form-holder {
    width: 100%;
    margin-right: 0;
}

.form-holder {
    position: relative;
}

.form-holder i {
    position: absolute;
    bottom: 7px;
    right: 0;
    font-size: 17px;
}

.form-control,
.form-related-firm,
.form-Other-accounts,
.form-Bank-account,
.modal-form-control,
.company-control
{
    height: 42px;
    border: 1px solid #4a4999;
    border-radius: 5px;
    width: 100%;
    color: #666;
}



.step-inner-content fieldset label,
.step-inner-content fieldset input::placeholder {
    font-size: 14px;
}

.step-inner-content fieldset label {
    padding: 0;
}

.step-inner-content fieldset legend span {
    font-size: 16px;
    color: #4a4999;
    margin: 0;
}

/*----legend content------*/
.legend-content {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}



/*-------*/
.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-moz-placeholder {
    color: #999;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control:-moz-placeholder {
    color: #999;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    color: #999;
}

select.form-control option[value=""][disabled] {
    display: none;
}

.actions {
    bottom: 0;
    position: fixed;
    float: none;
    margin: 0;
    left: 0;
    width: 100%;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fff;
    box-shadow: 0px -4px 12px 0px #e9e9e9;
}

.actions ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.actions li span,
.actions li button {
    height: 42px;
    width: 140px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: normal !important;
    border-radius: 5px;
    line-height: 42px;
    text-align: center;
    background-color: #4a4999;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
    text-transform: capitalize !important;
    align-items: center;
    justify-content: center;
    gap: 11px;
    font-family:'Cairo';
    font-weight: 500;
}

.actions li:first-child span {
    background: #ccc;
    color: #111;
}

.actions li[aria-disabled=true] span {
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: none;
}

.checkbox-tick label {
    cursor: pointer;
    display: inline-block;
    padding-left: 23px;
    position: relative;
}

.checkbox-tick label.male {
    margin-right: 26px;
}

.checkbox-tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-tick input:checked~.checkmark {
    background: #999;
}

.checkbox-tick input:checked~.checkmark:after {
    display: block;
}

.checkbox-tick .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 13px;
    width: 13px;
    border: 1px solid #999;
    border-radius: 50%;
    font-family: Material-Design-Iconic-Font;
    color: #fff;
    font-size: 11px;
}

.checkbox-tick .checkmark:after {
    top: 0;
    left: 2px;
    position: absolute;
    display: none;
    content: "";
}

.checkbox-circle {
    position: relative;
    padding-left: 23px;
    margin-top: 41px;
    width: 63%;
}

.checkbox-circle.mt-24 {
    margin-top: 24px;
}

.checkbox-circle label {
    cursor: pointer;
    color: #999;
    font-size: 13px;
    line-height: 1.9;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.checkbox-circle label a {
    color: #6d7f52;
}

.checkbox-circle label a:hover {
    color: #89b843;
}

.checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-circle input:checked~.checkmark:after {
    display: block;
}

.checkbox-circle .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid #999;
}

.checkbox-circle .checkmark:after {
    content: "";
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    display: none;
}

.date-picker {
    margin-bottom: 3rem;
}

.date-picker span {
    border-radius: 0;
    position: absolute;
    top: 16px;
    right: 15px;
    display: block;
    min-width: 120px;
    text-align: center;
    background: #ececec;
    padding: 6px;
    color: #828282;
    cursor: pointer;
}

.datepicker td,
.datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

/*---------------------------------------------------- */
/*wizard area*/
/*----------------------------------------------------*/
/* ==========================================================================
   multistep css
   ========================================================================== */
.multisteps-form__progress {
    height: auto;
}

.multisteps-form__progress-btn {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    z-index: 1;
    cursor: default;
}

.multisteps-form__progress-btn span {
    color: #fff;
}

.multisteps-form__progress-btn i {
    width: 50px;
    height: 50px;
    left: 0px;
    top: 0px;
    margin-right: 15px;
    line-height: 50px;
    position: relative;
    text-align: center;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: -1;
}

.multisteps-form__progress-btn.js-active {
    color: #fff;
    cursor: pointer;
}

.multisteps-form__progress-btn.js-active span {
    color: #fff;
}

.multisteps-form__progress-btn.js-active i {
    color: #fff;
    border-color: #fff;
}

.multisteps-form__progress-btn.js-active:after {
    background-color: #fff;
}

.multisteps-form__form {
    position: relative;
    width: 70%;
    float: left;
}

.multisteps-form__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    overflow: hidden;
    height: 0;

}

.multisteps-form__panel.js-active {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    height: auto;
}

.multisteps-form__panel[data-animation=scaleOut] {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.multisteps-form__panel[data-animation=scaleOut].js-active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.multisteps-form__panel[data-animation=slideHorz] {
    left: -50px;
}

.multisteps-form__panel[data-animation=slideHorz].js-active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    -o-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    left: 0;
}

.multisteps-form__panel[data-animation=slideVert] {
    top: 30px;
}

.multisteps-form__panel[data-animation=slideVert].js-active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    top: 0;
}

.multisteps-form__panel[data-animation=fadeIn].js-active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.multisteps-form__panel[data-animation=scaleIn] {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.multisteps-form__panel[data-animation=scaleIn].js-active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.step-inner-content {
    padding-bottom: 115px;
    border-bottom: 2px solid #dfdfdf;
}

.form-content .step-no {
    font-size: 27px;
}

.form-content .bottom-line {
    border-bottom: 2px solid #614cf9;
}

.form-content h2 {
    font-size: 50px;
    font-weight: 700;
    padding: 85px 0px 20px 0px;
}

.form-content p {
    color: #5f5f63;
    font-size: 25px;
}

.step-box {
    padding-top: 70px;
}

.step-box-content {
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid #e1e1e1;
    padding: 55px 20px 35px 20px;
    display: block;
    min-height: 260px;
}

.step-box-content input {
    opacity: 0;
}

.step-box-content span {
    display: block;
}

.step-box-content .step-box-icon {
    margin-bottom: 20px;
}

.step-box-content .step-box-text {
    font-size: 24px;
    font-weight: 500;
}

.service-check-option span {
    top: 15px;
    right: 15px;
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: #f9f9f9;
    border: 2px solid #e1e1e1;
}

.service-check-option span:after {
    left: 3px;
    top: 3px;
    content: "";
    width: 17px;
    height: 17px;
    display: none;
    position: absolute;
    border-radius: 100%;
    background-color: #6b59d3;
}

.step-box-content.active .service-check-option span:after {
    display: block;
}

.step-progress {
    display: inline-block;
    width: 100%;
    max-width: 510px;
    margin-left: auto;
}

.step-progress span {
    font-size: 16px;
    color: #2f3146;
}

.step-progress .progress {
    margin-top: 5px;
    background-color: #fff;
    border: 2px solid #ededed;
    width: 100%;
    border-radius: 10px;
}

.step-progress .progress .progress-bar {
    background-color: #614cf9;
    width: 20%;
    border-radius: 10px;
}

.form-inner-area input {
    width: 100%;
    height: 70px;
    padding-left: 30px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 2px solid #ededed;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.form-inner-area input:focus {
    -webkit-box-shadow: 0px 5px 35px 0px rgba(107, 89, 211, 0.17);
    box-shadow: 0px 5px 35px 0px rgba(107, 89, 211, 0.17);
    border: 2px solid #6b59d3;
}

.gender-selection {
    margin-top: 35px;
}

.gender-selection h3 {
    color: #5f5f63;
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 6px;
}

.gender-selection label {
    font-size: 19px;
    font-weight: 600;
    margin-right: 40px;
    display: inline-block;
}

.upload-documents {
    margin-top: 30px;
}

.upload-documents h4 {
    color: #4a4999;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 15px;
}
.upload-documents h4 span:last-child {
    text-align: right;
}

.upload-documents .upload-araa {
    width: 100%;
    padding: 10px;
    border: 2px solid #ededed;
    display: flex;
    align-items: center;
    gap: 1rem ;

}

/* .upload-documents .upload-icon {
    margin-right: 20px;
} */

.upload-documents .upload-icon i {
    font-size: 45px;
    color: #d4d4d4;
}

.upload-documents .upload-text {
    float: left;
    max-width: 250px;
    display: inline-block;
}

.upload-documents .upload-text span {
    font-size: 12px;
    color: #929292;
}

.upload-documents .upload-option {
    height: 42px;
    float: right;
    border-radius: 5px;
    display: inline-block;
    background-color: #4a4999;
    border: 1px solid #4a4999;
    max-width: unset;
    width: 150px !important;
}

.upload-documents .upload-option:hover {
    background-color: #fff;
}

.upload-documents .upload-option:hover label {
    color: #4a4999;

}

.upload-documents .upload-option label {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    width: 100%;
    line-height: 42px;
    white-space: nowrap;
}

.step-inner-content {
    border-bottom: none;
    padding-bottom: 40px;
}

.step-inner-content p {
    margin-bottom: 30px;
}

.services-select-option {
    margin-top: 30px;
}

.services-select-option li {
    width: 100%;
    min-height: 65px;
    color: #959595;
    font-size: 17px;
    position: relative;
    padding-left: 80px;
    border-radius: 4px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 2px solid #ededed;
}

.services-select-option li input {
    opacity: 0;
}

.services-select-option li label {
    display: block;
    margin-bottom: 0;
    padding: 18px 0;
}

.services-select-option li:after {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    left: 35px;
    top: 20px;
    border-radius: 100%;
    border: 2px solid #ededed;
}

.services-select-option li:before {
    content: "";
    top: 26px;
    left: 41px;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    display: none;
    color: #6b59d3;
    font-family: "Font Awesome 5 Free";
    position: absolute;
}

.services-select-option li.active {
    border: 2px solid #6b59d3;
}

.services-select-option li.active:after {
    border: 2px solid #6b59d3;
}

.services-select-option li.active:before {
    display: block;
}

.language-select p {
    color: #636363;
    font-size: 18px;
    padding-bottom: 20px;
}

.language-select select {
    border: 2px solid #ededed;
    height: 60px;
    width: 100%;
    padding: 0px 30px;
}

.comment-box {
    padding-top: 35px;
}

.comment-box p {
    color: #000000;
    font-size: 18px;
    padding-bottom: 20px;
}

.comment-box textarea {
    width: 100%;
    height: 140px;
    border: 2px solid #ededed;
    padding: 20px 30px;
}

.step-inner-content {
    border-bottom: none;
}

.step-content-area {
    padding-top: 55px;
}

.budget-area {
    margin-bottom: 25px;
}

.budget-area p {
    color: #5f5f63;
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 10px;
}

.budget-area select {
    width: 100%;
    height: 60px;
    border: 2px solid #ededed;
    padding: 0px 30px;
}

.budget-area .opti-list ul {
    margin-top: 10px;
}

.budget-area .opti-list li {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    font-size: 19px;
    color: #5f5f63;
    padding: 20px 20px 20px 60px;
    width: 33%;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #ededed;
}

.budget-area .opti-list li:last-child {
    margin-right: 0;
}

.budget-area .opti-list li input {
    opacity: 0;
    position: absolute;
    left: 15px;
    top: 20px;
    width: 28px;
    height: 28px;
}

.budget-area .opti-list li:after {
    content: "";
    position: absolute;
    height: 28px;
    left: 15px;
    top: 20px;
    width: 28px;
    border: 2px solid #ededed;
}

.budget-area .opti-list li:before {
    content: "";
    top: 28px;
    left: 24px;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    display: none;
    color: #fff;
    z-index: 1;
    font-family: "Font Awesome 5 Free";
    position: absolute;
}

.budget-area .opti-list li.active {
    border: 2px solid #6b59d3;
    -webkit-box-shadow: 0 0 15px 5px #6b58d317;
    box-shadow: 0 0 15px 5px #6b58d317;
}

.budget-area .opti-list li.active:after {
    border: 2px solid #6b59d3;
    background-color: #6b59d3;
}

.budget-area .opti-list li.active:before {
    display: block;
}

.step-inner-content {
    border-bottom: none;
}

.step-content-field {
    margin-top: 30px;
}

.step-content-field .date-picker {
    position: relative;
}

.step-content-field .date-picker input {
    height: 60px;
    width: 100%;
    padding-left: 120px;
    padding-right: 10px;
    border: 2px solid #ededed;
}

.step-content-field .date-picker:before {
    top: 15px;
    left: 25px;
    content: "";
    font-size: 20px;
    color: #959595;
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free";
}

.step-content-field .date-picker:after {
    content: "";
    top: 24px;
    left: 80px;
    height: 20px;
    width: 2px;
    position: absolute;
    background-color: #e0e0e0;
}

.plan-area {
    padding-top: 40px;
}

.plan-icon-text {
    padding: 55px 60px;
    position: relative;
    border: 2px solid #ededed;
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 30px;
}

.plan-icon-text input {
    opacity: 0;
}

.plan-icon-text:last-of-type {
    margin-right: 0;
}

.plan-icon-text:before {
    top: 15px;
    left: 20px;
    display: none;
    color: #6b59d3;
    font-size: 30px;
    font-weight: 900;
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Free";
}

.plan-icon-text.active:before {
    display: block;
}

.plan-icon-text .plan-icon {
    padding-bottom: 20px;
}

.plan-icon-text .plan-icon i {
    font-size: 44px;
    color: #6b59d3;
}

.plan-icon-text .plan-text h3 {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 10px;
}

.plan-icon-text .plan-text p {
    font-size: 18px;
}

/*---------------------------------------------------- */
/*wizard area*/
/*----------------------------------------------------*/
/* ==================================================
*	01 - media screen and (max-width: 1440px)
*	02 - media screen and (max-width: 1280px)
*	03 - media screen and (max-width: 1199px)
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 767px)
*	06 - media screen and (max-width: 680px)
*	07 - media screen and (max-width: 580px)
*	08 - media screen and (max-width: 480px)
*	09 - media screen and (max-width: 380px)
*	10 - media screen and (max-width: 320px)
================================================== */
@media screen and (min-width: 1441px) {
    .form-content {
        padding-top: 46px;
        padding-left: 86px;
        width: 100%;
    }
    legend span:last-child{
        text-align: right !important;
    }
    .upload-documents .upload-araa {
        padding: 20px;
        flex-wrap: nowrap !important;
        gap: 1rem !important;
    }

}

@media screen and (max-width: 1440px) {

    .upload-documents .upload-option {
        margin-top: 15px;
    }

    .wizard-forms {
        margin-top: 20px;
    }

    .steps-area-fixed+.multisteps-form__form {
        margin-left: 100px;
    }

    .steps {
        left: 250px;
    }

    .step-box-content .step-box-text h3 {
        font-size: 22px;
    }

    .form-content {
        padding: 15px;
        width: 100%;
    }

    .actions {
        right: 4%;
        bottom: 0;
    }

    .form-content h2 {
        font-size: 42px;
    }

    .form-content p {
        font-size: 22px;
    }

    .image-holder {
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
        text-align: center;
        display: none;
    }

    .image-holder img {
        width: 80%;
    }
}

@media screen and (max-width: 1280px) {
    .upload-documents .upload-araa{
        justify-content: center !important;
        flex-wrap: wrap;

    }
    .form-content h2 {
        font-size: 40px;
    }

    .form-content p {
        font-size: 22px;
    }

    .budget-area .opti-list li {
        margin-right: 15px;
    }

    .budget-area .opti-list li:last-child {
        margin-right: 0;
    }
    .upload-documents .upload-option {
        width: 100% !important;

    }
}

@media screen and (max-width: 1199px) {

    .upload-icon.float-left{
        float: none !important;
        text-align: center;
    }
    /**-
    .steps-area-fixed {
        position: static;
        width: 100% !important;
    }-**/

    .steps-area .steps {
        left: 0;
        text-align: center;
    }

    .steps-area-fixed+.multisteps-form__form {
        margin-left: 0;
    }

    .steps-area,
    .multisteps-form__form {
        width: 100%;
        max-width: 100%;
    }

    .image-holder {
        width: 100%;
        height: 250px;
        display: block;
        overflow: hidden;
    }

    .image-holder img {
        height: auto;
        width: 100%;
    }

    .form-content {
        width: 100%;
        padding-right: 80px;
    }

    .inner {
        display: inline-block;
        width: 100%;
    }

    .steps li {
        display: inline-block;
        margin-right: 65px;
    }

    .steps li span:before {
        display: none;
    }

    .steps a.js-active span:after {
        width: 71px;
        height: 2px !important;
        right: -71px;
        top: 12px;
    }

    .actions {
        padding: 30px 0px 50px;
        position: static;
        margin-right: 0;
        float: right;
    }

    .form-content h2 {
        padding: 50px 0px 20px 0px;
    }

    .actions ul {
        display: block;
    }

    .actions ul li {
        display: inline-block;
    }
}
@media screen and (max-width: 991px) {
    .upload-documents h4 span ,
    .step-inner-content fieldset label span,
    .contact-title span,
    .step-inner-content fieldset legend span{
        text-align: center !important;
    }

    .form-content:has(.upload-documents) h3 span:first-child p ,
    .contact-title span:first-child p,
    .step-inner-content fieldset legend span:first-child p {
        border-bottom:none;}
    .upload-icon.float-left{
        float: left !important;
        text-align:left;
    }
    .pb-100,
    .pb-200 {
        padding-bottom: 30px;
    }

    .wizard {
        max-width: 100%;
    }

    .image-holder img {
        height: 521px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .actions {
        position: static;
        padding-right: 10px;
    }

    .steps {
        left: 0;
        right: 0;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .add-btn{
        font-size: 14px !important;
    }
    .step-inner-content fieldset legend span ,.form-content:has(.upload-documents) h3 span {
        font-size: 14px;
    }
    .step-inner-content fieldset label{
        font-size: 12px;
    }
    label span{
        text-align: center !important;
    }
    legend span{
        text-align: center !important;
    }
    .upload-documents{
        padding: 0 !important;
    }
    .upload-documents h4 ,.form-content:has(.upload-documents) h3{
        align-items: center;
    }
    .upload-documents h4 span,.form-content:has(.upload-documents) h3 span{
        text-align: center !important;
    }
    .upload-documents h4 span:first-child,.form-content:has(.upload-documents) h3 span:first-child{
        margin-bottom:10px
    }
    .steps li {
        display: inline-block;
        margin-right: 30px;
    }

    .form-content h2 {
        font-size: 26px;
    }

    .form-content p {
        font-size: 18px;
    }

    .step-box-content {
        margin-bottom: 30px;
    }

    .step-progress {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .form-content .step-no {
        display: block;
        margin-bottom: 30px;
    }

    .upload-documents .upload-option {
        float: none;
    }

    .budget-area .opti-list li {
        margin-bottom: 20px;
    }

    .plan-icon-text {
        margin-bottom: 20px;
    }

    .plan-icon-text {
        width: 100%;
    }

    .step-inner-content {
        padding-bottom: 50px;
    }

    .budget-area .opti-list li {
        font-size: 14px;
    }

    .actions {
        position: static;
        padding-right: 0;
        margin-right: auto;
        margin-left: auto;
        float: none;
        padding: 0;
    }

    .actions ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .actions li span {
        height: 60px;
        width: 170px;
        line-height: 60px;
    }
}

@media screen and (max-width: 580px) {
    .steps li {
        margin-right: 15px;
        margin-left: 15px;
    }

    .steps a.js-active span:after {
        width: 70px;
        height: 2px !important;
        right: -70px;
        top: 19px;
    }

    .form-content {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 460px) {
    .steps li {
        margin-right: 10px;
        margin-left: 10px;
    }

    .steps a.js-active span:after {
        width: 60px;
        right: -60px;
    }
}

/*---------------------------------------------------- */

.page-structure .row {
    margin: 0;

}

.page-structure .row .check {
    display: flex;
    align-items: center;
    gap: 10px
}

.page-structure .checkbox-wrapper p {
    margin: 0;
}

.page-structure .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #bcbdbd;
    padding-top: 15px;
    padding-bottom: 15px;

}

.page-structure .title h1 {
    font-size: 19px;
}

.page-structure .title img {
    width: 230px
}

.page-structure .step-inner-content {
    padding: 18px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.page-structure .form-content h1 {
    font-size: 25px;
    color: #000000;

}

.page-structure .form-content h2 {
    font-size: 20px;
    padding: 50px 0px 20px 0px;
    color: #e40303;
    font-weight: normal;
    width: 100%;

}

.page-structure .step-inner-content form p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
}

.wrapper:has(.page-one) {
    justify-content: center;
}



.page-structure form {

    width: 100%;
    gap: 20px;
    border-top: 1px solid #bcbdbd;


}

.page-structure form .row {
    width: 100%;
}

.page-structure form .row .type {
    gap: 10px;
}

.checkbtn {
    font-size: 18px;
    color: #000000;
    margin: 20px 0;
    font-weight: bold;
}

body:has(.page-structure) {
    background-image: url("../img/background-form.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}


#arabic ol {
    list-style: arabic-indic;

}

.form-check-input {
    position: absolute;
    margin-top: -1.7rem;
    margin-left: -2.25rem;
}

.page-structure .form-content {
    padding: 10px 15px;
    width: 100%;
}

.language {
    display: flex;
    gap: 28px;
    font-weight: bold;
    font-size: 17px;
}

.page-structure ol,
.page-structure .form-content p {
    font-size: 16px;
    color: #000000;

}

.page-structure .step-inner-content p {
    margin-bottom: 32px;
}

/*----check box ------*/
.check-group {
    margin-bottom: 30px;
    padding-left:15px
}

.checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.checkbox__input {
    position: absolute;
    width: 1.375em;
    height: 1.375em;
    opacity: 0;
    cursor: pointer;
}

.checkbox__input:checked+.checkbox__icon .tick {
    stroke-dashoffset: 0;
}

.checkbox__icon {
    width: 1.375em;
    height: 1.375em;
    flex-shrink: 0;
    overflow: visible;
}

.checkbox__icon .tick {
    stroke-dasharray: 20px;
    stroke-dashoffset: 20px;
    transition: stroke-dashoffset 0.2s ease-out;
}

.checkbox__label {
    margin-left: 0.5em;
    color: #000;
}

/*-----radio button-----*/
.radio {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    margin-bottom: 0.375em;
}

.radio input {
    position: absolute;
    left: -9999px;
}

.radio input:checked+span:before {
    box-shadow: inset 0 0 0 0.3375em #4a4999;
}

.radio span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}

.radio span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #4a4999;
}

.radio:has(input:disabled) {
    cursor: no-drop;

}

/*-----pop up------*/
.modal-dialog {
    font-family: 'Cairo';
}

.page-one,
.page-two {
    font-family: 'Cairo';
}

.btn-primary {
    background-color: #4a4999;
    border: 1px solid #4a4999;
    border-radius: 5px;
    color: #fff;
    height: 42px;
    font-family:'Cairo';
    width: 140px;


}
.btn-primary.exit{
    background-color: #fff;
    color: #4a4999;
}
.btn-primary.exit:hover{
    background-color: #4a4999;
    color: #fff;
}


.btn-primary:disabled,
.js-btn-next:disabled {
    background-color: #4a4999;
    border-color: #4a4999;
    cursor: no-drop;
    opacity: .65;

}
.th-div {
    background: #4a4999;
    color: #fff !important;
    padding: 16px ;
    border-radius: 10px;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: start;
}

.th-div-ar {
    background: #4a4999;
    color: #fff;
    padding: 16px;
    border-radius: 10px;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: end;
}
th:has(.th-div-ar) {
    display: flex;
    align-items: center;
    justify-content: end;

}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #fff;
    border-color: #4a4999;
    color: #4a4999;
}

.btn-primary:disabled:hover {
    background-color: #4a4999;
    border: 1px solid #4a4999;
    border-radius: 5px;
    color: #fff;
}

.btn-primary:focus,
primary:not(:disabled):not(.disabled):active:focus {
    background-color: #4a4999;
    border-color: #4a4999;
    color: #fff;
    box-shadow: 0 0 0 0.2rem #4a49995c;

}

/*-----remove button-----*/
.remove-btn i {
    line-height: normal;
}

.remove-btn {
    padding: 6px 25.1px;
    border-radius: 5px;
    color: #4a4999;
    background: #fff;
    border: 1px solid #4a4999;
    width: auto;
    height: 42px;
    margin-bottom: 1rem;
}

.remove-btn:hover {
    background-color: #4a4999;
    color: #fff;
}

.add-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 14px;
    border-radius: 5px;
    color: #4a4999;
    background: #fff;
    border: 1px solid #4a4999;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 65px;
    height: 42px;
    font-size: 16px;
    line-height: normal;
    margin-top: 1rem;
}

.add-btn:hover {
    color: #fff !important;
    background-color: #4a4999;
    border: 1px solid #4a4999;
}

.add-btn:active {
    color: #4a4999;

}
.add-btn:focus {
    outline: 0;
    color: #4a4999;

}

/*-----other accounts style----*/
.form-group-content {
    width: calc(100% - 85px);
}

.form-group-title {
    width: calc(100% - 70px);
}

/*_________________________________________________________________________________________________________________________________________________________*/
.main-form-pages {
    background: #fff;
    min-height: 100%;
    justify-content: flex-end !important;
}

.main-form-pages .header-main-pages {
    background: #fff;
    position: fixed;
    width: calc(100% - 300px);
    right: 0;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    height: 75px;
}

.main-form-pages .header-main-pages .title-pages {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 35px);
    font-weight: 700;
}

.main-form-pages .actions {
    position: fixed !important;
    left: auto !important;
    right: 0 !important;
    padding: 15px 40px !important;
    height: 75px;
    box-shadow: none;
    width: 100%;
}
.customer-side .form-main-pages {
    width: calc(100% - 300px);
    font-family: 'Cairo';
    float: none;
    margin: 0 !Important;
    height: auto !important;
    padding: 10px 40px !IMPORTANT;
    max-height: 67vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.main-form-pages .form-main-pages {
    max-width: 1400px;
    font-family: 'Cairo';
    float: none;
    margin: 0 !Important;
    height: auto !important;
    padding: 10px 40px !IMPORTANT;

}



.customer-side .form-main-pages:has(#Step8.js-active){
    width: calc(100% - 300px);
    font-family: 'Cairo';
    float: none;
    margin: 0 !Important;
    height: auto !important;
    padding: 105px 40px !IMPORTANT;
    max-height: unset;
    overflow-y: hidden;
    overflow-x: hidden;
}
@media (max-width:767px){
    .customer-side .form-main-pages:has(#Step8.js-active){
        padding: 230px 16px 105px !IMPORTANT;

        width: calc(100%);}

}
.main-form-pages .form-main-pages p {
    font-size: 16px;
    color: #4a4999;
    margin-bottom: 5px;

}

.step-inner-content {
    padding: 0 !Important;
}

.form-content {
    padding: 0 !important;
}

.multisteps-form__panel {
    background: #fff !important;
    box-shadow: 0px 0px 10px 1px rgb(113 113 113 / 22%);
    padding: 20px;
    border-radius: 5px;
}

.multisteps-form__panel .wizard-forms {
    margin: 0 !important;
}

.steps-area-fixed {
    justify-content: flex-start !important;
    padding: 75px 15px !important;
    width: 300px !important;
}

.steps-area-fixed .steps {
    position: static;
    margin-left: 68px;
}

.logo-pages {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.About-Us {
    display: flex;
    flex-direction: column;
    background: #fff !important;
    box-shadow: 0px 7px 10px 0px rgba(107, 107, 107, 0.22);
    padding: 20px 0;
    z-index: 10;
    margin-left: auto;
    position: fixed;
    top: 74px;
    right: 15px;

}

.About-Us {
    display: none;
}

.page-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 300px);
    float: none;
    margin: 0 !Important;
    padding-right: 40px !important;
    padding-left: 40px !important;
    font-family: 'Cairo';
}

.page-content form {
    margin-top: 20px !important;
}

.step-title {
    position: absolute;
    left: 38px;
    align-items: flex-start;
;
    justify-content: center;
    top: 0;
    font-family: 'Cairo';
    font-weight: 700;
}

.form-content:has(.upload-documents) h3 span p{
    font-size: 18px !important;
    color: #4a4999;
    margin-bottom: 5px;

}

.multisteps-form__panel.page-structure {
    background: rgba(255, 255, 255, .15) !important;
    backdrop-filter: blur(5px) !important;
    margin: 70px auto;
    max-width: 800px;
    position: unset;
    font-family: 'Cairo' !important;
}
span p {
    font-size: 20px;
}
h4.contact-title{
    margin-top: 22px;
    margin-bottom: 4px;
    font-family: 'Cairo' !important;
    color: #4a4999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}
h4.contact-title span:last-child{
    text-align: right;
}

.General-Coditions h2 {
    font-size: 18px;
    padding: 20px 0;
    color: #4a4999;
    font-family: 'Cairo' !important;
    width: auto;
}

.General-Coditions li {
    margin-bottom: 15px;

}

.General-Coditions li p {
    font-size: 14px !important;
    color: #000 !important;
    font-family: 'Cairo' !important;
}

.step-inner-content {
    margin: 0 !important;
}

.multisteps-form__panel.js-active {
    position: static;
}



.actions li button i {
    font-size: 13px;
}

textarea.form-control,
textarea.modal-form-control {
    height: 75px;
    resize: unset;
}

textarea.form-control{
    text-align: center;
}

input.form-control,
input.form-related-firm,
input.form-Other-accounts,
input.form-Bank-account,
input.company-control
{
    text-align: center;
    font-size: 13px;
}



#Step7 .General-Coditions ol {
    overflow: auto !important;
    max-height: 42vh !important;
    height: 100% !important;
}

.About-Us h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    margin-top: 16px;
    width: 100%;

}
.About-Us h3 span {
    font-size: 16px !important;
    color: #4a4999;
    padding: 0;

}

.About-Us span,
.About-Us a {
    font-family: 'Cairo' !important;
    font-size: 12px;
}

.About-Us .row .col-lg-12:last-child {
    border-top: 1px solid #efefef;
    padding-top: 10px;
    padding-bottom: 0 !important;

}
.actions li span {
    height: 42px;
    width: 140px;}

.steps-area .steps li:last-child {
    margin-bottom: 0 !important;
    margin-right: 0 !important
}

.js-btn-prev i{
    font-size:13px
}
#about-btn,#about-btn-en {
    background: transparent;
    color: #493aff;
    border: none;
    border-radius: 50%;
    font-size: 19px

}
#aboutaside-en{
    left: 0;
    right: auto;
    direction: ltr;
    text-align: left;
}
/*-- Responsive --*/
@media (min-width:768px) {

    #Step2 .step-inner-content fieldset .form-group-content ,#Bank-Accounts .form-group-content{
        width: calc(100% - 115px) !important;

    }
    #related-firm #related-firm-0 .number,
    #Other-accounts #Other-accounts-0 .number,
    #Bank-Accounts #Bank-Accounts-0 .number{
        margin-top: 1rem !important;
        margin-bottom: 0 !important;
    }

    input.form-control::placeholder,
    textarea.form-control::placeholder,
    input.form-related-firm::placeholder,
    input.form-Other-accounts::placeholder,
    input.form-Bank-account::placeholder,
    input.company-control::placeholder
    {
        color: transparent;
    }
    .step-inner-content fieldset legend span:last-child,label span:last-child,.form-content:has(.upload-documents) h3 span:last-child{
        text-align: right;
    }
    #printing-table table th span:last-child{
        text-align: right;
    }
}


@media (max-width:920px) {
    #printing-table table th span{
        text-align: center !important;
    }
}

@media (max-width:767px) {
    .step-inner-content .number,.form-group {
        margin-bottom: 0.5rem;
    }
    .add-btn,.remove-btn {
        margin-top: 0.5rem !important;
        margin-bottom: 0 !important;
    }
    #Step2 .step-inner-content fieldset .form-group-content, #Bank-Accounts .form-group-content{
        width: 100% !important;
    }
    #related-firm #related-firm-0 .number, #Other-accounts #Other-accounts-0 .number, #Bank-Accounts #Bank-Accounts-0 .number{
        margin-top: 0 !important;
    }
    #Step2 fieldset .form-group.col-12{
        flex-direction: column;
    }
    #Step2 .form-group:has(.form-group-content) span, #Bank-Accounts .form-group:has(.form-group-content) span{
        margin-right:0;
    }
    #printing-table table th{
        justify-content: center;}

    h4.contact-title span{
        text-align: center !important;
    }
    h4.contact-title {
        justify-content: center;
        margin-top: 40px;}
    li .step-title {
        display: none !important;
    }
    a.js-active.current .step-title {
        position: fixed;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        width: 100%;
        height: 67px;
        left: 0;
        right: 0;
        top: 184px;
    }

    .steps-area-fixed .multisteps-form__progress {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        top: 80px;
        border-bottom: unset;
    }

    .main-form-pages .header-main-pages .title-pages {
        font-size: 14px;
        width: 100%;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 15px;
    }

    .main-form-pages .form-main-pages p {
        font-size: 14px;
    }

    .steps li {
        margin-left: 0;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .main-form-pages .form-main-pages {
        width: 100%;
        font-family: 'Cairo';
        float: none;
        margin: 0 !important;
        height: auto !important;
        padding: 75px 1rem 20px !important;    }



    .steps-area-fixed .steps {
        position: static;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: auto;
        height: 46px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 151px;
    }

    .steps-area-fixed {
        justify-content: flex-start !important;
        padding: 75px 15px !important;
        border-right: 1px solid #e8e8e8;
        width: 100% !important;
        height: 185px !important;
        flex-wrap: nowrap;
        z-index: 10;
    }

    #about-btn span {
        display: none;
    }

    .main-form-pages #about-btn {
        color: #4a4999;
        background: #fff;
        border: none;
        border-radius: 50%;
        font-size: 23px;
        position: fixed;
        top: 16.5px;
        right: 1rem;

    }

    .steps-area-fixed .steps {
        width: calc(100% - 40px);
        height: auto;
        position: static;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        margin-top: 155px;
    }

    fieldset {
        justify-content: center;
        position: relative;
    }

    fieldset.mb-4,
    fieldset.my-0 {
        margin-bottom: 2.5rem !important;
    }

    .form-group-content {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }



    .multisteps-form__panel {
        margin-top: 35px;
    }


    .About-Us {

        overflow-y: scroll;
    }

    address.email {
        flex-direction: row !important;
        flex-wrap: wrap;
    }


    div.address {
        flex-wrap: wrap;
        flex-direction: row !important;
    }

    div.address .col-12:first-child {
        width: 100%;
        flex-direction: column;
        text-align: center;
        gap: 5px;


    }





    .main-form-pages .header-main-pages {
        top: 71px;
        padding: 15px 1rem;
        width: 100%;
        top: 80px;
        border-bottom: unset;
        z-index: 11;
    }

    .About-Us h3 {
        border-top: unset;
        padding-top: 0;
    }
    .logo-pages {
        position: fixed;
        width: 100%;
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 1rem;
    }
    .main-form-pages .actions {
        width: 100%;
        padding: 15px 1rem !important;
    }
    .actions li span ,.actions li button {
        width:85px;
        margin-left:0;
    }

    .actions ul {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .actions ul li {
        width: 85px;
    }
    .actions ul li:has(.js-btn-next){
        margin-left: auto;
    }
    #Bank-Accounts .form-group:has(.form-group-content){
        justify-content: center !important;
        flex-direction: column;
    }
}
@media (max-width:375px) {
    address {
        flex-direction: row !important;
        flex-wrap: wrap;
    }







    .About-Us .row {
        min-width: 200px !important;
    }

    .logo-pages {
        width: 70%;
    }
}

.modal-body .gap-3{
    gap: 15px;
}


/* printing table styles */

#printing-table .text-primary,
.modal-body .text-primary
{
    color: #4a4999 !important;
}

#printing-table a.text-primary:hover {
    color: #4a4999e7;
}

#printing-table th {
    color: #4a4999;
    font-size: 1rem;
    padding: 1rem;
}

#printing-table table th{
    font-size: 1rem !important;
    justify-content: space-between;

}
#printing-table td {
    padding: 0.8rem;
    font-size: 0.8rem;
}
#printing-table #table-related-firm td ,
#printing-table #table-Bank-account td ,
#printing-table #table-Other-accounts td{
    text-align: center;
    min-height: 2rem;
    padding: 5px;
    overflow-wrap: anywhere;
}

@media screen {
    #printing-table tr:has(> td >input[type="checkbox"]:checked),
    #printing-table tr:has(> th >input[type="checkbox"]:checked)
    {
        background-color: #dccaf3 !important;
    }
    #printing-table> thead,
    #printing-table> tfoot,
    #print-side-img {
        display: none;
    }
    #printing-table #table-related-firm thead ,
    #printing-table #table-Bank-account thead ,
    #printing-table #table-Other-accounts thead{
        display:contents;
    }
    #printing-table thead th .gap-4{
        gap: 35px;
    }
    .multisteps-form__form.show-page{
        float: none !important;
        margin: 10px auto !important;
        padding: 20px 0 !important;
    }

    #printing-table .print-only{
        display: none;
    }

    #printing-table:has(input[type="checkbox"]) th.col-6,
    #printing-table:has(input[type="checkbox"]) td.col-6{
        width: calc(100%/2 - 25px) !important;
        flex: 0 0 47.1% !important;
    }

    #printing-table .table-bordered:has(input[type="checkbox"]) th.col-4,
    #printing-table .table-bordered:has(input[type="checkbox"]) td.col-4{
        width: calc(100%/3 - 17px) !important;
        flex: 0 0 31.5% !important;
    }
}
.show-page #table-related-firm thead th:first-child,
.show-page #table-Other-accounts thead th:first-child,
.show-page #table-Bank-account thead th:first-child,
.show-page .table-purchases thead th:first-child{
    border-top-left-radius: 15px;
}
.show-page #table-related-firm thead th:last-child,
.show-page #table-Other-accounts thead th:last-child,
.show-page #table-Bank-account thead th:last-child,
.show-page .table-purchases thead th:last-child
{
    border-top-right-radius: 15px;

}
.show-page #table-related-firm tbody tr:last-child td:first-child,
.show-page #table-Other-accounts tbody tr:last-child td:first-child,
.show-page #table-Bank-account tbody tr:last-child td:first-child,
.show-page .table-purchases tbody tr:last-child th:first-child,
.show-page .table-purchases tbody tr:last-child
{
    border-bottom-left-radius: 15px;
}
.show-page #table-related-firm tbody tr:last-child td:last-child,
.show-page #table-Other-accounts tbody tr:last-child td:last-child,
.show-page #table-Bank-account tbody tr:last-child td:last-child,
.show-page .table-purchases tbody tr:last-child th:last-child,
.show-page .table-purchases tbody tr:last-child{
    border-bottom-right-radius: 15px;
}

.company-details{
    align-items: center;
}
@media print {
    .show-page .table-bordered:not(.signature) tr
    {
        border: none !important;
    }
    .show-page .table-bordered tbody tr td

    {
        border-top: none !important;
        border-bottom: none !important;
        border-left: none !important;
    }
    .show-page .table-bordered th{
        border-bottom: none !important;
        border-left: none !important;
        border-top: none !important;

    }
    .show-page .table-bordered tbody tr td:last-child,
    .show-page .table-bordered th:last-child{
        border-right: none !important;
    }
    .signature.table-bordered tbody tr td {
        border-top: 1px solid #dee2e6 !important;
    }

    .company-details{
        align-items: flex-start !important;
    }
    .view-only{
        display: none;
    }
    #printing-table a.text-primary{
        text-decoration: none !important;
    }
    .customer-side .form-main-pages:has(#Step8.js-active){
        width: 100% !important;
        padding: 0 !important;
    }
    .customer-side .table-responsive {
        display: flex !important;
        min-width: 100%;
        overflow-x: hidden;}
    /* .table-purchases{
        padding-top:30px !important;
    } */
    .company-details{
        margin-bottom:auto !important;
        align-items: center;
    }

    .table {
        margin: 0 !important;
        padding: 0 !important;
    }
    .screen-only{
        display: none;
    }
    #spacer {
        height: 150px;
    }
    #spacer3 {
        height: 200px;
    }
    #spacer2{
        height:40px;
    }
    .separate-page {
        page-break-before: always;
    }

    #printing-table .tr-checked{
        background-color: #fff !important;
    }
    #printing-table th:has(>input[type="checkbox"]),
    #printing-table td:has(>input[type="checkbox"])

    {
        display: none;
    }
    #printing-table .tr-checked:not(:has(input[type="checkbox"]:checked)) {
        display: none !important;
    }

    #printing-table .company-check:has(input[type="checkbox"]:checked){
        display: none;
    }
    .table-head div{
        background: #4a4999;
        color: #fff;
        padding: 20px 50px;
        border-radius: 10px;
        font-size: 28px;
    }
    .legend-title{
        font-size: 24px;
        color: #4a4999;
    }
    .show-page .legend-title{
        font-size: 18px;
        color: #4a4999;
    }
    thead {
        display: table-row-group;
    }
    tr{ page-break-inside:avoid; page-break-after:auto }
    #print-side-img{
        z-index: 10000;
    }
    .multisteps-form__form.show-page{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    #printing-table thead th .gap-4{
        gap: 35px;
        padding: 0 60px;
    }
    #printing-table#printing-table {
        margin-left: 4rem !important;
    }

    header.header-main-pages,
    .actions,
    .aside-main-pages {
        display: none !important;
    }

    .form-main-pages.form-main-pages {
        padding: 0 !important;
        width: 100% !important;
    }

    #print-side-img {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
    }
    .show-page-buttons{
        display: none !important;
    }
    .multisteps-form__form.show-page,
    .main-form-pages .form-main-pages{
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;

    }

    @page {
        padding: 0 !important;
    }

    .page-number {
        position: absolute;
        text-align: center;
        width: 99%;
    }


    div{
        margin: 0 !important;
    }


}

@page {
    margin: 0 1mm !important;
    padding: 0 !important;

}
.About-Us .row{
    width: auto;
    min-width: 300px;
    margin: auto;
    padding: 1rem;
}
.About-Us .row .col-lg-12{
    padding: 1rem 0;
    border-top: 1px solid #efefef;

}

#arabic .radio span{
    gap: 10px;
}
#arabic .checkbox {

    gap: 18px;
}
#arabic .check-group{
    padding-right: 15px;
}

.page-structure .structure{
    padding-top: 30px;
}
.form-area:has(.page-structure){
    padding-top:10px;
    padding-bottom:10px;
}

.actions li .Home{
    background-color: #493aff;
}
.main-form-pages .actions:has(.Home){
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    bottom: -79px;
    position: absolute!important;
}
.success-page h1{
    font-size: 19px;
    padding: 20px 0;
}
.success-page h2{
    font-size: 17px;
    padding: 0 0 20px;

}
.success-page p{
    font-size: 15px !important;
    font-weight: normal !important;
    color: gray !important;
}

.main-form-pages .form-main-pages:has(.success-page){
    padding: 110px !important;
    width: calc( 100% - 300px );
}
@media (max-width:767px){
    .main-form-pages .form-main-pages:has(.success-page){
        width: calc( 100% );
        padding: 200px 1rem 110px !important;
    }
    .form-main-pages:has(.success-page) .actions ul {

        justify-content: center;
    }
    .main-form-pages .actions:has(.Home){
        width: calc(100%);
    }
}
.main-form-pages:has(.success-page) .multisteps-form__progress-btn.js-active {
    cursor: default;}

.form-group:has(.form-group-content){
    margin-bottom: 1rem !important;
}
.upload-documents .upload-icon i.fa-file-image{
    color: #4a4999;
}
.upload-documents .upload-icon i.fa-file-image:hover{
    color: #828282;
}
.form-content:has(.upload-documents) h3 span p,.step-inner-content fieldset legend span p,.contact-title span p{
    width: max-content;
    padding-bottom: 15px;
    font-weight: 700;
}
.table-bordered {
    border:0;
}
.table-bordered th{
    border-bottom:none !important;
}
/* .table-bordered th:first-child{
    border-left: none !important;
} */
.contact-title span p{
    font-size: 23px !important;
}
/* .table-bordered th:first-child ,.table-bordered td:first-child{
    border-left: none !important;
  } */
/* .table-bordered th:last-child ,.table-bordered td:last-child{
  border-right: none !important;
} */
.step-inner-content fieldset label span{
    padding:0
}



.step-inner-content .number{
    margin-bottom: 1rem;
    margin-right: 1rem;
}
.step-inner-content fieldset label span{
    padding: 0;
}
#related-firm #related-firm-0 .form-group-content label,
#Other-accounts #Other-accounts-0 .form-group-content label,
#Bank-Accounts #Bank-Accounts-0 .form-group-content label{
    display: flex !important;
}
#related-firm .form-group-content label,
#Other-accounts .form-group-content label,
#Bank-Accounts .form-group-content label
{
    display: none !important;
}

.legend-title ,legend{
    font-weight: 700;
}
button{
    font-weight: 500;
}
.underline{
    border-bottom: 1px solid #e8e8e8;
    width: max-content;
    padding-bottom: 15px;
    height: -webkit-fill-available;
    margin-bottom: 0!important;
}
address{
    margin-bottom: 0 !important;
}

.show-page-header{
    width: 100% !important;
}


.delete-file-button:hover
{
    color: #fff;
    background-color: #4a4999;
}

.show-page-buttons ul{
    gap:15px;
}
.About-Us #close-btn,.About-Us #close-btn-en
{
    background-color: #fff;
    color: #4a4999;
    border: 0;
    float: inline-end;
    padding: 10px 17px;
}
.About-Us #close-btn-en{
    float: inline-start;

}
label.error{
    position: absolute;
    bottom: -28px;
    color: red;
    left: 17px;
}
.delete-file-button{
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    border: 0;
    color: #404999;
}
.show-page-buttons #btn-reject{

    color: #d30101;
    background-color: #ffdfdf;
    border: 2px solid #ffdfdf;

}
.show-page-buttons #btn-approve i,
.show-page-buttons #btn-reject i{
    font-size: 14px;
    line-height: normal;
}
.show-page-buttons #btn-approve,
.show-page-buttons #btn-reject
{
    display: flex;
    width: 140px;
    align-items: center;
    font-size: 16px;
    border-radius: 5px;
    padding: 5px 0;
    justify-content: center;
    font-weight: 700;
    gap: 15px;
    height: 42px;
}
.show-page-buttons #btn-approve
{

    color: green;
    background-color: #c5f5c761;
    border: 2px solid #c5f5c761;
}
.show-page-buttons #btn-approve:hover,
.show-page-buttons #btn-reject:hover{
    background-color: #fff;
}
/* .General-Coditions{
  word-break: break-all;
} */
tfoot span,
tfoot div{
    font-size: 16px;
}
tfoot .legend-title span{
    font-size: 20px !important;
}
select#Branch,
select.form-Other-accounts{
    background-position-y: 50%;
}
select.form-control:not([size]):not([multiple]){
    height: 42px;
}
.required-star::after{
    content: "\f069";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: red;
    position: absolute;
    font-size: 8px;
    margin-left: 5px;
    height: 21px !important;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}
.upload-documents .required-star::after{
    height: 15px !important;

}
select#Branch,
select.form-Other-accounts{
    background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzRhNDk5OSIgZD0iTTE0MyAzNTIuM0w3IDIxNi4zYy05LjQtOS40LTkuNC0yNC42IDAtMzMuOWwyMi42LTIyLjZjOS40LTkuNCAyNC42LTkuNCAzMy45IDBsOTYuNCA5Ni40IDk2LjQtOTYuNGM5LjQtOS40IDI0LjYtOS40IDMzLjkgMGwyMi42IDIyLjZjOS40IDkuNCA5LjQgMjQuNiAwIDMzLjlsLTEzNiAxMzZjLTkuMiA5LjQtMjQuNCA5LjQtMzMuOCAweiIvPjwvc3ZnPg==") !important;
    background-size: 10px;
    background-position-x: 98%;
    cursor: pointer;}
#loadingDiv{
    min-height: 100vh;
    font-family: Roboto, Arial;
    color: #ADAFB6;
    justify-content: center;
    align-items: center;
    background: rgba(249, 251, 255,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 555555;
}
#loadingDiv .boxes {
    height: 32px;
    width: 32px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    margin-top: 32px;
    -webkit-transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
    transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}
#loadingDiv .boxes .box {
    width: 32px;
    height: 32px;
    top: 0px;
    left: 0;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}



#loadingDiv .boxes .box:nth-child(1) {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-animation: box1 1s linear infinite;
    animation: box1 1s linear infinite;
}
#loadingDiv  .boxes .box:nth-child(2) {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-animation: box2 1s linear infinite;
    animation: box2 1s linear infinite;
}
#loadingDiv  .boxes .box:nth-child(3) {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
    -webkit-animation: box3 1s linear infinite;
    animation: box3 1s linear infinite;
}
#loadingDiv .boxes .box:nth-child(4) {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-animation: box4 1s linear infinite;
    animation: box4 1s linear infinite;
}



#loadingDiv  .boxes .box > div {
    background: #5C8DF6;
    --translateZ: 15.5px;
    --rotateY: 0deg;
    --rotateX: 0deg;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5C8DF6;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
    transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
}

#loadingDiv   .boxes .box > div:nth-child(1) {
    top: 0;
    left: 0;
    background: #5C8DF6;
}
#loadingDiv  .boxes .box > div:nth-child(2) {
    background: #145af2;
    right: 0;
    --rotateY: 90deg;
}
#loadingDiv  .boxes .box > div:nth-child(3) {
    background: #447cf5;
    --rotateX: -90deg;
}
#loadingDiv  .boxes .box > div:nth-child(4) {
    background: #DBE3F4;
    top: 0;
    left: 0;
    --translateZ: -90px;
}





@keyframes box1 {
    0%,
    50% {
        transform: translate(100%, 0);
    }
    100% {
        transform: translate(200%, 0);
    }
}

@keyframes box2 {
    0%{
        transform: translate(0, 100%);
    }
    50% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(100%, 0);
    }
}

@keyframes box3 {
    0%,
    50% {
        transform: translate(100%, 100%);
    }
    100% {
        transform: translate(0, 100%);
    }
}

@keyframes box4 {
    0%{
        transform: translate(200%, 0);
    }
    50% {
        transform: translate(200%, 100%);
    }
    100% {
        transform: translate(100%, 100%);
    }
}
/* .form-group:has(select#Branch):after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    border: 1px solid #4a4999;
    border-radius: 50%;
    left: calc(98% - 30.5px);
    top: 39px;
} */
/* .multisteps-form__panel{
    overflow-y: auto !important;
max-height: 61vh !important;
height: 100% !important;
} */
.deactive.js-active .step-title p{
    color: red !important;
}
.steps-area .steps  a.js-active.deactive span{
    background-color: red !important;
}

.main-form-pages:has(.step-cs-1.deactive) #step1 .step-title p {
    color: red !important;
}
.main-form-pages:has(.step-cs-1.deactive) #step1 span {
    background: red !important;
    color: transparent !important;
}
.main-form-pages:has(.step-cs-1.deactive) #step1 span i {
    color: #fff;
    font-size: 11px;
}
.main-form-pages:has(.step-cs-1.deactive) #step1 span i::before {
    content: "\f129";
}
.main-form-pages:has(.step-cs-2.deactive) #step2 .step-title p {
    color: red !important;
}
.main-form-pages:has(.step-cs-2.deactive) #step2 span {
    background: red !important;
    color: transparent !important;
}
.main-form-pages:has(.step-cs-2.deactive) #step2 span i {
    color: #fff;
    font-size: 11px;

}
.main-form-pages:has(.step-cs-2.deactive) #step2 span i::before {
    content: "\f129";
}
.main-form-pages:has(.step-cs-3.deactive) #step3 .step-title p {
    color: red !important;
}
.main-form-pages:has(.step-cs-3.deactive) #step3 span {
    background: red !important;
    color: transparent !important;
}
.main-form-pages:has(.step-cs-3.deactive) #step3 span i {
    color: #fff;
    font-size: 11px;

}
.main-form-pages:has(.step-cs-3.deactive) #step3 span i::before {
    content: "\f129";
}
.main-form-pages:has(.step-cs-4.deactive) #step4 .step-title p {
    color: red !important;
}
.main-form-pages:has(.step-cs-4.deactive) #step4 span {
    background: red !important;
    color: transparent !important;
}
.main-form-pages:has(.step-cs-4.deactive) #step4 span i {
    color: #fff;
    font-size: 11px;

}
.main-form-pages:has(.step-cs-4.deactive) #step4 span i::before {
    content: "\f129";
}
.main-form-pages:has(.step-cs-5.deactive) #step5 .step-title p {
    color: red !important;
}
.main-form-pages:has(.step-cs-5.deactive) #step5 span {
    background: red !important;
    color: transparent !important;
}
.main-form-pages:has(.step-cs-5.deactive) #step5 span i {
    color: #fff;
    font-size: 11px;

}
.main-form-pages:has(.step-cs-5.deactive) #step5 span i::before {
    content: "\f129";
}
.main-form-pages:has(.step-cs-6.deactive) #step6 .step-title p {
    color: red !important;
}
.main-form-pages:has(.step-cs-6.deactive) #step6 span {
    background: red !important;
    color: transparent !important;
}
.main-form-pages:has(.step-cs-6.deactive) #step6 span i {
    color: #fff;
    font-size: 11px;

}
.main-form-pages:has(.step-cs-6.deactive) #step6 span i::before {
    content: "\f129";
}
.main-form-pages:has(.step-cs-7.deactive) #step7 .step-title p {
    color: red !important;
}
.main-form-pages:has(.step-cs-7.deactive) #step7 span {
    background: red !important;
    color: transparent !important;
}
.main-form-pages:has(.step-cs-7.deactive) #step7 span i {
    color: #fff;
    font-size: 11px;

}
.main-form-pages:has(.step-cs-7.deactive) #step7 span i::before {
    content: "\f129";
}
.main-form-pages:has(.step-cs-8.deactive) #step8 .step-title p {
    color: red !important;
}
.main-form-pages:has(.step-cs-8.deactive) #step8 span {
    background: red !important;
    color: transparent !important;
}
.main-form-pages:has(.step-cs-8.deactive) #step8 span i {
    color: #fff;
    font-size: 11px;

}
.main-form-pages:has(.step-cs-8.deactive) #step8 span i::before {
    content: "\f129";
}
.main-form-pages:has(.step-cs-9.deactive) #step9 .step-title p {
    color: red !important;
}
.main-form-pages:has(.step-cs-9.deactive) #step9 span {
    background: red !important;
    color: transparent !important;
}
.main-form-pages:has(.step-cs-9.deactive) #step9 span i {
    color: #fff;
    font-size: 11px;

}
.main-form-pages:has(.step-cs-9.deactive) #step9 span i::before {
    content: "\f129";
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
input[type=number] {
    -moz-appearance: textfield;
}
.show-page .company-control{
    border-color: #dee2e6  !important;
    color: #2f3146;
    text-align: center;
    min-height: 40px;
}
.show-page .table-bordered td,
.show-page .table-bordered th {
    border: 0;
}
.table-bordered {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dee2e6;
    border-radius: 15px;
}
.table-bordered thead tr{
    border-radius: 15px;
}


.table-bordered td{
    border-top: 1px solid #dee2e6;
}
.table-bordered th:not(:last-child),
.table-bordered td:not(:last-child){
    border-right: 1px solid #dee2e6;
}
.show-page .table-purchases tbody th:not(:last-child){
    border-right: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}
.show-page .table-purchases tbody th:last-child,
.show-page .table-purchases tbody td
{
    border-top: 1px solid #dee2e6 !important;
    text-align: center;
}
.signature td{
    border-top: 1px solid #dee2e6 !important;
}
.signature tbody tr{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.check{
    width: 20px;
    height: 20px;
    border: 1px solid #2f3146;
}
.app-type .gap-3{
    gap: 16px;
}
.app-type .gap-4{
    gap: 22px;
}
.app-type{
    font-size: 16px;
}
.bg-light{
    background-color: rgba(0,0,0,.05) !important;
}
.show-page #printing-table td{
    font-weight: bold;
}
.modal-dialog {
    max-width: 550px !important;
}
.modal-title.col-12{
    max-width: calc(100% - 25px);
}
.alert-container {
    position: fixed;
    width: auto;
    right: 1%;
    z-index: 5;
    top:2%;
}
.alert-container .alert {
    border-radius: 9px;
    padding: 7px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}
.alert-container .alert p,
.alert-container .alert li {
    font-size: 14px;
    margin: 0;
}
/* Custom CSS for progress bar */
.load-progress {
    width: 300px;
    height: 20px;
    margin-top: 200px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

}

.load-progress-bar {
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
