/*
.bounce-enter-active {
    animation: bounce-in .5s;
}
.bounce-leave-active {
    animation: bounce-in .5s reverse;
}
@keyframes bounce-in {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
*/


.full-width {
    width: 100% !important;
}

/*.el-select .el-input {*/
/*    width: 105%;*/
/*}*/

.el-select__tags {
    margin-left: 12px;
}

/*[role=button].btn-primary, [type=button].btn-primary, [type=button].el-button, [type=reset].btn-primary, [type=submit].btn-primary, button.btn-primary, button.el-button {*/
/*     color: #fff;*/
/*}*/
/*.v-application a.btn {*/
/*     color: #fff;*/
/*}*/

/*[type=button].el-button--text, [button].el-button--text {*/
/*    color: #409EFF;*/
/*}*/

.el-select .el-select__tags > span {
    display: flex;
    padding-left: 9px;
}

/*button:focus, .el-button:focus {*/
/*    outline: none !important;*/
/*    border-color: transparent !important;*/
/*    !*background-color: transparent !important;*!*/
/*}*/

.el-button--info, .el-button--info {
    background: #909399 !important;
    border-color: #909399 !important;
    color: #FFF !important;
}

.el-button--info:focus, .el-button--info:hover {
    background: #a6a9ad !important;
    border-color: #a6a9ad !important;
    color: #FFF !important;
}

.el-button--primary {
    color: #FFF !important;
    background-color: #409EFF !important;
    border-color: #409EFF !important;
}

.el-button--primary:focus, .el-button--primary:hover {
    background: #66b1ff !important;
    border-color: #66b1ff !important;
    color: #FFF !important;
}

.el-button--success {
    color: #FFF !important;
    background-color: #67C23A !important;
    border-color: #67C23A !important;
}

.el-button--success:focus, .el-button--success:hover {
    background: #85ce61 !important;
    border-color: #85ce61 !important;
    color: #FFF !important;
}

.el-button[role=button], .el-button[type=button], .el-button[type=reset], .el-button[type=submit], button.el-button {
    color: #fff;
}

.el-button.el-button--default[role=button], .el-button.el-button--default[type=button], .el-button.el-button--default[type=reset], .el-button.el-button--default[type=submit], button.el-button.el-button--default {
    color: #606266;
}

.admin-brand-content > a {
    color: #fff !important;
}

.btn-primary, .btn-success, .btn-info, .el-button--warning, .btn-danger, .btn-purple {
    color: #fff !important;
}

.el-button--text, .el-button--secondary {
    color: #409EFF !important;
}

.el-button--default {
    color: #606266!important;
}

.error-notification {
    color: #fff !important;
}
