.toast{box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302),0 4px 8px 3px rgba(60,64,67,0.149);
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    letter-spacing: .2px;
    -webkit-align-items: center;
    align-items: center;
    background-color: #202124;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 400;
    margin: 24px;
    max-width: 640px;
    min-height: 52px;
    padding: 8px 24px;
    padding-right: 52px;
    position: fixed;
    text-align: left;
    white-space: normal;
    z-index:9999;
    min-width:200px;}
    
.toast .toast-close{
    align-items: center;
    display: inline-flex;
    justify-content: center;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
}
    
.toast a{
    align-items: center;
    border: none;
    display: inline-flex;
    justify-content: center;
    outline: none;
    position: relative;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    letter-spacing: .25px;
    background: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #5f6368;
    cursor: pointer;
    font-weight: 500;
    height: 36px;
    outline: none;
    color: #8ab4f8;
    margin-left: 8px;
    min-width: auto;
    padding: 0 8px;
    text-decoration: none;
}
    
.toast-bottom-left{left: 0;bottom: 0;right: auto;top: auto;}
.toast-bottom-right{left: auto;bottom: 0;right: 0;top: auto;}
.toast-top-left{left: 0;bottom: auto;right: auto;top: 0;}
.toast-top-right{left: auto;bottom: auto;right: 0;top: 0;}

.sidebar ul li ul {list-style: none}

.mcu-upload-button-full-width button{width:100%}

.upload-file{border:2px dashed #ccc;padding:20px 0 25px 0;text-align:center;color:#009688;font-size:16px;margin-top:10px}