﻿.text-com {
    color: #A6A6A6 !important
}
.toast {
    flex-basis: 350px;
    /*max-width: 700px;*/
    font-size: 1.5rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem;
}
#staticBackdrop .modal-dialog {
    text-align: center;
    font-size:20px;
}
.modal {
    height:auto !important;
}
@media (max-width: 567px) {
    #staticBackdrop .modal-dialog {
        width: 380px !important;
    }
    .toast{
        max-width:150px;
    }
}