﻿@media only screen and (max-width: 670px) {
    .toast-message-block-mobile {
            bottom: 125px;
    }
}

.height-48{
    height:48px;
}

.background-color-DEE2E6{
   background-color: #DEE2E6;
}

.margin-top-base-plus-plus{
    margin-top: var(--space-base-plus-plus);
}

.padding-bottom-xxxmm{
    padding-bottom: var(--space-xxxmm);
}