#figsBundleRemoveModal .figs-bundle-modal-dialog {
    margin-top: 200px !important;
}
#figsBundleRemoveModal .figs-bundle-modal-content {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(0,0,0,.35);
}
#figsBundleRemoveModal .figs-bundle-modal-header {
    background: #252525;
    color: #fff;
    border-bottom: 4px solid #ff6600;
    padding: 15px 18px;
}
#figsBundleRemoveModal .figs-bundle-modal-header .modal-title,
#figsBundleRemoveModal .figs-bundle-modal-header h4 {
    color: #fff !important;
    font-weight: 700;
    line-height: 1.3;
}
#figsBundleRemoveModal .figs-bundle-modal-header .close {
    color: #fff;
    opacity: .9;
    text-shadow: none;
}
#figsBundleRemoveModal .figs-bundle-modal-body {
    padding: 18px;
    color: #333;
}
#figsBundleRemoveModal .figs-bundle-modal-body p {
    font-size: 14px;
    line-height: 1.5;
}
#figsBundleRemoveModal .figs-bundle-note {
    background: #fff7f0;
    border-left: 4px solid #ff6600;
    padding: 10px 12px;
    margin-top: 12px;
}
#figsBundleRemoveModal .figs-bundle-modal-footer {
    background: #f7f7f7;
    border-top: 1px solid #e6e6e6;
    padding: 12px 6px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
#figsBundleRemoveModal .figs-bundle-modal-footer .btn {
    margin: 0;
}
#figsBundleRemoveModal .figs-bundle-remove-confirm {
    background: #ff6600;
    border-color: #ff6600;
    color: #fff;
    font-weight: 700;
}
#figsBundleRemoveModal .figs-bundle-remove-confirm:hover,
#figsBundleRemoveModal .figs-bundle-remove-confirm:focus {
    background: #e65c00;
    border-color: #e65c00;
    color: #fff;
}
@media (max-width: 767px) {
    #figsBundleRemoveModal .figs-bundle-modal-dialog {
        margin-top: 200px !important;
        margin-left: 12px;
        margin-right: 12px;
    }

    #figsBundleRemoveModal .figs-bundle-modal-footer {
        display: block;
    }

    #figsBundleRemoveModal .figs-bundle-modal-footer .btn {
        display: block;
        width: 100%;
        margin: 0 0 8px;
    }

    #figsBundleRemoveModal .figs-bundle-modal-footer .btn:last-child {
        margin-bottom: 0;
    }
}
