.referral-feature-img {
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: .5rem .5rem 0 0;
}

.referral-feature-img img {
    pointer-events: none;
}

.post-author {
    position: relative;
}

.post-author .post-author__avatar {
    position: relative;
    overflow: hidden;
}

.dropzone {
    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 0;
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, .25);
    border: 1px dashed rgba(247, 200, 31, 0.5);
    border-radius: 0.5rem 0.5rem 0 0;

    overflow: hidden;
    transition: .3s;
}

.dropzone:hover {
    background: rgba(0, 0, 0, .45);
}

.dropzone .dz-preview {
    display: none !important;
}

.dropzone .dz-message {
    display: block;
    align-self: center;
    position: absolute;
    top: 45%;
    color: #ffffff;
    margin: 0;
    opacity: 0.75;
    pointer-events: none;
    transition: top 0.35s ease-in-out;
    z-index: 2;
}

.dropzone:hover .dz-message {
    opacity: 1;
}

.post-author__avatar .dropzone .dz-message {
    font-size: 12px;
}

.dz-remove-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9;
}

.dz-remove-image[data-target="feature"] {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    font-size: 14px;
}

.dz-remove-image[data-target="avatar"] {
    width: 26px;
    height: 26px;
    top: 15px;
    right: 15px;
    font-size: 12px;
}

.editing .dz-remove-image {
    opacity: 1;
    visibility: visible;
}

.social-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem;
    background-color: #FFFFFF;
    color: #7C8087;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}

.social-icon:hover {
    background-color: #EAEAEB;
    color: #7C8087;
}

.social-icon:not(:last-child) {
    margin-right: 0.375rem;
}

.modal-close--btn {
    background: none;
    border: none;
    font-size: 14px;
    color: #7C8087;
    cursor: pointer;
    transition: color 0.35s ease-in-out;
}

.modal-close--btn i {
    font-size: 13px;
    margin-right: 0.375rem;
}

.manage-social-links .input-group-text {
    width: 45px;
    justify-content: center;
}

.manage-social-links .input-group-text i {
    color: #7C8087;
}

.phase-iv .modal .modal-body form input.form-control {
    height: 45px;
}

.phase-iv .modal .modal-body form textarea.form-control {
    height: 120px;
}

.phase-iv .modal .modal-body .submit-btn {
    padding: 10px 40px !important;
    background-color: #f7c71f;
    margin: 0;
}

.phase-iv .modal .modal-body .submit-btn:hover {
    background-color: #e8ba13;
}

.post .post__body .post__content.tab-section p {
    margin-bottom: 1em;
}

.ck-editor__editable {
    min-height: 120px;
}

.ck.ck-editor__editable_inline>:not(:last-child) {
    margin-bottom: 1rem;
}