/* These are third party stylesheets */
@import url("simplescrollbar.955f39f72010.css");
@import url("fontawesome/all.min.cebbfa6d2274.css");

/* 
The following stylesheet is generated from sass
----------------------------------------
to compile run the following command in the terminal within your environment:
python manage.py sass affiliate_capital_loan_trading_platform/static/sass/index.scss affiliate_capital_loan_trading_platform/static/css/project_scss.css --watch
*/
/* @import url("project_scss.f39ceca06f0d.css"); */

@import url("index.b6c51dad12ae.css");

.alert-success{
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        padding: 0;
        margin: 0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        padding: 0;
        margin: 0;
        display:none;
    }
}