div[fixed-plugin] {
    display: none;
}

.status-bg-green {
    background-color: rgba(0, 255, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 0;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.status-bg-red {
    background-color: rgba(255, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 0;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.symbol-btn {
    padding-right: 10px;
}

.custom-width {
    width: 80%;
    margin-left: 10%;
}


.text-custom-green {
    line-height: 2 !important;
    color: #0a7017;
}

.text-custom-red {
    line-height: 2 !important;
    color: #700a0a;
}

#msg-success-block {
    background-color: rgba(0, 255, 0, 0.1);
}

#msg-failure-block {
    background-color: rgba(255, 0, 0, 0.1);
}

.other-meta-text-box {
    margin-top: -10.5%;
    margin-left: 50%;
}