/*
*   Styles for the Add New and Edit Bucket modal window
*/
#bucket-popup {
    padding-bottom: 30px;
}

.acf_postbox {
    padding: 15px !important;
}

.acf-button, .acf-fc-popup, .button-primary {
    font-weight: bold !important;
}

.button-primary {
    margin-left: 10px !important;
}

.acf-fc-popup {
    right: 107px !important;
    margin-top: auto !important;
    margin-left: auto !important;
    top: 50%  !important;
    transform: translateY(-50%);
}

.acf-fc-popup .bit {
    top: 50% !important;
    left: auto !important;
    right: -20px !important;
    margin: -10px 0 0 0 !important;
    border-top-color: transparent !important;
    border-left-color: #333739 !important;
}