body {
    position: relative !important;
    font-family: 'Markazi Text', serif !important;
    font-size: 15.4px !important;
    line-height: 24px !important;
}

.form-control, .form-select {
    position: relative !important;
    font-size: 16.4px !important;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 16.4px;
}
.tab-wrap {
    width: 100%;
}

.mpq-landing-banner {
    padding-bottom: 28px;
}

.heading-caption {
    font-size: 28px !important;
    margin-bottom: 16px !important;
}

/*============
    Wrap Section
    ============*/

#freelance-wrap {
    position: relative;
    margin: 24px auto;
}

#freelance-wrap .container {
    position: relative;
    width: 612px;
}

#freelance-wrap .container .step-box {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 32px;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px #ECEFF5;
    padding: 18px 24px 24px 24px;
}

#freelance-wrap .container .form-row {
    margin-right: -8px;
    margin-left: -8px;
}

.country-icon {
    position: relative;
    width: 24px;
    float: right;
}



/*============
    Font Styles
    ============*/
.section-head {
    color: #182F7C;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
}

.section-subhead {
    color: #6C727F;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-head .font-size-small {
    font-size: 11px;
    font-weight: 600;
}

.form-label-new {
    color: #6C727F;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    padding-bottom: 8px;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
}

.form-check-label {
    color: #6C727F;
    font-size: 13px;
    line-height: 21px;
}

.label-paragraph-small {
    color: #6C727F;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
    padding-bottom: 8px;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
}

.label-paragraph-medium {
    color: #6C727F;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
    padding-bottom: 8px;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
}

.label-paragraph-home {
    color: #6C727F;
    font-family: Inter;
    font-size: 13.6px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%;
    padding-bottom: 18px;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
}

.span-head {
    color: #182F7C;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 8px;
}


/*============
    Form Styles
    ============*/
.form-row {
    position: relative;
    padding: 0px;
    margin-left: -12px;
    margin-right: -12px;
}

.form-row .col-md-12 {
    padding: 6px;
}

.form-row .col-md-6 {
    padding: 6px;
}

.paragraph-footer {
    position: relative;
    text-align: center;
    color: #6C727F;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: -.2px;
}



/* Input Box */
.form-content-inputbox {
    border-radius: 8px !important;
    background: #ffffff;
    height: 42px;
    padding: 12px;
    color: #6C727F;
    border-radius: 8px;
    border: 1px solid #D2D5DA;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
    margin: 0px;
    width: 100%;
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
    border-color: #1f3a88;
}


/* Select Box */
.form-content-selectbox {
    border-radius: 8px !important;
    border: 1px solid #D2D5DA;
    background: #ffffff;
    height: 42px;
    padding: 10px 7px 13px 18px;
    color: #6C727F;
    border-radius: 8px;
    border: 1px solid #D2D5DA;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
    margin: 0px;
    width: 100%;
}

.form-content-selectbox:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
    border-color: #1f3a88;
}


/* Buttons Section */
.custom-secondary-btn {
    position: relative;
    width: 100%;
    border-radius: 8px;
    background: #30A7DF;
    border: 1px solid #30A7DF;
    height: 44px;
    font-size: 15px;
}

.custom-secondary-btn:hover {
    color: #30A7DF !important;
    background-color: #ffffff !important;
    border-color: #30A7DF !important;
}

.custom-secondary-btn:active {
    color: #fff !important;
    background-color: #30A7DF !important;
    border-color: #30A7DF !important;
}

.custom-secondary-btn:focus {
    color: #fff !important;
    background-color: #30A7DF !important;
    border-color: #30A7DF !important;
    box-shadow: 0 0 0 0rem rgba(130, 138, 145, .5) !important;
}




.custom-grey-btn {
    position: relative;
    width: 100%;
    border-radius: 8px;
    background: #D3DAE6;
    border: 1px solid #D3DAE6;
    height: 44px;
    font-size: 15px;
    color: #6C727F;
}

.custom-grey-btn:hover {
    color: #6C727F !important;
    background-color: #ffffff !important;
    border-color: #D3DAE6 !important;
}

.custom-grey-btn:active {
    color: #6C727F !important;
    background-color: #ffffff !important;
    border-color: #D3DAE6 !important;
}

.custom-grey-btn:focus {
    color: #6C727F !important;
    background-color: #ffffff !important;
    border-color: #D3DAE6 !important;
    box-shadow: 0 0 0 0rem rgba(130, 138, 145, .5) !important;
}



.custom-add-btn {
    float: right;
    position: relative;
    padding: 6px 10px 7px 10px;
    border-radius: 8px;
    border: 1px solid var(--Input-border-color, #D2D5DA);
    background: #EFF2F7;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
    color: #6C727F;
    line-height: 24px;
    height: 38px;
    font-weight: 500;
}

.custom-add-btn:hover {
    position: relative;
    background: #ffffff;
    color: #6C727F;
}

.custom-add-btn > svg {
    position: relative;
    float: left;
    margin-top: 3px;
    margin-right: 6px;
}



.sd-container {
    position: relative;
    float: none;
    width: auto;
}

.sd {
    padding: 5px 10px;
    height: 30px;
    width: 150px;
}

.open-button {
    position: absolute;
    top: 6px;
    left: 4px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    pointer-events: none;
}

.open-button button {
    border: none;
    background: transparent;
}

.open-button img {
    position: relative;
    width: 18px;
}



/* Alert Section */
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.form-alert-danger {
    color: #71192F;
    background-color: #FCE8DB;
    border-color: #FCE8DB;
    position: relative;
    float: left;
    width: 100%;
    padding: 6px 12px;
    border-radius: 8px;
    margin: 0px;
    font-size: 13px;
}

.form-alert-danger i {
    position: relative;
    color: #71192F;
    padding-right: 4px;
}




/*Padding*/
.padding-2 {
    padding: 2px !important;
}



/*Wizard*/
.step {
    list-style: none;
    margin: 0px auto;
    width: 100%;
}

.step .step-item {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 0;
    min-height: 1rem;
    position: relative;
    text-align: center;
}

.step .step-item-custom {
    margin: 0px;
    margin-left: -40px;
}

.step .step-item:not(:first-child)::before {
    background: #30A7DF;
    content: "";
    height: 2px;
    left: -50%;
    position: absolute;
    top: 9px;
    width: 100%;
}

.step .step-item a {
    color: #acb3c2;
    display: inline-block;
    padding: 20px 10px 0;
    text-decoration: none;
}

.step .step-item a::before {
    background: #30A7DF;
    border: .1rem solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: .9rem;
    left: 50%;
    position: absolute;
    top: .2rem;
    transform: translateX(-50%);
    width: .9rem;
    z-index: 1;
}

.step .step-item.active a::before {
    background: #ffffff;
    border: .1rem solid #30A7DF;
}

.completed a::before {
    background: #069851;
    border: .1rem solid #ffffff;
}

.step .step-item.active ~ .step-item::before {
    background: #e7e9ed;
}

.step .step-item.active ~ .step-item a::before {
    background: #e7e9ed;
}




/*Step 2*/
.corporate-experience-loop {
    position: relative;
    padding-bottom: 16px;
}

.border-dotted {
    border-top: 1px dashed #D2D5DA;
    height: 16px;
}

/*Step 7*/
.success-border {
    border: 2px solid #069851;
}




/*Additional*/
.select-box {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 13px !important;
}

.custom-number {
    font-size: 13px !important;
}

.select-box input {
    width: 100%;
    padding: 1rem .6rem;
    font-size: 1.1rem;
    border: .1rem solid transparent;
    outline: none;
    border-radius: 0px !important;
    text-align: right;
}

input[type="tel"] {
    border-radius: 0 .5rem .5rem 0;
}

.select-box input:focus {
    border: .1rem solid var(--primary)
}

.select-box .custom-number2:focus {
    border: 0rem solid var(--primary);
    padding: 11px;
}

.selected-option {
    background-color: #eee;
    border-radius: 8px !important;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.selected-option div {
position: relative;
    width: 148px;
    padding: 12px 6px 6px 10px;
    border-left: 1px solid #D2D5DA;
    text-align: right;
    cursor: pointer;
    top: -2px;
    height: 44px;
}

.selected-option div::after {
    position: absolute;
    content: "";
    left: 8px;
    top: 21px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: .12rem solid #D2D5DA;
    border-bottom: .12rem solid #D2D5DA;
    transition: .2s;
}

.selected-option strong {
    position: relative;
    font-weight: 600;
    padding-left: 0px;
    margin-right: 6px;
}

.selected-option div.active::after {
    transform: translateY(-50%) rotate(225deg);
}

.select-box .options {
    position: absolute;
    top: 4rem;
    width: 100%;
    background-color: #fff;
    border-radius: .5rem;
    z-index: 1;
    display: none;
}

.select-box .options.active {
    display: block;
}

.select-box .options::before {
    position: absolute;
    content: "";
    left: 1rem;
    top: -1.2rem;

    width: 0;
    height: 0;
    border: .6rem solid transparent;
    border-bottom-color: var(--primary);
}

input.search-box {
    background-color: #ffffff;
    color: #fff;
    border-radius: .5rem .5rem 0 0;
    padding: 1.4rem 1rem;
    border: .1rem solid var(--primary);
}

.select-box ol {
    list-style: none;
    max-height: 270px;
    overflow: overlay;
    padding: 0px;
    margin: 0px;
}

.select-box ol::-webkit-scrollbar {
    width: 0.6rem;
}

.select-box ol::-webkit-scrollbar-thumb {
    width: 0.4rem;
    height: 3rem;
    background-color: #ccc;
    border-radius: .4rem;
}

.select-box ol li {
    padding: 2px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid #ededed;
}

.select-box ol li.hide {
    display: none;
}

.select-box ol li:not(:last-child) {
    border-bottom: 1px solid #ededed;
}

.select-box ol li:hover {
    background-color: lightcyan;
}

.iconify {
    margin-right: 4px;
}


.select-box ol li .country-name {
    margin-left: .4rem;
    position: relative;
    float: left;
    width: auto;
}

.select-box ol li .iconify {
    margin-right: 4px;
    float: left;
    margin-top: 6px;
}

.padding-24 {
    padding: 24px;
}

.padding-bottom-40 {
    padding-bottom: 12px;
    height: 40px;
    position: relative;
    float: left;
}

.label-form {
    position: relative;
    font-weight: 600;
    width: 100%;
    margin-bottom: 4px;
}

.custom-table th {
    padding: 6px;
    font-weight: 600;
    background: #F3F6FA;
}

.custom-table td {
    padding: 6px;
}

.custom-table-td {
    padding: 6px;
    font-weight: 600;
    background: #F3F6FA;
}