.post-option{
    border-radius: 6px;
    display: flex;
    align-items: center;
    margin-right: 12px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    background-color: #fafafa;
}

.post-option-modal{
    padding: 5px 8px;
}

.post-option-modal svg{
    margin-right: 0px !important;
}

.post-option svg{
    height: 16px;
    margin-right: 3px;
    margin-top: -2px;
}

.post-option-forums, .post-option-quotes, .post-option-opportunities{
    border: 1px solid #bedbff;
    color: #155dfc;
}

.post-option-products-services, .post-option-events{
    border: 1px solid #b9f8cf;
    color: #00a63e;
}

.post-option-jobs, .post-option-news{
    border: 1px solid #ffd7a8;
    color: #f54a58;
}

.publicator-modal-content{
    border-radius: 16px !important;
}

.ezdz-dropzone {
    width: 100% !important;
    font: unset;
    line-height: unset;
    color: #525FAA;
    display: flex;
    align-items: center;
    padding: 45px;
    border: 2px dashed #7D97F4;
    background-color: rgba(187, 204, 252, 0.4);
    font-family: 'montserrat-medium';
    justify-content: center;
}

.sw-btn-prev{
    background-color: #fff !important;
    border: 1px solid #d9d9d9 !important;
    color: #000 !important;
    font-size: 14px !important;
}

.sw-btn-next{
    background-color: #155dfc !important;
    font-size: 14px !important;
    border: none !important;
    color: #fff !important;
}

@media (max-width: 767.98px) {
    .post-option{
        margin-right: 10px;
    }

    .post-option-modal{
        padding: 6px 12px;
    }
}