.techno-main-menu{
    box-shadow: 0px 4px 4px 0px #0000001A;
    position: relative;
    z-index: 1;
}
.section-wrap{
    background-color: #FFFFFF !important;
    min-height: 650px;
    padding-top: 80px;
}

.payment-summary-title{
    font-weight: 700;
    font-size: 14px;
    color: #222222;
}

.warm-leads-program{
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

.warm-leads-program span{
    font-size: 14px;
    color: #222222;
}

.warm-leads-program label {
    margin-top: 2px !important;
    margin-bottom: 0 !important;
}

.warm-leads-program .custom-checkbox{
    align-items: flex-start;
}

.payment-summary-card{
    padding: 20px !important;
}

.payment-summary-card hr{
    border-bottom: 1px solid #CCCCCC;
}

.payment-divider{
    padding-top: 20px;
}

.payment-total{
    padding-top: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #222222;
}

.payment-form-wrapper > .form-control{
    margin-top: 20px !important;
}

.card-details-row{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.discount-input::placeholder {
    color: red !important;
}

.payment-btn{
    display: flex;
    justify-content: center;
}

.payment-btn-inner{
    display: flex;
    justify-content: space-between;
    width: 400px;
}

.payment-btn-inner p {
    width: 200px;
}

.payment-btn-inner p input {
    width: 100%;
    height: 52px;
}

.footer-note-section {
    background: #EFF2F7;
    padding: 24px 0;
    display: flex;
    justify-content: center;
    border-top: 1px solid #eee;
    height: 100px;
}

.footer-note-content {
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-note-content > div > span {
    color: #222222;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}

.footer-note-content > b {
    color: #222222;
    font-weight: 800;
    font-size: 32px;
}

.footer-note-btn {
    background: #173866;
    color: #fff;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.footer-note-btn:hover {
    background: #1c488c;
}

.site-footer {
    background: #222;
    color: #fff;
    padding: 18px 24px;
    font-size: 13px;
    letter-spacing: 2px;
}

.request-btn{
    background-color: #133262 !important;
    font-size: 17px;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    width: 220px;
    height: 52px;
    border-radius: 4px;
}

.request-btn:hover{
    background-color: #425B81 !important;
}

.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select {
    width: 100%;
    padding: 12px 40px 12px 16px; /* padding right for arrow space */
    padding-left: 16px !important;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #333;
    outline: none;
    cursor: pointer;
    background-image: none !important;
}

.custom-select-arrow {
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-select-arrow::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #222;
}

.custom-select {
    background: none;
    padding: 0;
}

.form-control{
    color: #222222 !important;
}

.form-control::placeholder{
    color: #222222 !important;
}

.project-description-input {
    padding-left: 16px !important;
    padding-top: 15px !important;
}

.project-description-input{
    height: 156px !important;
}

input.form-control{
    padding: 15px 16px !important;
}

input.your-answer-input{
    padding: 0 !important;
    resize: none !important;
}

/* Base */
.cfo-card {
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 20px 20px 40px 20px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 110px;
}

.cfo-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
}

.cfo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cfo-tags > .green-btn{
    padding: 6px 16px !important;
    font-weight: 700;
    font-size: 14px;
}

.cfo-tag {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 12px;
    background: #43a65f;           /* green badge */
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
}

.cfo-created {
    color: #222222;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
}

.cfo-card__body p {
    margin: 20px 0 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #222222;
}

/* Footer buttons */
.cfo-card__footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 12px;
    position: absolute;
    right: 0;
    bottom: -35px;
}

/* Status (two-line) button */
.status-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    background: #fff;
    border: 1px solid #133262;
    color: #133262;
    border-radius: 4px;
    cursor: default !important;
    width: 220px;
    height: 52px;
}

.status-btn-active {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    background: #5CB56E;
    border: 1px solid #5CB56E;
    color: #fff;
    border-radius: 4px;
    width: 220px;
    height: 52px;
}

.status-btn-active:hover {
    cursor: pointer;
    background-color: #73C086 !important;
}

.status-btn__title {
    font-weight: 700;
    font-size: 18px;
}
.status-btn__title span {
    color: #5CB56E !important;
}
.status-btn__sub {
    font-weight: 600;
    font-size: 12px;
}

.wpcst-form-control.wpcst-submit.has-spinner.button:hover {
    filter: brightness(0.95);
}

.wpcst-form-control.wpcst-submit.has-spinner.button:active {
    transform: translateY(1px);
}



.green-btn:hover{
    background-color: #73C086 !important;
}

.cfo-card__footer > .wpcst-submit{
    font-weight: 700 !important;
    font-size: 18px !important;
}

.cfo-cards-wrapper{
    margin-top: 40px;
}

.archive-content--disabled > .cfo-card__header > .cfo-card__body__header {
    color: #cccccc !important;
}

.archive-content--disabled > .cfo-card__body > p {
    color: #cccccc;
}
.archive-content--disabled > .cfo-card__header > .cfo-created {
    color: #cccccc;
}

.archive-content--disabled > .cfo-card__header > .cfo-tags > .green-btn {
    background-color: #CCCCCC !important;
    cursor: not-allowed;
    opacity: 1;
    pointer-events: none;
}

.cfo-cards-parent-wrapper{
    margin-bottom: 150px;
}

/* ==== Container for dropdowns ==== */
.dropdowns-container {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    margin-bottom: 30px;
}

.dropdown-group{
    display: flex;
    gap: 20px;
}

@media (max-width: 1200px) {
    .dropdown-group{
        flex-direction: column;
    }
}

/* ==== Group label styling ==== */
.dropdown-group label {
    color: #222222;
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 600;
}

/* ==== Custom dropdown root ==== */
.custom-dropdown {
    display: flex;
    position: relative;
    /*width: 310px;*/
    user-select: none;
}

/* ==== Header: selected values + constant label + arrow ==== */
.dropdown-selected {
    display: flex;
    align-items: center;
    width: 210px;
    background: #fff;
    border: 1px solid #222222;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 15px;
    color: #222222;
    cursor: pointer;
    padding: 8px 14px;
}

/* Selected values (left side) */
.selected-values {
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Constant label (right side) */
.constant-label {
    display: flex;
    align-items: center;
    width: auto;
    background: #133262;
    color: #fff;
    padding: 5px 14px 5px 18px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 4px 0 0 4px;
}

.dropdown-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 12px;
    vertical-align: middle;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #222222; /* arrow color */
    transition: transform 0.2s;
}

/* Arrow up when open */
.custom-dropdown.open .dropdown-arrow {
    transform: rotate(180deg);
}

/* ==== Dropdown menu ==== */
.dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 105%;
    width: 100%;
    background: #fff;
    border: 1px solid #222222 !important;
    color: #222222 !important;
    border-radius: 0 0 6px 6px !important;
    box-shadow: 0 2px 8px rgba(19,50,98,0.09);
    z-index: 99;
    padding: 10px 0;
    max-height: 225px;
    overflow-y: auto;
    margin: 0 !important;
}

/* Show menu if open */
.custom-dropdown.open .dropdown-menu {
    display: block;
}

/* ==== Checkbox styling ==== */
.checkbox-container {
    display: flex;
    align-items: center;
    padding: 7px 18px;
    cursor: pointer;
    user-select: none;
    font-size: 15px;
    position: relative;
}

/* Hide default checkbox */
.checkbox-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Custom checkbox appearance */
.checkmark {
    height: 19px;
    width: 19px;
    background-color: #fff;
    border: 2px solid #133262;
    border-radius: 3px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}

/* Checked state */
.checkbox-container input[type="checkbox"]:checked ~ .checkmark {
    background-color: #133262;
}

/* Checkmark tick */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
    content: '';
    position: absolute;
}

/* ==== Optional: select elements styling (if you use them) ==== */
.custom-select {
    padding: 8px 32px 8px 12px;
    border: 1px solid #133262;
    border-radius: 4px;
    font-size: 15px;
    color: #222222;
    background: #fff url('data:image/svg+xml;utf8,<svg fill="%23133262" height="16" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7.293 7.293a1 1 0 0 1 1.414 0L10 8.586l1.293-1.293a1 1 0 0 1 1.414 1.414l-2 2a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 0-1.414z"/></svg>') no-repeat right 12px center/16px 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.login-form-wrapper > .form-group {
    width: 100%;
}

select, .form-control{
    border-radius: 4px !important;
}

.wpcst-form-control{
    border-radius: 4px !important;
}
.section-wrap-outer{
    padding-bottom: 120px;
}

/* Inline styles */

.login-form-father-wrapper {
    display: flex;
    justify-content: center;
}

.login-form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
}
.login-form-wrapper a {
    color: #222222;
    font-weight: 600;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 154px;
    cursor: pointer;
}
.login-buttons {
    width: 100%;
}

.login-buttons > p > input {
    width: 100%;
}
.green-btn{
    background-color: #5CB56E !important;
}
.green-btn:hover{
    background-color: #73C086 !important;
}
.login-head-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #222222;
    margin-bottom: 40px;
}
.login-head-wrapper h5{
    font-weight: 700;
    font-size: 38px !important;
    letter-spacing: 0;
    margin-top: 0;
}
.login-head-wrapper p{
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
}
.congratulations-wrap p{
    text-align: center;
}
/*.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}*/
.elementor-3132 .elementor-element.elementor-element-aaa6818{
    padding: 80px 0 0 0;
}
.elementor-kit-11 p{
    margin-bottom: 0 !important;
}

.login-form-wrapper > .form-group {
    margin-bottom: 20px !important;
    width: 100%;
}

.cfo-form-wrapper > .form-group {
    margin-bottom: 20px !important;
    width: 100%;
}

.next-btn {
    margin-bottom: 20px;
}

.form-group{
    margin-bottom: 20px;
}
.form-group p{
    margin-block-end: 0;
}
.form-group p a{
    color: #355179;
    text-decoration: underline;
}
.login-form-wrapper > span {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
}
.back-to-login{
    display: flex;
    margin-top: 24px;
    margin-bottom: 294px;
}
.back-to-login span {
    margin-left: 13px;
    position: absolute;
}

.cfo-father-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cfo-form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 410px;
    margin-bottom: 104px;
}
.cfo-form-wrapper a {
    color: #222222;
    font-weight: 600;
    font-size: 14px;
    /*margin-top: 24px;*/
    /*margin-bottom: 154px;*/
    cursor: pointer;
}
.cfo-form-wrapper > span {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
}

.cfo-buttons {
    width: 100%;
}

.cfo-buttons > p > input {
    width: 100%;
}

.radio-btn-wrapper label {
    margin-bottom: 20px;
    color: #222222;
}
.radio-btn-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 400px;
    margin-left: 5px;
}

.radio-style {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.radio-style input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid black;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.radio-style input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    background: black;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.cfo-back-to-login{
    display: flex;
    margin-top: 40px;
}
.cfo-back-to-login a {
    color: #133262;
}

.second-step h3 {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.final-step-text p {
    text-align: center;
    width: 410px;
}

.mb-104{
    margin-bottom: 104px;
}

.registration-form{
    border-radius: 4px;
    padding: 15px 16px 10px 16px;
    margin-bottom: 0;
    border: 1px solid #CCCCCC;
}

.registration-form p{
    margin-block-end: 0;
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
}

.registration-text h3 {
    color: #222222;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px !important;
    margin-bottom: 20px;
}

.registration-form-wrapper{
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.block-label{
    color: #222222 !important;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
}

.disclosure {
    font-size: 14px;
    color: #222222;
}
.disclosure em{
    font-size: 14px;
    font-weight: 600;
}
.disclosure-text {
    margin-top: 8px;
    margin-bottom: 10px !important;
    font-weight: 400;
    font-style: Italic;
    font-size: 14px;
}

.custom-radio-group {
    /*display: flex;*/
    flex-direction: column;
}


.custom-radio {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    gap: 9px;
    color: #222222;
}
.custom-radio input[type="radio"] {
    display: none;
}
.custom-radio-check {
    width: 24px;
    height: 24px;
    border: 2px solid #222;
    border-radius: 50%;
    position: relative;
    transition: border-color 0.2s;
    background: #fff;
}
.custom-radio input[type="radio"]:checked + .custom-radio-check {
    border-color: #222222;
}
.custom-radio-check:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%); /* Perfect centering */
    background: #222222;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: opacity 0.2s;
}
.custom-radio input[type="radio"]:checked + .custom-radio-check:after {
    opacity: 1;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 400;
    user-select: none;
    margin-top: 21px;
    color: #222222;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox-check {
    width: 24px;
    height: 24px;
    border: 2px solid #222;
    background: #fff;
    border-radius: 4px; /* or 0 if you want sharp edges */
    display: inline-block;
    position: relative;
    transition: border-color 0.18s, background 0.18s;
    box-sizing: border-box;
}

.custom-checkbox input[type="checkbox"]:checked + .custom-checkbox-check:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%) rotate(-45deg);
    width: 14px;
    height: 9px;
    border-left: 3px solid #222;
    border-bottom: 3px solid #222;
}

.signature-desc {
    color: #222222;
    font-size: 14px;
    margin-bottom: 16px !important;
}

input[type="text"].form-control {
    width: 100%;
    border-radius: 7px;
    border: 1.2px solid #ccc;
    padding: 10px 12px;
    font-size: 15px;
}

.your-answer-input {
    border: none !important;
    border-bottom: 2px solid #e0e0e0 !important;
    border-radius: 0 !important;
    padding: 8px 0 6px 0 !important;
    font-size: 14px;
    box-shadow: none;
    outline: none;
    width: 100%;
    background: transparent;
    transition: border-color 0.2s;
    margin-bottom: 10px;
}

.your-answer-input:focus {
    box-shadow: none !important;
    outline: none;
}

.your-answer-input::placeholder {
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    padding-left: 2px;
}

.last-step-buttons {
    margin-top: 20px;
    text-align: center;
}

.button {
    background: #1f8844;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 1px 4px rgba(32,62,45,0.07);
    transition: background 0.18s;
}

.button:hover {
    background: #176634;
}

.last-step-father-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 120px;
}

.card-inner {
    border-radius: 4px;
    padding: 15px 16px 10px 16px;
    margin-bottom: 0;
    border: 1px solid #CCCCCC;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.create-project-father-wrapper {
    display: flex;
    flex-direction: row;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
    padding-bottom: 120px;
}

.create-project-wrapper{
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mt-20{
    margin-top: 20px;
}

body {
    font-family: "Montserrat", sans-serif !important;
}

.wpcst-form-control.has-spinner{
    background-color: #133262;
    font-size: 18px;
    font-weight: 700;
}

.wpcst-form-control.has-spinner:hover{
    background-color: #425B81;
}

.wpcst-form-control-wrap{
    position: relative;
}

.create-account-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 52px;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #FFFFFF !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 4px;
}

.no-requests{
    margin-top: 0 !important;
}

.custom-dropdown.open .constant-label {
    /*width: 310px;*/
/*    position: absolute;
    display: flex;
    height: 100%;
    border-radius: 4px;*/
}

.custom-dropdown.open .dropdown-arrow {
    position: absolute;
    right: 13px;
    border-top: 6px solid #ffffff;
}

.mtop-80{
    margin-top: 80px !important;
}

/* Pagination – style and spacing */
.cfo-pagination {
    --pg-primary: #133262;   /* link/active color */
    --pg-text: #222222;         /* normal numbers */
    --pg-muted: #CCCCCC;     /* disabled "Previous" */
    display: flex;
    gap: 28px;
    justify-content: center;     /* center under the cards */
    align-items: center;
    margin-top: 28px;
    line-height: 1;
}

/* Numbers */
.cfo-pagination__page,
.cfo-pagination__btn {
    background: none;
    border: 0;
    padding: 6px 4px;
    color: var(--pg-text);
    text-decoration: none;
    cursor: pointer;
    font-weight: 700 !important;
    font-size: 18px !important;
}

/* Prev/Next look like links */
.cfo-pagination__btn {
    color: var(--pg-primary);
    font-weight: 700;
    font-size: 18px;
}

/* Disabled "Previous" state */
.cfo-pagination__btn:disabled {
    color: var(--pg-muted);
    cursor: not-allowed;
}

/* Active page (blue + bold) */
.cfo-pagination__page.is-active {
    color: #425B81;
    font-weight: 700;
}

/* Hover/Focus */
.cfo-pagination__page:hover,
.cfo-pagination__btn:not(:disabled):hover {
    text-decoration: underline;
}

/* Small screens: tighten spacing */
@media (max-width: 480px) {
    .cfo-pagination { gap: 10px; font-size: 15px; }
}

.cfo-card.is-hidden { display: none !important; }

.cfo-pagination__btn--prev{
    margin-right: 32px;
}
.cfo-pagination__btn--next{
    margin-left: 32px;
}

.mb-80{
    margin-bottom: 80px;
}

.pb-80{
    padding-bottom: 80px;
    margin-bottom: 0 !important;
}

.second-step-parent-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.second-step-head-wrap{
    width: 400px;
    text-align: center;
}

.second-step-head-wrap p {
    text-align: center;
}

.second-step-inner-wrap > .registration-form-wrapper {
    gap: 20px;
}

.second-step-inner-wrap > .registration-form-wrapper > .registration-form {
    border: 1px solid #CCCCCC;
}

.second-step-inner-wrap > .registration-form-wrapper > .form-group {
    margin-bottom: 0 !important;
    padding: 22px 16px 7px 16px;
}

.second-step-inner-wrap > .registration-form-wrapper > .second-step-input {
    border: none;
    padding: 0;
}

.second-step-inner-wrap > .registration-form-wrapper > .form-group > .form-control::placeholder{
    font-weight: 400;
    font-size: 14px;
}

.second-step-inner-wrap > .registration-form-wrapper > .form-group > .form-control{
    border: 1px solid #CCCCCC;
}

.second-step-inner-wrap > .registration-text h3{
    text-align: left;
}

.second-step-inner-wrap > .registration-form-wrapper > .form-group > .custom-radio-group > .custom-radio{
    margin-bottom: 14px;
}

.second-step-inner-wrap > .registration-form-wrapper > .form-group > .block-label{
    margin-bottom: 20px !important;
}

.second-step-inner-wrap > .registration-text:first-child{
    margin-top: 0;
}

.second-step-inner-wrap > .registration-text{
    margin-top: 40px;
}

.personal-data > .form-group{
    border: none !important;
    padding: 0 !important;
}

.revenue, .financial-skills{
    padding-top: 15px !important;
}

.is-muted{
    color: #cccccc !important;
    cursor: default;
}

.is-muted > .custom-radio > .custom-radio-check {
    border: 2px solid #cccccc;
    cursor: default;
}

.is-muted > .custom-radio {
    color: #cccccc;
    cursor: default;
}

.strong-match-text{
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #222222;
    margin-top: 0 !important;
    padding-bottom: 10px !important;
}

#frequencyFieldset{
    margin-top: 25px;
}

.strong-match-outer > .custom-radio-group > .custom-radio{
    margin-bottom: 14px !important;
}

#frequencyFieldset > .custom-radio-group > .custom-radio{
    margin-bottom: 14px !important;
}

.office-location-input > .form-control::placeholder{
    font-weight: 400;
    font-size: 14px;
}

.your-answer-input:disabled {
    background-color: unset !important;
    border-color: #cccccc !important;
}

#clarifyGroup{
    display: flex !important;
    flex-direction: row;
}

#clarifyGroup > .custom-radio{
    width: 215px;
}

.cash-comp-input{
    height: unset !important;
    border-color: #222222 !important;
}

.cash-comp-parent-wrap {
    gap: 4px;
}

#cashCompSection > .block-label{
    margin-bottom: 20px !important;
}

#cashCompSection {
    padding: 15px 16px 20px 16px;
}

.business-profile-footer{
    width: unset !important;
    gap: 20px;
}

.business-profile-footer p {
    width: 220px !important;
}

.form-row{
    flex-wrap: unset !important;
    width: 100%;
}

.input-with-action{
    position: relative;
}
.form-group{
    margin-bottom: 0 !important;
}

.edit-icon-wrapper {
    position: absolute;
    right: 14px;
    top: 15px;
    background: #fff;
    outline: none;
    border: none;
    padding: 0 !important;
}

.edit-icon {
   width: 24px;
   height: 24px;
}

.business-profile-wrap{
    margin-bottom: 120px;
}

.business-profile-wrap h4{
    color: #222222;
    font-weight: 700 !important;
    font-size: 24px !important;
    margin-bottom: 20px;
    margin-top: 0;
}
.business-profile-wrap > .form-section > .form-row > .delete-btn{
    width: 220px !important;
}

.business-profile-wrap input {
    width: 420px !important;
}

.form-row{
    gap: 20px;
}

.form-section{
    margin-top: 80px;
}

.form-section:first-child{
    margin-top: 0;
}

.mb-20{
    margin-bottom: 20px;
}

.subscription-select-wrapper{
    width: 400px;
}

.cfo-profile-details-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 400px;
    margin-bottom: 120px;
}

.cfo-profile-parent-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.other-input, .other-input-inner-wrap input{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
}

.other-input, .other-input-inner-wrap input.is-muted{
    background: #fff;
}

.other-input:focus, .other-input-inner-wrap input:focus{
    border-top: none;
    border-left: none;
    border-right: none;
}

.cfo-profile-details-wrapper input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #222222;
}

.cfo-login-info input::placeholder{
    font-weight: 400;
}

.cfo-profile-details-wrapper input, textarea {
    border: 1px solid #CCCCCC !important;
}

.cfo-profile-details-wrapper h6{
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #222222 !important;
    margin-top: 20px !important;
}

.cfo-profile-details-wrapper h6:first-child{
    margin-top: 0 !important;
}

.form-border-group{
    border: 1px solid #CCCCCC;
    padding: 15px 16px 20px 16px;
    border-radius: 4px;

}

.form-border-group label{
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #222222;
    margin-bottom: 20px;
}

.textarea-input{
    width: 100%;
    margin-bottom: 0 !important;
}

.textarea-input input::placeholder{
    font-weight: 400;
}

.textarea-input input:focus{
    box-shadow: none !important;
}

.textarea-input input{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #D9D9D9 !important;
    padding: 0 0 0 4px !important;
}

.form-border-group > div > .custom-checkbox > .other-input{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #D9D9D9 !important;
}

.form-border-group > div > .custom-checkbox {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}

.form-border-group > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-border-label{
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #222222;
}

.form-border-group > div > .custom-radio {
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}


.other-input-inner-wrap input , .electronic-signature-wrap input {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #D9D9D9 !important;
    background: #fff;
}

.upload-text {
    width: 340px;
}

.custom-radio-text{
    font-weight: 400;
}

.custom-radio-inner label{
    margin-bottom: 0 !important;
}

textarea{
    resize: none !important;
}

.mb-10{
    margin-bottom: 5px !important;
}

.cfo-disclosure{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 16px !important;
}

.cfo-disclosure em{
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
    font-style: Italic !important;
    font-size: 14px !important;
    color: #222222 !important;
}

.cfo-disclosure span{
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
    font-style: Italic !important;
    font-size: 14px !important;
    color: #222222 !important;
}

.terms-of-use, .electronic-signature-wrap{
    display: flex;
    flex-direction: column;
}

.terms-of-use > span, .electronic-signature-wrap > span{
    color: #222222;
    font-size: 14px;
    margin-bottom: 20px;
}

.terms-of-use span a{
    color: #4E6589;
    text-decoration: underline;
}

.payment-checkbox{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}

.electronic-signature-wrap input{
    padding: 0 0 0 4px !important;
}

.electronic-signature-wrap input::placeholder{
    font-weight: 400;
}

.electronic-signature-wrap input:focus {
    box-shadow: none !important;
}

.electronic-signature-wrap > span {
    margin-bottom: 15px !important;
}

.available-request {
    font-weight: 700;
    font-size: 38px !important;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 90px;
}

.mt-120{
    margin-top: 120px;
}

.crown{
    margin-right: 2px;
    width: 24px;
    height: 24px;
}

.cfo-card__body__header{
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #222222 !important;
    margin-top: 0 !important;
}

.mtop-6 {
    margin-top: 6px !important;
    margin-bottom: 0 !important;
}

.cfo-notifications__body p {
    margin-top: 26px !important;
}

.cfo-notifications__body p:nth-child(2n){
    margin-top: 40px !important;
    padding-bottom: 14px !important;
}



.blue-btn{
    font-weight: 600 !important;
    border-radius: 4px !important;
    background-color: #133262 !important;
}
.green-btn{
    border-radius: 4px !important;
}
.button{
    border-radius: 4px !important;
}
.blue-btn:hover{
    background-color: #425B81 !important;
}
.wpcst-not-valid-tip { color: red; }
.form-group.registration-form.field-has-error {
    border: 1px solid red;
}
.radio-style { display: flex; align-items: center; gap: 6px; color: #222; }
.wpcst-not-valid-tip { color: red; min-width: 100%; display: block; }
.footer-note-content {

    max-width: 1140px !important;

}


.template-register-wrapper .radio-btn-wrapper { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.template-register-wrapper .radio-options { display: flex; flex-direction: row; gap: 20px; }
.template-register-wrapper .radio-style { display: flex; align-items: center; gap: 6px; color: #222; }
.template-register-wrapper .wpcst-not-valid-tip { color: red; min-width: 100%; display: block; }
.template-register-wrapper .radio-btn-wrapper .wpcst-not-valid-tip { margin-top: -20px; margin-bottom: 10px; }
.template-register-wrapper .verify-email-box { text-align:center; padding:16px; border-radius:12px; max-width:520px; margin:0 auto; }
.template-register-wrapper .elementor-kit-11 h3 {font-size: 20px;}
.template-register-wrapper .cfo-check-email {margin-bottom: 20px;}


h3.message-cf7-text{
    font-size: 24px;
}
#myPopup .message-cf7-text a {
    font-weight: 700 !important;
    font-size: 24px !important;
    color: #291fa2 !important;
}
.main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 52px;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-top: 0 !important;
    color: #fff !important;
    border-radius: 4px;
    margin-bottom: 20px  !important;
}

.profile-actions{
    margin-top: 20px;
}

.profile-form > .form-group {
     margin-bottom: 0 !important; 

}

.payment-btn-inner p a, .payment-btn-inner p button {
    width: 100%;
    height: 52px;
}


.sdc-box {
    font-size: 14px;
}

button#deleteAccountBtn {
    width: 100%;
}

input::placeholder {

  opacity: .6 !important; 
}

/*payments*/
.sdc-billing {
        max-width: 640px;
        margin: 20px;
      
        font-family: Montserrat, Sans-serif;
      }
      .sdc-box {
        border: 1px solid #e5e7eb;
        border-radius: 4px;
        padding: 12px;
        margin-bottom: 24px;
      }
      .sdc-box:last-child {
        margin-bottom: 0;
      }
      .sdc-box-title {
        font-weight: 600;
        margin-bottom: 8px;
      }




.sdc-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
}
.sdc-badge-ok {
  background: #ecfdf5;
  color: #065f46;
}
.sdc-badge-neutral {
  background: #f3f4f6;
  color: #374151;
}

.sdc-sub-row, .sdc-invoice-row {
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 10px;
  margin: 8px 0;
}

.sdc-sub-head, .sdc-invoice-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.sdc-sub-id, .sdc-invoice-id {
  font-weight: 600;
}
.sdc-sub-until, .sdc-invoice-date {
  opacity: .7;
}

.sdc-sub-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.sdc-cancel-btn, .sdc-restore-btn {
  padding: 8px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}

.sdc-sub-item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 6px;
}
.sdc-sub-interval {
  opacity: .6;
}

.sdc-invoice-right {
  text-align: right;
}
.sdc-invoice-links {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4px;
}

.sdc-empty {
  opacity: .7;
}




.create-project-wrapper img.edit-icon {
    position: absolute;
    top: 16px;
    right: 16px;
}

.cfo-skill-chip{
    display:inline-block; font-size:14px; 
}
.cfo-skills{
       display:inline-block;
}

.wpq-modal{
  position:fixed; inset:0;
  display:flex;                
  align-items:center;         
  justify-content:center;      
  background:rgba(0,0,0,.55);
  opacity:0;                 
  pointer-events:none;         
  z-index:2147483647;
  transition:opacity .2s ease;
}

.wpq-modal h4{
    font-size: 20px;
}
.wpq-modal.open{
  opacity:1;
  pointer-events:auto;
}
.wpq-modal-inner{
  background:#fff; margin:0;   
  max-width:900px; width:92%;
  max-height:85vh; overflow:auto;
  border-radius:8px; box-shadow:0 10px 40px rgba(0,0,0,.25);
}
.wpq-modal-header{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px solid #eee}
.wpq-modal-body{padding:16px}
.wpq-close{background:none;border:none;font-size:20px;line-height:1;cursor:pointer}


.project-description-form{
    margin-top: 20px;
}


.project-description-form #project_description::placeholder{
    font-size: 14px;
    opacity: 0.6;
}

 .status-project-btn {
  position: relative;
  cursor: pointer;
}


.status-project-btn::after {
 content: attr(data-tooltip);
  position: absolute;
  bottom: 125%; /* над кнопкой */
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  transition-delay: 0s; /* по умолчанию без задержки */
  pointer-events: none;
  z-index: 99;
  font-size: 12px;
}

.status-project-btn:hover::after {
  opacity: 1;
  visibility: visible;
    transition-delay: 1s;
}

.request-btn{
    cursor: pointer !important;
}


.form-group-survey 



.form-group-survey .form-group.registration-form{
  margin: 16px 0 20px;
  position: relative;
}

.form-group-survey  .form-group.registration-form .block-label{
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #1f2937; /* slate-800 */
}


.form-group-survey  .form-group.registration-form select{
  width: 100%;
  min-height: 30px;
  padding: 4px 40px 4px 12px;
  border: 1px solid #d1d5db;    
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  line-height: 1.2;
  color: #111827;             
  outline: none;
  margin-bottom: 13px;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;


  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px 18px;
}


.form-group-survey .form-group.registration-form select:hover{
  border-color: #b6bcc6;    
}
.form-group-survey .form-group.registration-form select:focus{
  border-color: #2563eb;   
  box-shadow: 0 0 0 3px rgba(37,99,235,.15);
}




.form-group-survey .form-group.registration-form.has-success select{
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16,185,129,.12);
}







.footer-note-section{
  position: sticky;
  bottom: 0;
  z-index: 1000;                  
  border-top: 1px solid #e6e6e6;
  box-shadow: 0 -4px 14px rgba(0,0,0,.06);
}


.footer-note-section .footer-note-content{
  padding: 14px 16px;       
}

@media (max-width: 768px){
  .footer-note-section .footer-note-content{
    padding: 12px 14px;
  }
}



.cfo-directory-wrapper .dropdown-group{
  display:flex; gap:20px; flex-direction:row; flex-wrap:wrap; align-items:center;
}


.cfo-directory-wrapper .tags-input{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
  min-height:40px;
  padding:6px 8px;
  border:1px solid #e6e6e6;
  border-radius:4px;
  background:#fff;
}


.cfo-directory-wrapper .tags-input__field{
  flex:0 0 auto;
  width:2ch;             
  min-width:2ch;
  border:0;
  outline:0;
  padding:6px 4px;
  font:inherit;
}

.cfo-directory-wrapper .tags-input__sizer{
  position:absolute;
  visibility:hidden;
  white-space:pre;
  font:inherit;
  padding:0;
}

.cfo-directory-wrapper .tag-pill{
  display:inline-flex; align-items:center; gap:6px;
  padding:4px 8px; border-radius:12px; background:#f4f7fb; border:1px solid #dbe3ef; line-height:1;
}
.cfo-directory-wrapper .tag-pill .tag-remove{
  display:inline-block; border:0; background:transparent; font-size:14px; line-height:1;
  cursor:pointer; padding:0 1px; opacity:.6;
}
.cfo-directory-wrapper .tag-pill .tag-remove:hover{ opacity:1; }

.cfo-directory-wrapper .custom-dropdown-q{ width:100%;  }
.cfo-directory-wrapper .dropdown-selected-q{ width:100%;    padding: 0; }

.cfo-directory-wrapper .custom-dropdown-q .constant-label { width:150px; }

.cfo-directory-wrapper input.tags-input__field:hover{
    border: none;
}
.cfo-directory-wrapper .tags-input {
    border: none;
}
.cfo-directory-wrapper input.tags-input__field {
    min-width: 277px;
}

.form-group.form-border-group.field-has-error {
    border: 1px solid red;
}

nav.cfo-pagination {
    margin-bottom: 100px;
}

span.status-btn__title.unclaimed {
    display: block;
    line-height: 1;
}

.wpcst-form-control.wpcst-submit.button.request-btn.status-project-btn {
    margin: 0;
    padding: 6px 4px;
}

.request-btn-disabled{
    background-color: #a9b0ab !important;
}

.request-btn-disabled:hover{
    background-color: #959a96 !important;
}

.cfo-cards-wrapper {
    min-height: 440px;
}


@media (max-width: 480px) {
    .footer-note-content-text{
        width: 100%;
        text-align: center;
    }
    .footer-note-section .footer-note-content {
        display: flex;
        
        flex-direction: column; 
        align-content: center;
         align-items: center;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .footer-note-content .business-profile-footer {
        flex-direction: column;
        display: flex
;
        flex-wrap: nowrap;
        align-items: center;
    }
    .footer-note-section {
        height: 160px !important
    }
   button#update-profile {
    margin-top: 30px;
    }
}




@media (max-width: 767px) {
    .footer-note-content > div > span {

        line-height: 1;
    }
    .business-profile-footer {
        flex-direction: row;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .footer-note-content {
        display: flex;
        align-items: flex-start;
    }
    .footer-note-content > div > span{
        font-size: 14px;
    }
    .footer-note-section{
        padding: 10px 0;
    }
    .footer-note-content .business-profile-footer p {
        width: 170px !important;
    }
    .footer-note-content > div > span {
        font-size: 16px;
    }
}






@media (max-width: 640px) {
    .cfo-card__header {
        flex-direction: column;
    }
    .cfo-created {
        margin-top: 4px;
    }
    /*.footer-note-section{*/
    /*    height: auto;*/
    /*}*/
    .footer-note-content > div > span{
        font-size: 18px;
    }
    .footer-note-content > .wpcst-form-control{
        margin-top: 17px;
    }
     .cfo-card__footer {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .wpcst-form-control.has-spinner {
        background-color: #133262;
        font-size: 14px;
    
    }
    .footer-note-section {
        height: 130px;
    }
    .profile-footer-section {
        height: 100px;
    }
     .footer-note-content .business-profile-footer .button-client-cancel {
        display: none;
    }
}



@media (max-width: 910px) {
     .business-profile-footer p {
        width: 200px !important;
    }
    .form-row{
        flex-direction: column;
    }
    .business-profile-footer{
        flex-direction: row;
        display: flex
;
        flex-wrap: nowrap;
        align-items: center;
    }

    .business-profile-footer p input{
        height: 30px;
        padding: 0;
    }
    .footer-note-content > div > span {
        font-size: 18px;
    }
}

span.status-btn__suffix {
    color: #133262 !important;
}

.form-control {
    border: 1px solid #ccc;
}


.filter-notice {
    gap: 0;
    display: inline-block;
    width: 100%;
    margin-top: -15px;
    font-size: 14px;
    color: #a3a3a3;
}



.dropdown-group .custom-dropdown.open .dropdown-selected {

    /*position: fixed;*/
    display: none;
}
.dropdown-group .custom-dropdown.open .constant-label {
     padding: 8px;
    padding-left: 18px;
    padding-right: 3px;
        border-radius: 4px;
        width: 321px;
        max-width: 321px;
}


.dropdown-group .custom-dropdown.open .dropdown-menu {
     max-width: 321px;
}


.no-requests {
    max-width: 1000px;
    text-align: center;
}



.register-links a {
    display: block;
    margin: 16px 0;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
}

.register-links {
    text-align: center;
}
.register-links .forgot-link{
     font-size: 14px;
}
.login-form-wrapper .register-links .green{
    color: #5CB56E;
    
}

.login-form-wrapper .register-links .blue{
    color: #133262;

}


.second-step-head-wrap .protect-text{
    font-family: Montserrat;
    font-weight: 400;
    font-style: Italic;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin-top: 30px;
}

.second-step-head-wrap .submit-text{
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
}



.form-group.registration-form.project-description-form {
    max-width: 400px;
    align-content: center;
    margin: 20px auto;
}
.protect-submit-text-block{
    margin-bottom: 20px;"
}

.login-head-wrapper.second-step-head-wrap.protect-submit-text-block {
    margin: 0 auto;
    margin-bottom: 20px;
}


div#code-stage-wrap {
    text-align: center;
}


div#code-stage-wrap p{
    margin-bottom: 50px !important; 
}

.notice.error ul {
    list-style: none;
}



.badge_text{
    text-align: center;
    color: black;
}

.badge_text a{
    color: black;
    text-decoration: underline;
}

.badge-form .project-description-form{
    min-width: 400px;
}

.badge-form .project-description-form textarea{
    font-size: 14px;
}

.badge-example{
    margin-bottom: 20px;
}

a.badge-example-copy{

    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #133262;
    text-align: center;
    vertical-align: middle;

}

.example-copy-cont {
    margin: 12px 0 7px 0;
}

.t_center.login-head-wrapper{
    text-align: center;
}

.rules-manuals a{
    color: #000;
    text-decoration: underline;
}
.rules-manuals span{
    margin-bottom: 3px;
}

.second-step.registration-text.registration-level-1 {
    max-width: 400px;

    flex-direction: column;
    margin: 0 auto;
}