﻿body {
    padding: 0;
}

.grid.gap-30 {
    align-items: baseline;
}

.bg-light-secondary {
    background-color: var(--mud-palette-secondary-lighten) !important;
}

/*form-options responsive*/
@media (max-width: 959px) {
    .form-options.responsive {
        bottom: 80px;
    }

        .form-options.responsive .cta-side {
            bottom: 80px;
        }
}

.nowrap {
    white-space: nowrap;
}

.cta-side {
    top: 50%;
}

.wrap {
    flex-wrap: wrap;
}

.justify-space-around{
    justify-content: space-around;
}

.mw-full {
    max-width: 100%;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.mt-34{
    margin-top: 34px;
}

.fg-1{
    flex-grow: 1;
}

.fg-2 {
    flex-grow: 2;
}

.fg-3 {
    flex-grow: 3;
}

.fg-4 {
    flex-grow: 4;
}

.appbar-menu-popover{
    margin-top: -15px;
}