@charset "UTF-8";

.post-project {
    /* padding-top: 113px; */
    background: none;
}

.post-project .input-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 320px;
}

/* --- COMPONENT CSS --- */
.post-project .custom-number-input {
    position: relative;
    width: 100%;
}

.post-project .pill-input {
    width: 100%;
    height: 50px;
    padding: 0 40px 0 25px;
    border-radius: 999px;
    border: 1px solid transparent;
    background-color: #ffffff;
    font-size: 16px;
    color: #4a4a4a;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    transition: all 0.2s ease;
}

.post-project .pill-input:focus {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Arrows Container */
.post-project .spinner-arrows {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.post-project .arrow-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    transition: color 0.2s;
}

.post-project .arrow-btn:hover {
    color: #333;
}

.post-project .arrow-btn svg {
    width: 12px;
    height: 12px;
    display: block;
}

.post-project .tabs div:hover {
    background-color: #f2f1f9;
    color: #8379b8;
    border-radius: 25px;
}

html[lang="ar"] .post-project .user-details .span-2::after {
    left: 90px;
}

.tox-tinymce {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843) !important;
}

.post-project .tabs div i:hover {
    color: #8379b8;
}

.post-project .tabs div img {
    margin-right: 10px;
}

.post-project .tabs div i {
    margin-right: 10px;
}

.post-project .arrow {
    font-size: 14px;
}

.tox-tinymce {
    border-radius: 31px !important;
}

.post-project .steps {
    display: flex;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #808080;
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative;
}

.post-project .steps .step1 {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.post-project .steps .step-text {
    display: flex;
    align-items: center;
    width: 10%;
    height: 1.5px;
    margin-top: 18px;
    background-color: #808080;
}

html[lang="en"] .post-project .steps .step1 {
    margin-right: 10px;
}

html[lang="ar"] .post-project .steps .step1 {
    margin-left: 10px;
}

.post-project .steps .step2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-project .steps .step1.active {
    color: #f05271;
    border: #f05271;
}

.post-project #step1 {
    display: none;
}

.post-project #step2 {
    display: none;
}

.post-project #step1.active {
    display: block;
}

.post-project #step2.active {
    display: block;
}

.post-project .steps .number {
    border-radius: 25px;
    border: 2px solid #808080;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
}

.post-project .steps .step1.active .number {
    background-color: #f05271;
    color: #ffffff;
    outline: 2px solid #f05271;
    outline-offset: 4px;
    border: none;
}

.post-project .steps .step1.complete .number {
    color: #44bda4;
    border: 2px solid #44bda4;
}

.post-project .steps .step2.active {
    color: #f05271;
}

.post-project .steps .step2.complete {
    color: #44bda4;
}

.post-project .steps .step2.active .number {
    background-color: #f05271;
    color: #ffffff;
    outline: 2px solid #f05271;
    outline-offset: 4px;
    border: none;
}

.post-project .steps .step2.complete .number {
    background: #44bda4;
    /* أخضر للخطوة المكتملة */
    color: #fff;
    outline: 2px solid #44bda4;
    border: #44bda4;
    outline-offset: 4px;
    border: none;
}

.post-project .steps .step1.complete .number {
    background: #44bda4;
    /* أخضر للخطوة المكتملة */
    color: #fff;
    outline: 2px solid #44bda4;
    outline-offset: 4px;
}

.post-project .project-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.post-project label {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0%;
    color: #808080;
}

html[lang="en"] .post-project label {
    margin-left: 20px;
}

html[lang="ar"] .post-project label {
    margin-right: 20px;
}

.post-project .project-title input {
    outline: none;
    border: none;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0%;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 100px;
    margin-bottom: 0;
    padding: 0 20px;
    height: 55px;
}

.post-project .custom-select {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.post-project .custom-select .options {
    color: #000;
    font-family: "Baloo 2";
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
    margin-top: 5px;
    /* padding: 20px 0px; شيلنا */
    position: absolute;
    z-index: 1;
    overflow: visible;
    padding: 20px;
}

.post-project .custom-select .options-container {
    max-height: 260px;
    overflow-y: auto; /* هنا scroll فعلي */
    overflow-x: hidden;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 32px; /* خلي البوردر راديوس هنا */
}

.post-project .custom-select .label {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0%;
    color: #808080;
}

html[lang="en"] .post-project .custom-select .label {
    margin-left: 20px;
}

html[lang="ar"] .post-project .custom-select .label {
    margin-right: 20px;
}

.post-project .custom-select .options.active {
    opacity: 1;
    pointer-events: all;
}

.post-project .custom-select .options div {
    padding: 10px;
    border-radius: 0;
    cursor: pointer;
}

.post-project .custom-select .options-container div:hover {
    background-color: #8379b81a;
    color: #8379b8;
}

.post-project .select-placeholder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    font-family: Baloo 2;
    font-weight: 400;
    font-size: 16px;
    line-height: 6px;
    letter-spacing: 0%;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 100px;
    height: 55px;
    padding: 0 20px;

    box-sizing: border-box;
}

.post-project .custom-select .select-placeholder .arrow.active {
    transform: rotate(180deg);
}

.post-project .center-container .next {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.post-project .center-container .next button {
    height: 48px;
    width: 48px;
    background-color: #808080;
    border-radius: 35px;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
}

.post-project .center-container .next span {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: right;
    color: #808080;
}

.budget-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 4px;
    margin-bottom: 20px;
}

/* Dropdown */
.post-project .currency-dropdown {
    position: relative;

    width: 100px;
    background: #fff;

    padding: 10px 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

html[lang="en"] .post-project .currency-dropdown {
    border-radius: 40px 0px 0px 40px;
}

html[lang="ar"] .post-project .currency-dropdown {
    border-radius: 0px 40px 40px 0px;
}

.post-project .currency-dropdown .selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 14px;
    height: 35px;
}

.post-project .currency-dropdown .arrow {
    border: solid #555;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
}

/* Options */
.post-project .currency-dropdown .options {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background: #fff;
    list-style: none;
    padding: 6px 0;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: none;
    list-style: none;
    padding: 8px 0;
    margin: 0;

    padding: 10px;
    border-radius: 30px;
    cursor: pointer;
}

.post-project .currency-dropdown .options li {
    padding: 6px 10px;
    cursor: pointer;
    font-size: 14px;
}

.post-project .currency-dropdown .options li:hover {
    background-color: #8379b81a;
}

/* Amount Input */
.post-project .amount-input {
    display: flex;
    align-items: center;
    flex: 1;
    background: #fff;
    padding: 0 18px;
    height: 55px;
    box-sizing: border-box;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

html[lang="en"] .post-project .amount-input {
    border-radius: 0px 40px 40px 0px;
}

html[lang="ar"] .post-project .amount-input {
    border-radius: 40px 0px 0px 40px;
}

.post-project .amount-input input {
    flex: 1;
    border: none;
    outline: none;

    font-size: 16px;
}

.post-project .add-attachment {
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    height: 45px;
    color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
    background-color: #8379b8;
    border-radius: 100px;
    transition: all 1s ease;
}

.post-project .add-attachment:hover {
    background-color: #44bda4;
}

.post-project .attachment {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.post-project .support {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 15px;
    margin-left: 20px;
    padding: 0;
}

.post-project #attachment {
    display: none;
}

.post-project .file-item {
    padding: 8px;
    background: #f3f3f3;
    margin-bottom: 5px;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 5px;
}

.post-project .center-container .back {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.post-project .center-container .back div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.post-project .center-container .back .back-icon {
    height: 48px;
    width: 48px;
    background-color: #808080;
    border-radius: 35px;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
}

.post-project .center-container .back a {
    text-decoration: none;
}

.post-project .center-container .back span {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: right;
    color: #808080;
}

.post-project .center-container .back .create {
    border: none;
    outline: none;
    background-color: #f05271;
    font-weight: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 168px;
}

@media (max-width: 1082px) {
    .post-project .center-container .row {
        flex-direction: column;
    }
}

@media (max-width: 998px) {
    .post-project .steps .step1::after {
        display: none;
    }

    .post-project .steps .step1::before {
        display: none;
    }
}

@media (max-width: 498px) {
    .post-project .steps {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .post-project .steps .step-text {
        width: 1.5px;
        /* بدل العرض */
        height: 40px;
        /* طول الخط */
        margin: 0 17px;
        /* ييجي تحت الدائرة */
        background-color: #808080;
    }
}

@media (max-width: 466px) {
    .post-project .center-container .back {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .post-project .center-container .back .create {
        width: 100%;
    }
}

.post-project .steps .step2.complete .number {
    background: #44bda4;
    /* أخضر للخطوة المكتملة */
    color: #fff;
    outline: 2px solid #44bda4;
    border: #44bda4;
    outline-offset: 4px;
    border: none;
}

/*# sourceMappingURL=post-project.css.map */
