

#app .text-center {
    text-align: center;
}

    .line-prev[data-v-5d8a5992] {
        font-size: 14px;
        font-weight: bold;
        padding-left: 35px;
        position: relative
    }

    .active .line-prev[data-v-5d8a5992]:before {
        content: "";
        position: absolute;
        height: 2px;
        background-color: #fff;
        top: 50%;
        left: 0px;
        width: 30px;
        transform: translateY(-50%)
    }

    .inactive .line-prev[data-v-5d8a5992]:before {
        content: "";
        position: absolute;
        height: 2px;
        background-color: #6b7280;
        top: 50%;
        left: 0px;
        width: 30px;
        transform: translateY(-50%)
    }

    .inactive[data-v-5d8a5992] {
        display: none
    }

    @media (min-width: 768px) {
        .inactive[data-v-5d8a5992] {
            display: block
        }
    }

    .mx-icon-left:before, .mx-icon-right:before, .mx-icon-double-left:before, .mx-icon-double-right:before, .mx-icon-double-left:after, .mx-icon-double-right:after {
        content: "";
        position: relative;
        top: -1px;
        display: inline-block;
        width: 10px;
        height: 10px;
        vertical-align: middle;
        border-style: solid;
        border-color: currentColor;
        border-width: 2px 0 0 2px;
        border-radius: 1px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-45deg) scale(.7);
        transform: rotate(-45deg) scale(.7)
    }

    .mx-icon-double-left:after {
        left: -4px
    }

    .mx-icon-double-right:before {
        left: 4px
    }

    .mx-icon-right:before, .mx-icon-double-right:before, .mx-icon-double-right:after {
        -webkit-transform: rotate(135deg) scale(.7);
        transform: rotate(135deg) scale(.7)
    }

    .mx-btn {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1;
        font-size: 14px;
        font-weight: 500;
        padding: 7px 15px;
        margin: 0;
        cursor: pointer;
        background-color: transparent;
        outline: none;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 4px;
        color: #73879c;
        white-space: nowrap
    }

        .mx-btn:hover {
            border-color: #1284e7;
            color: #1284e7
        }

    .mx-btn-text {
        border: 0;
        padding: 0 4px;
        text-align: left;
        line-height: inherit
    }

    .mx-scrollbar {
        height: 100%
    }

        .mx-scrollbar:hover .mx-scrollbar-track {
            opacity: 1
        }

    .mx-scrollbar-wrap {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto
    }

    .mx-scrollbar-track {
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        width: 6px;
        z-index: 1;
        border-radius: 4px;
        opacity: 0;
        -webkit-transition: opacity .24s ease-out;
        transition: opacity .24s ease-out
    }

        .mx-scrollbar-track .mx-scrollbar-thumb {
            position: absolute;
            width: 100%;
            height: 0;
            cursor: pointer;
            border-radius: inherit;
            background-color: #9093994d;
            -webkit-transition: background-color .3s;
            transition: background-color .3s
        }

    .mx-zoom-in-down-enter-active, .mx-zoom-in-down-leave-active {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
        transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
        transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
        transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }

    .mx-zoom-in-down-enter, .mx-zoom-in-down-leave-to {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    .mx-datepicker {
        position: relative;
        display: inline-block;
        width: 210px
    }

        .mx-datepicker svg {
            width: 1em;
            height: 1em;
            vertical-align: -.15em;
            fill: currentColor;
            overflow: hidden
        }

    .mx-datepicker-range {
        width: 320px
    }

    .mx-datepicker-inline {
        width: auto
    }

    .mx-input-wrapper {
        position: relative
    }

        .mx-input-wrapper .mx-icon-clear {
            display: none
        }

        .mx-input-wrapper:hover .mx-icon-clear {
            display: block
        }

            .mx-input-wrapper:hover .mx-icon-clear + .mx-icon-calendar {
                display: none
            }

    .mx-input {
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 34px;
        padding: 6px 30px 6px 10px;
        font-size: 14px;
        line-height: 1.4;
        color: #555;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px #00000013
    }

        .mx-input:hover, .mx-input:focus {
            border-color: #409aff
        }

        .mx-input:disabled, .mx-input.disabled {
            color: #ccc;
            background-color: #f3f3f3;
            border-color: #ccc;
            cursor: not-allowed
        }

        .mx-input:focus {
            outline: none
        }

        .mx-input::-ms-clear {
            display: none
        }

    .mx-icon-calendar, .mx-icon-clear {
        position: absolute;
        top: 50%;
        right: 8px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 16px;
        line-height: 1;
        color: #00000080;
        vertical-align: middle
    }

    .mx-icon-clear {
        cursor: pointer
    }

        .mx-icon-clear:hover {
            color: #000c
        }

    .mx-datepicker-main {
        font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei",sans-serif;
        color: #73879c;
        background-color: #fff;
        border: 1px solid #e8e8e8
    }

    .mx-datepicker-popup {
        position: absolute;
        margin-top: 1px;
        margin-bottom: 1px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px #0000002d;
        z-index: 2001
    }

    .mx-datepicker-sidebar {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100px;
        padding: 6px;
        overflow: auto
    }

        .mx-datepicker-sidebar + .mx-datepicker-content {
            margin-left: 100px;
            border-left: 1px solid #e8e8e8
        }

    .mx-datepicker-body {
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .mx-btn-shortcut {
        display: block;
        padding: 0 6px;
        line-height: 24px
    }

    .mx-range-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    @media (max-width: 750px) {
        .mx-range-wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }
    }

    .mx-datepicker-header {
        padding: 6px 8px;
        border-bottom: 1px solid #e8e8e8
    }

    .mx-datepicker-footer {
        padding: 6px 8px;
        text-align: right;
        border-top: 1px solid #e8e8e8
    }

    .mx-calendar {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 248px;
        padding: 6px 12px
    }

        .mx-calendar + .mx-calendar {
            border-left: 1px solid #e8e8e8
        }

    .mx-calendar-header, .mx-time-header {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 34px;
        line-height: 34px;
        text-align: center;
        overflow: hidden
    }

    .mx-btn-icon-left, .mx-btn-icon-double-left {
        float: left
    }

    .mx-btn-icon-right, .mx-btn-icon-double-right {
        float: right
    }

    .mx-calendar-header-label {
        font-size: 14px
    }

    .mx-calendar-decade-separator {
        margin: 0 2px
    }

        .mx-calendar-decade-separator:after {
            content: "~"
        }

    .mx-calendar-content {
        position: relative;
        height: 224px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .mx-calendar-content .cell {
            cursor: pointer
        }

            .mx-calendar-content .cell:hover {
                color: #73879c;
                background-color: #f3f9fe
            }

            .mx-calendar-content .cell.active {
                color: #fff;
                background-color: #1284e7
            }

            .mx-calendar-content .cell.in-range {
                color: #73879c;
                background-color: #dbedfb
            }

            .mx-calendar-content .cell.disabled {
                cursor: not-allowed;
                color: #ccc;
                background-color: #f3f3f3
            }

    .mx-calendar-week-mode .mx-date-row {
        cursor: pointer
    }

        .mx-calendar-week-mode .mx-date-row:hover {
            background-color: #f3f9fe
        }

        .mx-calendar-week-mode .mx-date-row.mx-active-week {
            background-color: #dbedfb
        }

        .mx-calendar-week-mode .mx-date-row .cell:hover {
            color: inherit;
            background-color: transparent
        }

        .mx-calendar-week-mode .mx-date-row .cell.active {
            color: inherit;
            background-color: transparent
        }

    .mx-week-number {
        opacity: .5
    }

    .mx-table {
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        vertical-align: middle
    }

        .mx-table th {
            padding: 0;
            font-weight: 500
        }

        .mx-table td {
            padding: 0
        }

    .mx-table-date td, .mx-table-date th {
        height: 32px;
        font-size: 12px
    }

    .mx-table-date .today {
        color: #2a90e9
    }

    .mx-table-date .cell.not-current-month {
        color: #ccc
    }

    .mx-time {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 224px;
        background: #fff
    }

        .mx-time + .mx-time {
            border-left: 1px solid #e8e8e8
        }

    .mx-calendar-time {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .mx-time-header {
        border-bottom: 1px solid #e8e8e8
    }

    .mx-time-content {
        height: 224px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden
    }

    .mx-time-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .mx-time-column {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        border-left: 1px solid #e8e8e8;
        text-align: center
    }

        .mx-time-column:first-child {
            border-left: 0
        }

        .mx-time-column .mx-time-list {
            margin: 0;
            padding: 0;
            list-style: none
        }

            .mx-time-column .mx-time-list:after {
                content: "";
                display: block;
                height: 192px
            }

        .mx-time-column .mx-time-item {
            cursor: pointer;
            font-size: 12px;
            height: 32px;
            line-height: 32px
        }

            .mx-time-column .mx-time-item:hover {
                color: #73879c;
                background-color: #f3f9fe
            }

            .mx-time-column .mx-time-item.active {
                color: #1284e7;
                background-color: transparent;
                font-weight: 700
            }

            .mx-time-column .mx-time-item.disabled {
                cursor: not-allowed;
                color: #ccc;
                background-color: #f3f3f3
            }

    .mx-time-option {
        cursor: pointer;
        padding: 8px 10px;
        font-size: 14px;
        line-height: 20px
    }

        .mx-time-option:hover {
            color: #73879c;
            background-color: #f3f9fe
        }

        .mx-time-option.active {
            color: #1284e7;
            background-color: transparent;
            font-weight: 700
        }

        .mx-time-option.disabled {
            cursor: not-allowed;
            color: #ccc;
            background-color: #f3f3f3
        }

    #app .dividido select[data-v-8dd7532e], #app .dividido input[data-v-8dd7532e], #app .dividido textarea[data-v-8dd7532e] {
        background-color: #fff !important
    }

    #app .mx-input[data-v-8dd7532e] {
        margin-top: .25rem !important;
        height: auto !important;
        width: 100% !important;
        border-radius: 1.5rem !important;
        border-style: none !important;
        padding: 1rem !important;
        font-weight: 300 !important
    }

        #app .mx-input[data-v-8dd7532e]::-moz-placeholder {
            --tw-placeholder-opacity: 1 !important;
            color: rgba(0,0,0,var(--tw-placeholder-opacity)) !important
        }

        #app .mx-input[data-v-8dd7532e]:-ms-input-placeholder {
            --tw-placeholder-opacity: 1 !important;
            color: rgba(0,0,0,var(--tw-placeholder-opacity)) !important
        }

        #app .mx-input[data-v-8dd7532e]::placeholder {
            --tw-placeholder-opacity: 1 !important;
            color: rgba(0,0,0,var(--tw-placeholder-opacity)) !important
        }

    #app .mx-input[data-v-8dd7532e] {
        background-color: #f6f6f6
    }

    #app .line-next[data-v-8dd7532e] {
        font-size: 14px;
        font-weight: bold;
        padding-right: 35px;
        position: relative
    }

        #app .line-next[data-v-8dd7532e]:after {
            content: "";
            position: absolute;
            height: 2px;
            background-color: #e1251b;
            top: 50%;
            width: 65px;
            transform: translateY(-50%);
            margin-left: 10px
        }

    #app .z-9[data-v-8dd7532e] {
        z-index: 9
    }

    #app label[data-v-8dd7532e] {
        margin-left: 1rem
    }

    #app select[data-v-8dd7532e], #app input[type=text][data-v-8dd7532e], #app input[type=password][data-v-8dd7532e], #app textarea[data-v-8dd7532e] {
        margin-top: .25rem !important;
        height: auto !important;
        width: 100% !important;
        border-radius: 1.5rem !important;
        border-style: none !important;
        padding: 1rem !important;
        font-weight: 300 !important
    }

        #app select[data-v-8dd7532e]::-moz-placeholder, #app input[type=text][data-v-8dd7532e]::-moz-placeholder, #app input[type=password][data-v-8dd7532e]::-moz-placeholder, #app textarea[data-v-8dd7532e]::-moz-placeholder {
            --tw-placeholder-opacity: 1 !important;
            color: rgba(0,0,0,var(--tw-placeholder-opacity)) !important
        }

        #app select[data-v-8dd7532e]:-ms-input-placeholder, #app input[type=text][data-v-8dd7532e]:-ms-input-placeholder, #app input[type=password][data-v-8dd7532e]:-ms-input-placeholder, #app textarea[data-v-8dd7532e]:-ms-input-placeholder {
            --tw-placeholder-opacity: 1 !important;
            color: rgba(0,0,0,var(--tw-placeholder-opacity)) !important
        }

        #app select[data-v-8dd7532e]::placeholder, #app input[type=text][data-v-8dd7532e]::placeholder, #app input[type=password][data-v-8dd7532e]::placeholder, #app textarea[data-v-8dd7532e]::placeholder {
            --tw-placeholder-opacity: 1 !important;
            color: rgba(0,0,0,var(--tw-placeholder-opacity)) !important
        }

    #app select[data-v-8dd7532e], #app input[type=text][data-v-8dd7532e], #app input[type=password][data-v-8dd7532e], #app textarea[data-v-8dd7532e] {
        background-color: #f6f6f6
    }

    #app option[data-v-8dd7532e] {
        padding: 1rem;
        font-weight: 300
    }

    #app input[type=checkbox][data-v-8dd7532e] {
        border-radius: .25rem !important;
        border-width: 2px !important;
        --tw-border-opacity: 1 !important;
        border-color: rgba(0,0,0,var(--tw-border-opacity)) !important
    }

    #app input[data-v-8dd7532e]:focus, #app select[data-v-8dd7532e]:focus, #app textarea[data-v-8dd7532e]:focus {
        --tw-border-opacity: 1 !important;
        border-color: rgba(225,37,27,var(--tw-border-opacity)) !important
    }

    #app input[data-v-8dd7532e]:focus, #app select[data-v-8dd7532e]:focus, #app textarea[data-v-8dd7532e]:focus {
        --tw-ring-color: #e1251b !important
    }

    #app select[data-v-8dd7532e]:disabled, #app input[data-v-8dd7532e]:disabled, #app .mx-input[data-v-8dd7532e]:disabled {
        opacity: .5
    }

    #app select[data-v-8dd7532e]:disabled, #app input[data-v-8dd7532e]:disabled, #app .mx-input[data-v-8dd7532e]:disabled {
        background-color: #e0e0e0 !important
    }

    #app .msg_error[data-v-8dd7532e] {
        text-align: right;
        font-size: .75rem;
        line-height: 1rem;
        --tw-text-opacity: 1;
        color: rgba(239,68,68,var(--tw-text-opacity));
        min-height: 16px
    }

    #app .fade-enter-active[data-v-8dd7532e], #app .fade-leave-active[data-v-8dd7532e] {
        height: 6rem;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        opacity: .5;
        transition-property: all;
        transition-duration: .15s;
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(.4,0,.2,1)
    }

    #app .fade-enter-from[data-v-8dd7532e], #app .fade-leave-to[data-v-8dd7532e] {
        height: 0px;
        opacity: 0
    }

    .modal[data-v-b8083cde] {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        overflow-x: hidden;
        overflow-y: auto
    }

    .modal__backdrop[data-v-b8083cde] {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #0000004d;
        z-index: 1
    }

    .modal__dialog[data-v-b8083cde] {
        position: relative;
        width: 500px;
        background-color: #fff;
        border-radius: 1.5rem;
        margin: 50px auto;
        display: flex;
        flex-direction: column;
        z-index: 2
    }

    @media only screen and (max-width: 768px) {
        .modal__dialog[data-v-b8083cde] {
            width: 350px
        }
    }

    .modal__close[data-v-b8083cde] {
        width: 30px;
        height: 30px
    }

    .modal__header[data-v-b8083cde] {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 20px 20px 10px
    }

    .modal__body[data-v-b8083cde] {
        padding: 10px 20px;
        overflow: auto;
        display: flex;
        flex-direction: column;
        align-items: stretch
    }

    .modal__footer[data-v-b8083cde] {
        padding: 10px 20px 20px
    }

    .fade-enter-active[data-v-b8083cde], .fade-leave-active[data-v-b8083cde] {
        transition: opacity .2s
    }

    .fade-enter[data-v-b8083cde], .fade-leave-to[data-v-b8083cde] {
        opacity: 0
    }

    .divisionrows[data-v-b8083cde] {
        grid-template-rows: 35px 20px
    }

    .divisionrowsprice[data-v-b8083cde] {
        grid-template-rows: 1fr auto
    }

    .divisionrowscars[data-v-b8083cde] {
        grid-template-rows: 2fr auto
    }

    .divisionrowscarsmov[data-v-b8083cde] {
        grid-template-rows: 4fr auto
    }

    .fit-content[data-v-b8083cde] {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .h-73[data-v-b8083cde] {
        height: 73px
    }

    .text-xxs[data-v-b8083cde] {
        font-size: .65rem;
        line-height: .8rem
    }

    .disabled[data-v-b8083cde] {
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%)
    }

    .container_caracteristica[data-v-53cba21a] {
        grid-template-columns: 1.3fr 2fr
    }

    .shadow_p[data-v-53cba21a] {
        box-shadow: inset 0 0 2px 2px #0000001a
    }

    .modal[data-v-53cba21a] {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        overflow-x: hidden;
        overflow-y: auto
    }

    .modal__backdrop[data-v-53cba21a] {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #0000004d;
        z-index: 1
    }

    .modal__dialog[data-v-53cba21a] {
        position: relative;
        width: 850px;
        background-color: #fff;
        border-radius: 1.5rem;
        margin: 50px auto;
        display: flex;
        flex-direction: column;
        z-index: 2
    }

    @media screen and (max-width: 992px) {
        .modal__dialog[data-v-53cba21a] {
            margin: 0;
            width: 100%;
            border-radius: 0
        }
    }

    .modal__close[data-v-53cba21a] {
        width: 30px;
        height: 30px
    }

    .modal__header[data-v-53cba21a] {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 20px 20px 10px
    }

    .modal__body[data-v-53cba21a] {
        padding: 10px 20px;
        overflow: auto;
        display: flex;
        flex-direction: column;
        align-items: stretch
    }

    .modal__footer[data-v-53cba21a] {
        padding: 10px 20px 20px
    }

    .fade-enter-active[data-v-53cba21a], .fade-leave-active[data-v-53cba21a] {
        transition: opacity .2s
    }

    .fade-enter[data-v-53cba21a], .fade-leave-to[data-v-53cba21a] {
        opacity: 0
    }

    .btn_min[data-v-53cba21a] {
        height: 30px;
        width: 30px;
        border-radius: 20px;
        margin-left: 7px !important;
        margin-top: 2px !important;
        border: solid 1px black !important;
        z-index: 3
    }

    .red-transparent-custom[data-v-53cba21a] {
        background-color: #eeeeee;
    }

    .btn_more[data-v-53cba21a] {
        height: 30px;
        width: 30px;
        border-radius: 20px;
        margin-right: 7px !important;
        margin-top: 2px !important;
        border: 1px solid #212121 !important;
        z-index: 3
    }

    .input_nm[data-v-53cba21a] {
        text-align: center
    }

        .input_nm[data-v-53cba21a]::-webkit-outer-spin-button, .input_nm[data-v-53cba21a]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

    .containerdelete:hover .cantidad_item[data-v-53cba21a] {
        transform: scale(0) !important
    }

    .containerdelete:hover .eliminar_item[data-v-53cba21a] {
        transform: scale(1) !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .eliminar_item[data-v-53cba21a] {
        transform: scale(0) !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .btn_send_cp[data-v-53cba21a] {
        height: 32px
    }

    .check_cp[data-v-53cba21a] {
        height: 40px
    }

    .w-fit[data-v-53cba21a] {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .rotate img[data-v-53cba21a] {
        transform: rotate(180deg)
    }

    @media (max-width: 320px) {
        .cat[data-v-53cba21a] {
            margin-left: 20% !important;
            margin-right: 20% !important
        }
    }

    @media (min-width: 375px) {
        .cat[data-v-53cba21a] {
            margin-left: 25% !important;
            margin-right: 25% !important
        }
    }

    @media (min-width: 425px) {
        .cat[data-v-53cba21a] {
            margin-left: 30% !important;
            margin-right: 30% !important
        }
    }

    @media (min-width: 768px) {
        .cat[data-v-53cba21a] {
            margin-left: 15% !important;
            margin-right: 15% !important
        }
    }

    @media (min-width: 1024px) {
        .cat[data-v-53cba21a] {
            margin-left: 8% !important;
            margin-right: 8% !important
        }
    }

    @media (min-width: 1440px) {
        .cat[data-v-53cba21a] {
            margin-left: 8% !important;
            margin-right: 8% !important
        }
    }

    .cat[data-v-53cba21a] {
        margin: 4px;
        background-color: #fff;
        color: #20bc14;
        border-radius: 20px;
        overflow: hidden
    }

    .cat span[data-v-53cba21a] {
        text-align: center;
        padding: 3px 0;
        display: block;
        font-size: 12px
    }

    .cat input[data-v-53cba21a] {
        position: absolute;
        display: none;
        color: #fff !important
    }

    .divisionrows[data-v-53cba21a] {
        grid-template-rows: 35px 20px
    }

    .divisionrowsprice[data-v-53cba21a] {
        grid-template-rows: 1fr auto
    }

    .divisionrowscars[data-v-53cba21a] {
        grid-template-rows: 2fr auto
    }

    .h-73[data-v-53cba21a] {
        height: 73px !important
    }

    .h-35[data-v-53cba21a] {
        height: 35px !important
    }

    .divisionrowsopcionales[data-v-53cba21a] {
        grid-template-columns: 1fr 4fr !important
    }

    .text-xxs[data-v-53cba21a] {
        font-size: .65rem;
        line-height: .8rem
    }

    .cat input + span[data-v-53cba21a] {
        color: #20bc14 !important
    }

    .cat input:checked + span[data-v-53cba21a] {
        color: #fff
    }

    .action input:checked + span[data-v-53cba21a] {
        background-color: #fff;
        color: #20bc14
    }

    .tab-content[data-v-53cba21a] {
        max-height: 0;
        transition: max-height .35s
    }

    .tab input:checked ~ .tab-content[data-v-53cba21a] {
        max-height: 100vw
    }

    .tab label[data-v-53cba21a]:after {
        float: right;
        right: 0;
        top: 0;
        display: block;
        width: 1.5em;
        height: 1.5em;
        line-height: 1.5;
        font-size: 1.25rem;
        text-align: center;
        transition: all .35s
    }

    .tab input[type=checkbox] + label[data-v-53cba21a]:after {
        content: "+";
        font-weight: bold;
        border-width: 1px;
        border-radius: 9999px;
        border-color: #b8c2cc
    }

    .tab input[type=radio] + label[data-v-53cba21a]:after {
        content: "\25be";
        font-weight: bold;
        border-width: 1px;
        border-radius: 9999px;
        border-color: #b8c2cc
    }

    .tab input[type=checkbox]:checked + label[data-v-53cba21a]:after {
        transform: rotate(315deg);
        background-color: rgba(220,38,38,var(--tw-bg-opacity));
        color: #f8fafc
    }

    .tab input[type=radio]:checked + label[data-v-53cba21a]:after {
        transform: rotateX(180deg);
        background-color: rgba(220,38,38,var(--tw-bg-opacity));
        color: #f8fafc
    }

    .not-shadow[data-v-53cba21a] {
        --tw-ring-shadow: 0px !important
    }

    label[data-v-0bc59335] {
        margin-left: 1rem
    }

    select[data-v-0bc59335], input[type=text][data-v-0bc59335], input[type=password][data-v-0bc59335], input[type=email][data-v-0bc59335], textarea[data-v-0bc59335], .input[data-v-0bc59335] {
        margin-top: .25rem !important;
        width: 100% !important;
        border-radius: 1.5rem !important;
        border-style: none !important;
        padding: 1rem !important;
        font-weight: 300 !important
    }

    select[data-v-0bc59335], input[type=text][data-v-0bc59335], input[type=password][data-v-0bc59335], input[type=email][data-v-0bc59335], textarea[data-v-0bc59335], .input[data-v-0bc59335] {
        background-color: #f6f6f6 !important
    }

    .input-group input[type=number][data-v-0bc59335] {
        margin-top: .25rem !important;
        border-radius: 0 1.5rem 1.5rem 0 !important;
        border-width: 0px !important;
        border-left-width: 1px !important;
        --tw-border-opacity: 1 !important;
        border-color: rgba(229,231,235,var(--tw-border-opacity)) !important;
        padding: 1rem !important;
        font-weight: 300 !important;
        background-color: #f6f6f6 !important
    }

    .input-group select[data-v-0bc59335] {
        margin-top: .25rem !important;
        border-radius: 1.5rem 0 0 1.5rem !important;
        border-width: 0px !important;
        border-right-width: 1px !important;
        --tw-border-opacity: 1 !important;
        border-color: rgba(229,231,235,var(--tw-border-opacity)) !important;
        padding: 1rem !important;
        font-size: 1rem !important;
        line-height: 1.5rem !important;
        font-weight: 300 !important;
        background-color: #f6f6f6 !important
    }

    option[data-v-0bc59335] {
        padding: 1rem;
        font-weight: 300
    }

    #app input[type=checkbox][data-v-0bc59335] {
        border-radius: .25rem !important;
        border-width: 2px !important;
        --tw-border-opacity: 1 !important;
        border-color: rgba(0,0,0,var(--tw-border-opacity)) !important
    }

    input[data-v-0bc59335]:focus, select[data-v-0bc59335]:focus, textarea[data-v-0bc59335]:focus {
        --tw-border-opacity: 1 !important;
        border-color: rgba(225,37,27,var(--tw-border-opacity)) !important
    }

    input[data-v-0bc59335]:focus, select[data-v-0bc59335]:focus, textarea[data-v-0bc59335]:focus {
        --tw-ring-color: #e1251b !important
    }

    select[data-v-0bc59335]:disabled, input[data-v-0bc59335]:disabled {
        opacity: .5
    }

    select[data-v-0bc59335]:disabled, input[data-v-0bc59335]:disabled {
        background-color: #e0e0e0 !important
    }

    input[data-v-0bc59335]::-webkit-outer-spin-button, input[data-v-0bc59335]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    input[type=number][data-v-0bc59335] {
        -moz-appearance: textfield
    }

    #app .msg_error[data-v-0bc59335] {
        text-align: right;
        font-size: .75rem;
        line-height: 1rem;
        --tw-text-opacity: 1;
        color: rgba(239,68,68,var(--tw-text-opacity));
        min-height: 12px
    }

    .azullatam[data-v-0bc59335] {
        background-color: #2a0088 !important
    }

    .modal[data-v-0bc59335] {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        overflow-x: hidden;
        overflow-y: auto;
        justify-content: center;
        align-items: center;
        display: flex
    }

    .modal__backdrop[data-v-0bc59335] {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #0000004d;
        z-index: 1
    }

    .modal__dialog[data-v-0bc59335] {
        position: relative;
        width: 850px;
        background-color: #fff;
        border-radius: 20px;
        margin: 50px auto;
        display: flex;
        flex-direction: column;
        z-index: 2;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    @media screen and (max-width: 992px) {
        .modal__dialog[data-v-0bc59335] {
            width: 90%;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            justify-content: center;
            align-items: center;
            display: block
        }
    }

    .modal__close[data-v-0bc59335] {
        width: 30px;
        height: 30px
    }

    .modal__header[data-v-0bc59335] {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 20px 20px 10px
    }

    .modal__body[data-v-0bc59335] {
        padding: 10px 20px;
        overflow: auto;
        display: flex;
        flex-direction: column;
        align-items: stretch
    }

    .modal__footer[data-v-0bc59335] {
        padding: 10px 20px 20px
    }

    .fade-enter-active[data-v-0bc59335], .fade-leave-active[data-v-0bc59335] {
        transition: all .2s
    }

    .fade-enter[data-v-0bc59335], .fade-leave-to[data-v-0bc59335] {
        opacity: 0
    }

    .tab-content[data-v-0bc59335] {
        max-height: 0;
        transition: max-height .35s
    }

    .tab input:checked ~ .tab-content[data-v-0bc59335] {
        max-height: 100vw
    }

    .tab label[data-v-0bc59335]:after {
        float: right;
        right: 0;
        top: 0;
        display: block;
        width: 1.5em;
        height: 1.5em;
        line-height: 1.5;
        font-size: 1.25rem;
        text-align: center;
        transition: all .35s
    }

    .tab input[type=checkbox] + label[data-v-0bc59335]:after {
        content: "+";
        font-weight: bold;
        border-width: 1px;
        border-radius: 9999px;
        border-color: #b8c2cc
    }

    .tab input[type=radio] + label[data-v-0bc59335]:after {
        content: "\25be";
        font-weight: bold;
        border-width: 1px;
        border-radius: 9999px;
        border-color: #b8c2cc
    }

    .tab input[type=checkbox]:checked + label[data-v-0bc59335]:after {
        transform: rotate(315deg);
        background-color: rgba(220,38,38,var(--tw-bg-opacity));
        color: #f8fafc
    }

    .tab input[type=radio]:checked + label[data-v-0bc59335]:after {
        transform: rotateX(180deg);
        background-color: rgba(220,38,38,var(--tw-bg-opacity));
        color: #f8fafc
    }

    .not-shadow[data-v-0bc59335] {
        --tw-ring-shadow: 0px !important
    }

    .shadow_p[data-v-0bc59335] {
        box-shadow: inset 0 0 15px 10px #0000001a
    }

    .rotate img[data-v-0bc59335] {
        transform: rotate(180deg)
    }

    .w-fit[data-v-0bc59335] {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .consideraciones li[data-v-0bc59335] {
        padding-left: 5px;
        font-weight: 100;
    }

    .columnarespuesta[data-v-d1e1be8a] {
        grid-template-columns: 1fr 1.7fr
    }

    .h-20[data-v-d1e1be8a] {
        height: 25px !important
    }

    .h-15[data-v-d1e1be8a] {
        height: 17px !important
    }

    .azullatam[data-v-d1e1be8a] {
        background-color: #2a0088 !important
    }

    #app *, #app :before, #app :after {
        box-sizing: border-box
    }

    #app {
        -moz-tab-size: 4;
        -o-tab-size: 4;
        tab-size: 4;
        -webkit-text-size-adjust: 100%
    }

    body {
        margin: 0;
    }

    #app hr {
        height: 0;
        color: inherit
    }

    #app abbr[title] {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    #app b, #app strong {
        font-weight: bolder
    }

    #app code, #app kbd, #app samp, #app pre {
        font-family: ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;
        font-size: 1em
    }

    #app small {
        font-size: 80%
    }

    #app sub, #app sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline
    }

    #app sub {
        bottom: -.25em
    }

    #app sup {
        top: -.5em
    }

    #app table {
        text-indent: 0;
        border-color: inherit
    }

    #app button, #app input, #app optgroup, #app select, #app textarea {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0
    }

    #app button, #app select {
        text-transform: none
    }

    #app button, #app [type=button], #app [type=reset], #app [type=submit] {
        -webkit-appearance: button
    }

    #app ::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    #app :-moz-focusring {
        outline: 1px dotted ButtonText
    }

    #app :-moz-ui-invalid {
        box-shadow: none
    }

    #app legend {
        padding: 0
    }

    #app progress {
        vertical-align: baseline
    }

    #app ::-webkit-inner-spin-button, #app ::-webkit-outer-spin-button {
        height: auto
    }

    #app [type=search] {
        -webkit-appearance: textfield;
        outline-offset: -2px
    }

    #app ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    #app ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit
    }

    #app summary {
        display: list-item
    }

    #app blockquote, #app dl, #app dd, #app h1, #app h2, #app h3, #app h4, #app h5, #app h6, #app hr, #app figure, #app p, #app pre {
        margin: 0
    }

    #app button {
        background-color: transparent;
        background-image: none
    }

    #app fieldset {
        margin: 0;
        padding: 0
    }

    #app ol, #app ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    #app {
        /*font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 1.5*/
    }

        #app *, #app :before, #app :after {
            box-sizing: border-box;
            border-width: 0;
            border-style: solid;
            border-color: currentColor
        }

        #app hr {
            border-top-width: 1px
        }

        #app img {
            border-style: solid
        }

        #app textarea {
            resize: vertical
        }

        #app button, #app [role=button] {
            cursor: pointer
        }

        #app :-moz-focusring {
            outline: auto
        }

        #app table {
            border-collapse: collapse
        }

        #app h1, #app h2, #app h3, #app h4, #app h5, #app h6 {
            font-size: inherit;
            font-weight: inherit
        }

        #app a {
            color: inherit;
            text-decoration: inherit
        }

        #app button, #app input, #app optgroup, #app select, #app textarea {
            padding: 0;
            line-height: inherit;
            color: inherit
        }

        #app pre, #app code, #app kbd, #app samp {
            font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
        }

        #app img, #app svg, #app video, #app canvas, #app audio, #app iframe, #app embed, #app object {
            display: block;
            vertical-align: middle
        }

        #app img, #app video {
            max-width: 100%;
            height: auto
        }

        #app [hidden] {
            display: none
        }

        #app *, #app :before, #app :after {
            --tw-border-opacity: 1;
            border-color: rgba(229,231,235,var(--tw-border-opacity))
        }

        #app [type=text], #app [type=email], #app [type=url], #app [type=password], #app [type=number], #app [type=date], #app [type=datetime-local], #app [type=month], #app [type=search], #app [type=tel], #app [type=time], #app [type=week], #app [multiple], #app textarea, #app select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-color: #fff;
            border-color: #6b7280;
            border-width: 1px;
            border-radius: 0;
            padding: .5rem .75rem;
            /*font-size: 1rem;*/
            line-height: 1.5rem;
            --tw-shadow: 0 0 #0000
        }

            #app [type=text]:focus, #app [type=email]:focus, #app [type=url]:focus, #app [type=password]:focus, #app [type=number]:focus, #app [type=date]:focus, #app [type=datetime-local]:focus, #app [type=month]:focus, #app [type=search]:focus, #app [type=tel]:focus, #app [type=time]:focus, #app [type=week]:focus, #app [multiple]:focus, #app textarea:focus, #app select:focus {
                outline: 2px solid transparent;
                outline-offset: 2px;
                --tw-ring-inset: var(--tw-empty, );
                --tw-ring-offset-width: 0px;
                --tw-ring-offset-color: #fff;
                --tw-ring-color: #2563eb;
                --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
                --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
                box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
                border-color: #2563eb
            }

            #app input::-moz-placeholder, #app textarea::-moz-placeholder {
                color: #6b7280;
                opacity: 1
            }

            #app input:-ms-input-placeholder, #app textarea:-ms-input-placeholder {
                color: #6b7280;
                opacity: 1
            }

            #app input::placeholder, #app textarea::placeholder {
                color: #6b7280 !important;
                opacity: 1
            }

        #app::-webkit-datetime-edit-fields-wrapper {
            padding: 0
        }

        #app::-webkit-date-and-time-value {
            min-height: 1.5em
        }

        #app select {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
            background-position: right .5rem center;
            background-repeat: no-repeat;
            background-size: 1.5em 1.5em;
            padding-right: 2.5rem;
            -webkit-print-color-adjust: exact;
            color-adjust: exact
        }

        #app [multiple] {
            background-image: initial;
            background-position: initial;
            background-repeat: unset;
            background-size: initial;
            padding-right: .75rem;
            -webkit-print-color-adjust: unset;
            color-adjust: unset
        }

        #app [type=checkbox], #app [type=radio] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding: 0;
            -webkit-print-color-adjust: exact;
            color-adjust: exact;
            display: inline-block;
            vertical-align: middle;
            background-origin: border-box;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            flex-shrink: 0;
            height: 1rem;
            width: 1rem;
            color: #2563eb;
            background-color: #fff;
            border-color: #6b7280;
            border-width: 1px;
            --tw-shadow: 0 0 #0000
        }

        #app [type=checkbox] {
            border-radius: 0
        }

        #app [type=radio] {
            border-radius: 100%
        }

            #app [type=checkbox]:focus, #app [type=radio]:focus {
                outline: 2px solid transparent;
                outline-offset: 2px;
                --tw-ring-inset: var(--tw-empty, );
                --tw-ring-offset-width: 2px;
                --tw-ring-offset-color: #fff;
                --tw-ring-color: #2563eb;
                --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
                --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
                box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
            }

            #app [type=checkbox]:checked, #app [type=radio]:checked {
                border-color: transparent;
                background-color: currentColor;
                background-size: 100% 100%;
                background-position: center;
                background-repeat: no-repeat
            }

        #app [type=checkbox]:checked {
            background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
        }

        #app [type=radio]:checked {
            background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
        }

            #app [type=checkbox]:checked:hover, #app [type=checkbox]:checked:focus, #app [type=radio]:checked:hover, #app [type=radio]:checked:focus {
                border-color: transparent;
                background-color: currentColor
            }

        #app [type=checkbox]:indeterminate {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
            border-color: transparent;
            background-color: currentColor;
            background-size: 100% 100%;
            background-position: center;
            background-repeat: no-repeat
        }

            #app [type=checkbox]:indeterminate:hover, #app [type=checkbox]:indeterminate:focus {
                border-color: transparent;
                background-color: currentColor
            }

        #app [type=file] {
            background: unset;
            border-color: inherit;
            border-width: 0;
            border-radius: 0;
            padding: 0;
            font-size: unset;
            line-height: inherit
        }

            #app [type=file]:focus {
                outline: 1px auto -webkit-focus-ring-color
            }

    .container {
        max-width: 100%
    }

    @media (min-width: 240px) {
        .container {
            max-width: 540px
        }
    }

    @media (min-width: 768px) {
        .container {
            max-width: 720px
        }
    }

    @media (min-width: 1024px) {
        .container {
            max-width: 960px
        }
    }

    @media (min-width: 1280px) {
        .container {
            max-width: 1170px
        }
    }

    #app {
        /*font-family: "Gotham";*/
        width: 100%;
        margin: 0;
        padding: 0;
        color: initial
    }

        #app *::-moz-placeholder {
            /*font-family: "Gotham Inputs" !important;*/
            font-size: 14px
        }

        #app *:-ms-input-placeholder {
            /*font-family: "Gotham Inputs" !important;*/
            font-size: 14px
        }

        #app *::placeholder {
            /*font-family: "Gotham Inputs" !important;*/
            font-size: 14px
        }

        #app .container {
            padding: 0
        }

        #app input {
            /*font-family: "Gotham Inputs" !important*/
        }

        #app select {
            cursor: pointer;
            /*font-family: "Gotham Inputs" !important;
        font-size: 14px*/
        }

        #app .active {
            --tw-bg-opacity: 1 !important;
            background-color: rgba(66,21,92) !important;
            --tw-text-opacity: 1 !important;
            color: rgba(255,255,255,var(--tw-text-opacity)) !important
        }

        #app .inactive {
            --tw-text-opacity: 1;
            /*color: rgba(107,114,128,var(--tw-text-opacity))*/
        }

        #app .box-form {
            box-shadow: 4px 4px 22px -1px #00000026
        }

        #app .loading svg {
            top: calc(50% - 3rem);
            left: calc(50% - 3rem)
        }

        #app .mx-input {
            margin-top: .25rem !important;
            height: auto !important;
            width: 100% !important;
            border-radius: 1.5rem !important;
            border-style: none !important;
            padding: 1rem !important;
            font-weight: 300 !important
        }

            #app .mx-input::-moz-placeholder {
                --tw-placeholder-opacity: 1 !important;
                color: rgba(0,0,0,var(--tw-placeholder-opacity)) !important
            }

            #app .mx-input:-ms-input-placeholder {
                --tw-placeholder-opacity: 1 !important;
                color: rgba(0,0,0,var(--tw-placeholder-opacity)) !important
            }

            #app .mx-input::placeholder {
                --tw-placeholder-opacity: 1 !important;
                color: rgba(0,0,0,var(--tw-placeholder-opacity)) !important
            }

        #app .mx-input {
            background-color: #f6f6f6;
            font-size: 14px
        }

            #app .mx-input:disabled {
                opacity: .5;
                background-color: #e0e0e0 !important
            }

        #app h1 {
            padding-left: initial;
            padding-bottom: initial;
            display: initial;
            line-height: inherit
        }

            #app h1:before {
                content: none !important
            }

        #app h2, #app h3 {
            width: auto;
            line-height: inherit
        }

        #app label {
            padding: initial
        }

    div .infoicon {
        filter: invert(39%) sepia(0%) saturate(488%) hue-rotate(294deg) brightness(101%) contrast(91%)
    }

    div:hover > .infoicon {
        filter: invert(1) sepia(0)
    }

    div:hover > .opcional {
        filter: brightness(0) invert(1)
    }

    .tooltip {
        transition-property: all !important;
        transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
        transition-duration: .15s !important;
        transition-duration: .1s !important;
        position: relative;
        display: inline-block
    }

    @media only screen and (max-width: 600px) {
        .tooltip .tooltiptext {
            left: -150% !important;
            border-radius: 15px 0 15px 15px !important
        }
    }

    .tooltip .tooltiptext {
        text-align: justify !important;
        font-size: .75rem !important;
        line-height: 1rem !important;
        font-weight: 300 !important;
        transition-property: all !important;
        transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
        transition-duration: .15s !important;
        transition-duration: .1s !important;
        visibility: hidden;
        opacity: 0;
        background-color: #0009;
        color: #fff;
        text-align: center;
        padding: 10px;
        border-radius: 0 15px 15px;
        position: absolute;
        z-index: 1;
        width: 250px;
        top: 100%;
        left: 70%;
        margin-top: 10px
    }

    .tooltip:hover .tooltiptext {
        transition-property: all !important;
        transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
        transition-duration: .15s !important;
        transition-duration: .1s !important;
        visibility: visible;
        opacity: 1
    }

    .filtroimgauto {
        mix-blend-mode: multiply;
        filter: brightness(1.1)
    }

    #app .pointer-events-none {
        pointer-events: none
    }

    #app .pointer-events-auto {
        pointer-events: auto
    }

    #app .invisible {
        visibility: hidden
    }

    #app .absolute {
        position: absolute
    }

    #app .relative {
        position: relative
    }

    #app .inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px
    }

    #app .-inset-x-0 {
        left: 0px;
        right: 0px
    }

    #app .right-0 {
        right: 0px
    }

    #app .z-0 {
        z-index: 0
    }

    #app .z-10 {
        z-index: 10
    }

    #app .z-20 {
        z-index: 20
    }

    #app .col-span-1 {
        grid-column: span 1 / span 1
    }

    #app .col-span-2 {
        grid-column: span 2 / span 2
    }

    #app .col-span-5 {
        grid-column: span 5 / span 5
    }

    #app .col-start-1 {
        grid-column-start: 1
    }

    #app .m-0 {
        margin: 0
    }

    #app .m-1 {
        margin: .25rem
    }

    #app .m-2 {
        margin: .5rem
    }

    #app .m-auto {
        margin: auto
    }

    #app .mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    #app .mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    #app .mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    #app .my-2 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    #app .my-3 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }

    #app .my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    #app .my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    #app .my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }

    #app .my-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    #app .mt-0 {
        margin-top: 0
    }

    #app .mt-1 {
        margin-top: .25rem
    }

    #app .mt-2 {
        margin-top: .5rem
    }

    #app .mt-3 {
        margin-top: .75rem
    }

    #app .mt-4 {
        margin-top: 1rem
    }

    #app .mt-5 {
        margin-top: 1.25rem
    }

    #app .mt-10 {
        margin-top: 2.5rem
    }

    #app .mt-auto {
        margin-top: auto
    }

    #app .-mt-0 {
        margin-top: 0
    }

    #app .-mt-3 {
        margin-top: -.75rem
    }

    #app .-mt-4 {
        margin-top: -1rem
    }

    #app .-mt-5 {
        margin-top: -1.25rem
    }

    #app .-mt-10 {
        margin-top: -2.5rem
    }

    #app .-mt-0\.5 {
        margin-top: -.125rem
    }

    #app .mr-1 {
        margin-right: .25rem
    }

    #app .mr-2 {
        margin-right: .5rem
    }

    #app .mr-3 {
        margin-right: .75rem
    }

    #app .mr-4 {
        margin-right: 1rem
    }

    #app .mr-5 {
        margin-right: 1.25rem
    }

    #app .mr-auto {
        margin-right: auto
    }

    #app .-mr-5 {
        margin-right: -1.25rem
    }

    #app .-mr-10 {
        margin-right: -2.5rem
    }

    #app .-mr-px {
        margin-right: -1px
    }

    #app .mb-1 {
        margin-bottom: .25rem
    }

    #app .mb-2 {
        margin-bottom: .5rem
    }

    #app .mb-3 {
        margin-bottom: .75rem
    }

    #app .mb-4 {
        margin-bottom: 1rem
    }

    #app .mb-5 {
        margin-bottom: 1.25rem
    }

    #app .mb-6 {
        margin-bottom: 1.5rem
    }

    #app .mb-8 {
        margin-bottom: 2rem
    }

    #app .mb-10 {
        margin-bottom: 2.5rem
    }

    #app .mb-auto {
        margin-bottom: auto
    }

    #app .-mb-1 {
        margin-bottom: -.25rem
    }

    #app .-mb-5 {
        margin-bottom: -1.25rem
    }

    #app .-mb-10 {
        margin-bottom: -2.5rem
    }

    #app .ml-2 {
        margin-left: .5rem
    }

    #app .ml-3 {
        margin-left: .75rem
    }

    #app .ml-4 {
        margin-left: 1rem
    }

    #app .ml-5 {
        margin-left: 1.25rem
    }

    #app .ml-10 {
        margin-left: 2.5rem
    }

    #app .ml-auto {
        margin-left: auto
    }

    #app .-ml-5 {
        margin-left: -1.25rem
    }

    #app .-ml-7 {
        margin-left: -1.75rem
    }

    #app .-ml-10 {
        margin-left: -2.5rem
    }

    #app .block {
        display: block
    }

    #app .inline-block {
        display: inline-block
    }

    #app .flex {
        display: flex
    }

    #app .table {
        display: table
    }

    #app .grid {
        display: grid
    }

    #app .contents {
        display: contents
    }

    #app .hidden {
        display: none
    }

    #app .h-0 {
        height: 0px
    }

    #app .h-2 {
        height: .5rem
    }

    #app .h-3 {
        height: .75rem
    }

    #app .h-6 {
        height: 1.5rem
    }

    #app .h-7 {
        height: 1.75rem
    }

    #app .h-9 {
        height: 2.25rem
    }

    #app .h-10 {
        height: 2.5rem
    }

    #app .h-14 {
        height: 3.5rem
    }

    #app .h-20 {
        height: 5rem
    }

    #app .h-24 {
        height: 6rem
    }

    #app .h-auto {
        height: auto
    }

    #app .h-2\/3 {
        height: 66.666667%
    }

    #app .h-2\/4 {
        height: 50%
    }

    #app .h-full {
        height: 100%
    }

    #app .max-h-64 {
        max-height: 16rem
    }

    #app .w-4 {
        width: 1rem
    }

    #app .w-9 {
        width: 2.25rem
    }

    #app .w-14 {
        width: 3.5rem
    }

    #app .w-24 {
        width: 6rem
    }

    #app .w-auto {
        width: auto
    }

    #app .w-px {
        width: 1px
    }

    #app .w-1\/2 {
        width: 50%
    }

    #app .w-3\/4 {
        width: 75%
    }

    #app .w-3\/5 {
        width: 60%
    }

    #app .w-8\/12 {
        width: 66.666667%
    }

    #app .w-9\/12 {
        width: 75%
    }

    #app .w-full {
        width: 100%
    }

    #app .min-w-full {
        min-width: 100%
    }

    #app .max-w-7xl {
        /*max-width: 80rem*/
    }

    #app .max-w-full {
        max-width: 100%
    }

    #app .max-w-1\/2 {
        max-width: 20%
    }

    #app .flex-1 {
        flex: 1 1 0%
    }

    #app .flex-auto {
        flex: 1 1 auto
    }

    #app .flex-shrink-0 {
        flex-shrink: 0
    }

    #app .flex-shrink {
        flex-shrink: 1
    }

    #app .flex-grow {
        flex-grow: 1
    }

    #app .border-separate {
        border-collapse: separate
    }

    #app .transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    #app .scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0
    }

    #app .scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1
    }

    @-webkit-keyframes spin {
        to {
            transform: rotate(360deg)
        }
    }

    @keyframes spin {
        to {
            transform: rotate(360deg)
        }
    }

    @-webkit-keyframes ping {
        75%,to {
            transform: scale(2);
            opacity: 0
        }
    }

    @keyframes ping {
        75%,to {
            transform: scale(2);
            opacity: 0
        }
    }

    @-webkit-keyframes pulse {
        50% {
            opacity: .5
        }
    }

    @keyframes pulse {
        50% {
            opacity: .5
        }
    }

    @-webkit-keyframes bounce {
        0%,to {
            transform: translateY(-25%);
            -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
            animation-timing-function: cubic-bezier(.8,0,1,1)
        }

        50% {
            transform: none;
            -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
            animation-timing-function: cubic-bezier(0,0,.2,1)
        }
    }

    @keyframes bounce {
        0%,to {
            transform: translateY(-25%);
            -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
            animation-timing-function: cubic-bezier(.8,0,1,1)
        }

        50% {
            transform: none;
            -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
            animation-timing-function: cubic-bezier(0,0,.2,1)
        }
    }

    #app .cursor-pointer {
        cursor: pointer
    }

    #app .cursor-not-allowed {
        cursor: not-allowed
    }

    #app .resize {
        resize: both
    }

    #app .grid-cols-1 {
        grid-template-columns: repeat(1,minmax(0,1fr))
    }

    #app .grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    #app .grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    #app .grid-cols-6 {
        grid-template-columns: repeat(6,minmax(0,1fr))
    }

    #app .grid-rows-1 {
        grid-template-rows: repeat(1,minmax(0,1fr))
    }

    #app .flex-col {
        flex-direction: column
    }

    #app .flex-wrap {
        flex-wrap: wrap
    }

    #app .place-items-center {
        place-items: center
    }

    #app .items-center {
        align-items: center
    }

    #app .items-stretch {
        align-items: stretch
    }

    #app .justify-center {
        justify-content: center
    }

    #app .justify-between {
        justify-content: space-between
    }

    #app .gap-0 {
        gap: 0px
    }

    #app .gap-2 {
        gap: .5rem
    }

    #app .gap-3 {
        gap: .75rem
    }

    #app .gap-4 {
        gap: 1rem
    }

    #app .gap-5 {
        gap: 1.25rem
    }

    #app .gap-12 {
        gap: 3rem
    }

    #app .gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

    #app .gap-y-4 {
        row-gap: 1rem
    }

    #app .space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(.75rem * var(--tw-space-x-reverse));
        margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)))
    }

    #app .space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
    }

    #app .divide-y > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
    }

    #app .divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229,231,235,var(--tw-divide-opacity))
    }

    #app .self-center {
        align-self: center
    }

    #app .justify-self-start {
        justify-self: start
    }

    #app .justify-self-end {
        justify-self: end
    }

    #app .overflow-hidden {
        overflow: hidden
    }

    #app .overflow-x-auto {
        overflow-x: auto
    }

    #app .truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    #app .whitespace-nowrap {
        white-space: nowrap
    }

    #app .rounded-none {
        border-radius: 0
    }

    #app .rounded {
        border-radius: .25rem
    }

    #app .rounded-2xl {
        border-radius: 1rem
    }

    #app .rounded-3xl {
        /*border-radius: 1.5rem*/
    }

    #app .rounded-full {
        /*border-radius: 9999px*/
    }

    #app .rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem
    }

    #app .rounded-r-none {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    #app .rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem
    }

    #app .rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px
    }

    #app .rounded-b-lg {
        border-bottom-right-radius: .5rem;
        border-bottom-left-radius: .5rem
    }

    #app .rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem
    }

    #app .rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem
    }

    #app .rounded-l-none {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    #app .rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem
    }

    #app .rounded-tl-3xl {
        /*border-top-left-radius: 1.5rem*/
    }

    #app .rounded-tr-3xl {
        /*border-top-right-radius: 1.5rem*/
    }

    #app .rounded-br-3xl {
        /*border-bottom-right-radius: 1.5rem*/
    }

    #app .rounded-bl-3xl {
        /*border-bottom-left-radius: 1.5rem*/
    }

    #app .border-0 {
        border-width: 0px
    }

    #app .border-2 {
        border-width: 2px
    }

    #app .border {
        border-width: 1px
    }

    #app .border-r {
        border-right-width: 1px
    }

    #app .border-l {
        border-left-width: 1px
    }

    #app .border-none {
        border-style: none
    }

    #app .border-transparent {
        border-color: transparent
    }

    #app .border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0,0,0,var(--tw-border-opacity))
    }

    #app .border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229,231,235,var(--tw-border-opacity))
    }

    #app .border-red-custom {
        --tw-border-opacity: 1;
        border-color: rgba(225,37,27,var(--tw-border-opacity))
    }

    #app .hover\:border-transparent:hover {
        border-color: transparent
    }

    #app .hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0,0,0,var(--tw-border-opacity))
    }

    #app .bg-transparent {
        background-color: transparent
    }

    #app .bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0,0,0,var(--tw-bg-opacity))
    }

    #app .bg-reca {
        --tw-bg-opacity: 1;
        background-color: rgba(66,21,92);
    }



    #app .bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255,255,255,var(--tw-bg-opacity))
    }

    #app .bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243,244,246,var(--tw-bg-opacity))
    }

    #app .bg-red-custom {
        --tw-bg-opacity: 1;
        background-color: #42155C;
    }

    #app .bg-gray-custom {
        --tw-bg-opacity: 1;
        background-color: rgba(211,211,211,var(--tw-bg-opacity))
    }

    #app .bg-gray-light-custom {
        --tw-bg-opacity: 1;
        background-color: rgba(246,246,246,var(--tw-bg-opacity))
    }

    #app .bg-grey-light {
        --tw-bg-opacity: 1;
        background-color: rgba(246,246,245,var(--tw-bg-opacity))
    }

    #app .bg-green-custom {
        --tw-bg-opacity: 1;
        background-color: rgba(32,188,20,var(--tw-bg-opacity))
    }

    #app .hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0,0,0,var(--tw-bg-opacity))
    }

    #app .hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239,68,68,var(--tw-bg-opacity))
    }

    #app .hover\:bg-red-custom:hover {
        --tw-bg-opacity: 1;
        background-color: #777777;
    }

    #app .hover\:bg-green-custom:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(32,188,20,var(--tw-bg-opacity))
    }

    #app .hover\:bg-black-transparent:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(101,102,102,var(--tw-bg-opacity))
    }

    #app .focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239,68,68,var(--tw-bg-opacity))
    }

    #app .bg-opacity-50 {
        --tw-bg-opacity: .5
    }

    #app .p-0 {
        padding: 0
    }

    #app .p-1 {
        padding: .25rem
    }

    #app .p-2 {
        padding: .5rem
    }

    #app .p-3 {
        padding: .75rem
    }

    #app .p-4 {
        padding: 1rem
    }

    #app .p-10 {
        padding: 2.5rem
    }

    #app .px-1 {
        padding-left: .25rem;
        padding-right: .25rem
    }

    #app .px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    #app .px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }

    #app .px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    #app .px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    #app .px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    #app .px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }

    #app .px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    #app .px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    #app .px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    #app .px-1\.5 {
        padding-left: .375rem;
        padding-right: .375rem
    }

    #app .py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    #app .py-1 {
        /*padding-top: .25rem;
        padding-bottom: .25rem*/
    }

    #app .py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    #app .py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    #app .py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    #app .py-5 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    #app .py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    #app .py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }

    #app .py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    #app .py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    #app .py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    #app .py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    #app .pt-0 {
        padding-top: 0
    }

    #app .pt-1 {
        padding-top: .25rem
    }

    #app .pt-2 {
        padding-top: .5rem
    }

    #app .pt-3 {
        padding-top: .75rem
    }

    #app .pt-4 {
        padding-top: 1rem
    }

    #app .pt-5 {
        padding-top: 1.25rem
    }

    #app .pt-6 {
        padding-top: 1.5rem
    }

    #app .pt-7 {
        padding-top: 1.75rem
    }

    #app .pt-10 {
        padding-top: 2.5rem
    }

    #app .pt-14 {
        padding-top: 3.5rem
    }

    #app .pr-0 {
        padding-right: 0
    }

    #app .pr-1 {
        padding-right: .25rem
    }

    #app .pr-4 {
        padding-right: 1rem
    }

    #app .pb-2 {
        padding-bottom: .5rem
    }

    #app .pb-3 {
        padding-bottom: .75rem
    }

    #app .pb-4 {
        padding-bottom: 1rem
    }

    #app .pb-5 {
        padding-bottom: 1.25rem
    }

    #app .pb-6 {
        padding-bottom: 1.5rem
    }

    #app .pb-7 {
        padding-bottom: 1.75rem
    }

    #app .pb-10 {
        padding-bottom: 2.5rem
    }

    #app .pl-1 {
        padding-left: .25rem
    }

    #app .pl-3 {
        padding-left: .75rem
    }

    #app .pl-6 {
        padding-left: 1.5rem
    }

    #app .pl-20 {
        padding-left: 5rem
    }

    #app .text-left {
        text-align: left
    }

    #app .text-center {
        text-align: center
    }

    #app .text-right {
        text-align: right
    }

    #app .text-justify {
        text-align: justify
    }

    #app .align-middle {
        vertical-align: middle
    }

    #app .align-text-top {
        vertical-align: text-top
    }

    #app .align-text-bottom {
        vertical-align: text-bottom
    }

    #app .text-xs {
        font-size: 1.4rem;
        /*line-height: 1rem;*/
        FONT-WEIGHT: bold;
    }

    #app .text-sm {
        /*font-size: .875rem;
    line-height: 1.25rem*/
    }

    #app .text-base {
        /*font-size: 1rem;*/
        line-height: 1.5rem
    }

    #app .text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    #app .text-xl {
        font-size: 1.6rem;
        line-height: 2.6rem
    }

    #app .text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    #app .text-3xl {
        font-size: 2.8rem;
        line-height: 2.25rem
    }

    #app .text-4xl {
        font-size: 3rem;
        line-height: 2.5rem
    }

    #app .text-xxs {
        font-size: 1.1rem;
        line-height: 1.2rem
    }

    #app .font-light {
        font-weight: 300
    }

    #app .font-normal {
        font-weight: 400
    }

    #app .font-medium {
        font-weight: 500
    }

    #app .font-bold {
        font-weight: 700
    }

    #app .uppercase {
        text-transform: uppercase
    }

    #app .leading-3 {
        line-height: .75rem
    }

    #app .leading-normal {
        line-height: 1.5
    }

    #app .text-black {
        --tw-text-opacity: 1;
        color: rgba(0,0,0,var(--tw-text-opacity))
    }

    #app .text-white {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    #app .text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31,41,55,var(--tw-text-opacity))
    }

    #app .text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17,24,39,var(--tw-text-opacity))
    }

    #app .text-purp {
        --tw-text-opacity: 1;
        color: #563d7c;
    }


    #app .text-red-500 {
        --tw-text-opacity: 1;
        color: #42155C;
    }

    #app .text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16,185,129,var(--tw-text-opacity))
    }

    #app .text-green-tx-custom {
        --tw-text-opacity: 1;
        color: rgba(32,188,20,var(--tw-text-opacity))
    }

    #app .group:hover .group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    #app .hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    #app .hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75,85,99,var(--tw-text-opacity))
    }

    #app .hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: #42155C;
        font-weight: bold;
    }

    #app .focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    #app .underline {
        text-decoration: underline
    }

    #app .line-through {
        text-decoration: line-through
    }

    #app .placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0,0,0,var(--tw-placeholder-opacity))
    }

    #app .placeholder-black:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0,0,0,var(--tw-placeholder-opacity))
    }

    #app .placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0,0,0,var(--tw-placeholder-opacity))
    }

    #app .placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1
    }

    #app .placeholder-opacity-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1
    }

    #app .placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1
    }

    #app .opacity-0 {
        opacity: 0
    }

    #app .opacity-40 {
        opacity: .4
    }

    #app .opacity-50 {
        opacity: .5
    }

    #app .opacity-100 {
        opacity: 1
    }

    *, :before, :after {
        --tw-shadow: 0 0 #0000
    }

    #app .shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
    }

    #app .shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
    }

    #app .focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
    }

    *, :before, :after {
        --tw-ring-inset: var(--tw-empty, );
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgba(59, 130, 246, .5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000
    }

    #app .ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)
    }

    #app .ring-offset-0 {
        --tw-ring-offset-width: 0px
    }

    #app .filter {
        --tw-blur: var(--tw-empty, );
        --tw-brightness: var(--tw-empty, );
        --tw-contrast: var(--tw-empty, );
        --tw-grayscale: var(--tw-empty, );
        --tw-hue-rotate: var(--tw-empty, );
        --tw-invert: var(--tw-empty, );
        --tw-saturate: var(--tw-empty, );
        --tw-sepia: var(--tw-empty, );
        --tw-drop-shadow: var(--tw-empty, );
        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
    }

    #app .blur {
        --tw-blur: blur(8px)
    }

    #app .grayscale {
        --tw-grayscale: grayscale(100%)
    }

    #app .transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-duration: .15s
    }

    #app .transition {
        transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
        transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
        transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-duration: .15s
    }

    #app .duration-200 {
        transition-duration: .2s
    }

    #app .duration-300 {
        transition-duration: .3s
    }

    #app .duration-500 {
        transition-duration: .5s
    }

    #app .ease-in {
        transition-timing-function: cubic-bezier(.4,0,1,1)
    }

    @font-face {
        font-family: "Gotham Inputs";
        src: url(../../src/assets/fonts/Gotham-Lightsa.otf) format("OpenType");
        font-weight: 300;
        font-display: auto
    }

    @font-face {
        font-family: "Gotham";
        src: url(../../src/assets/fonts/Gotham-Lightsa.otf) format("OpenType");
        font-weight: 300;
        font-style: normal;
        font-display: auto
    }

    @font-face {
        font-family: "Gotham";
        src: url(../../src/assets/fonts/Gotham-Bold.otf) format("OpenType");
        font-weight: bold;
        font-style: normal;
        font-display: auto
    }

    @font-face {
        font-family: "Gotham";
        src: url(../../src/assets/fonts/Gotham-Medium.otf) format("OpenType");
        font-weight: 500;
        font-style: normal;
        font-display: auto
    }

    @media (min-width: 240px) {
        #app .sm\:relative {
            position: relative
        }

        #app .sm\:order-1 {
            order: 1
        }

        #app .sm\:order-2 {
            order: 2
        }

        #app .sm\:m-3 {
            margin: .75rem
        }

        #app .sm\:m-auto {
            margin: auto
        }

        #app .sm\:mx-2 {
            margin-left: .5rem;
            margin-right: .5rem
        }

        #app .sm\:mx-4 {
            margin-left: 1rem;
            margin-right: 1rem
        }

        #app .sm\:mx-5 {
            margin-left: 1.25rem;
            margin-right: 1.25rem
        }

        #app .sm\:mx-12 {
            margin-left: 3rem;
            margin-right: 3rem
        }

        #app .sm\:mx-auto {
            margin-left: auto;
            margin-right: auto
        }

        #app .sm\:-mx-5 {
            margin-left: -1.25rem;
            margin-right: -1.25rem
        }

        #app .sm\:-mx-6 {
            margin-left: -1.5rem;
            margin-right: -1.5rem
        }

        #app .sm\:my-10 {
            margin-top: 2.5rem;
            margin-bottom: 2.5rem
        }

        #app .sm\:mt-2 {
            margin-top: .5rem
        }

        #app .sm\:mt-3 {
            margin-top: .75rem
        }

        #app .sm\:mt-5 {
            margin-top: 1.25rem
        }

        #app .sm\:mt-10 {
            margin-top: 2.5rem
        }

        #app .sm\:mt-14 {
            margin-top: 3.5rem
        }

        #app .sm\:-mt-2 {
            margin-top: -.5rem
        }

        #app .sm\:mr-0 {
            margin-right: 0
        }

        #app .sm\:mr-3 {
            margin-right: .75rem
        }

        #app .sm\:mb-0 {
            margin-bottom: 0
        }

        #app .sm\:mb-3 {
            margin-bottom: .75rem
        }

        #app .sm\:mb-4 {
            margin-bottom: 1rem
        }

        #app .sm\:mb-5 {
            margin-bottom: 1.25rem
        }

        #app .sm\:mb-8 {
            margin-bottom: 2rem
        }

        #app .sm\:mb-10 {
            margin-bottom: 2.5rem
        }

        #app .sm\:-mb-6 {
            margin-bottom: -1.5rem
        }

        #app .sm\:ml-0 {
            margin-left: 0
        }

        #app .sm\:block {
            display: block
        }

        #app .sm\:flex {
            display: flex
        }

        #app .sm\:grid {
            display: grid
        }

        #app .sm\:hidden {
            display: none
        }

        #app .sm\:h-7 {
            height: 1.75rem
        }

        #app .sm\:h-auto {
            height: auto
        }

        #app .sm\:h-full {
            height: 100%
        }

        #app .sm\:w-3\/4 {
            width: 75%
        }

        #app .sm\:w-7 {
            width: 70%
        }

        #app .sm\:w-full {
            width: 100%
        }

        #app .sm\:max-w-full {
            max-width: 100%
        }

        #app .sm\:grid-cols-1 {
            grid-template-columns: repeat(1,minmax(0,1fr))
        }

        #app .sm\:grid-cols-2 {
            grid-template-columns: repeat(2,minmax(0,1fr))
        }

        #app .sm\:grid-cols-3 {
            grid-template-columns: repeat(3,minmax(0,1fr))
        }

        #app .sm\:justify-end {
            justify-content: flex-end
        }

        #app .sm\:justify-center {
            justify-content: center
        }

        #app .sm\:gap-1 {
            gap: .25rem
        }

        #app .sm\:gap-3 {
            gap: .75rem
        }

        #app .sm\:gap-8 {
            gap: 2rem
        }

        #app .sm\:gap-x-0 {
            -moz-column-gap: 0px;
            column-gap: 0px
        }

        #app .sm\:gap-y-2 {
            row-gap: .5rem
        }

        #app .sm\:rounded-lg {
            border-radius: .5rem
        }

        #app .sm\:rounded-2xl {
            border-radius: 1rem
        }

        #app .sm\:rounded-tr-none {
            border-top-right-radius: 0
        }

        #app .sm\:p-3 {
            padding: .75rem
        }

        #app .sm\:p-7 {
            padding: 1.75rem
        }

        #app .sm\:px-0 {
            padding-left: 0;
            padding-right: 0
        }

        #app .sm\:px-2 {
            padding-left: .5rem;
            padding-right: .5rem
        }

        #app .sm\:px-4 {
            padding-left: 1rem;
            padding-right: 1rem
        }

        #app .sm\:px-5 {
            padding-left: 1.25rem;
            padding-right: 1.25rem
        }

        #app .sm\:px-6 {
            padding-left: 1.5rem;
            padding-right: 1.5rem
        }

        #app .sm\:py-2 {
            padding-top: .5rem;
            padding-bottom: .5rem
        }

        #app .sm\:py-3 {
            padding-top: .75rem;
            padding-bottom: .75rem
        }

        #app .sm\:py-4 {
            padding-top: 1rem;
            padding-bottom: 1rem
        }

        #app .sm\:py-5 {
            padding-top: 1.25rem;
            padding-bottom: 1.25rem
        }

        #app .sm\:py-7 {
            padding-top: 1.75rem;
            padding-bottom: 1.75rem
        }

        #app .sm\:py-8 {
            padding-top: 2rem;
            padding-bottom: 2rem
        }

        #app .sm\:pt-0 {
            padding-top: 0
        }

        #app .sm\:pt-4 {
            padding-top: 1rem
        }

        #app .sm\:pt-8 {
            padding-top: 2rem
        }

        #app .sm\:pr-3 {
            padding-right: .75rem
        }

        #app .sm\:pb-3 {
            padding-bottom: .75rem
        }

        #app .sm\:pb-5 {
            padding-bottom: 1.25rem
        }

        #app .sm\:pb-10 {
            padding-bottom: 2.5rem
        }

        #app .sm\:pl-0 {
            padding-left: 0
        }

        #app .sm\:text-left {
            text-align: left
        }

        #app .sm\:text-center {
            text-align: center
        }

        #app .sm\:text-right {
            text-align: right
        }

        #app .sm\:align-middle {
            vertical-align: middle
        }

        #app .sm\:text-xs {
            /*font-size: 1.3rem;*/
            /*line-height: 1rem*/
        }

        #app .sm\:text-sm {
            font-size: .875rem;
            line-height: 1.25rem
        }

        #app .sm\:text-xl {
            font-size: 1.7rem;
            line-height: 1.75rem
        }

        #app .sm\:text-4xl {
            font-size: 2.25rem;
            line-height: 2.5rem
        }

        #app .sm\:text-xxs {
            font-size: 1.2rem;
            line-height: 1.2rem
        }
    }

    @media (min-width: 768px) {
        #app .md\:m-0 {
            margin: 0
        }

        #app .md\:mx-0 {
            margin-left: 0;
            margin-right: 0
        }

        #app .md\:mx-auto {
            margin-left: auto;
            margin-right: auto
        }

        #app .md\:-mx-8 {
            margin-left: -2rem;
            margin-right: -2rem
        }

        #app .md\:my-10 {
            margin-top: 2.5rem;
            margin-bottom: 2.5rem
        }

        #app .md\:my-12 {
            margin-top: 3rem;
            margin-bottom: 3rem
        }

        #app .md\:mt-0 {
            margin-top: 0
        }

        #app .md\:mt-2 {
            margin-top: .5rem
        }

        #app .md\:mt-12 {
            margin-top: 3rem
        }

        #app .md\:mr-6 {
            margin-right: 1.5rem
        }

        #app .md\:mb-0 {
            margin-bottom: 0
        }

        #app .md\:mb-2 {
            margin-bottom: .5rem
        }

        #app .md\:mb-3 {
            margin-bottom: .75rem
        }

        #app .md\:mb-5 {
            margin-bottom: 1.25rem
        }

        #app .md\:mb-6 {
            margin-bottom: 1.5rem
        }

        #app .md\:ml-4 {
            margin-left: 1rem
        }

        #app .md\:ml-auto {
            margin-left: auto
        }

        #app .md\:block {
            display: block
        }

        #app .md\:flex {
            display: flex
        }

        #app .md\:hidden {
            display: none
        }

        #app .md\:h-auto {
            height: auto
        }

        #app .md\:w-auto {
            width: auto
        }

        #app .md\:w-1\/2 {
            width: 50%
        }

        #app .md\:w-full {
            width: 100%
        }

        #app .md\:max-w-1\/2 {
            max-width: 50%
        }

        #app .md\:grid-cols-1 {
            grid-template-columns: repeat(1,minmax(0,1fr))
        }

        #app .md\:grid-cols-2 {
            grid-template-columns: repeat(2,minmax(0,1fr))
        }

        #app .md\:grid-cols-3 {
            grid-template-columns: repeat(3,minmax(0,1fr))
        }

        #app .md\:items-center {
            align-items: center
        }

        #app .md\:justify-start {
            justify-content: flex-start
        }

        #app .md\:justify-center {
            justify-content: center
        }

        #app .md\:gap-4 {
            gap: 1rem
        }

        #app .md\:gap-y-4 {
            row-gap: 1rem
        }

        #app .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
            --tw-space-x-reverse: 0;
            margin-right: calc(2.5rem * var(--tw-space-x-reverse));
            margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
        }

        #app .md\:p-3 {
            padding: .75rem
        }

        #app .md\:px-4 {
            padding-left: 1rem;
            padding-right: 1rem
        }

        #app .md\:px-6 {
            padding-left: 1.5rem;
            padding-right: 1.5rem
        }

        #app .md\:px-7 {
            padding-left: 1.75rem;
            padding-right: 1.75rem
        }

        #app .md\:px-8 {
            padding-left: 2rem;
            padding-right: 2rem
        }

        #app .md\:px-10 {
            padding-left: 2.5rem;
            padding-right: 2.5rem
        }

        #app .md\:px-12 {
            padding-left: 3rem;
            padding-right: 3rem
        }

        #app .md\:px-14 {
            padding-left: 3.5rem;
            padding-right: 3.5rem
        }

        #app .md\:py-1 {
            padding-top: .25rem;
            padding-bottom: .25rem
        }

        #app .md\:py-3 {
            padding-top: .75rem;
            padding-bottom: .75rem
        }

        #app .md\:py-4 {
            padding-top: 1rem;
            padding-bottom: 1rem
        }

        #app .md\:py-6 {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem
        }

        #app .md\:py-7 {
            padding-top: 1.75rem;
            padding-bottom: 1.75rem
        }

        #app .md\:pt-1 {
            padding-top: .25rem
        }

        #app .md\:pt-5 {
            padding-top: 1.25rem
        }

        #app .md\:pr-5 {
            padding-right: 1.25rem
        }

        #app .md\:pb-0 {
            padding-bottom: 0
        }

        #app .md\:pb-20 {
            padding-bottom: 5rem
        }

        #app .md\:text-left {
            text-align: left
        }

        #app .md\:text-center {
            text-align: center
        }

        #app .md\:text-sm {
            font-size: 1.3rem;
            /*line-height: 1.25rem*/
        }

        #app .md\:text-lg {
            font-size: 1.125rem;
            line-height: 1.75rem
        }

        #app .md\:text-3xl {
            font-size: 1.6rem;
            line-height: 2.25rem
        }

        #app .md\:text-5xl {
            font-size: 3rem;
            line-height: 1
        }
    }

    @media (min-width: 1024px) {
        .lg\:container {
            max-width: 100%
        }

        @media (min-width: 240px) {
            .lg\:container {
                max-width: 540px
            }
        }

        @media (min-width: 768px) {
            .lg\:container {
                max-width: 720px
            }
        }

        @media (min-width: 1024px) {
            .lg\:container {
                max-width: 960px
            }
        }

        @media (min-width: 1280px) {
            .lg\:container {
                max-width: 1140px
            }
        }

        #app .lg\:order-1 {
            order: 1
        }

        #app .lg\:order-2 {
            order: 2
        }

        #app .lg\:col-start-1 {
            grid-column-start: 1
        }

        #app .lg\:col-start-2 {
            grid-column-start: 2
        }

        #app .lg\:col-end-3 {
            grid-column-end: 3
        }

        #app .lg\:row-start-4 {
            grid-row-start: 4
        }

        #app .lg\:row-end-6 {
            grid-row-end: 6
        }

        #app .lg\:mt-3 {
            margin-top: .75rem
        }

        #app .lg\:mr-3 {
            margin-right: .75rem
        }

        #app .lg\:mb-0 {
            margin-bottom: 0
        }

        #app .lg\:mb-4 {
            margin-bottom: 1rem
        }

        #app .lg\:ml-0 {
            margin-left: 0
        }

        #app .lg\:flex {
            display: flex
        }

        #app .lg\:grid {
            display: grid
        }

        #app .lg\:h-auto {
            height: auto
        }

        #app .lg\:w-1\/2 {
            width: 50%
        }

        #app .lg\:w-11\/12 {
            width: 91.666667%
        }

        #app .lg\:w-full {
            width: 100%
        }

        #app .lg\:max-w-xl {
            max-width: 36rem
        }

        #app .lg\:grid-cols-1 {
            grid-template-columns: repeat(1,minmax(0,1fr))
        }

        #app .lg\:grid-cols-2 {
            grid-template-columns: repeat(2,minmax(0,1fr))
        }

        #app .lg\:grid-cols-3 {
            grid-template-columns: repeat(3,minmax(0,1fr))
        }

        #app .lg\:grid-cols-4 {
            grid-template-columns: repeat(4,minmax(0,1fr))
        }

        #app .lg\:grid-cols-5 {
            grid-template-columns: repeat(5,minmax(0,1fr))
        }

        #app .lg\:grid-cols-6 {
            grid-template-columns: repeat(6,minmax(0,1fr))
        }

        #app .lg\:items-center {
            align-items: center
        }

        #app .lg\:justify-start {
            justify-content: flex-start
        }

        #app .lg\:gap-2 {
            gap: .5rem
        }

        #app .lg\:gap-3 {
            gap: .75rem
        }

        #app .lg\:gap-4 {
            gap: 1rem
        }

        #app .lg\:gap-8 {
            gap: 2rem
        }

        #app .lg\:gap-12 {
            gap: 3rem
        }

        #app .lg\:gap-x-4 {
            -moz-column-gap: 1rem;
            column-gap: 1rem
        }

        #app .lg\:gap-y-4 {
            row-gap: 1rem
        }

        #app .lg\:rounded-l-2xl {
            border-top-left-radius: 1rem;
            border-bottom-left-radius: 1rem
        }

        #app .lg\:px-0 {
            padding-left: 0;
            padding-right: 0
        }

        #app .lg\:px-3 {
            padding-left: .75rem;
            padding-right: .75rem
        }

        #app .lg\:px-6 {
            padding-left: 1.5rem;
            padding-right: 1.5rem
        }

        #app .lg\:px-8 {
            padding-left: 2rem;
            padding-right: 2rem
        }

        #app .lg\:px-10 {
            padding-left: 2.5rem;
            padding-right: 2.5rem
        }

        #app .lg\:py-1 {
            padding-top: .25rem;
            padding-bottom: .25rem
        }

        #app .lg\:py-6 {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem
        }

        #app .lg\:py-8 {
            padding-top: 2rem;
            padding-bottom: 2rem
        }

        #app .lg\:pt-4 {
            padding-top: 1rem
        }

        #app .lg\:pb-10 {
            padding-bottom: 2.5rem
        }

        #app .lg\:pl-4 {
            padding-left: 1rem
        }

        #app .lg\:text-left {
            text-align: left
        }

        #app .lg\:text-center {
            text-align: center
        }

        #app .lg\:text-right {
            text-align: right
        }
    }

    @media (min-width: 1280px) {
        #app .xl\:col-start-2 {
            grid-column-start: 2
        }

        #app .xl\:col-end-3 {
            grid-column-end: 3
        }

        #app .xl\:row-start-4 {
            grid-row-start: 4
        }

        #app .xl\:row-end-6 {
            grid-row-end: 6
        }

        #app .xl\:grid {
            display: grid
        }

        #app .xl\:grid-cols-2 {
            grid-template-columns: repeat(2,minmax(0,1fr))
        }

        #app .xl\:text-left {
            text-align: left
        }

        #app .xl\:text-right {
            text-align: right
        }
    }

    .swal2-popup.swal2-toast {
        box-sizing: border-box;
        grid-column: 1/4 !important;
        grid-row: 1/4 !important;
        grid-template-columns: 1fr 99fr 1fr;
        padding: 1em;
        overflow-y: hidden;
        background: #fff;
        box-shadow: 0 0 1px #00000013,0 1px 2px #00000013,1px 2px 4px #00000013,1px 3px 8px #00000013,2px 4px 16px #00000013;
        pointer-events: all
    }

        .swal2-popup.swal2-toast > * {
            grid-column: 2
        }

        .swal2-popup.swal2-toast .swal2-title {
            margin: .5em 1em;
            padding: 0;
            font-size: 1em;
            text-align: initial
        }

        .swal2-popup.swal2-toast .swal2-loading {
            justify-content: center
        }

        .swal2-popup.swal2-toast .swal2-input {
            height: 2em;
            margin: .5em;
            font-size: 1em
        }

        .swal2-popup.swal2-toast .swal2-validation-message {
            font-size: 1em
        }

        .swal2-popup.swal2-toast .swal2-footer {
            margin: .5em 0 0;
            padding: .5em 0 0;
            font-size: .8em
        }

        .swal2-popup.swal2-toast .swal2-close {
            grid-column: 3/3;
            grid-row: 1/99;
            align-self: center;
            width: .8em;
            height: .8em;
            margin: 0;
            font-size: 2em
        }

        .swal2-popup.swal2-toast .swal2-html-container {
            margin: .5em 1em;
            padding: 0;
            font-size: 1em;
            text-align: initial
        }

            .swal2-popup.swal2-toast .swal2-html-container:empty {
                padding: 0
            }

        .swal2-popup.swal2-toast .swal2-loader {
            grid-column: 1;
            grid-row: 1/99;
            align-self: center;
            width: 2em;
            height: 2em;
            margin: .25em
        }

        .swal2-popup.swal2-toast .swal2-icon {
            grid-column: 1;
            grid-row: 1/99;
            align-self: center;
            width: 2em;
            min-width: 2em;
            height: 2em;
            margin: 0 .5em 0 0
        }

            .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
                display: flex;
                align-items: center;
                font-size: 1.8em;
                font-weight: 700
            }

            .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
                width: 2em;
                height: 2em
            }

            .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
                top: .875em;
                width: 1.375em
            }

                .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
                    left: .3125em
                }

                .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
                    right: .3125em
                }

        .swal2-popup.swal2-toast .swal2-actions {
            justify-content: flex-start;
            height: auto;
            margin: .5em 0 0;
            padding: 0 .5em
        }

        .swal2-popup.swal2-toast .swal2-styled {
            margin: .25em .5em;
            padding: .4em .6em;
            font-size: 1em
        }

        .swal2-popup.swal2-toast .swal2-success {
            border-color: #a5dc86
        }

            .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
                position: absolute;
                width: 1.6em;
                height: 3em;
                transform: rotate(45deg);
                border-radius: 50%
            }

                .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
                    top: -.8em;
                    left: -.5em;
                    transform: rotate(-45deg);
                    transform-origin: 2em 2em;
                    border-radius: 4em 0 0 4em
                }

                .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
                    top: -.25em;
                    left: .9375em;
                    transform-origin: 0 1.5em;
                    border-radius: 0 4em 4em 0
                }

            .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
                width: 2em;
                height: 2em
            }

            .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
                top: 0;
                left: .4375em;
                width: .4375em;
                height: 2.6875em
            }

            .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
                height: .3125em
            }

                .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
                    top: 1.125em;
                    left: .1875em;
                    width: .75em
                }

                .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
                    top: .9375em;
                    right: .1875em;
                    width: 1.375em
                }

            .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
                -webkit-animation: swal2-toast-animate-success-line-tip .75s;
                animation: swal2-toast-animate-success-line-tip .75s
            }

            .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
                -webkit-animation: swal2-toast-animate-success-line-long .75s;
                animation: swal2-toast-animate-success-line-long .75s
            }

        .swal2-popup.swal2-toast.swal2-show {
            -webkit-animation: swal2-toast-show .5s;
            animation: swal2-toast-show .5s
        }

        .swal2-popup.swal2-toast.swal2-hide {
            -webkit-animation: swal2-toast-hide .1s forwards;
            animation: swal2-toast-hide .1s forwards
        }

    .swal2-container {
        display: grid;
        position: fixed;
        z-index: 1060;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
        grid-template-rows: minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto);
        grid-template-rows: minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);
        height: 100%;
        padding: .625em;
        overflow-x: hidden;
        transition: background-color .1s;
        -webkit-overflow-scrolling: touch
    }

        .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
            background: rgba(0,0,0,.4)
        }

        .swal2-container.swal2-backdrop-hide {
            background: 0 0 !important
        }

        .swal2-container.swal2-bottom-start, .swal2-container.swal2-center-start, .swal2-container.swal2-top-start {
            grid-template-columns: minmax(0,1fr) auto auto
        }

        .swal2-container.swal2-bottom, .swal2-container.swal2-center, .swal2-container.swal2-top {
            grid-template-columns: auto minmax(0,1fr) auto
        }

        .swal2-container.swal2-bottom-end, .swal2-container.swal2-center-end, .swal2-container.swal2-top-end {
            grid-template-columns: auto auto minmax(0,1fr)
        }

        .swal2-container.swal2-top-start > .swal2-popup {
            align-self: start
        }

        .swal2-container.swal2-top > .swal2-popup {
            grid-column: 2;
            align-self: start;
            justify-self: center
        }

        .swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
            grid-column: 3;
            align-self: start;
            justify-self: end
        }

        .swal2-container.swal2-center-left > .swal2-popup, .swal2-container.swal2-center-start > .swal2-popup {
            grid-row: 2;
            align-self: center
        }

        .swal2-container.swal2-center > .swal2-popup {
            grid-column: 2;
            grid-row: 2;
            align-self: center;
            justify-self: center
        }

        .swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
            grid-column: 3;
            grid-row: 2;
            align-self: center;
            justify-self: end
        }

        .swal2-container.swal2-bottom-left > .swal2-popup, .swal2-container.swal2-bottom-start > .swal2-popup {
            grid-column: 1;
            grid-row: 3;
            align-self: end
        }

        .swal2-container.swal2-bottom > .swal2-popup {
            grid-column: 2;
            grid-row: 3;
            justify-self: center;
            align-self: end
        }

        .swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
            grid-column: 3;
            grid-row: 3;
            align-self: end;
            justify-self: end
        }

        .swal2-container.swal2-grow-fullscreen > .swal2-popup, .swal2-container.swal2-grow-row > .swal2-popup {
            grid-column: 1/4;
            width: 100%
        }

        .swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
            grid-row: 1/4;
            align-self: stretch
        }

        .swal2-container.swal2-no-transition {
            transition: none !important
        }

    .swal2-popup {
        display: none;
        position: relative;
        box-sizing: border-box;
        grid-template-columns: minmax(0,100%);
        width: 32em;
        max-width: 100%;
        padding: 0 0 1.25em;
        border: none;
        border-radius: 5px;
        background: #fff;
        color: #545454;
        font-family: inherit;
        font-size: 1rem
    }

        .swal2-popup:focus {
            outline: 0
        }

        .swal2-popup.swal2-loading {
            overflow-y: hidden
        }

    .swal2-title {
        position: relative;
        max-width: 100%;
        margin: 0;
        padding: .8em 1em 0;
        color: #595959;
        font-size: 1.875em;
        font-weight: 600;
        text-align: center;
        text-transform: none;
        word-wrap: break-word
    }

    .swal2-actions {
        display: flex;
        z-index: 1;
        box-sizing: border-box;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: auto;
        margin: 1.25em auto 0;
        padding: 0
    }

        .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
            opacity: .4
        }

        .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
            background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
        }

        .swal2-actions:not(.swal2-loading) .swal2-styled:active {
            background-image: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))
        }

    .swal2-loader {
        display: none;
        align-items: center;
        justify-content: center;
        width: 2.2em;
        height: 2.2em;
        margin: 0 1.875em;
        -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
        animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
        border-width: .25em;
        border-style: solid;
        border-radius: 100%;
        border-color: #2778c4 transparent #2778c4 transparent
    }

    .swal2-styled {
        margin: .3125em;
        padding: .625em 1.1em;
        transition: box-shadow .1s;
        box-shadow: 0 0 0 3px transparent;
        font-weight: 500
    }

        .swal2-styled:not([disabled]) {
            cursor: pointer
        }

        .swal2-styled.swal2-confirm {
            border: 0;
            border-radius: .25em;
            background: initial;
            background-color: #7367f0;
            color: #fff;
            font-size: 1em
        }

            .swal2-styled.swal2-confirm:focus {
                box-shadow: 0 0 0 3px #7367f080
            }

        .swal2-styled.swal2-deny {
            border: 0;
            border-radius: .25em;
            background: initial;
            background-color: #ea5455;
            color: #fff;
            font-size: 1em
        }

            .swal2-styled.swal2-deny:focus {
                box-shadow: 0 0 0 3px #ea545580
            }

        .swal2-styled.swal2-cancel {
            border: 0;
            border-radius: .25em;
            background: initial;
            background-color: #6e7d88;
            color: #fff;
            font-size: 1em
        }

            .swal2-styled.swal2-cancel:focus {
                box-shadow: 0 0 0 3px #6e7d8880
            }

        .swal2-styled.swal2-default-outline:focus {
            box-shadow: 0 0 0 3px #6496c880
        }

        .swal2-styled:focus {
            outline: 0
        }

        .swal2-styled::-moz-focus-inner {
            border: 0
        }

    .swal2-footer {
        justify-content: center;
        margin: 1em 0 0;
        padding: 1em 1em 0;
        border-top: 1px solid #eee;
        color: #545454;
        font-size: 1em
    }

    .swal2-timer-progress-bar-container {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        grid-column: auto !important;
        height: .25em;
        overflow: hidden;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px
    }

    .swal2-timer-progress-bar {
        width: 100%;
        height: .25em;
        background: rgba(0,0,0,.2)
    }

    .swal2-image {
        max-width: 100%;
        margin: 2em auto 1em
    }

    .swal2-close {
        z-index: 2;
        align-items: center;
        justify-content: center;
        width: 1.2em;
        height: 1.2em;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: -1.2em;
        padding: 0;
        overflow: hidden;
        transition: color .1s,box-shadow .1s;
        border: none;
        border-radius: 5px;
        background: 0 0;
        color: #ccc;
        font-family: serif;
        font-family: monospace;
        font-size: 2.5em;
        cursor: pointer;
        justify-self: end
    }

        .swal2-close:hover {
            transform: none;
            background: 0 0;
            color: #f27474
        }

        .swal2-close:focus {
            outline: 0;
            box-shadow: inset 0 0 0 3px #6496c880
        }

        .swal2-close::-moz-focus-inner {
            border: 0
        }

    .swal2-html-container {
        z-index: 1;
        justify-content: center;
        margin: 1em 1.6em .3em;
        padding: 0;
        overflow: auto;
        color: #545454;
        font-size: 1.125em;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        word-wrap: break-word;
        word-break: break-word
    }

    .swal2-checkbox, .swal2-file, .swal2-input, .swal2-radio, .swal2-select, .swal2-textarea {
        margin: 1em 2em 0
    }

    .swal2-file, .swal2-input, .swal2-textarea {
        box-sizing: border-box;
        width: auto;
        transition: border-color .1s,box-shadow .1s;
        border: 1px solid #d9d9d9;
        border-radius: .1875em;
        background: inherit;
        box-shadow: inset 0 1px 1px #0000000f,0 0 0 3px transparent;
        color: inherit;
        font-size: 1.125em
    }

        .swal2-file.swal2-inputerror, .swal2-input.swal2-inputerror, .swal2-textarea.swal2-inputerror {
            border-color: #f27474 !important;
            box-shadow: 0 0 2px #f27474 !important
        }

        .swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
            border: 1px solid #b4dbed;
            outline: 0;
            box-shadow: inset 0 1px 1px #0000000f,0 0 0 3px #6496c880
        }

        .swal2-file::-moz-placeholder, .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder {
            color: #ccc
        }

        .swal2-file:-ms-input-placeholder, .swal2-input:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
            color: #ccc
        }

        .swal2-file::placeholder, .swal2-input::placeholder, .swal2-textarea::placeholder {
            color: #ccc
        }

    .swal2-range {
        margin: 1em 2em 0;
        background: #fff
    }

        .swal2-range input {
            width: 80%
        }

        .swal2-range output {
            width: 20%;
            color: inherit;
            font-weight: 600;
            text-align: center
        }

        .swal2-range input, .swal2-range output {
            height: 2.625em;
            padding: 0;
            font-size: 1.125em;
            line-height: 2.625em
        }

    .swal2-input {
        height: 2.625em;
        padding: 0 .75em
    }

    .swal2-file {
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        background: inherit;
        font-size: 1.125em
    }

    .swal2-textarea {
        height: 6.75em;
        padding: .75em
    }

    .swal2-select {
        min-width: 50%;
        max-width: 100%;
        padding: .375em .625em;
        background: inherit;
        color: inherit;
        font-size: 1.125em
    }

    .swal2-checkbox, .swal2-radio {
        align-items: center;
        justify-content: center;
        background: #fff;
        color: inherit
    }

        .swal2-checkbox label, .swal2-radio label {
            margin: 0 .6em;
            font-size: 1.125em
        }

        .swal2-checkbox input, .swal2-radio input {
            flex-shrink: 0;
            margin: 0 .4em
        }

    .swal2-input-label {
        display: flex;
        justify-content: center;
        margin: 1em auto 0
    }

    .swal2-validation-message {
        align-items: center;
        justify-content: center;
        margin: 1em 0 0;
        padding: .625em;
        overflow: hidden;
        background: #f0f0f0;
        color: #666;
        font-size: 1em;
        font-weight: 300
    }

        .swal2-validation-message:before {
            content: "!";
            display: inline-block;
            width: 1.5em;
            min-width: 1.5em;
            height: 1.5em;
            margin: 0 .625em;
            border-radius: 50%;
            background-color: #f27474;
            color: #fff;
            font-weight: 600;
            line-height: 1.5em;
            text-align: center
        }

    .swal2-icon {
        position: relative;
        box-sizing: content-box;
        justify-content: center;
        width: 5em;
        height: 5em;
        margin: 2.5em auto .6em;
        border: .25em solid transparent;
        border-radius: 50%;
        border-color: #000;
        font-family: inherit;
        line-height: 5em;
        cursor: default;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .swal2-icon .swal2-icon-content {
            display: flex;
            align-items: center;
            font-size: 3.75em
        }

        .swal2-icon.swal2-error {
            border-color: #f27474;
            color: #f27474
        }

            .swal2-icon.swal2-error .swal2-x-mark {
                position: relative;
                flex-grow: 1
            }

            .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
                display: block;
                position: absolute;
                top: 2.3125em;
                width: 2.9375em;
                height: .3125em;
                border-radius: .125em;
                background-color: #f27474
            }

                .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
                    left: 1.0625em;
                    transform: rotate(45deg)
                }

                .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
                    right: 1em;
                    transform: rotate(-45deg)
                }

            .swal2-icon.swal2-error.swal2-icon-show {
                -webkit-animation: swal2-animate-error-icon .5s;
                animation: swal2-animate-error-icon .5s
            }

                .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
                    -webkit-animation: swal2-animate-error-x-mark .5s;
                    animation: swal2-animate-error-x-mark .5s
                }

        .swal2-icon.swal2-warning {
            border-color: #facea8;
            color: #f8bb86
        }

        .swal2-icon.swal2-info {
            border-color: #9de0f6;
            color: #3fc3ee
        }

        .swal2-icon.swal2-question {
            border-color: #c9dae1;
            color: #87adbd
        }

        .swal2-icon.swal2-success {
            border-color: #a5dc86;
            color: #a5dc86
        }

            .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
                position: absolute;
                width: 3.75em;
                height: 7.5em;
                transform: rotate(45deg);
                border-radius: 50%
            }

                .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
                    top: -.4375em;
                    left: -2.0635em;
                    transform: rotate(-45deg);
                    transform-origin: 3.75em 3.75em;
                    border-radius: 7.5em 0 0 7.5em
                }

                .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
                    top: -.6875em;
                    left: 1.875em;
                    transform: rotate(-45deg);
                    transform-origin: 0 3.75em;
                    border-radius: 0 7.5em 7.5em 0
                }

            .swal2-icon.swal2-success .swal2-success-ring {
                position: absolute;
                z-index: 2;
                top: -.25em;
                left: -.25em;
                box-sizing: content-box;
                width: 100%;
                height: 100%;
                border: .25em solid rgba(165,220,134,.3);
                border-radius: 50%
            }

            .swal2-icon.swal2-success .swal2-success-fix {
                position: absolute;
                z-index: 1;
                top: .5em;
                left: 1.625em;
                width: .4375em;
                height: 5.625em;
                transform: rotate(-45deg)
            }

            .swal2-icon.swal2-success [class^=swal2-success-line] {
                display: block;
                position: absolute;
                z-index: 2;
                height: .3125em;
                border-radius: .125em;
                background-color: #a5dc86
            }

                .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
                    top: 2.875em;
                    left: .8125em;
                    width: 1.5625em;
                    transform: rotate(45deg)
                }

                .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
                    top: 2.375em;
                    right: .5em;
                    width: 2.9375em;
                    transform: rotate(-45deg)
                }

            .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
                -webkit-animation: swal2-animate-success-line-tip .75s;
                animation: swal2-animate-success-line-tip .75s
            }

            .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
                -webkit-animation: swal2-animate-success-line-long .75s;
                animation: swal2-animate-success-line-long .75s
            }

            .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
                -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
                animation: swal2-rotate-success-circular-line 4.25s ease-in
            }

    .swal2-progress-steps {
        flex-wrap: wrap;
        align-items: center;
        max-width: 100%;
        margin: 1.25em auto;
        padding: 0;
        background: inherit;
        font-weight: 600
    }

        .swal2-progress-steps li {
            display: inline-block;
            position: relative
        }

        .swal2-progress-steps .swal2-progress-step {
            z-index: 20;
            flex-shrink: 0;
            width: 2em;
            height: 2em;
            border-radius: 2em;
            background: #2778c4;
            color: #fff;
            line-height: 2em;
            text-align: center
        }

            .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
                background: #2778c4
            }

                .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
                    background: #add8e6;
                    color: #fff
                }

                .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
                    background: #add8e6
                }

        .swal2-progress-steps .swal2-progress-step-line {
            z-index: 10;
            flex-shrink: 0;
            width: 2.5em;
            height: .4em;
            margin: 0 -1px;
            background: #2778c4
        }

    [class^=swal2] {
        -webkit-tap-highlight-color: transparent
    }

    .swal2-show {
        -webkit-animation: swal2-show .3s;
        animation: swal2-show .3s
    }

    .swal2-hide {
        -webkit-animation: swal2-hide .15s forwards;
        animation: swal2-hide .15s forwards
    }

    .swal2-noanimation {
        transition: none
    }

    .swal2-scrollbar-measure {
        position: absolute;
        top: -9999px;
        width: 50px;
        height: 50px;
        overflow: scroll
    }

    .swal2-rtl .swal2-close {
        margin-right: initial;
        margin-left: 0
    }

    .swal2-rtl .swal2-timer-progress-bar {
        right: 0;
        left: auto
    }

    @-webkit-keyframes swal2-toast-show {
        0% {
            transform: translateY(-.625em) rotate(2deg)
        }

        33% {
            transform: translateY(0) rotate(-2deg)
        }

        66% {
            transform: translateY(.3125em) rotate(2deg)
        }

        to {
            transform: translateY(0) rotate(0)
        }
    }

    @keyframes swal2-toast-show {
        0% {
            transform: translateY(-.625em) rotate(2deg)
        }

        33% {
            transform: translateY(0) rotate(-2deg)
        }

        66% {
            transform: translateY(.3125em) rotate(2deg)
        }

        to {
            transform: translateY(0) rotate(0)
        }
    }

    @-webkit-keyframes swal2-toast-hide {
        to {
            transform: rotate(1deg);
            opacity: 0
        }
    }

    @keyframes swal2-toast-hide {
        to {
            transform: rotate(1deg);
            opacity: 0
        }
    }

    @-webkit-keyframes swal2-toast-animate-success-line-tip {
        0% {
            top: .5625em;
            left: .0625em;
            width: 0
        }

        54% {
            top: .125em;
            left: .125em;
            width: 0
        }

        70% {
            top: .625em;
            left: -.25em;
            width: 1.625em
        }

        84% {
            top: 1.0625em;
            left: .75em;
            width: .5em
        }

        to {
            top: 1.125em;
            left: .1875em;
            width: .75em
        }
    }

    @keyframes swal2-toast-animate-success-line-tip {
        0% {
            top: .5625em;
            left: .0625em;
            width: 0
        }

        54% {
            top: .125em;
            left: .125em;
            width: 0
        }

        70% {
            top: .625em;
            left: -.25em;
            width: 1.625em
        }

        84% {
            top: 1.0625em;
            left: .75em;
            width: .5em
        }

        to {
            top: 1.125em;
            left: .1875em;
            width: .75em
        }
    }

    @-webkit-keyframes swal2-toast-animate-success-line-long {
        0% {
            top: 1.625em;
            right: 1.375em;
            width: 0
        }

        65% {
            top: 1.25em;
            right: .9375em;
            width: 0
        }

        84% {
            top: .9375em;
            right: 0;
            width: 1.125em
        }

        to {
            top: .9375em;
            right: .1875em;
            width: 1.375em
        }
    }

    @keyframes swal2-toast-animate-success-line-long {
        0% {
            top: 1.625em;
            right: 1.375em;
            width: 0
        }

        65% {
            top: 1.25em;
            right: .9375em;
            width: 0
        }

        84% {
            top: .9375em;
            right: 0;
            width: 1.125em
        }

        to {
            top: .9375em;
            right: .1875em;
            width: 1.375em
        }
    }

    @-webkit-keyframes swal2-show {
        0% {
            transform: scale(.7)
        }

        45% {
            transform: scale(1.05)
        }

        80% {
            transform: scale(.95)
        }

        to {
            transform: scale(1)
        }
    }

    @keyframes swal2-show {
        0% {
            transform: scale(.7)
        }

        45% {
            transform: scale(1.05)
        }

        80% {
            transform: scale(.95)
        }

        to {
            transform: scale(1)
        }
    }

    @-webkit-keyframes swal2-hide {
        0% {
            transform: scale(1);
            opacity: 1
        }

        to {
            transform: scale(.5);
            opacity: 0
        }
    }

    @keyframes swal2-hide {
        0% {
            transform: scale(1);
            opacity: 1
        }

        to {
            transform: scale(.5);
            opacity: 0
        }
    }

    @-webkit-keyframes swal2-animate-success-line-tip {
        0% {
            top: 1.1875em;
            left: .0625em;
            width: 0
        }

        54% {
            top: 1.0625em;
            left: .125em;
            width: 0
        }

        70% {
            top: 2.1875em;
            left: -.375em;
            width: 3.125em
        }

        84% {
            top: 3em;
            left: 1.3125em;
            width: 1.0625em
        }

        to {
            top: 2.8125em;
            left: .8125em;
            width: 1.5625em
        }
    }

    @keyframes swal2-animate-success-line-tip {
        0% {
            top: 1.1875em;
            left: .0625em;
            width: 0
        }

        54% {
            top: 1.0625em;
            left: .125em;
            width: 0
        }

        70% {
            top: 2.1875em;
            left: -.375em;
            width: 3.125em
        }

        84% {
            top: 3em;
            left: 1.3125em;
            width: 1.0625em
        }

        to {
            top: 2.8125em;
            left: .8125em;
            width: 1.5625em
        }
    }

    @-webkit-keyframes swal2-animate-success-line-long {
        0% {
            top: 3.375em;
            right: 2.875em;
            width: 0
        }

        65% {
            top: 3.375em;
            right: 2.875em;
            width: 0
        }

        84% {
            top: 2.1875em;
            right: 0;
            width: 3.4375em
        }

        to {
            top: 2.375em;
            right: .5em;
            width: 2.9375em
        }
    }

    @keyframes swal2-animate-success-line-long {
        0% {
            top: 3.375em;
            right: 2.875em;
            width: 0
        }

        65% {
            top: 3.375em;
            right: 2.875em;
            width: 0
        }

        84% {
            top: 2.1875em;
            right: 0;
            width: 3.4375em
        }

        to {
            top: 2.375em;
            right: .5em;
            width: 2.9375em
        }
    }

    @-webkit-keyframes swal2-rotate-success-circular-line {
        0% {
            transform: rotate(-45deg)
        }

        5% {
            transform: rotate(-45deg)
        }

        12% {
            transform: rotate(-405deg)
        }

        to {
            transform: rotate(-405deg)
        }
    }

    @keyframes swal2-rotate-success-circular-line {
        0% {
            transform: rotate(-45deg)
        }

        5% {
            transform: rotate(-45deg)
        }

        12% {
            transform: rotate(-405deg)
        }

        to {
            transform: rotate(-405deg)
        }
    }

    @-webkit-keyframes swal2-animate-error-x-mark {
        0% {
            margin-top: 1.625em;
            transform: scale(.4);
            opacity: 0
        }

        50% {
            margin-top: 1.625em;
            transform: scale(.4);
            opacity: 0
        }

        80% {
            margin-top: -.375em;
            transform: scale(1.15)
        }

        to {
            margin-top: 0;
            transform: scale(1);
            opacity: 1
        }
    }

    @keyframes swal2-animate-error-x-mark {
        0% {
            margin-top: 1.625em;
            transform: scale(.4);
            opacity: 0
        }

        50% {
            margin-top: 1.625em;
            transform: scale(.4);
            opacity: 0
        }

        80% {
            margin-top: -.375em;
            transform: scale(1.15)
        }

        to {
            margin-top: 0;
            transform: scale(1);
            opacity: 1
        }
    }

    @-webkit-keyframes swal2-animate-error-icon {
        0% {
            transform: rotateX(100deg);
            opacity: 0
        }

        to {
            transform: rotateX(0);
            opacity: 1
        }
    }

    @keyframes swal2-animate-error-icon {
        0% {
            transform: rotateX(100deg);
            opacity: 0
        }

        to {
            transform: rotateX(0);
            opacity: 1
        }
    }

    @-webkit-keyframes swal2-rotate-loading {
        0% {
            transform: rotate(0)
        }

        to {
            transform: rotate(360deg)
        }
    }

    @keyframes swal2-rotate-loading {
        0% {
            transform: rotate(0)
        }

        to {
            transform: rotate(360deg)
        }
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow: hidden
    }

    body.swal2-height-auto {
        height: auto !important
    }

    body.swal2-no-backdrop .swal2-container {
        background-color: transparent !important;
        pointer-events: none
    }

        body.swal2-no-backdrop .swal2-container .swal2-popup {
            pointer-events: all
        }

        body.swal2-no-backdrop .swal2-container .swal2-modal {
            box-shadow: 0 0 10px #0006
        }

    @media print {
        body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
            overflow-y: scroll !important
        }

            body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
                display: none
            }

            body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
                position: static !important
            }
    }

    body.swal2-toast-shown .swal2-container {
        box-sizing: border-box;
        width: 360px;
        max-width: 100%;
        background-color: transparent;
        pointer-events: none
    }

        body.swal2-toast-shown .swal2-container.swal2-top {
            top: 0;
            right: auto;
            bottom: auto;
            left: 50%;
            transform: translate(-50%)
        }

        body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
            top: 0;
            right: 0;
            bottom: auto;
            left: auto
        }

        body.swal2-toast-shown .swal2-container.swal2-top-left, body.swal2-toast-shown .swal2-container.swal2-top-start {
            top: 0;
            right: auto;
            bottom: auto;
            left: 0
        }

        body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start {
            top: 50%;
            right: auto;
            bottom: auto;
            left: 0;
            transform: translateY(-50%)
        }

        body.swal2-toast-shown .swal2-container.swal2-center {
            top: 50%;
            right: auto;
            bottom: auto;
            left: 50%;
            transform: translate(-50%,-50%)
        }

        body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
            top: 50%;
            right: 0;
            bottom: auto;
            left: auto;
            transform: translateY(-50%)
        }

        body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start {
            top: auto;
            right: auto;
            bottom: 0;
            left: 0
        }

        body.swal2-toast-shown .swal2-container.swal2-bottom {
            top: auto;
            right: auto;
            bottom: 0;
            left: 50%;
            transform: translate(-50%)
        }

        body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
            top: auto;
            right: 0;
            bottom: 0;
            left: auto
        }
