.alert-fixed {
    display: block;
    z-index: 1000;
    /*width: 200px;*/
    right: 1%;
    position: fixed;
    top: 12%;
}

.alert-danger {
    background-color: #f8d7dab5;
}

.inside_widget > div > div > div {
    width: 100% !important;
}

.inside_widget > div > div > div > div {
    width: 100% !important;
}

.alert-success {
    background-color: rgba(74, 200, 69, 0.66);
}

.info-exchange-input {
    border: none;
    outline: none;
}

td > a {
    color: black;
}


.link-black {
    color: black;
}


.status-processing {
    color: #ffc107 !important;
}

.status-performing {
    color: #ffc107 !important;
}

.status-payment_error {
    color: #b41403 !important;
}

.status-canceled {
    color: #b41403 !important;
}

.status-completed {
    color: #11b419 !important;
}
