:root
{
    --osteriadelpane: #FF192E;
    --separator: #FF3B4D;
}

@media screen and (max-width: 450px)
{
    :root
    {
        --headerSize:45px;
    }
}

@media screen and (min-width: 451px)
{
    :root
    {
        --headerSize:90px;
    }
}
* {
    padding: 0;
    margin: 0;
    font-size: 16pt;
    font-family: 'Inter', sans-serif;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

html {
    scroll-behavior: smooth;
}

h1 {
    font-size: 48pt;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

sup {
    font-size: 60%;
}
.hidden {
    display: none;
}

.float_clear {
    clear: both;
}

.font_normal {
    font-weight: normal;
}

.font_thin {
    font-weight: lighter;
}

.font_bold {
    font-weight: bold;
}

.font_italic {
    font-style: italic;
}

.font_small {
    font-size: 10pt;
}

.font_red {
    color: var(--osteriadelpane);
}

.red-title h1 {
    color: var(--osteriadelpane);
}

.white-title h1 {
    color: #fff;
}

.text-center {
    text-align: center;
}

.underline {
    text-decoration: underline !important;
}

.no_padding {
    padding: 0;
}

.no_padding_left {
    padding-left: 0 !important;
}

.no_padding_right {
    padding-right: 0 !important;
}

.no_padding_top {
    padding-top: 0 !important;
}

.no_padding_bottom {
    padding-bottom: 0 !important;
}

.no_margin {
    margin: 0;
}

.no_margin_left {
    margin-left: 0 !important;
}

.no_margin_right {
    margin-right: 0 !important;
}

.no_margin_top {
    margin-top: 0 !important;
}

.no_margin_bottom {
    margin-bottom: 0 !important;
}

.auto_width {
    width: auto !important;
}

.width_half {
    width: 50%;
}

.width_quarter {
    width: 25%;
}

.only_desktop {
}

.only_mobile {
}

@media screen and (max-width: 450px) {
    .only_desktop {
        display: none !important;
    }

    .mobile_white_text {
        color: #fff !important;
    }
}

@media screen and (min-width: 451px) {
    .only_mobile {
        display: none !important;
    }
}

.overflow_text {
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.swal2-input, .editable-input {
    -webkit-touch-callout: revert; /* iOS Safari */
    -webkit-user-select: revert; /* Safari */
    -khtml-user-select: revert; /* Konqueror HTML */
    -moz-user-select: revert; /* Old versions of Firefox */
    -ms-user-select: revert; /* Internet Explorer/Edge */
    user-select: revert; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.subpage-title {
    background-color: var(--osteriadelpane);
    color: #fff;
}

.subpage-title > a {
    font-size: 48pt;
    padding-top: .5em;
}

.subpage-title > a i {
    font-size: 48pt;
    color: #fff;
}

.subpage-title > a:first-of-type {
    float: left;
    margin-left: .1em;
}

.subpage-title > a:last-of-type {
    float: right;
    margin-right: .1em;
}

.bottone-rosso {
    background-color: var(--osteriadelpane);
    color: #fff;
    border: 1px solid #fff;
}

.bottone-bianco {
    color: var(--osteriadelpane);
    border: 1px solid var(--osteriadelpane);
    outline: 1px solid #fff;
}

.no-widths {
    width: revert !important;
    margin-left: revert !important;
    left: revert !important;
}

.link-disabled {
    opacity: 0;
    cursor: default;
}

[class^="bottone-"], [class^="bottone-"]:hover, [class^="bottone-"]:active, [class^="bottone-"]:visited,
[class*=" bottone-"], [class*=" bottone-"]:hover, [class*=" bottone-"]:active, [class*=" bottone-"]:visited {
    display: block;
    position: relative;
    overflow-x: hidden;

    left: 50%;

    padding: 20px 20px;
    margin-top: 1em;

    font-size: 24pt;
    font-weight: bold;

    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;

    white-space: nowrap;

    border-radius: 25px;

    -webkit-transition: top 250ms ease-out;
    -moz-transition: top 250ms ease-out;
    -o-transition: top 250ms ease-out;
    transition: top 250ms ease-out;
}


[class^="bottone-"] i, [class*=" bottone-"] i {
    font-size: 24pt;
}

[class^="bottone-"]:hover, [class*=" bottone-"]:hover {
    top: -4px;
}

.bump-left > div {
    background-color: #fff;
    border-radius: 100% 0 0 100% / 50% 100% 0 50%;
}

.bump-right > div {
    border-radius: 0 100% 100% 0 / 100% 50% 50% 0;
}

[class^="bump-"], [class*=" bump-"] {
    background: var(--osteriadelpane);
    float: left;
    width: 10% !important;
    min-height: 100%;
    display: flex;
}

[class^="bump-"] > div, [class*=" bump-"] > div {
    background-color: #fff;
    width: 100%;
}

/* ===== MOBILE  ===== */
@media screen and (max-width: 450px) {
    .red-band {
        display: none;
    }

    [class^="bottone-"], [class*=" bottone-"] {
        width: 75%;
        margin-left: calc(-40% - 10px);
    }
}

/* ===== DESKTOP ===== */
@media screen and (min-width: 451px) {
    .red-band {
        display: block;
        width: 100%;
        height: 3em;
        background-color: var(--osteriadelpane);
    }

    [class^="bottone-"], [class*=" bottone-"] {
        width: 50%;
        margin-left: calc(-25% - 10px);
        margin-bottom: 1em;
    }
}

.admin_alert div {
    margin-top: 1em;
    text-align: center;
    color: var(--osteriadelpane);
}

.admin_alert div a {
    color: var(--osteriadelpane);
}
.error-404 {
    display: flex;
    height: 100vh;
    color: var(--osteriadelpane);
}

.error-404 > div {
    position: relative;
    width: 100%;
}

.error-404 > div > div {
    text-align: center;
}

.error-404 > div > div > a > i {
    color: var(--osteriadelpane);
    font-size: 24pt;
}

.error-404 > div > div:first-of-type {
    height: 40%;
    background: url("/img/error_404.png") no-repeat center center;
    background-size: contain;
}

.error-404 > div > div:nth-of-type(2) {
    font-weight: bold;
}
.skip-header {
    display: block;
    width: 100%;
    height: var(--headerSize);
}


.header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    padding: 1.8em 0;
    font-size: 18px;
    color: var(--osteriadelpane);

    opacity: .6;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
}

.header:hover {
    opacity: 1;
}

.header a, .header a:hover, .header a:active, .header a:visited {
    position: relative;
    top: 0;
    font-size: 18px;
    color: var(--osteriadelpane);
    text-decoration: none;
    -webkit-transition: top 250ms ease-out;
    -moz-transition: top 250ms ease-out;
    -o-transition: top 250ms ease-out;
    transition: top 250ms ease-out;
}

.header a:hover {
    top: -4px;
}

.header_logo a:hover {
    top: 0;
}

@media screen and (min-width: 451px) {
    .header_phone {
        display: table;
        height: var(--headerSize);
        float: left;
        margin-left: 10px;
        padding-right: 10px;
    }

    .header_phone div {
        display: table-cell;
        vertical-align: middle;
    }
}

@media screen and (max-width: 450px) {
    .header_phone {
        display: block;
    }

    .header_phone div {
        text-align: center;
        margin-bottom: .5em;
    }
}

.header_logo {
    height: var(--headerSize);
    overflow-y: hidden;
}

.header_logo img {
    height: var(--headerSize);
    width: calc(height * 100 / var(--headerSize));
    position: relative;
    top: 0;
    max-width: 100%;
}

@media screen and (min-width: 451px) {
    .header_social {
        display: table;
        float: right;
        height: var(--headerSize);
    }

    .header_social a, .header_social a:hover, .header_social a:active, .header_social a:visited,
    .header_social a i, .header_social a:hover i, .header_social a:active i, .header_social a:visited i {
        font-size: 48pt;
        padding-right: 10px;
    }

    .header_social a i:before, .header_social a:hover i:before, .header_social a:active i:before, .header_social a:visited i:before {
        margin: 0;
        display: inline;
    }
}

.header_social div {
    display: table-cell;
    vertical-align: middle;
}

.sticky_header {
    position: fixed;
    top: 0;
    width: 100%;
}
.slider
{
    height: 100vh;
    /*    min-height: 100%;
        min-width: 100%;*/
}


.single-banner
{
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider div div
{
    width: 100%;
    height: 100vh;
}


/*
      text-shadow: 1px 1px 0px #fff, 1px 0px 0px #fff, 1px -1px 0px #fff, 0px 1px 0px #fff, 0px 0px 0px #fff, 0px -1px 0px #fff, -1px 1px 0px #fff, -1px 0px 0px #fff, -1px -1px 0px #fff;
*/

/* ========================================================== COMMON */

.left2right, .right2left {
    color: #fff;
    width: 100%;
}

.left2right.big-icons > div > div > a > i {
    font-size: 72pt;
}

/* ===== MOBILE  ===== */
@media screen and (max-width: 450px) {
    .left2right > div, .right2left > div {
        width: 100%;
    }

    .left2right > div > div, .right2left > div > div {
        padding-bottom: 2em;
    }
}

/* ===== DESKTOP ===== */
@media screen and (min-width: 451px) {
    .left2right, .right2left {
        display: flex;
    }

    .left2right > div, .right2left > div {
        float: left;
        width: 45%;
    }
}

/* ========================================================== LEFT-TO-RIGHT */

/* ===== MOBILE  ===== */
@media screen and (max-width: 450px) {
    .left2right>div:first-of-type {
        background-color: var(--osteriadelpane);
    }

    .left2right>div:nth-last-of-type(2) h1 {
        color: var(--osteriadelpane);
    }
}

/* ===== DESKTOP ===== */
@media screen and (min-width: 451px) {
    .left2right > div:first-of-type {
        background-color: #fff;
    }

    .left2right > div:first-of-type h1 {
        color: var(--osteriadelpane);
    }

    .left2right > div:nth-last-of-type(2) {
        background-color: var(--osteriadelpane);
    }
}

/* ========================================================== RIGHT-TO-LEFT */

.right2left>div:first-of-type {
    background-color: var(--osteriadelpane);
}

.right2left>div:nth-last-of-type(2) h1 {
    color: var(--osteriadelpane);
}

.reservation {
    background-color: #ffffff;
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
}

/* Style the input fields */
input, select {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: 'Inter';
    border: 1px solid #aaaaaa;
}

select option:disabled {
    color: rgba(110, 120, 129, 0.34);
}

.separa option:disabled {
    color: var(--osteriadelpane);
    text-align: center;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

.tab .center {
    text-align: center;
}

.tab i {
    color: var(--osteriadelpane);
    font-size: 72pt;
}

.tab p {
    margin-top: .5em;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}

/*
.reservation {
    padding-top: 1em;
    padding-bottom: 1em;
    color: var(--osteriadelpane);
}

.reservation > div {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 1em;
}

.reservation > div:first-of-type {
    padding-top: 0;
}

.reservation input
{
    margin-top: 0.5em;
    padding: 0.3em;
    font-size: 18pt;
    border: 1px solid var(--separator);
    border-radius: 10px;
    color: #000;
    width: 90%;
}

/*.reservation input::placeholder, .reservation input::-ms-input-placeholder, .reservation input:-ms-input-placeholder {
    color: var(--osteriadelpane);
    opacity: 1;
}*/

/* ===== MOBILE  ===== */
/*@media screen and (max-width: 450px) {
}


*/
/* ===== DESKTOP ===== */
/*@media screen and (min-width: 451px) {

    .diviso2 > div {
        float: left;
        width: 50%;
    }

    .diviso3 > div {
        float: left;
        width: 33%;
    }
}
*/


.checkbox_container
{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox_container span
{
    font-size: 16px;
}

.checkbox_container span a, .checkbox_container span a:hover, .checkbox_container span a:visited
{
    font-size: 16px;
    color: var(--osteriadelpane);
}
.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--osteriadelpane);
    border: 1px solid #fff;
}

.checkbox_container input:checked ~ .checkmark {
    background-color: var(--separator);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ui-autocomplete, .ui-front {
    z-index: 100000 !important;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
}

.full-cover {
    position: absolute;
    display: block;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(200, 200, 200, 0.5);
}

.full-cover > div {
    position: relative;
    display: block;
    background-color: #fff;
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%
}

.full-cover > div > a {
    color: var(--osteriadelpane);
    float: left;
    margin-top: 30px;
    margin-left: 5%;
}

.full-cover > div > a > i {
    font-size: 72pt;
}

.full-cover > div > a:first-of-type {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 0;
    margin-left: 0;
}

.full-cover > div > a:first-of-type > i {
    font-size: 24pt;
}

.work_in_progress {
    /*display: flex;*/
    width: 100%;
    height: 50vh;
    color: var(--osteriadelpane);
    text-align: center;
}

.work_in_progress > div {
    position: relative;
    top: 25%;
    width: 100%;
    height: fit-content;
}

.work_in_progress > div:first-of-type {
    padding-bottom: 1em;
}

.work_in_progress > div:first-of-type > i {
    font-size: 72pt;
}

.qr_code {
    text-align: center;
    color: var(--osteriadelpane);
}

.admin-area {
    width: 100%;
    height: 50vh;
    color: var(--osteriadelpane);
    text-align: center;
}

.admin-area > div {
    margin-top: 3em;
}

.back_to_home {
    width: 100%;
    height: 50vh;
    color: var(--osteriadelpane);
    text-align: center;
}

.back_to_home > div:first-of-type {
    position: relative;
    top: 20%;
}

.back_to_home > a {
    position: relative;
    top: 30%;
}

.back_to_home > a:hover {
    position: relative;
    top: calc(30% - 4px);
}

.lists {
    font-size: 22pt;
}

.category_tab {
    color: var(--osteriadelpane);
}

.category_tab > div:first-of-type {
    font-size: 24pt;
    font-weight: bold;
    width: fit-content;
    float: left;
    margin-top: .8em;
    margin-left: 5%;
    margin-bottom: .5em;
}

.category_tab > a {
    font-size: 24pt;
    margin-top: .8em;
}

.category_tab > a.no-margin {
    margin-top: revert;
}

.food_div > a, .wine_div > div > a {
    font-size: 18pt;
}

.category_tab > a, .food_div > a, .wine_div > div > a {
    float: right;
}

.category_tab > a i, .food_div > a i, .wine_div > div > a i {
    color: var(--osteriadelpane);
}

.category_tab > a:first-of-type, .food_div > a:first-of-type, .wine_div > div > a:first-of-type {
    margin-right: 5%;
}

.category_close {
    font-size: 24pt;
    margin-bottom: .8em;
}

.category_closure > div
{
    color: #000;
    font-size: 12pt !important;
    font-weight: normal !important;
    text-align: justify;
    margin-right: 5%;
}

.category_warning > div > a {
    color: var(--osteriadelpane);
}

.food_div, .wine_div {
    color: var(--osteriadelpane);
}

.food_div > div, .wine_div > div {
    font-size: 18pt;
}

.food_div > div:first-of-type, .wine_div > div > div:first-of-type {
    float: left;
    margin-left: 5%;
    color: #000;
}

.wine_div > div > div:first-of-type {
    /*font-weight: bold;*/
}

.wine_div > div > div:first-of-type > span {
    font-weight: normal;
}

.wine_div > div:last-of-type {
    margin-left: 5%;
    font-size: 12pt;
    font-weight: 600;
    color: #000;
}

.wine_div > div:last-of-type span {
    font-size: 12pt;
    font-weight: normal;
}

.wine_div > div:last-of-type span:before, .wine_div > div:last-of-type span:after {
    content: revert;
}

.wine_div > div:last-of-type span.ndash::before {
    content: '- ';
}

.food_div > div:last-of-type, .wine_div > div > div:last-of-type {
    float: right;
    margin-right: 5%;
    color: #000;
}

.food_div > div:last-of-type::before, .wine_div > div > div:last-of-type::before {
    content: '\20AC';
}

.food_div > div:last-of-type.no-content::before, .wine_div > div > div:last-of-type.no-content::before {
    content: '-';
}

.wine_div > div span:before {
    content: ' (';
}

.wine_div > div span:after {
    content: ')';
}

.descr_ac.bottom-border {
    border-bottom: 1px solid #d9d9d9;
}

.descr_ac .active {
    background-color: var(--osteriadelpane) !important;
}

.descr_ac > div:first-of-type > div:first-of-type {
    font-weight: bold;
}

.descr_ac > div > div:first-of-type {
    float: left;
}

.descr_ac > div:nth-last-of-type(2) > div:first-of-type, .descr_ac > div:nth-last-of-type(4) > div:first-of-type {
    font-size: 12pt;
}

.descr_ac > div > div:last-of-type {
    float: right;
    font-size: 12pt;
    color: #d9d9d9;
}

.food_warning, .freeze_warning {
    color: var(--osteriadelpane);
    margin: .7em 5%;
}

.food_warning *, .freeze_warning * {
    font-size: 10pt;
    text-align: justify;
}

.food_warning h1 {
    font-size: 12pt;
    white-space: revert;
}

.food_warning ul {
    /* Nota: PhpStorm dice che è sbagliato, ma la soluzione proposta corrompe la visualizzazione. */
    padding: revert;
    padding-left: 1.5em;
    margin-top: .3em;
}
:root {
    --map_width: 1497px;
    --map_height: 696px;
}

.fullsize-band {
    color: #fff;
    background-color: var(--osteriadelpane);
    display: block;
    width: 100%;
    padding-bottom: 2em;
}

.fullsize-band > div {
    position: relative;
    display: block;
    overflow: auto;
    width: 90%;
    max-width: var(--map_width);
    max-height: var(--map_height);
    height: 500px;
    left: 50%;

    margin-left: calc(max(0px - 90% / 2, 0px - var(--map_width) / 2));
    margin-top: 2em;
    border: 1px solid var(--osteriadelpane);
    outline: 1px solid #fff;

    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

.fullsize-band > div::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.fullsize-band > div > a {
    display: block;
    background: url("/img/map.jpg") no-repeat top left;
    width: var(--map_width);
    height: var(--map_height);
}
.footer {
    padding: 2em;
    padding-bottom: 2px;
    font-weight: 600;
    color: #fff;
    background-color: var(--osteriadelpane);
}

.footer a, .footer a:hover, .footer a:active, .footer a:visited
{
    position: relative;
    top: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    -webkit-transition: top 250ms ease-out;
    -moz-transition: top 250ms ease-out;
    -o-transition: top 250ms ease-out;
    transition: top 250ms ease-out;
}

.footer a:hover
{
    top: -4px;
}

.footer .social div
{
    text-align: center;
    padding-bottom: 1em;
}

.footer .social a, .footer .social a:hover, .footer .social a:active, .footer .social a:visited,
.footer .social a i, .footer .social a:hover i, .footer .social a:active i, .footer .social a:visited i
{
    font-size: 48pt;
}

.footer .social div a
{
    padding-right: 20px;
}

.footer .social div a:last-of-type
{
    padding: 0;
}

.footer ul
{
    list-style-type: none;
    padding-bottom: 1em;
}

@media screen and (max-width: 450px)
{
    .footer ul li
    {
        line-height: 2em;
    }
}

@media screen and (min-width: 451px)
{
    .footer ul li
    {
        margin: 0 auto;
    }

    .footer ul li
    {
        float: left;
        padding-right: 5em;
    }

    .footer ul li:last-of-type
    {
        padding-right: 0;
    }
}


.footer_separator
{
    display: block;
    height: 1px;
    background-color: var(--separator);
    margin-top: 20px;
    margin-bottom: 20px;
}
/*! jQuery UI - v1.13.1 - 2022-05-31
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.action_buttons button {

    border-radius:6px;
    display:inline-block;
    cursor:pointer;
    font-family: 'Inter', sans-serif;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;

    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    background-color:#ededed;
    border:1px solid #dcdcdc;
    color:#777777;
    text-shadow:0px 1px 0px #ffffff;
}

.action_buttons button i {
    font-size: 32pt;
}
.action_buttons button.small-icon i {
    font-size: revert;
}

.action_buttons button:hover {
    background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
    background-color:#dfdfdf;
}

.action_buttons button:active {
    position:relative;
    top:1px;
}

.action_buttons button.green {
    box-shadow:inset 0px 1px 0px 0px #caefab;
    background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
    background-color:#77d42a;
    border:1px solid #268a16;
    color:#306108;
    text-shadow:0px 1px 0px #aade7c;
}

.action_buttons button.green:hover {
    background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
    background-color:#5cb811;
}

.action_buttons button.red {
    box-shadow:inset 0px 1px 0px 0px #f29c93;
    background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
    background-color:#fe1a00;
    border:1px solid #d83526;
    color:#ffffff;
    text-shadow:0px 1px 0px #b23e35;
}

.action_buttons button.red:hover {
    background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
    background-color:#ce0100;
}

.action_buttons button.blue {
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    background-color:#3d94f6;
    border:1px solid #337fed;
    color:#ffffff;
    text-shadow:0px 1px 0px #1570cd;
}

.action_buttons button.blue:hover {
    background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
    background-color:#1e62d0;
}

.action_buttons button.disabledbtn {
    cursor: revert;
    color: #fff;
    text-shadow:0px -1px 0px #aaa;
}

.action_buttons button.disabledbtn:hover {
    background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    background-color:#ededed;
}

.action_buttons button.disabledbtn:active {
    position:revert;
    top:revert;
}

.code_text, .code_text tr, .code_text tr td, .code_text a {
    font-family: 'Courier New', monospace;
    color: #000;
}

.code_text tr td {
    padding-left: 1em;
}

.code_text tr td:first-of-type {
    white-space: nowrap;
}

.switch {
    height: 0;
    width: 0;
    visibility: hidden;
}

.switch-label {
    cursor: pointer;
    text-indent: -9999px;
    width: 60px;
    height: 30px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switch-label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 10px;
    transition: 0.3s;
}

.switch:checked + .switch-label {
    background: #bada55;
}

.switch:checked + .switch-label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.switch-label:active:after {
    width: 130px;
}

/*
* @sweetalert2/themes v5.0.11
* Released under the MIT License.
*/

.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 hsla(0deg, 0%, 0%, 0.075), 0 1px 2px hsla(0deg, 0%, 0%, 0.075), 1px 2px 4px hsla(0deg, 0%, 0%, 0.075), 1px 3px 8px hsla(0deg, 0%, 0%, 0.075), 2px 4px 16px hsla(0deg, 0%, 0%, 0.075);
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.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: 0.5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.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: 0.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 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.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: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.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: -0.8em;
  left: -0.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: -0.25em;
  left: 0.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: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.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 0.75s;
          animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
          animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
          animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
          animation: swal2-toast-hide 0.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: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
.swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-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-start > .swal2-popup, .swal2-container.swal2-center-left > .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-start > .swal2-popup, .swal2-container.swal2-bottom-left > .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-row > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .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: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  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: flex-end;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0 1em;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(33, 150, 243, 0.1), rgba(33, 150, 243, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(33, 150, 243, 0.3), rgba(33, 150, 243, 0.3));
}

.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: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.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: 0;
  background: initial;
  background-color: rgba(43, 21, 21, 0);
  color: #2196f3;
  font-size: 1em;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: none;
}
.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0;
  background: initial;
  background-color: rgba(43, 21, 21, 0);
  color: #2196f3;
  font-size: 1em;
}
.swal2-styled.swal2-deny:focus {
  box-shadow: none;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0;
  background: initial;
  background-color: rgba(255, 255, 255, 0);
  color: #2196f3;
  font-size: 1em;
}
.swal2-styled.swal2-cancel:focus {
  box-shadow: none;
}
.swal2-styled.swal2-default-outline:focus {
  box-shadow: none;
}
.swal2-styled:focus {
  outline: none;
}
.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: inherit;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 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 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #ccc;
  font-family: arial;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
.swal2-close:hover {
  transform: none;
  background: rgb(242, 242, 242);
  color: #ccc;
}
.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em 2em 3px;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc;
}
.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 3px;
  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 0.75em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: transparent;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: transparent;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 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: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  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 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 0.6em;
  border: 0.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: 0.3125em;
  border-radius: 0.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 0.5s;
          animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
          animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-warning.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-i-mark 0.5s;
          animation: swal2-animate-i-mark 0.5s;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-info.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-i-mark 0.8s;
          animation: swal2-animate-i-mark 0.8s;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-question.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-question-mark 0.8s;
          animation: swal2-animate-question-mark 0.8s;
}
.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: -0.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: -0.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: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.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 0.75s;
          animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
          animation: swal2-animate-success-line-long 0.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: transparent;
  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: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
          animation: swal2-show 0.3s;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
          animation: swal2-hide 0.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;
}

.swal2-no-war {
  display: flex;
  position: fixed;
  z-index: 1061;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.375em;
  background: #20232a;
  color: #fff;
  text-align: center;
}
.swal2-no-war a {
  color: #61dafb;
  text-decoration: none;
}
.swal2-no-war a:hover {
  text-decoration: underline;
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.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: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.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;
  }
  100% {
    top: 2.375em;
    right: 0.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;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@-webkit-keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
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 rgba(0, 0, 0, 0.4);
}
@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: translateX(-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-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  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-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  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: translateX(-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;
}

.swal2-input.swal2-inputerror {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20height%3D%2232%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2032%2032%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%20id%3D%22Error_1_%22%3E%3Cg%20id%3D%22Error%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20id%3D%22BG%22%20r%3D%2216%22%20style%3D%22fill%3A%23D72828%3B%22%2F%3E%3Cpath%20d%3D%22M14.5%2C25h3v-3h-3V25z%20M14.5%2C6v13h3V6H14.5z%22%20id%3D%22Exclamatory_x5F_Sign%22%20style%3D%22fill%3A%23E6E6E6%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 3% top 50%;
  background-size: 1em auto, 100%;
}

.swal2-styled[disabled] {
  opacity: 1;
  color: #808080;
}
.swal2-styled:focus {
  background-color: rgba(33, 150, 243, 0.3);
}

.swal2-close {
  font-family: arial;
}

.swal2-select {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swal2-radio input[type=radio] {
  opacity: 0;
}
.swal2-radio label {
  position: relative;
}
.swal2-radio .swal2-label {
  padding-left: 0.2em;
}
.swal2-radio .swal2-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #808080;
  border-radius: 100%;
}

[type=radio]:hover + .swal2-label::before {
  border: 2px solid #2196f3;
}
[type=radio]:checked + .swal2-label::before {
  border: 2px solid #2196f3;
}
[type=radio]:checked + .swal2-label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #2196f3;
}

.swal2-checkbox input {
  position: relative;
  left: 30px;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s, transform 0.2s;
  border-radius: 50%;
  outline: none;
  opacity: 0;
  background-color: #2196f3;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: none;
}
.swal2-checkbox input:checked, .swal2-checkbox input:indeterminate {
  background-color: #2196f3;
}
.swal2-checkbox input:checked + span::before {
  border-color: #2196f3;
  background-color: #2196f3;
}
.swal2-checkbox input:checked + span::after {
  border-color: #fff;
}
.swal2-checkbox input:indeterminate + span::before {
  border-color: #2196f3;
  background-color: #2196f3;
}
.swal2-checkbox input:indeterminate + span::after {
  transform: translate(-4px, 3px);
  border-left: 0;
  border-color: #2196f3;
}
.swal2-checkbox input:active {
  transform: scale(0);
  transition: transform 0s, opacity 0s;
  opacity: 1;
}
.swal2-checkbox input:active + span::before {
  border-color: #2196f3;
}
.swal2-checkbox input:checked:active + span::before {
  border-color: transparent;
  background-color: #2196f3;
}
.swal2-checkbox input:focus {
  opacity: 0.12;
}
.swal2-checkbox span::before {
  content: "";
  position: relative;
  top: 1px;
  left: -2px;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  float: left;
  transition: border-color 0.2s, background-color 0.2s;
  border: solid 2px;
  border-radius: 2px;
  border-color: #808080;
  vertical-align: top;
}
.swal2-checkbox span::after {
  content: "";
  position: relative;
  left: -20px;
  width: 10px;
  height: 4px;
  float: left;
  transform: translate(3px, 4px) rotate(-45deg);
  /* stylelint-disable-line */
  border: solid 2px transparent;
  border-top: 0;
  border-right: 0;
}
.swal2-checkbox:hover > input {
  opacity: 0.04;
}
.swal2-checkbox:hover > input:focus {
  opacity: 0.16;
}

[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=range]:focus {
  outline: none;
}
[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  background: #b2dbfb;
}
[type=range]::-moz-range-track {
  height: 2px;
  background: #b2dbfb;
}
[type=range]::-ms-track {
  height: 2px;
  background: #b2dbfb;
}
[type=range]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -7px;
  /* stylelint-disable-line */
  border: 0;
  border-radius: 50%;
  background: #2196f3;
  -webkit-appearance: none;
          appearance: none;
}
[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  margin-top: -7px;
  /* stylelint-disable-line */
  border: 0;
  border-radius: 50%;
  background: #2196f3;
  -moz-appearance: none;
       appearance: none;
}
[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  margin-top: -7px;
  /* stylelint-disable-line */
  border: 0;
  border-radius: 50%;
  background: #2196f3;
  appearance: none;
}
[type=range]::-moz-range-progress {
  background: #2196f3;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/img/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev, .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: red;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before
{
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before, .slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}

[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}

.slick-prev:before
{
    content: '←';
}

[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

.slick-next:before
{
    content: '→';
}

[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    /*margin-bottom: 30px;*/
}

.slick-dots
{
    position: absolute;
    bottom: 25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: var(--osteriadelpane);
    border-radius: 50%;
}

.slick-dots li button:hover, .slick-dots li button:focus
{
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before
{
    opacity: 1;
}

.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #fff;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

