body {
    overflow-x: hidden !important;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 4px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"]
    .select2-selection--single
    .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container
    .select2-search--inline
    .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    font-size: 16px;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #757373;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 1px;
    width: 20px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled
    .select2-selection--single
    .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    list-style: none;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-search--inline,
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    float: right;
}
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled
    .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled
    .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__group {
    padding-left: 0;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
    color: #777;
    font-weight: 700;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow {
    background: 0 0;
    border: none;
}
.select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__clear {
    display: none;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open
    .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}
.select2-container--classic
    .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
body {
    background-color: #f5f5f5;
    height: 100%;
    width: 100%;
    position: absolute;
}
.all_content {
    width: 100%;
    height: 100%;
    display: -ms-grid;
    display: grid;
    position: relative;
    grid-template-areas: "header" "banner" "cards" "footer";
    grid-template-rows: 62px 1fr 1fr 60px;
}
.all_content .hidden {
    display: none;
}
.all_content header {
    grid-area: header;
}
.all_content section.banner {
    grid-area: banner;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.all_content section.banner img.background_banner {
    width: 100%;
    position: relative;
    object-fit: cover;
    height: 100%;
}
.all_content section.banner span.banner_slogan {
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    font-weight: 500;
    font-size: clamp(26px, 5vw, 55px);
    color: #fff;
    position: absolute;
    text-align: center;
}
.all_content section.banner span.banner_slogan p {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}
.all_content section.banner div.inputs {
    width: 100%;
    height: 50px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 10px;
    font-family: "Open sans";
}
.all_content section.banner .selects {
    height: 50px;
    width: 100%;
    text-align: center;
}
.all_content select#viajar {
    padding: 9px 0;
    top: 2px;
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    color: #777;
    font-family: Arial, Helvetica, sans-serif;
}
.all_content section.banner span.dates,
.all_content span.dates {
    position: relative;
}
.all_content section.banner span.dates .input__date,
.all_content span.dates .input__date {
    width: 30%;
    max-width: 180px;
    display: inline-block;
    position: relative;
    top: 0;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    color: #777;
    border: 1px solid #a5a5a5;
    padding-left: 40px;
    margin-right: 1px;
}
.all_content
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    text-align: left;
    color: #777;
}
.all_content
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    font-weight: 900;
    padding-right: 5px;
}
.all_content .buscar {
    font-size: 16px;
    background-color: #0ca2e0;
    color: #fff;
    padding: 12px 30px;
    border-radius: 7px;
    -webkit-box-shadow: 0 3px 8px 0 #00000000;
    box-shadow: 0 3px 8px 0 #00000000;
    outline: 0;
    border: none;
    width: 150px;
    position: relative;
    top: 0;
}
.all_content section.second {
    width: 100%;
    grid-area: cards;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
footer {
    height: 60px;
    width: 100%;
    background-color: #507e8d;
    display: grid;
    grid-template-columns: 40% 15% 15% 15%;
    text-align: center;
    align-items: center;
    grid-area: footer;
}
footer span,
footer span a {
    color: #fff;
    font: normal 700 12px "Open Sans", sans-serif;
}
footer span a:hover {
    text-decoration: underline;
}
@media only screen and (min-width: 101px) and (max-width: 1145px) {
    div.inputs {
        position: absolute;
        top: 100%;
        margin-top: 10px;
    }

    .all_content section.banner span.dates .input__date,
    .all_content span.dates .input__date {
        width: 40%;
        max-width: 40%;
        text-align: left;
        padding-left: 50px;
    }
    .all_content .buscar {
        width: 40%;
    }
    .all_content section.second {
        margin-top: 280px;
    }
    footer {
        height: 100px;
        width: 100%;
        background-color: #507e8d;
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 30% 30% 30%;
        text-align: center;
        align-items: center;
        grid-area: footer;
    }
    footer span.company {
        grid-row-start: 1;
        grid-row-end: 1;
    }
    div.inputs {
        position: absolute;
        top: 100%;
        margin-top: 10px;
    }

    .all_content section.banner span.dates .input__date,
    .all_content span.dates .input__date {
        width: 40%;
        max-width: 40%;
        text-align: left;
        padding-left: 50px;
    }
    .all_content .buscar {
        width: 40%;
    }
    .all_content section.second {
        margin-top: 280px;
    }
}

@media only screen and (max-width: 600px) {
    .all_content section.second {
        margin-top: 350px;
    }
}

@media only screen and (max-width: 434px) {
    footer {
        height: 100px;
        width: 100%;
        background-color: #507e8d;
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 45% 45% 10%;
        text-align: center;
        align-items: center;
        grid-area: footer;
    }
    footer span.facebook {
        display: none;
    }
}
.box {
    width: 90%;
    max-width: 1250px;
    height: 277px;
    margin: 10px auto;
    background-color: #fff;
    border: 1px #d2d2d2 solid;
    border-radius: 5px;
    position: relative;
}
.box .wrap-box {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr;
    height: 100%;
    width: 100%;
}
.box .wrap-box .side__img {
    grid-column-start: 1;
    grid-column-start: 1;
    margin-left: 20px;
    position: relative;
    top: 20px;
}
.box .wrap-box .text__box {
    grid-column-start: 2;
    grid-column-end: 3;
    max-height: 277px;
}
.box:hover {
    -webkit-box-shadow: 0 0 10px #bbb3b3;
    box-shadow: 0 0 10px #bbb3b3;
    background-color: #faf9f9;
    cursor: pointer;
}
.text__box div.cities {
    text-transform: uppercase;
    position: relative;
    margin-top: 8px;
}
.text__box div.cities span {
    font-size: 37px;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
}
.text__box div.cities span.city1 {
    color: #0057af;
}
.text__box div.cities span.city2 {
    color: #1fbc59;
}
.text__box div.cities .airplane {
    position: relative;
    top: 10px;
}
.text__box .arrival {
    font-size: 20px;
    color: #afafaf;
    position: relative;
    top: 15px;
    font-family: "Open Sans", sans-serif;
}
.text__box .arrival img.arrival__airport {
    position: relative;
    top: 5px;
}
.text__box .bloco__viagem__detalhes {
    font-size: 18px;
    color: #afafaf;
    margin-top: 45px;
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.6rem;
}
.data__side {
    -ms-grid-column: 3;
    grid-column-start: 3;
    grid-column-end: 4;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}
.data__side p.data__ {
    font-size: 37px;
    font-weight: 300;
    color: #afafaf;
    position: relative;
    top: 20px;
}
.data__side p.data_text {
    font-size: 16px;
    font-weight: 300;
    color: #afafaf;
    position: relative;
    top: 0;
}
.data__side img.last__img {
    position: relative;
    margin-top: 20px;
    max-width: 124px;
    max-height: 124px;
}
.box .custom__tooltip {
    padding: 3px 6px;
    background-color: #ccc;
    border-radius: 15px;
    color: #fefefe;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    top: -35px;
    margin-left: 25%;
}
.hidden {
    display: none;
}
.mobile {
    display: none;
}
@media only screen and (min-width: 582px) and (max-width: 1120px) {
    .box {
        height: 380px;
    }
    .box .wrap-box {
        height: 380px;
        grid-template-columns: none;
        grid-template-rows: 33% 33% 33%;
    }
    .mobile {
        display: block;
        width: 100%;
        position: absolute;
        grid-row: 1/1;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        top: 30px;
    }
    .mobile span.data__ {
        font-size: 37px;
        font-weight: 300;
        color: #afafaf;
        font-family: Arial, Helvetica, sans-serif;
    }
    .text__box {
        width: 100%;
        position: absolute;
        top: 40%;
    }
    .text__box .cities {
        display: flex;
        justify-content: space-evenly;
    }
    .text__box div.cities span {
        font-size: 25px;
    }
    .text__box .cities img.airplane {
        top: -6px;
    }
    .arrival {
        left: 25px;
    }
    .bloco__viagem__detalhes__wrapper {
        position: relative;
        left: 25px;
        width: calc(100% - 70px);
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 90px;
    }
    .detalhes-lang {
        font-size: 15px;
    }
    .box .custom__tooltip {
        margin-left: 25px;
        top: -25px;
    }
    .box .wrap-box .side__img,
    .data__side,
    .data__side img.last__img,
    .data__side p.data_text,
    .divisor {
        display: none;
    }
}
@media only screen and (max-width: 581px) {
    .box {
        height: 400px;
    }
    .box .wrap-box {
        height: 400px;
        grid-template-columns: none;
        grid-template-rows: 33% 33% 33%;
    }
    .mobile {
        display: block;
        width: calc(90% - 15px);
        position: absolute;
        grid-row: 1/1;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        top: 30px;
    }
    .mobile span.data__ {
        font-size: 37px;
        font-weight: 300;
        color: #afafaf;
        font-family: Arial, Helvetica, sans-serif;
    }
    .text__box {
        width: 100%;
        position: absolute;
        top: 40%;
    }
    .text__box .cities {
        display: flex;
        justify-content: space-evenly;
    }
    .text__box div.cities span {
        font-size: 18px;
    }
    .text__box .cities img.airplane {
        top: -15px;
    }
    .arrival {
        left: 25px;
    }
    .bloco__viagem__detalhes__wrapper {
        position: relative;
        left: 25px;
        width: calc(100% - 70px);
        overflow: hidden;
        max-height: 100px;
        text-overflow: ellipsis;
    }
    .box .custom__tooltip {
        margin-left: 25px;
    }
    .box .wrap-box .side__img,
    .data__side,
    .data__side img.last__img,
    .data__side p.data_text,
    .divisor {
        display: none;
    }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}
html {
    font-size: 10px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a:link {
    text-decoration: none;
}
li,
ul {
    list-style: none;
}
li #hidden,
li .hidden,
ul #hidden,
ul .hidden {
    display: none;
}
footer {
    grid-area: footer;
    background-color: #507e8d;
    width: 100%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 15% 15% 15%;
    grid-template-columns: 40% 15% 15% 15%;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}
footer span.company {
    margin-top: 15px;
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 1;
}
footer span.email {
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 2;
    margin-top: 15px;
}
footer span.number {
    -ms-grid-column: 3;
    grid-column-start: 3;
    grid-column-end: 3;
    margin-top: 15px;
}
footer span.facebook {
    margin-top: 15px;
    -ms-grid-column: 4;
    grid-column-start: 4;
    grid-column-end: 4;
}
@media only screen and (min-width: 1px) and (max-width: 1145px) {
    footer {
        height: 125px;
        display: -ms-grid;
        display: grid;
        position: absolute;
        margin-top: 100px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-area: footer;
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: (1fr) [2];
        grid-template-rows: repeat(2, 1fr);
    }
    footer span.company {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
        -ms-grid-row: 1;
        grid-row: 1/1;
    }
    footer span.email {
        -ms-grid-column: 1;
        grid-column: 1/1;
        -ms-grid-row: 2;
        grid-row: 2/2;
    }
    footer span.number {
        -ms-grid-column: 2;
        grid-column: 2/2;
        -ms-grid-row: 2;
        grid-row: 2/2;
    }
    footer span.facebook {
        -ms-grid-column: 3;
        grid-column: 3/3;
        -ms-grid-row: 2;
        grid-row: 2/2;
    }
}
.acf-error-message {
    height: 40px;
    position: relative;
    display: inline-block;
    color: #fff;
    background: #f55e4f;
    margin: 5px 0 15px;
    padding: 1px 12px;
    min-height: 0;
    border-left: #dd4232 solid 6px;
    font: normal 400 16px "Open sans", sans-serif;
    border-radius: 3px;
    transition: 0s;
    pointer-events: none;
}
.acf-error-message p {
    margin-top: 7px;
}
.acf-error-message:after {
    content: "";
    width: 0;
    height: 0;
    border: transparent 5px solid;
    border-top-color: #f55e4f;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 10px;
}
.acf-error-message.closeError {
    animation-name: closeError;
    animation-direction: forwards;
    animation-duration: 0.3s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}
@keyframes closeError {
    0% {
        opacity: 1;
        height: 40px;
        margin: 5px 0 15px;
        padding: 1px 12px;
        display: inline-block;
    }
    99% {
        height: 0;
        margin: 0;
        padding: 0;
        opacity: 0;
        display: inline-block;
    }
    100% {
        height: 0;
        margin: 0;
        padding: 0;
        opacity: 0;
        display: none;
    }
} /*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}
.datepicker-inline {
    width: 220px;
}
.datepicker.datepicker-rtl {
    direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
}
.datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}
.datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}
.datepicker > div {
    display: none;
}
.datepicker.days div.datepicker-days {
    display: block;
}
.datepicker.months div.datepicker-months {
    display: block;
}
.datepicker.years div.datepicker-years {
    display: block;
}
.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#fdd49a),
        to(#fdf59a)
    );
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #000;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
    background-color: #fdf59a;
}
.datepicker table tr td.today:hover:hover {
    color: #000;
}
.datepicker table tr td.today.active:hover {
    color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#f3c17a),
        to(#f3e97a)
    );
    background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: linear-gradient(top, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(top, #b3b3b3, grey);
    background-image: -ms-linear-gradient(top, #b3b3b3, grey);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#b3b3b3),
        to(grey)
    );
    background-image: -webkit-linear-gradient(top, #b3b3b3, grey);
    background-image: -o-linear-gradient(top, #b3b3b3, grey);
    background-image: linear-gradient(top, #b3b3b3, grey);
    background-repeat: repeat-x;
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
    background-color: grey;
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#08c),
        to(#04c)
    );
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #04c;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker table tr td span:hover {
    background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#08c),
        to(#04c)
    );
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #04c;
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #999;
}
.datepicker th.datepicker-switch {
    width: 145px;
    font: 400 14px/1.6 "Open Sans", sans-serif;
    background: #4493ee;
    color: #fff;
    border-radius: 20px;
}
.datepicker tfoot tr th,
.datepicker thead tr:first-child th {
    cursor: pointer;
}
.datepicker tfoot tr th:hover,
.datepicker thead tr:first-child th:hover {
    background: #4493ee;
    color: #fff;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.input-daterange input {
    text-align: center;
}
.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 20px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}
.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
}
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 4px 5px;
}
th.dow {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #626262;
}

form.create-alert-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 600px;
    z-index: 100000;
    position: fixed;
    background: #ffff;
    padding: 40px;
    top: 33%;
    transform: translateY(-25%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 11%);
}

.form-shadow {
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
}

form.create-alert-form > input {
    width: 100%;
}

form.create-alert-form > input[type="number"],
form.create-alert-form > input[type="email"],
form.create-alert-form > input[type="name"],
form.create-alert-form > input[type="text"] {
    padding: 12px;
    font-size: 16px;
    font-family: "Arial", "Helvetica", sans-serif;
    color: #777;
}

form.create-alert-form > label {
    padding: 12px 0 0 0;
    font-size: 16px;
    font-family: "Arial", "Helvetica", sans-serif;
    color: #777;
}

button#create-alert {
    padding: 12px;
    font-size: 16px;
    font-family: "Arial", "Helvetica", sans-serif;
    color: #fff;
    background: #3b98de;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 11%);
}

[data-alert="true"] {
    font-size: 16px !important;
    font-family: "Arial", "Helvetica", sans-serif !important;
}
