.tippy-box[data-theme~='warning'] {
    background-color: #F78B83;
    color: #912323;
    border: 1px solid #D95252;
    font-size: 10.5px;
    font-family: Segoe UI, Verdana;
}

    .tippy-box[data-theme~='warning'] .tippy-content {
        line-height:10.5px;
    }

    .tippy-box[data-theme~='warning'][data-placement^='top'] > .tippy-arrow::before {
        border-top-color: #D95252;
    }

    .tippy-box[data-theme~='warning'][data-placement^='bottom'] > .tippy-arrow::before {
        border-bottom-color: #D95252;

    }

    .tippy-box[data-theme~='warning'][data-placement^='left'] > .tippy-arrow::before {
        border-left-color: #D95252;
    }

    .tippy-box[data-theme~='warning'][data-placement^='right'] > .tippy-arrow::before {
        border-right-color: #D95252;
    }

    .tippy-box[data-theme~='warning'][data-placement^='right'] > .tippy-arrow::after {
        border-right-color: #F78B83;
    }