.toast-top-right {
    top: 136px;
    right: 3.8%
}

#toast-container > div.alert {
    border-radius: 0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    font-family: 'Dosis SemiBold';
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
    opacity: 1;
    position: relative;
    overflow: visible;
    margin-bottom: 23px;
    width: auto
}

#toast-container > div.alert div {
    border: 1px solid #000;
    background: transparent;
    padding: 25px 30px 10px 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 230px;
    position: relative;
    top: -9px;
    right: -9px
}

#toast-container > div.alert:hover {
    color: #fff;
    opacity: .7
}

#toast-container > div.alert p {
    width: calc(100% - 20px)
}

#toast-container > .close {
    float: none;
    line-height: normal
}

#toast-container > div.alert .icon-error, #toast-container > div.alert .icon-info {
    font-size: 18px;
    margin-left: 10px
}

#toast-container > div.alert .icon-success {
    font-size: 13px;
    margin-left: 10px
}

#toast-container > div.alert .icon-warning {
    font-size: 10px;
    margin-left: 10px
}

#toast-container > div.alert-success {
    background: #00d7a7;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#toast-container > div.alert-error {
    background: #e13c2c;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#toast-container > div.alert-info {
    background: #4f80b3;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#toast-container > div.alert-warning {
    background: #ff8731;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media (max-width: 991px) {
    #toast-container {
        max-width: 280px
    }
}

@media (min-width: 992px) {
    #toast-container {
        max-width: 350px
    }
}