/* Put your custom css styles for filestack plugin here */

.fsp-picker {
    z-index: 160000 !important;
}

.fsp-notifications__container {
    z-index: 200100 !important;
}

.bt-spinner {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #ccc;
    border-top: 4px solid #000;
    -webkit-animation: 1s spin linear infinite;
    animation: 1.5s spin linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
