﻿:root {
    --primary-color-white: #FFFFFF;
    --primary-color-anti-flash-white: #f0f0f0;
    --primary-color-black-coral: #556169;
    --primary-color-prussian-blue: #0F3C59;
    --primary-color-cyan-cornflower-blue: #2A89C6;
    --primary-color-cyan-cornflower-blue-bold: #217ab5;
    --primary-color-sea-green: #21944a;
    --primary-color-cultured: #f8f8f8;
    --tag-text-color: rgba(255, 255, 255, 0.96);
    --tag-border-color: rgba(255, 255, 255, 0.28);
    --tag-shadow-soft: 0 2px 4px rgba(0, 0, 0, 0.18);
    --tag-shadow-popular: 0 10px 24px rgba(240, 108, 40, 0.16);
    --tag-shadow-all-inclusive: 0 10px 24px rgba(21, 127, 150, 0.16);
    --tag-shadow-recommended: 0 10px 24px rgba(47, 133, 90, 0.16);
    --tag-shadow-free: 0 10px 24px rgba(42, 137, 198, 0.16);
    --tag-color-popular: #F06C28;
    --tag-color-all-inclusive: #157F96;
    --tag-color-recommended: #2F855A;
    --tag-color-free: #2A89C6;
    --tag-surface-popular: rgba(240, 108, 40, 0.72);
    --tag-surface-all-inclusive: rgba(21, 127, 150, 0.72);
    --tag-surface-recommended: rgba(47, 133, 90, 0.72);
    --tag-surface-free: rgba(42, 137, 198, 0.72);
    --tag-surface-keep: rgba(240, 108, 40, 0.72);
}

.tp-tag-chip {
    --tp-tag-solid-bg: var(--tag-color-popular);
    --tp-tag-surface-bg: var(--tag-surface-popular);
    --tp-tag-shadow: var(--tag-shadow-popular);
    align-items: center;
    border: 1px solid var(--tag-border-color);
    border-radius: 999px;
    color: var(--tag-text-color);
    display: inline-flex;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.tp-tag-chip--solid {
    background: var(--tp-tag-solid-bg);
    box-shadow: var(--tp-tag-shadow);
}

.tp-tag-chip--surface {
    background: var(--tp-tag-surface-bg);
    box-shadow: var(--tp-tag-shadow);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.tp-tag-chip.tag-popular,
.tp-tag-chip.tag-new {
    --tp-tag-solid-bg: var(--tag-color-popular);
    --tp-tag-surface-bg: var(--tag-surface-popular);
    --tp-tag-shadow: var(--tag-shadow-popular);
}

.tp-tag-chip.tag-all-inclusive {
    --tp-tag-solid-bg: var(--tag-color-all-inclusive);
    --tp-tag-surface-bg: var(--tag-surface-all-inclusive);
    --tp-tag-shadow: var(--tag-shadow-all-inclusive);
}

.tp-tag-chip.tag-recommended {
    --tp-tag-solid-bg: var(--tag-color-recommended);
    --tp-tag-surface-bg: var(--tag-surface-recommended);
    --tp-tag-shadow: var(--tag-shadow-recommended);
}

.tp-tag-chip.tag-free {
    --tp-tag-solid-bg: var(--tag-color-free);
    --tp-tag-surface-bg: var(--tag-surface-free);
    --tp-tag-shadow: var(--tag-shadow-free);
}

.multiple_indicator_icon {
    position: absolute;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #33ACF2;
    color: white;
    font-size: 15px;
    padding: 4px 2px;
    font-weight: bold;
    text-align: center;
    bottom: 2%;
    right: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-titlebar .ui-dialog-titlebar {
    display: none;
}

.ui-dialog-buttonpane .ui-dialog-buttonset, .modal__footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.modal__footer {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.ui-dialog .ui-dialog-buttonpane {
    margin: 0;
    padding: 0.5em;
    margin-bottom: 10px;
}

.modal__footer  .moda__btn--margin-left {
    margin: 0;
    margin-left: 20px;
}

.modal__dialog {
    width: 580px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    background: white;
    border-radius: 6px;
}

.modal__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    color: var(--primary-color-prussian-blue);
}

.modal__title--margin-top{
    margin-top:10px;
}

.modal__title__sub {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    color: var(--primary-color-prussian-blue);
}

.modal__mess {
    padding: 30px;
    font-size: 15px;
    text-align: center;
    color: var(--primary-color-black-coral);
}

.modal__btn {
    min-width: 140px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid var(--primary-color-cyan-cornflower-blue);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1em;
    padding: 0 1rem;
}

.modal__button_dialog-certificate button {
    margin: .5em .4em .5em 0;
}

.modal__btn__left {
    background-color: var(--primary-color-white);
    color: var(--primary-color-cyan-cornflower-blue);
}

    .modal__btn__left:hover {
        background-color: var(--primary-color-anti-flash-white);
    }

.modal__btn_margin-0_2em {
    margin: 0 2em;
}

.modal__btn__right {
    background-color: var(--primary-color-cyan-cornflower-blue);
    color: var(--primary-color-white);
}

    .modal__btn__right:hover {
        background-color: #217ab5;
        color: #F2F3F5;
        text-decoration: none;
    }

.modal__btn__max_with_180 {
    max-width: 180px;
}

.modal__content {
    width: fit-content;
    display: flex;
    justify-content: space-between;
    padding: 1em;
}

.modal__content__image{
    width: 40%;
}
.modal__content__text {
    width: 55%;
}

.content__text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 50%;
}

.content__text__header__headline {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: var(--primary-color-cyan-cornflower-blue);
}

.content__text__header__location {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: var(--primary-color-cyan-cornflower-blue);
}
.content__text__body {
    border-bottom: 1px dashed #D9D9D9;
}
.content__text__body__provider-name {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: var(--primary-color-prussian-blue);
}

.content__text__body__description {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 11px;
    line-height: 12px;
    color: var(--primary-color-black-coral);
}

.content__text__footer__start-bidding {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: var(--primary-color-black-coral);
}

.content__text__footer__price {
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    color: var(--primary-color-cyan-cornflower-blue);
}
/* Qtip caculator */
.modal-qtip__title {
    width: 100%;
    height: 25px;
    margin-top: 20px;
    line-height: 25px;
    font-weight: 600;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    color: var(--primary-color-prussian-blue);
}

.modal-qtip__subtitle {
    width: 100%;
    height: 20px;
    margin-top: 10px;
    font-weight: 400;
    line-height: 20px;
    font-size: 15px;
    font-style: normal;
    text-align: center;
    color: var(--primary-color-prussian-blue);
}

.modal-qtip__table {
    margin: 20px 0 0 35px;
    width: 87%;
    font-size: 15px;
}

.modal-qtip__table__left {
    height: 25px;
}

.modal-qtip__table_right {
    height: 25px;
}

.modal-qtip__table__right--margin-right {
    margin-right: 5px;
}

.modal-qtip__table__right__btn__winbid {
    color: var(--primary-color-sea-green);
}

.modal-qtip__table__right__btn__icon {
    background: var(--primary-color-cultured);
    padding: 5px;
    font-size: 10px;
}

.modal-qtip__table__right__hint {
    padding-right: 5px;
    font-size: 10px;
}

.modal-qtip__table__right__hint--italic {
    font-style: italic;
}

.modal-qtip__table__right__hint--highlight {
    color: var(--primary-color-sea-green);
    font-weight: bold;
}

.modal-qtip__table--border-bottom {
    border-bottom: 1px solid var(--primary-color-black-coral);
}

.modal-qtip__text--bold {
    font-weight: bold;
}

.modal-qtip__note {
    margin: 15px auto;
    padding: 6px;
    width: 95%;
    background: var(--primary-color-cultured);
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

.modal-qtip__note--highlight {
    text-align: left;
    border: 1px solid var(--primary-color-sea-green);
}

.qtip .qtip-close {
    right: 20px;
    top: 10px;
    outline: none;
    border: none;
}

.p-0 {
    padding: 0 !important;
}

.mt-30px {
    margin-top: 30px;
}

.event-detail__btn-print {
    font-weight: 500;
    padding: 1px 23px;
}

.event-detail__btn-resend {
    font-weight: 500;
    padding: 1px 15px;
}

@media (min-width: 426px ) {
    .ui-dialog-buttonpane .ui-dialog-buttonset, .modal__footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width:1200px) {
}

@media (max-width:991px) {
}

@media (max-width:768px) {
    .modal__dialog {
        width: 430px;
        margin: 50px 0;
        padding: 10px;
    }
}
/*Phone*/
@media (max-width:430px) {
    .modal__dialog {
        width: 310px;
        margin: 50px 0;
        padding: 10px;
    }
    .modal__title {
        font-size: 15px;
        margin-top: 0;
    }
    .modal__mess {
        padding: 15px;
        font-weight: 400;
        line-height: 20px;
        font-style: normal;
        text-align: center;
        color: var(--primary-color-prussian-blue);
    }
    .modal__content {
        padding: 1em;
        display: flex;
        flex-direction: column;
        
    }

    .modal__content__image {
        width: 100%;
    }
    .modal__content__text {
        width: 100%;
        text-align: center;
        margin: 10px 0 0 0;

    }
    .modal__btn {
        min-width: 125px;
        font-size: 10px !important;
        align-items: center;
        margin: 0.5em;
    }
    .modal__footer {
        margin: 0px;
        padding: 0.5em;
    }
    
    .content__text{
        width: 100%;
        margin-top: 10px;
    }
    
    .modal-qtip__table {
        margin-left: 10px;
        width: 100%;
    }
}

/*Smaller Phones (iPhone5)*/
@media (max-width:321px) {
}
