/* Rules */
.active-button {
    background-color: var(--blue) !important;
    color: #fff !important;
}
#map {
    height: 600px;
    width: 100%;
}
.pac-container {
    z-index: 10000;
}
.cursor-pointer {
    cursor: pointer;
}
input[type="checkbox"] {
    accent-color: var(--blue);
}

input[type="radio"] {
    accent-color: var(--blue);
}

/* Logo PM */
.logo-animated {
    display: inline-block;
    overflow: hidden;
    width: 42px;
    -webkit-transition: .5s;
    transition: .5s
}

.whatsapp-svg {
    width: 18px;
    height: 18px;
    fill: var(--success);
    margin-right: 2px;
}

.btn-outline-facebook
{
    color: #3b5999;
    border-color: #3b5999;
    background-color: #fff;
}

.btn-outline-facebook:hover
{
    color: #fff;
    border-color: #3b5999;
    background-color: #3b5999;
}


.btn-yellow
{
    color: #fff;
    border-color: #FBBA4F;
    background-color: #ffd48f;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.header-warning {
    color: #fff;
    border-color: #fc7c5f;
    background-color: rgba(252, 124, 95, 0.5);
}

.header-warning a {
    color: #ffd600 !important;
}

.header-warning a:hover {
    color: #fabe4f !important;
}

.btn:hover .whatsapp-svg {
    fill: var(--white);
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0.5;
    }
}

.logo-animated:hover {
    width: 203px
}

.logo-animated img {
    width: 203px;
    max-width: 237px
}

/* Region card */
.region-card {
    padding: 2px;
    overflow-y: scroll;
    max-height: 61px;
}

.a-region-button {
    width: fit-content;
    transition: 1s;
}

/* CSS for Dropdown btn */
.dropdown-button-region-filters-h4 {
    display: flex !important;
    align-items: center !important;
    top: 4px !important;
    position: relative !important;
    left: -2px !important;
}

.dropdown-button-region-filters-item {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

.text-filter-name {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative !important;
    margin-left: 38px !important;
    top: -5px !important;
}

.text-filter-name > span {
    padding: 0 !important;
}

.fa-caret-filter {
    transform: rotate(-90deg) !important;
    opacity: 0.5;
}

.filter-nav {
    padding: 8px 13px;
}

.clear-filters {
    cursor: pointer;
}

.clear-filters:hover {
    color: var(--blue);
}

.check-services-count {
    position: relative !important;
    top: -1px !important;
    color: #fff !important;
    left: 5px !important;
    margin-right: 5px !important;
}

.search-box-filter {
    position: relative;
    left: -20px;
}

.search-box-filter > img {
    position: absolute;
    right: 5px;
    width: 15px;
    top: 9px;
    background-color: #fff;
    padding: 3px;
    padding-left: 3px;
    box-sizing: content-box;
    padding-left: 6px;
    z-index: 99;
}

.search-box-filter-container {
    order: 5;
}

.dropdown-container-region {
    order: 1;
}

.dropdown-container-day {
    order: 2;
}

.dropdown-container-food {
    order: 3;
}

.dropdown-container-services {
    order: 4;
}

/* Classe para ser applicada nos
elementos do search box */
.search-box-filter-sub-container {
    width: 100%;
}

.container-textSearch {
    width: 100%;
    padding: 8px 0;
}

#textSearch {
    box-sizing: content-box;
    left: -16px;
    position: relative;
}
#input-region-card{
    box-sizing: content-box;
    /* left: -16px; */
    position: relative;
}

/* Booking Review */
.p-reservation-alert {
    padding: 11px;
    border-radius: 7px;
    background-color: #3f423f17;
    box-sizing: content-box !important;
}

.table-timetable {
    position: relative;
    left: -2px;
    /* line-height: 3.5; */
}

.timetable-day-unavailable-td {
    max-width: 47px;
    overflow: visible;
    display: flex;
    align-content: center;
    align-items: center;
    min-height: 30px;
}

.timetable_unavailable-day {
    position: relative;
    top: 4px;
    color: var(--blue);
}

.timetable_unavailable {
    max-width: 48px;
    min-width: 48px;
    margin: 0 !important;
    border: 1px solid var(--blue);
    color: #eb3261;
    text-align: center;
    padding: 4px 7px;
    border-radius: 7px;
    opacity: 0.60;
    text-decoration: line-through;
}

.timetable_available {
    max-width: 48px;
    min-width: 48px;
    margin: 0 !important;
    border: 1px solid var(--success);
    text-align: center;
    padding: 4px 7px;
    border-radius: 7px;
}

.timetable_club_available {
    max-width: 48px;
    min-width: 48px;
    margin: 0 !important;
    border: 1px solid #FBBA4F;
    background-color: rgba(255, 242, 0, 0.05);
    color: #604f2b;
    text-align: center;
    padding: 4px 7px;
    border-radius: 7px;
}

.timetable-week-day {
    left: 5px;
    font-weight: bold;
    position: relative !important;
    opacity: 1 !important;
    z-index: 99;
    padding: 10px;
    /* border: 1px solid red !important; */
    background-color: #fff;

    /* background: linear-gradient(90deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%); */
}

.table-responsive-timetable {
    width: calc(100% - 54px) !important;
    left: 15px !important;
    position: relative !important;
}

/* .timetable-week-day::before{
    content: '';
    width: 15px;
    height: 31px;
    background-color: #fff;
    position: absolute;
    left: -7px;
    top: 2px;
} */
/* .timetable-week-day::after{
    content: '';
    width: 14px;
    height: 30px;
    position: absolute;
    right: -5px;
    top: 11px;
    background: linear-gradient(90deg, rgb(255, 85, 85) 52%, rgba(255,255,255,0.5788515235195641) 84%, rgba(255,255,255,0) 100%);
} */
.display-restaurant-timetable {
    position: relative;
    left: 4px;
    top: 5px;
}

.fixed-table {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.table-hours {
    /* border: 1px dashed red; */
}

.td-hours {
    height: 50px !important;
    /* line-height: 2em; */
    /* top: -6px;
    position: relative; */
    display: flex;
    flex-direction: row;
    align-items: center;
    /* top: -1px; */

}

.line-unavailable {
    content: '';
    height: 1px;
    position: relative;
    top: 1px;
    color: #000;
    display: inline;
    min-width: 200px;
    opacity: 0.25;
    background: linear-gradient(90deg, rgba(167, 174, 190, 1) 1%, rgba(255, 255, 255, 1) 94%);
}

.card .table td,
.card .table-timetable th {
    /* padding-right: 0.6rem !important;
    padding-left: 0.6rem !important; */
    /* gap: 10px; */
    padding-right: 0.5rem !important;
    padding-left: 0.5em !important;
}
.text-full-primary {
    color: var(--primary);
}
.text-full-primary:active {
    color: var(--primary);
}
.text-full-primary:focus {
    color: var(--primary);
}
.text-full-primary:hover {
    color: var(--gray-dark);
}

/* size md */
@media (min-width: 768px) {
    .img-review {
        height: 90px;
    }
}

@media (max-width: 1388px) {
    .search-box-filter-container {
        order: -1;
        width: 100%;
        padding: 0 47px;
        box-sizing: border-box;
    }

    #textSearch {
        left: 0;
    }
}

@media (max-width: 768px) {
    .logo-animated {
        width: 42px
    }

    .img-review {
        height: 50px;
    }

    .logo-animated:hover {
        width: 203px
    }
}

@media (max-width: 595px) {
    .search-box-filter-container {
        order: 1;
    }

    .search-box-filter {
        left: 0;
    }

    .dropdown-container-region {
        order: 2;
    }

    .dropdown-container-day {
        order: 3;
    }

    .dropdown-container-food {
        order: 4;
    }

    .dropdown-container-services {
        order: 5;
    }

    #textSearch {
        left: -16px;
    }
}

@media (width <= 520px) {
    .buttons-social-login {
        flex-direction: column;
        gap: 5px;
    }

    .buttons-social-login >
    #formFacebookSignIn > button {
        width: 100%;
    }
}

@media (width <= 395px) {
    .card-body-small {
        padding: 2rem !important;
    }

    .card-body-register {
        padding: 2rem !important;
    }
}
@media (min-width: 1400px)
{
    .m-xxl-0
    {
        margin: 0 !important;
    }
    .mt-xxl-0,
    .my-xxl-0
    {
        margin-top: 0 !important;
    }
    .mr-xxl-0,
    .mx-xxl-0
    {
        margin-right: 0 !important;
    }
    .mb-xxl-0,
    .my-xxl-0
    {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0,
    .mx-xxl-0
    {
        margin-left: 0 !important;
    }
    .m-xxl-1
    {
        margin: .25rem !important;
    }
    .mt-xxl-1,
    .my-xxl-1
    {
        margin-top: .25rem !important;
    }
    .mr-xxl-1,
    .mx-xxl-1
    {
        margin-right: .25rem !important;
    }
    .mb-xxl-1,
    .my-xxl-1
    {
        margin-bottom: .25rem !important;
    }
    .ml-xxl-1,
    .mx-xxl-1
    {
        margin-left: .25rem !important;
    }
    .m-xxl-2
    {
        margin: .5rem !important;
    }
    .mt-xxl-2,
    .my-xxl-2
    {
        margin-top: .5rem !important;
    }
    .mr-xxl-2,
    .mx-xxl-2
    {
        margin-right: .5rem !important;
    }
    .mb-xxl-2,
    .my-xxl-2
    {
        margin-bottom: .5rem !important;
    }
    .ml-xxl-2,
    .mx-xxl-2
    {
        margin-left: .5rem !important;
    }
    .m-xxl-3
    {
        margin: 1rem !important;
    }
    .mt-xxl-3,
    .my-xxl-3
    {
        margin-top: 1rem !important;
    }
    .mr-xxl-3,
    .mx-xxl-3
    {
        margin-right: 1rem !important;
    }
    .mb-xxl-3,
    .my-xxl-3
    {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-3,
    .mx-xxl-3
    {
        margin-left: 1rem !important;
    }
    .m-xxl-4
    {
        margin: 1.5rem !important;
    }
    .mt-xxl-4,
    .my-xxl-4
    {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-4,
    .mx-xxl-4
    {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-4,
    .my-xxl-4
    {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-4,
    .mx-xxl-4
    {
        margin-left: 1.5rem !important;
    }
    .m-xxl-5
    {
        margin: 3rem !important;
    }
    .mt-xxl-5,
    .my-xxl-5
    {
        margin-top: 3rem !important;
    }
    .mr-xxl-5,
    .mx-xxl-5
    {
        margin-right: 3rem !important;
    }
    .mb-xxl-5,
    .my-xxl-5
    {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-5,
    .mx-xxl-5
    {
        margin-left: 3rem !important;
    }
    .m-xxl--9
    {
        margin: -10rem !important;
    }
    .mt-xxl--9,
    .my-xxl--9
    {
        margin-top: -10rem !important;
    }
    .mr-xxl--9,
    .mx-xxl--9
    {
        margin-right: -10rem !important;
    }
    .mb-xxl--9,
    .my-xxl--9
    {
        margin-bottom: -10rem !important;
    }
    .ml-xxl--9,
    .mx-xxl--9
    {
        margin-left: -10rem !important;
    }
    .m-xxl--8
    {
        margin: -8rem !important;
    }
    .mt-xxl--8,
    .my-xxl--8
    {
        margin-top: -8rem !important;
    }
    .mr-xxl--8,
    .mx-xxl--8
    {
        margin-right: -8rem !important;
    }
    .mb-xxl--8,
    .my-xxl--8
    {
        margin-bottom: -8rem !important;
    }
    .ml-xxl--8,
    .mx-xxl--8
    {
        margin-left: -8rem !important;
    }
    .m-xxl--7
    {
        margin: -6rem !important;
    }
    .mt-xxl--7,
    .my-xxl--7
    {
        margin-top: -6rem !important;
    }
    .mr-xxl--7,
    .mx-xxl--7
    {
        margin-right: -6rem !important;
    }
    .mb-xxl--7,
    .my-xxl--7
    {
        margin-bottom: -6rem !important;
    }
    .ml-xxl--7,
    .mx-xxl--7
    {
        margin-left: -6rem !important;
    }
    .m-xxl--6
    {
        margin: -4.5rem !important;
    }
    .mt-xxl--6,
    .my-xxl--6
    {
        margin-top: -4.5rem !important;
    }
    .mr-xxl--6,
    .mx-xxl--6
    {
        margin-right: -4.5rem !important;
    }
    .mb-xxl--6,
    .my-xxl--6
    {
        margin-bottom: -4.5rem !important;
    }
    .ml-xxl--6,
    .mx-xxl--6
    {
        margin-left: -4.5rem !important;
    }
    .m-xxl--5
    {
        margin: -3rem !important;
    }
    .mt-xxl--5,
    .my-xxl--5
    {
        margin-top: -3rem !important;
    }
    .mr-xxl--5,
    .mx-xxl--5
    {
        margin-right: -3rem !important;
    }
    .mb-xxl--5,
    .my-xxl--5
    {
        margin-bottom: -3rem !important;
    }
    .ml-xxl--5,
    .mx-xxl--5
    {
        margin-left: -3rem !important;
    }
    .m-xxl--4
    {
        margin: -1.5rem !important;
    }
    .mt-xxl--4,
    .my-xxl--4
    {
        margin-top: -1.5rem !important;
    }
    .mr-xxl--4,
    .mx-xxl--4
    {
        margin-right: -1.5rem !important;
    }
    .mb-xxl--4,
    .my-xxl--4
    {
        margin-bottom: -1.5rem !important;
    }
    .ml-xxl--4,
    .mx-xxl--4
    {
        margin-left: -1.5rem !important;
    }
    .m-xxl--3
    {
        margin: -1rem !important;
    }
    .mt-xxl--3,
    .my-xxl--3
    {
        margin-top: -1rem !important;
    }
    .mr-xxl--3,
    .mx-xxl--3
    {
        margin-right: -1rem !important;
    }
    .mb-xxl--3,
    .my-xxl--3
    {
        margin-bottom: -1rem !important;
    }
    .ml-xxl--3,
    .mx-xxl--3
    {
        margin-left: -1rem !important;
    }
    .m-xxl--2
    {
        margin: -.5rem !important;
    }
    .mt-xxl--2,
    .my-xxl--2
    {
        margin-top: -.5rem !important;
    }
    .mr-xxl--2,
    .mx-xxl--2
    {
        margin-right: -.5rem !important;
    }
    .mb-xxl--2,
    .my-xxl--2
    {
        margin-bottom: -.5rem !important;
    }
    .ml-xxl--2,
    .mx-xxl--2
    {
        margin-left: -.5rem !important;
    }
    .m-xxl--1
    {
        margin: -.25rem !important;
    }
    .mt-xxl--1,
    .my-xxl--1
    {
        margin-top: -.25rem !important;
    }
    .mr-xxl--1,
    .mx-xxl--1
    {
        margin-right: -.25rem !important;
    }
    .mb-xxl--1,
    .my-xxl--1
    {
        margin-bottom: -.25rem !important;
    }
    .ml-xxl--1,
    .mx-xxl--1
    {
        margin-left: -.25rem !important;
    }
    .m-xxl-6
    {
        margin: 4.5rem !important;
    }
    .mt-xxl-6,
    .my-xxl-6
    {
        margin-top: 4.5rem !important;
    }
    .mr-xxl-6,
    .mx-xxl-6
    {
        margin-right: 4.5rem !important;
    }
    .mb-xxl-6,
    .my-xxl-6
    {
        margin-bottom: 4.5rem !important;
    }
    .ml-xxl-6,
    .mx-xxl-6
    {
        margin-left: 4.5rem !important;
    }
    .m-xxl-7
    {
        margin: 6rem !important;
    }
    .mt-xxl-7,
    .my-xxl-7
    {
        margin-top: 6rem !important;
    }
    .mr-xxl-7,
    .mx-xxl-7
    {
        margin-right: 6rem !important;
    }
    .mb-xxl-7,
    .my-xxl-7
    {
        margin-bottom: 6rem !important;
    }
    .ml-xxl-7,
    .mx-xxl-7
    {
        margin-left: 6rem !important;
    }
    .m-xxl-8
    {
        margin: 8rem !important;
    }
    .mt-xxl-8,
    .my-xxl-8
    {
        margin-top: 8rem !important;
    }
    .mr-xxl-8,
    .mx-xxl-8
    {
        margin-right: 8rem !important;
    }
    .mb-xxl-8,
    .my-xxl-8
    {
        margin-bottom: 8rem !important;
    }
    .ml-xxl-8,
    .mx-xxl-8
    {
        margin-left: 8rem !important;
    }
    .m-xxl-9
    {
        margin: 10rem !important;
    }
    .mt-xxl-9,
    .my-xxl-9
    {
        margin-top: 10rem !important;
    }
    .mr-xxl-9,
    .mx-xxl-9
    {
        margin-right: 10rem !important;
    }
    .mb-xxl-9,
    .my-xxl-9
    {
        margin-bottom: 10rem !important;
    }
    .ml-xxl-9,
    .mx-xxl-9
    {
        margin-left: 10rem !important;
    }
    .p-xxl-0
    {
        padding: 0 !important;
    }
    .pt-xxl-0,
    .py-xxl-0
    {
        padding-top: 0 !important;
    }
    .pr-xxl-0,
    .px-xxl-0
    {
        padding-right: 0 !important;
    }
    .pb-xxl-0,
    .py-xxl-0
    {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0,
    .px-xxl-0
    {
        padding-left: 0 !important;
    }
    .p-xxl-1
    {
        padding: .25rem !important;
    }
    .pt-xxl-1,
    .py-xxl-1
    {
        padding-top: .25rem !important;
    }
    .pr-xxl-1,
    .px-xxl-1
    {
        padding-right: .25rem !important;
    }
    .pb-xxl-1,
    .py-xxl-1
    {
        padding-bottom: .25rem !important;
    }
    .pl-xxl-1,
    .px-xxl-1
    {
        padding-left: .25rem !important;
    }
    .p-xxl-2
    {
        padding: .5rem !important;
    }
    .pt-xxl-2,
    .py-xxl-2
    {
        padding-top: .5rem !important;
    }
    .pr-xxl-2,
    .px-xxl-2
    {
        padding-right: .5rem !important;
    }
    .pb-xxl-2,
    .py-xxl-2
    {
        padding-bottom: .5rem !important;
    }
    .pl-xxl-2,
    .px-xxl-2
    {
        padding-left: .5rem !important;
    }
    .p-xxl-3
    {
        padding: 1rem !important;
    }
    .pt-xxl-3,
    .py-xxl-3
    {
        padding-top: 1rem !important;
    }
    .pr-xxl-3,
    .px-xxl-3
    {
        padding-right: 1rem !important;
    }
    .pb-xxl-3,
    .py-xxl-3
    {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-3,
    .px-xxl-3
    {
        padding-left: 1rem !important;
    }
    .p-xxl-4
    {
        padding: 1.5rem !important;
    }
    .pt-xxl-4,
    .py-xxl-4
    {
        padding-top: 1.5rem !important;
    }
    .pr-xxl-4,
    .px-xxl-4
    {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-4,
    .py-xxl-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxl-4,
    .px-xxl-4
    {
        padding-left: 1.5rem !important;
    }
    .p-xxl-5
    {
        padding: 3rem !important;
    }
    .pt-xxl-5,
    .py-xxl-5
    {
        padding-top: 3rem !important;
    }
    .pr-xxl-5,
    .px-xxl-5
    {
        padding-right: 3rem !important;
    }
    .pb-xxl-5,
    .py-xxl-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-5,
    .px-xxl-5
    {
        padding-left: 3rem !important;
    }
    .p-xxl--9
    {
        padding: -10rem !important;
    }
    .pt-xxl--9,
    .py-xxl--9
    {
        padding-top: -10rem !important;
    }
    .pr-xxl--9,
    .px-xxl--9
    {
        padding-right: -10rem !important;
    }
    .pb-xxl--9,
    .py-xxl--9
    {
        padding-bottom: -10rem !important;
    }
    .pl-xxl--9,
    .px-xxl--9
    {
        padding-left: -10rem !important;
    }
    .p-xxl--8
    {
        padding: -8rem !important;
    }
    .pt-xxl--8,
    .py-xxl--8
    {
        padding-top: -8rem !important;
    }
    .pr-xxl--8,
    .px-xxl--8
    {
        padding-right: -8rem !important;
    }
    .pb-xxl--8,
    .py-xxl--8
    {
        padding-bottom: -8rem !important;
    }
    .pl-xxl--8,
    .px-xxl--8
    {
        padding-left: -8rem !important;
    }
    .p-xxl--7
    {
        padding: -6rem !important;
    }
    .pt-xxl--7,
    .py-xxl--7
    {
        padding-top: -6rem !important;
    }
    .pr-xxl--7,
    .px-xxl--7
    {
        padding-right: -6rem !important;
    }
    .pb-xxl--7,
    .py-xxl--7
    {
        padding-bottom: -6rem !important;
    }
    .pl-xxl--7,
    .px-xxl--7
    {
        padding-left: -6rem !important;
    }
    .p-xxl--6
    {
        padding: -4.5rem !important;
    }
    .pt-xxl--6,
    .py-xxl--6
    {
        padding-top: -4.5rem !important;
    }
    .pr-xxl--6,
    .px-xxl--6
    {
        padding-right: -4.5rem !important;
    }
    .pb-xxl--6,
    .py-xxl--6
    {
        padding-bottom: -4.5rem !important;
    }
    .pl-xxl--6,
    .px-xxl--6
    {
        padding-left: -4.5rem !important;
    }
    .p-xxl--5
    {
        padding: -3rem !important;
    }
    .pt-xxl--5,
    .py-xxl--5
    {
        padding-top: -3rem !important;
    }
    .pr-xxl--5,
    .px-xxl--5
    {
        padding-right: -3rem !important;
    }
    .pb-xxl--5,
    .py-xxl--5
    {
        padding-bottom: -3rem !important;
    }
    .pl-xxl--5,
    .px-xxl--5
    {
        padding-left: -3rem !important;
    }
    .p-xxl--4
    {
        padding: -1.5rem !important;
    }
    .pt-xxl--4,
    .py-xxl--4
    {
        padding-top: -1.5rem !important;
    }
    .pr-xxl--4,
    .px-xxl--4
    {
        padding-right: -1.5rem !important;
    }
    .pb-xxl--4,
    .py-xxl--4
    {
        padding-bottom: -1.5rem !important;
    }
    .pl-xxl--4,
    .px-xxl--4
    {
        padding-left: -1.5rem !important;
    }
    .p-xxl--3
    {
        padding: -1rem !important;
    }
    .pt-xxl--3,
    .py-xxl--3
    {
        padding-top: -1rem !important;
    }
    .pr-xxl--3,
    .px-xxl--3
    {
        padding-right: -1rem !important;
    }
    .pb-xxl--3,
    .py-xxl--3
    {
        padding-bottom: -1rem !important;
    }
    .pl-xxl--3,
    .px-xxl--3
    {
        padding-left: -1rem !important;
    }
    .p-xxl--2
    {
        padding: -.5rem !important;
    }
    .pt-xxl--2,
    .py-xxl--2
    {
        padding-top: -.5rem !important;
    }
    .pr-xxl--2,
    .px-xxl--2
    {
        padding-right: -.5rem !important;
    }
    .pb-xxl--2,
    .py-xxl--2
    {
        padding-bottom: -.5rem !important;
    }
    .pl-xxl--2,
    .px-xxl--2
    {
        padding-left: -.5rem !important;
    }
    .p-xxl--1
    {
        padding: -.25rem !important;
    }
    .pt-xxl--1,
    .py-xxl--1
    {
        padding-top: -.25rem !important;
    }
    .pr-xxl--1,
    .px-xxl--1
    {
        padding-right: -.25rem !important;
    }
    .pb-xxl--1,
    .py-xxl--1
    {
        padding-bottom: -.25rem !important;
    }
    .pl-xxl--1,
    .px-xxl--1
    {
        padding-left: -.25rem !important;
    }
    .p-xxl-6
    {
        padding: 4.5rem !important;
    }
    .pt-xxl-6,
    .py-xxl-6
    {
        padding-top: 4.5rem !important;
    }
    .pr-xxl-6,
    .px-xxl-6
    {
        padding-right: 4.5rem !important;
    }
    .pb-xxl-6,
    .py-xxl-6
    {
        padding-bottom: 4.5rem !important;
    }
    .pl-xxl-6,
    .px-xxl-6
    {
        padding-left: 4.5rem !important;
    }
    .p-xxl-7
    {
        padding: 6rem !important;
    }
    .pt-xxl-7,
    .py-xxl-7
    {
        padding-top: 6rem !important;
    }
    .pr-xxl-7,
    .px-xxl-7
    {
        padding-right: 6rem !important;
    }
    .pb-xxl-7,
    .py-xxl-7
    {
        padding-bottom: 6rem !important;
    }
    .pl-xxl-7,
    .px-xxl-7
    {
        padding-left: 6rem !important;
    }
    .p-xxl-8
    {
        padding: 8rem !important;
    }
    .pt-xxl-8,
    .py-xxl-8
    {
        padding-top: 8rem !important;
    }
    .pr-xxl-8,
    .px-xxl-8
    {
        padding-right: 8rem !important;
    }
    .pb-xxl-8,
    .py-xxl-8
    {
        padding-bottom: 8rem !important;
    }
    .pl-xxl-8,
    .px-xxl-8
    {
        padding-left: 8rem !important;
    }
    .p-xxl-9
    {
        padding: 10rem !important;
    }
    .pt-xxl-9,
    .py-xxl-9
    {
        padding-top: 10rem !important;
    }
    .pr-xxl-9,
    .px-xxl-9
    {
        padding-right: 10rem !important;
    }
    .pb-xxl-9,
    .py-xxl-9
    {
        padding-bottom: 10rem !important;
    }
    .pl-xxl-9,
    .px-xxl-9
    {
        padding-left: 10rem !important;
    }
    .m-xxl-n1
    {
        margin: -.25rem !important;
    }
    .mt-xxl-n1,
    .my-xxl-n1
    {
        margin-top: -.25rem !important;
    }
    .mr-xxl-n1,
    .mx-xxl-n1
    {
        margin-right: -.25rem !important;
    }
    .mb-xxl-n1,
    .my-xxl-n1
    {
        margin-bottom: -.25rem !important;
    }
    .ml-xxl-n1,
    .mx-xxl-n1
    {
        margin-left: -.25rem !important;
    }
    .m-xxl-n2
    {
        margin: -.5rem !important;
    }
    .mt-xxl-n2,
    .my-xxl-n2
    {
        margin-top: -.5rem !important;
    }
    .mr-xxl-n2,
    .mx-xxl-n2
    {
        margin-right: -.5rem !important;
    }
    .mb-xxl-n2,
    .my-xxl-n2
    {
        margin-bottom: -.5rem !important;
    }
    .ml-xxl-n2,
    .mx-xxl-n2
    {
        margin-left: -.5rem !important;
    }
    .m-xxl-n3
    {
        margin: -1rem !important;
    }
    .mt-xxl-n3,
    .my-xxl-n3
    {
        margin-top: -1rem !important;
    }
    .mr-xxl-n3,
    .mx-xxl-n3
    {
        margin-right: -1rem !important;
    }
    .mb-xxl-n3,
    .my-xxl-n3
    {
        margin-bottom: -1rem !important;
    }
    .ml-xxl-n3,
    .mx-xxl-n3
    {
        margin-left: -1rem !important;
    }
    .m-xxl-n4
    {
        margin: -1.5rem !important;
    }
    .mt-xxl-n4,
    .my-xxl-n4
    {
        margin-top: -1.5rem !important;
    }
    .mr-xxl-n4,
    .mx-xxl-n4
    {
        margin-right: -1.5rem !important;
    }
    .mb-xxl-n4,
    .my-xxl-n4
    {
        margin-bottom: -1.5rem !important;
    }
    .ml-xxl-n4,
    .mx-xxl-n4
    {
        margin-left: -1.5rem !important;
    }
    .m-xxl-n5
    {
        margin: -3rem !important;
    }
    .mt-xxl-n5,
    .my-xxl-n5
    {
        margin-top: -3rem !important;
    }
    .mr-xxl-n5,
    .mx-xxl-n5
    {
        margin-right: -3rem !important;
    }
    .mb-xxl-n5,
    .my-xxl-n5
    {
        margin-bottom: -3rem !important;
    }
    .ml-xxl-n5,
    .mx-xxl-n5
    {
        margin-left: -3rem !important;
    }
    .m-xxl-n-9
    {
        margin: 10rem !important;
    }
    .mt-xxl-n-9,
    .my-xxl-n-9
    {
        margin-top: 10rem !important;
    }
    .mr-xxl-n-9,
    .mx-xxl-n-9
    {
        margin-right: 10rem !important;
    }
    .mb-xxl-n-9,
    .my-xxl-n-9
    {
        margin-bottom: 10rem !important;
    }
    .ml-xxl-n-9,
    .mx-xxl-n-9
    {
        margin-left: 10rem !important;
    }
    .m-xxl-n-8
    {
        margin: 8rem !important;
    }
    .mt-xxl-n-8,
    .my-xxl-n-8
    {
        margin-top: 8rem !important;
    }
    .mr-xxl-n-8,
    .mx-xxl-n-8
    {
        margin-right: 8rem !important;
    }
    .mb-xxl-n-8,
    .my-xxl-n-8
    {
        margin-bottom: 8rem !important;
    }
    .ml-xxl-n-8,
    .mx-xxl-n-8
    {
        margin-left: 8rem !important;
    }
    .m-xxl-n-7
    {
        margin: 6rem !important;
    }
    .mt-xxl-n-7,
    .my-xxl-n-7
    {
        margin-top: 6rem !important;
    }
    .mr-xxl-n-7,
    .mx-xxl-n-7
    {
        margin-right: 6rem !important;
    }
    .mb-xxl-n-7,
    .my-xxl-n-7
    {
        margin-bottom: 6rem !important;
    }
    .ml-xxl-n-7,
    .mx-xxl-n-7
    {
        margin-left: 6rem !important;
    }
    .m-xxl-n-6
    {
        margin: 4.5rem !important;
    }
    .mt-xxl-n-6,
    .my-xxl-n-6
    {
        margin-top: 4.5rem !important;
    }
    .mr-xxl-n-6,
    .mx-xxl-n-6
    {
        margin-right: 4.5rem !important;
    }
    .mb-xxl-n-6,
    .my-xxl-n-6
    {
        margin-bottom: 4.5rem !important;
    }
    .ml-xxl-n-6,
    .mx-xxl-n-6
    {
        margin-left: 4.5rem !important;
    }
    .m-xxl-n-5
    {
        margin: 3rem !important;
    }
    .mt-xxl-n-5,
    .my-xxl-n-5
    {
        margin-top: 3rem !important;
    }
    .mr-xxl-n-5,
    .mx-xxl-n-5
    {
        margin-right: 3rem !important;
    }
    .mb-xxl-n-5,
    .my-xxl-n-5
    {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-n-5,
    .mx-xxl-n-5
    {
        margin-left: 3rem !important;
    }
    .m-xxl-n-4
    {
        margin: 1.5rem !important;
    }
    .mt-xxl-n-4,
    .my-xxl-n-4
    {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-n-4,
    .mx-xxl-n-4
    {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-n-4,
    .my-xxl-n-4
    {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-n-4,
    .mx-xxl-n-4
    {
        margin-left: 1.5rem !important;
    }
    .m-xxl-n-3
    {
        margin: 1rem !important;
    }
    .mt-xxl-n-3,
    .my-xxl-n-3
    {
        margin-top: 1rem !important;
    }
    .mr-xxl-n-3,
    .mx-xxl-n-3
    {
        margin-right: 1rem !important;
    }
    .mb-xxl-n-3,
    .my-xxl-n-3
    {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-n-3,
    .mx-xxl-n-3
    {
        margin-left: 1rem !important;
    }
    .m-xxl-n-2
    {
        margin: .5rem !important;
    }
    .mt-xxl-n-2,
    .my-xxl-n-2
    {
        margin-top: .5rem !important;
    }
    .mr-xxl-n-2,
    .mx-xxl-n-2
    {
        margin-right: .5rem !important;
    }
    .mb-xxl-n-2,
    .my-xxl-n-2
    {
        margin-bottom: .5rem !important;
    }
    .ml-xxl-n-2,
    .mx-xxl-n-2
    {
        margin-left: .5rem !important;
    }
    .m-xxl-n-1
    {
        margin: .25rem !important;
    }
    .mt-xxl-n-1,
    .my-xxl-n-1
    {
        margin-top: .25rem !important;
    }
    .mr-xxl-n-1,
    .mx-xxl-n-1
    {
        margin-right: .25rem !important;
    }
    .mb-xxl-n-1,
    .my-xxl-n-1
    {
        margin-bottom: .25rem !important;
    }
    .ml-xxl-n-1,
    .mx-xxl-n-1
    {
        margin-left: .25rem !important;
    }
    .m-xxl-n6
    {
        margin: -4.5rem !important;
    }
    .mt-xxl-n6,
    .my-xxl-n6
    {
        margin-top: -4.5rem !important;
    }
    .mr-xxl-n6,
    .mx-xxl-n6
    {
        margin-right: -4.5rem !important;
    }
    .mb-xxl-n6,
    .my-xxl-n6
    {
        margin-bottom: -4.5rem !important;
    }
    .ml-xxl-n6,
    .mx-xxl-n6
    {
        margin-left: -4.5rem !important;
    }
    .m-xxl-n7
    {
        margin: -6rem !important;
    }
    .mt-xxl-n7,
    .my-xxl-n7
    {
        margin-top: -6rem !important;
    }
    .mr-xxl-n7,
    .mx-xxl-n7
    {
        margin-right: -6rem !important;
    }
    .mb-xxl-n7,
    .my-xxl-n7
    {
        margin-bottom: -6rem !important;
    }
    .ml-xxl-n7,
    .mx-xxl-n7
    {
        margin-left: -6rem !important;
    }
    .m-xxl-n8
    {
        margin: -8rem !important;
    }
    .mt-xxl-n8,
    .my-xxl-n8
    {
        margin-top: -8rem !important;
    }
    .mr-xxl-n8,
    .mx-xxl-n8
    {
        margin-right: -8rem !important;
    }
    .mb-xxl-n8,
    .my-xxl-n8
    {
        margin-bottom: -8rem !important;
    }
    .ml-xxl-n8,
    .mx-xxl-n8
    {
        margin-left: -8rem !important;
    }
    .m-xxl-n9
    {
        margin: -10rem !important;
    }
    .mt-xxl-n9,
    .my-xxl-n9
    {
        margin-top: -10rem !important;
    }
    .mr-xxl-n9,
    .mx-xxl-n9
    {
        margin-right: -10rem !important;
    }
    .mb-xxl-n9,
    .my-xxl-n9
    {
        margin-bottom: -10rem !important;
    }
    .ml-xxl-n9,
    .mx-xxl-n9
    {
        margin-left: -10rem !important;
    }
    .m-xxl-auto
    {
        margin: auto !important;
    }
    .mt-xxl-auto,
    .my-xxl-auto
    {
        margin-top: auto !important;
    }
    .mr-xxl-auto,
    .mx-xxl-auto
    {
        margin-right: auto !important;
    }
    .mb-xxl-auto,
    .my-xxl-auto
    {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto,
    .mx-xxl-auto
    {
        margin-left: auto !important;
    }
}
