/*
Usage:
- linear-gradient((color1, color2, color3)) - returns linear-gradient with evenly distributed colors,
   if 3 colors used then the position of each will be 33,33%
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
   first param - color, second - position. Also you can use px or other valid units for set position.
*/
/* based on "visually-hidden" mixin in LDS for accessibility goals */
/* Do not edit */
.modal.has-secondary .message {
    font-weight: bold;
}

.modal.has-secondary .buttons {
    width: 100%;
    text-align: center;
}

.modal.has-secondary .buttons button.waiting:disabled {
    background-color: transparent !important;
    color: #222 !important;
    opacity: 1 !important;
    font-size: 1.6rem !important;
    text-shadow: none !important;
    text-transform: none;
}

.modal.has-secondary .buttons .between-buttons-text {
    color: #7a7a7a;
    padding: 0 1rem;
    font-size: 12px;
    font-size: 1.2rem;
}

.modal.has-secondary .button-subtext {
    font-size: 11px;
    font-size: 1.1rem;
    color: #7a7a7a;
    text-align: center;
    margin-top: 1.5rem;
}

/*# sourceMappingURL=waitingDialog.css.map */