@media (max-width:960px) {
    .highly-visible-text {
        font-size: x-large !important;
        justify-content: normal !important;
    }

    .evident-text {
        font-size: x-large !important;
        justify-content: normal !important;
    }
}

.vulcan-data-dialog .mud-dialog-title {
    background: #081E36;
    padding: 20px 24px !important;
    color: white;
    height: 80px;
}

.vulcan-warning-dialog .mud-dialog-title {
    background: rgb(171,0,0);
    background: linear-gradient(90deg, rgba(171,0,0,1) 36%, rgba(255,70,70,1) 100%);
    padding: 17px !important;
    color: white;
    height: 65px;
}

.vulcan-warning-dialog .mud-dialog-content {
    color: #33475b;
    padding: 24px 24px 12px 24px !important;
}

    
