.section-title h3 {
    font-family: "Alhurra Condensed", sans-serif;
    font-size: 40px;
    display: inline-block;
    /* border-bottom: 3px dashed var(--black); */
    color: var(--black);
    text-transform: uppercase;
}

.card-with-shadow {
    /* background-color: var(--white); */
    border-radius: 5px;
    border: 1px solid #ddd;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}


.page-link,
.page-link:hover {
    color: var(--black);
}

.page-item:last-child .page-link {
    font-family: "Alhurra", sans-serif;
}

.fa-star {
    color: #faac18 !important;
}

.fa-clock {
    color: #da7300 !important;
}

.fa-heart {
    color: #e71313 !important;
}

.fa-eye {
    color: #0D9BA3 !important;
}

.create-project-cover-photo {
    text-align: center;
    border: 2px dashed #ddd;
    margin: 0 auto;
    display: block;
    padding: 30px 10px;
    position: relative;
    color: #707070;
    cursor: pointer;
}

.create-project-cover-photo:hover {
    border-color: #333;
}

.create-project-cover-photo h4 {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 50%);

}

.create-project-cover-photo p {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translate(-50%, 50%);
}

.dropzone {
    background: #F6F6F6 !important;
}

.dropzone.sm-dropzone {
    padding: 10px;
    min-height: 56px !important;
    cursor: pointer;
    color: #707070;
    border-style: dashed;
}

.dropzone.sm-dropzone .dz-message {
    margin: 0;
}

.ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable),
.ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
    border: 1px solid #ddd !important;
}

.ck .ck-placeholder,
.ck.ck-placeholder {
    font-style: italic;
    color: #999;
    font-size: 16px;
}

.attach-file-btn {
    color: #707070;
    font-size: 14px;
    font-weight: normal;
    font-family: "Alhurra";
}

.attach-file-btn:hover {
    text-decoration: underline;

}

.attach-file-btn svg {
    width: 20px;
    fill: #999;
    margin-right: 5px;
}

.editor-container {
    padding: 0;
    position: relative;
}

.step-input {
    max-width: 170px;
    border: none;
}

.step-input::placeholder {
    font-size: inherit;
    font-weight: bold;
}

.step-delete-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #dc3545;
    border: 1px solid #dc3545;
    padding: 2px 10px;
    border-radius: 40px;
    font-size: 14px;
}

.step-delete-btn:hover {
    color: #dc3545;
}

.bg-off-white {
    background: #F2F2F2;
}

.white-card {
    background: #FFF;
    padding: 20px 20px 15px;
    border: 1px solid #DDD;
    border-radius: 7px;
}
