@font-face {
    font-family: 'Inter Regular';
    src: url(https://pingingo.com/content_email/assets/Font/Inter-Regular.ttf)format('truetype');
}

@font-face {
    font-family: 'Inter Medium';
    src: url(https://pingingo.com/content_email/assets/Font/Inter-Medium.ttf)format('truetype');
}

@font-face {
    font-family: 'MontSerrat Black';
    src: url(https://pingingo.com/content_email/assets/Font/Montserrat-Black.ttf)format('truetype');
}

@font-face {
    font-family: 'MontSerrat Italic';
    src: url(https://pingingo.com/content_email/assets/Font/Montserrat-MediumItalic.ttf)format('truetype');
}

body {
    margin: 0;
    background-color: #cccccc;
}
table {
    border-spacing: 0;
}
td {
    padding: 0;
}
img {
    border: 0;
}

.wrapper
{
    width: 100%;
    table-layout: fixed;
    background-color: #cccccc;
}

@media screen and (max-width: 600px)
{
    /* .wrapper
    {
        padding-bottom: 0px;
    } */
    .TopSectionHeader
    {
        font-size: 5vw;
    }
    .HotelImageContainer
    {
        width: 80vw;
        height: 42vw;
    }
    .main
    {
        width: 100%;
        max-width: 600px;
    }
    .TableColumns .column
    {
        width: 100%;
        max-width: 300px;
    }
    .TopPinginGoIcon
    {
        width: 30vw;
        height: 10vw;
        margin-top: 2vw;
        margin-bottom: 2vw;
        margin-left: auto;
        margin-right: auto;
    }
    .BottomFooter
    {
        padding-top: 4vw;
        padding-bottom: 4vw;
    }
}
@media screen and (min-width: 600.001px)
{
    /* .wrapper
    {
        padding-bottom: 60px;
    } */
    .TopSectionHeader
    {
        font-size: 26px;
    }
    .HotelImageContainer
    {
        width: 85%;
        max-width: 500px;
        height: 42vw;
        max-height: 250px;
    }
    .main
    {
        width: 100%;
        max-width: 600px;
    }
    .TableColumns .column
    {
        width: 100%;
        max-width: 300px;
    }

    .TopPinginGoIcon
    {
        width: 200px;
        height: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .BottomFooter
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.TopPinginGoIcon
{
    object-fit: contain !important;
    object-position: center !important;
    position: relative;
}

.main
{
    background-color: #ffffff;
    margin: 0 auto;
    border-spacing: 0;
    font-family: sans-serif;
    color: #171a1b;
}

.TopHeader
{
    background-color: white;
    width: 100%;
    max-width: 600px;
    height: fit-content;
    position: relative;
}

.BottomFooter
{
    background-color: #1D76AE;
    width: 100%;
    max-width: 600px;
    height: fit-content;
    position: relative;
}

.TableColumns
{
    text-align: center;
    font-size: 0;
    display: flex;
}
.TableColumns .column
{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.ContentSection
{
    background-color: #F2F4F7;
}

.TopSectionHeader
{
    width: fit-content;
    height: fit-content;
    position: relative;
    color: #101828;
    font-family: 'Inter Medium';
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.HotelImageContainer
{
    background-color: rgb(107, 107, 107);
    background-position: center !important;
    background-size: cover !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/* ----------------------------- Flag Related  ---------------------------*/

@media screen and (max-width: 600px)
{
    .DiscountPercentageMaxFlagBack
    {
        width: 3vw;
        height: 11vw;
        right: -3vw;
        top: -0.5vw;
    }
    .DiscountPercentageMaxContainer
    {
        min-width: 20vw;
        padding-left: 5vw;
        height: 10vw;
        top: -1.5vw;
    }
    .DiscountPercentageText
    {
        font-size: 5.5vw;
        text-shadow: 0.5vw 0.5vw rgba(0, 0, 0, 0.3);
        margin-right: 4vw;
    }
    .HotelDescriptionSection
    {
        width: 80vw;
        max-width: 500px;
        margin-top: 1vw;
    }
    .HotelName
    {
        font-size: 4.5vw;
    }
    .RoomDetailsRoomTypeHeader
    {
        font-size: 2.5vw;
        margin-top: 2vw;
        margin-bottom: 0;
    }
    .RoomDetailsRoomTypeText
    {
        font-size: 3.5vw;
        margin-top: 2vw;
    }
}
@media screen and (min-width: 600.001px)
{
    .DiscountPercentageMaxFlagBack
    {
        width: 10px;
        height: 45px;
        right: -9.5px;
        top: 0;
    }
    .DiscountPercentageMaxContainer
    {
        min-width: 120px;
        padding-left: 30px;
        height: 42px;
        max-height: 45px;
        top: -7px;
    }
    .DiscountPercentageText
    {
        font-size: 25px;
        text-shadow: 3px 2px rgba(0, 0, 0, 0.3);
        margin-right: 10px;
    }
    .HotelDescriptionSection
    {
        width: 85%;
        max-width: 500px;
        margin-top: 20px;
    }
    .HotelName
    {
        font-size: 22px;
    }
    .RoomDetailsRoomTypeHeader
    {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .RoomDetailsRoomTypeText
    {
        font-size: 18px;
        margin-top: 10px;
    }
}

.DiscountPercentageMaxFlagBack
{
    background: url(https://pingingo.com/content_email/assets/DiscountRedFlagBack.png);
    background-size: 100% 100%;
    position: absolute;
    display: flex;
    z-index: 1;
}

.DiscountPercentageMaxContainer
{
    background: url(https://pingingo.com/content_email/assets/DiscountRedFlag.png);
    width: fit-content;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    display: flex;
}
.DiscountPercentageText
{
    font-family: 'Inter Medium';
    font-weight: 900;
    position: relative;
    color: #ffffff;
    text-align: end;

    width: fit-content;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
    white-space: nowrap;
}

.HotelDescriptionSection
{
    margin-left: auto;
    margin-right: auto;
}

.HotelName
{
    font-family: 'Inter Medium';
    /* font-size: min(18px + 1vw); */
    font-weight: 900;
    position: relative;
    color: #101828;
    width: fit-content;
    height: fit-content;
    margin-bottom: 0;
}
.RoomTypeAndBenefitsSection
{
    font-size: 0;
}

.RoomDetailsRoomTypeHeader
{
    width: fit-content;
    height: fit-content;
    position: relative;
    color: #344054;
    font-family: 'Inter Regular';
    position: relative;
    margin-bottom: 0;
}

.RoomDetailsRoomTypeText
{
    width: fit-content;
    height: fit-content;
    position: relative;
    color: #000000;
    font-family: 'Inter Regular';
    position: relative;
    margin-bottom: 0;
}

/* ----------------------- BENEFITS --------------------- */

@media screen and (max-width: 600px)
{
    .BookingDetailsBenefits
    {
        margin-top: 1.5vw;
    }
    .BookingDetailsBenefitsPanel
    {
        border-radius: 20px;
        padding-left: 2vw;
        padding-right: 2vw;
        padding-top: 1vw;
        padding-bottom: 1vw;

        margin-right: 1vw;
        margin-bottom: 1vw;
    }
    .BookingDetailsBenefitsPanel:last-child
    {
        margin-right: 1vw;
    }

    .BookingDetailsBenefitsPanelText
    {
        font-size: 3vw;
    }
}
@media screen and (min-width: 600.001px)
{
    .BookingDetailsBenefits
    {
        margin-top: 8px;
    }
    .BookingDetailsBenefitsPanel
    {
        border-radius: 20px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;

        margin-right: 5px;
        margin-bottom: 5px;
    }
    .BookingDetailsBenefitsPanel:last-child
    {
        margin-right: 5vw;
    }

    .BookingDetailsBenefitsPanelText
    {
        font-size: 11px;
    }
}


.BookingDetailsBenefits
{
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: space-around;
    width: 100%;
    height: fit-content;
    column-gap: 0.6%;
    row-gap: 0.6%;
}

.BookingDetailsBenefitsPanel
{
    border: 0;
    background-color: #e2f2fd;

    width: fit-content;
    white-space: nowrap;
    height: 100%;
    display: flex;
}

.BookingDetailsBenefitsPanelText
{
    font-family: 'Inter Regular';
    font-weight: 700;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    color: #026AA2;
}

/* ------------------------------- Check IN Check Out --------------------------------- */

@media screen and (max-width: 600px)
{
    .BookingDetailsSmallInformationContainer
    {
        width: fit-content;
        margin-bottom: 8vw;
        margin-top: 2vw;
    }
    .GreyTextHeader
    {
        font-size: 3.5vw;
        margin-right: 1vw;
        margin-bottom: 0px;
    }
    .BookingDetailslineSectionWrapper
    {
        width: 30vw;
        margin-top: 4vw;
        margin-left: 2vw;
        margin-right: 2vw;
    }
    .BookingDetailsCheckInOutDateText
    {
        font-size: 3.8vw;
        margin-top: 1vw;
    }
    .CheckInOutDottedLine
    {
        width: 100%;
        height: 0.5vw;
        background-size: 0.6vw 1vw;
    }
    .BookingDetailsDaysTotal
    {
        font-size: 2.5vw;
        margin-top: 1vw;
    }
}
@media screen and (min-width: 600.001px)
{
    .BookingDetailsSmallInformationContainer
    {
        width: 100%;
        margin-bottom: 35px;
        margin-top: 18px;
    }
    .GreyTextHeader
    {
        font-size: 16.5px;
        margin-right: 8px;
        margin-bottom: 0px;
    }
    .BookingDetailslineSectionWrapper
    {
        width: 100%;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }
    .BookingDetailsCheckInOutDateText
    {
        font-size: 18px;
        margin-top: 8px;
    }
    .CheckInOutDottedLine
    {
        width: 80%;
        height: 2px;
        background-size: 0.6vw 1vw;
    }
    .BookingDetailsDaysTotal
    {
        font-size: 12px;
        margin-top: 3px;
    }
}

.BookingDetailsSmallInformationContainer
{
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
}



.GreyTextHeader
{
    width: fit-content;
    height: fit-content;
    position: relative;
    color: #344054;
    font-family: 'Inter Regular';
    cursor: pointer;
    position: relative;
    display: inline;
    margin-top: 0;
    white-space: nowrap;
}
.BookingDetailsCheckInCheckOutSectionWrapper
{
    width: fit-content;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.BookingDetailslineSectionWrapper
{
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    /* margin-bottom: auto; */
}

.BookingDetailsCheckInOutDateText
{
    width: fit-content;
    height: fit-content;
    position: relative;
    color: #000000;
    font-family: 'Inter Regular';
    position: relative;
    display: flex;
    font-weight: 900;
    margin-bottom: 0;
    white-space: nowrap;
}
.CheckInOutDottedLine
{
    margin-top: auto;
    background-image: linear-gradient(
    to right,
    #2494D9 55%,
    rgba(255, 255, 255, 0) 0%
    );
    background-position: center;
    background-repeat: repeat-x;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.BookingDetailsDaysTotal
{
    width: fit-content;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    position: relative;
    color: #000000;
    font-family: 'Inter Regular';
    position: relative;
}
/* ----------------------- GUEST ---------------------- */

@media screen and (max-width: 600px)
{
    .BookingDetailsGuestContactContainer
    {
        width: 80vw;
        margin-top: 1vw;
    }
    .BookingDetailsUserEmail
    {
        width: 60%;
        max-width: 250px;
        height: 100%;
        font-size: 3vw;
        border-right: 0.3vw solid #667085;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .BookingDetailsUserPhoneNumber
    {
        width: 30%;
        height: 100%;
        margin-left: 5%;
        font-size: 3vw;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .PriceSectionDivider
    {
        width: 100%;
        margin-bottom: 3.8vw;
    }
    .PriceSectionHeader
    {
        font-size: 3.4vw;
        margin-top: 0px;
        margin-bottom: 1.5vw;
    }
    .PriceSectionDate
    {
        font-size: 3.5vw;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .PriceSectionPrice
    {
        font-size: 4vw;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .PriceSectionDiscount
    {
        font-size: 3vw;
        margin-top: 1vw;
        margin-bottom: 0px;
    }
}
@media screen and (min-width: 600.001px)
{
    .BookingDetailsGuestContactContainer
    {
        width: 100%;
        margin-top: 8px;
    }
    .BookingDetailsUserEmail
    {
        width: 60%;
        max-width: 250px;
        height: 100%;
        font-size: 14px;
        border-right: 2px solid #667085;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .BookingDetailsUserPhoneNumber
    {
        width: 30%;
        height: 100%;
        margin-left: 5%;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .PriceSectionDivider
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .PriceSectionHeader
    {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 8px;
    }
    .PriceSectionDate
    {
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .PriceSectionPrice
    {
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .PriceSectionDiscount
    {
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 0px;
    }
}

.BookingDetailsGuestContactContainer
{
    height: fit-content;
    position: relative;
    display: flex;
}

.BookingDetailsUserEmail
{
    position: relative;
    color: #101828;
    font-family: 'Inter Medium';
    position: relative;
    display: flex;
    word-break: break-all;
}

.BookingDetailsUserPhoneNumber
{
    margin-left: auto;
    position: relative;
    color: #101828;
    font-family: 'Inter Medium';
    position: relative;
    display: flex;
    word-break: break-all;
}
.PriceSectionDivider
{
    height: fit-content;
    display: flex;
    flex-direction: column;
}

.PriceSectionHeader
{
    width: fit-content;
    height: fit-content;
    position: relative;
    color: #101828;
    font-weight: 900;
    font-family: 'Inter Medium';
    position: relative;
    display: flex;
}

.PriceSectionDate
{
    width: fit-content;
    height: fit-content;
    position: relative;
    color: #101828;
    font-family: 'Inter Medium';
    position: relative;
    display: flex;
}
.PriceSectionPrice
{
    width: fit-content;
    height: fit-content;
    position: relative;
    color: #101828;
    font-family: 'Inter Medium';
    position: relative;
    display: flex;
    margin-left: auto;
}

.PriceSectionDiscount
{
    width: fit-content;
    height: fit-content;
    position: relative;
    color: #101828;
    font-family: 'Inter Medium';
    position: relative;
    display: flex;
}
/* ---------------------- YELLOW SECTION ---------------------- */

@media screen and (max-width: 600px)
{
    .YellowSectionBottom
    {
        padding-top: 3vw;
        padding-bottom: 3vw;
        margin-bottom: 8vw;
    }
    .YellowSectionBottomText
    {
        font-size: 4vw;
        margin-top: 1vw;
        margin-bottom: 0px;
    }
    .YellowSectionOriginalPrice
    {
        font-size: 3vw;
        margin-bottom: 0px;
    }
    .YellowSectionDiscountedPrice
    {
        font-size: 5vw;
        margin-top: 1vw;
    }
}
@media screen and (min-width: 600.001px)
{
    .YellowSectionBottom
    {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 40px;
    }
    .YellowSectionBottomText
    {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .YellowSectionOriginalPrice
    {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .YellowSectionDiscountedPrice
    {
        font-size: 24px;
        margin-top: 5px;
    }
}

.YellowSectionBottom
{
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #FFF6ED;
}
.YellowSectionBottomText
{
    width: fit-content;
    height: fit-content;
    position: relative;
    color: #101828;
    font-family: 'Inter Medium';
    position: relative;
    display: flex;
    font-weight: 900;
}

.YellowSectionOriginalPrice
{
    width: fit-content;
    height: fit-content;
    position: relative;
    color: #667085;
    font-family: 'Inter Regular';
    position: relative;
    text-decoration: line-through;
}

.YellowSectionDiscountedPrice
{
    width: fit-content;
    height: fit-content;
    position: relative;
    color: #ED7C42;
    font-family: 'Inter Medium';
    font-weight: 900;
    position: relative;
    margin-bottom: 0;
}
/* ----------------------- Bottom Section ------------------------- */

@media screen and (max-width: 600px)
{
    .BottomSectionText
    {
        font-size: 3vw;
    }
    .ConfirmationCodeHeader
    {
        padding-bottom: 1vw;
        padding-left: 3vw;
        padding-right: 3vw;
        font-size: 3.5vw;
        border-bottom: 0.3vw white solid;
    }
    .ConfirmationCode
    {
        width: fit-content;
        font-size: 6.5vw;
        margin-top: 2vw;
        margin-bottom: 2vw;
    }
    .YouSavedSectionPanel
    {
        margin-bottom: 2vw;
    }
}
@media screen and (min-width: 600.001px)
{
    .BottomSectionText
    {
        font-size: 15px;
    }
    .ConfirmationCodeHeader
    {
        padding-bottom: 5px;
        padding-left: 9px;
        padding-right: 9px;
        font-size: 16px;
        border-bottom: 1px white solid;
    }
    .ConfirmationCode
    {
        width: 80%;
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .YouSavedSectionPanel
    {
        margin-bottom: 10px;
    }
}
.BottomSectionText
{
    width: 80%;
    height: fit-content;
    position: relative;
    color: #ffffff;
    position: relative;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Inter Regular';
}

.ConfirmationCodeHeader
{
    width: fit-content;
    font-family: 'Inter Medium';
}

.ConfirmationCode
{
    font-weight: 900;
    font-family: 'Inter Medium';
}

.HotelImages
{
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center !important;
    position: absolute;
    top: 0;
    left: 0;
}

.YouSavedSectionPanel
{
    width: 100%;
    display: flex;
}
