@import "https://fonts.googleapis.com/css?family=Mulish:400,500&display=fallback";


.nicegc_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.nicegc_container {
    width: 500px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.nicegc_container h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

#nicegc-checkBalanceForm input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.nicegc_balance{
    margin-top: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.giftProductCardUpSell-content{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.giftProductCardUpSell-text{
    font: inherit;
    font-size: inherit;
    font-weight: 700;
    color: #000;
    margin: 0px;
}

.animate__animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__fadeOut{
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.animate__fadeIn{
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.nicegc-offers{
    border-style: solid;
    margin-bottom: 20px;
    overflow: hidden;
    position: fixed;
    bottom: 100px;
    z-index: 20000000;
    right: 50px;
    box-shadow: 2px 2px 4px rgba(25, 25, 25, 0.09);
    background-color: #fff;
    border-radius: 5px;
    border-color: #e6e6e6;
    border-width: 1px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s ease;
}

.nicegc-offers--hide{
    opacity: 0;
    pointer-events: none;
}

.nicegc-offer-hit-announcement{
    display: none;
    text-align: center;
    color: black;
    font-weight: 600;
    margin-bottom: 10px;
}

.nicegc-offers--show{
    pointer-events: auto;
    display: flex;
    opacity: 1;
}

.nicegc-widget_header{
    padding: 20px;
    text-align: center;
    background-color: #231C6F;
    height: 80px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hit_offer {
    border-color: #50b83c !important;
    border-width: 2px !important;
}

.nicegc-offers-wrap{
    height: 100%;
}

#nicegc-offer-id{
    border-radius: 5px;
    box-shadow: 0 0 7px rgba(25,25,25,.09);
    height: 100%;
    transition: all .5s linear
}

.nicegc-widget-offers {
    display: flex;
    flex-direction: column;
    font-family: -apple-system,BlinkMacSystemFont,San Francisco,Roboto,Segoe UI,Helvetica Neue,sans-serif;
    height: 100%;
    box-shadow: 4px 4px 4px rgb(40 40 40 / 9%);
    margin-top: 0px;
    border: 1px;
    border-color: #e6e6e6;
    border-style: solid;
    border-radius: 5px;
    background-color: #fff;
}

.nicegc-widget_footer{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    position: relative;
    display: block;
    background-color: transparent;
    margin-top: auto;
}

.nicegc-widget_cartlink{
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    letter-spacing: .17px;
    background-color: transparent;
    color: #231C6F;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.nicegc-bg-main{
    background-color: #fff;
    border-radius: 5px;
    border-color: transparent;
    border-width: 0px;
    position: relative;
    height: 100%;
}

.nicegc-widget__body{
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    position: relative;
}

.nicegc-widget_main{
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
}

.nicegc-widget__wallpaper{
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.nicegc-widget{
    height: 74px;
    width: 80px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    left: auto;
    z-index: 2147483647;
    display: block;
}

.nicegc-widget-icon{
    align-items: center;
    justify-content: center;
}

.nicegc-widget-icon-wrapper{
    box-sizing: border-box;
    outline: none;
}

.nicegc-widget-toggle{
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.1);
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    min-height: 60px;
    position: relative;
    width: 60px;
}

.nicegc-widget_btn{
    align-items: center;
    display: inline-flex;
    font-size: 18px;
    justify-content: center;
    line-height: 1.5;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nicegc-selected {
    background: #F3F3F3;
    border: 1px solid black;
}

#nicegc-validation-error {
    color: red;
    display: none;
}

.nicegc-continue {
    display: block;
    width: 100%;
    background-color: white;
    color: black;
    border: 1px solid black;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.nicegc-continue-2 {
    color: black;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid rgb(0 0 0 / 21%);
    border-radius: 8px;
    padding: 5px 10px;
}

.nicegc-label {
    clear: both;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
    display: inline-block;
    color: #161616c4;
}

.nicegc-label-2 {
    clear: both;
    margin-top: 0.3em;
    display: inline-block;
    color: #3c3c3c;
    width: 130px; /* TODO: Make 100% for really small phones */
}

.nicegc-form-input, .nicegc-message-input  {
    border: 1px solid rgb(0 0 0 / 16%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 12%);
    line-height: initial;
    font-size: 16px;
    vertical-align: baseline;
    background-color: white !important;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.nicegc-form-input-2 {
    border: 1px solid rgb(0 0 0 / 16%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 12%);
    line-height: initial;
    font-size: 16px;
    vertical-align: baseline;
    background-color: white !important;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    flex: 2;
}

.nicegc-input {
    text-align: start;
    overflow-wrap: break-word;
}

.nicegc-message-input {
    border: 1px solid rgba(0, 0, 0, .56);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 12%);
    line-height: initial;
    font-size: 16px;
    width: 100%;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.nicegc-branding {
    position: absolute;
    right: 1px;
}

.nicegc-mform {
    background-color: #F2F2F2;
    margin-left: -1em;
    margin-right: -1em;
    margin-top: 1em;
    padding: 1em;
    min-height: 350px;
    min-width: 100%;
}

.nicegc-branding-img {
    aspect-ratio: 3/1;
    width: auto;
    object-fit: contain;
    height: 50px;
}

.nicegc-widget-offer-container {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4;
    padding: 20px;
    position: relative;
}

.nicegc-widget-offer-image {
    align-items: center;
    display: flex;
    justify-content: center;
    max-height: 100%;
    min-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    width: 40px;
}

.nicegc-widget-offer-content{
    flex: 1;
    margin-left: 20px;
}

.nicegc-widget-offer-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.nicegc-widget-offer-description{
    color: #757474;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.nicegc-send-options{
    margin-top: 5px;
    display: flex;
    justify-content: start;
}


.nicegc-delivery-date-div{
    display: flex;
    flex-direction: column;
}

.nicegc-send-option p{
    margin: 0;
}

.nicegc-send-option{
    border: 1px solid rgb(0 0 0 / 16%);
    padding: 10px;
    margin-right: 10px;
    border-radius: 4px;
}

.nicegc-checkbox {
    position: absolute;
    opacity: 0;
}

.nicegc-checkbox p{
    margin: 0;
    font-size: 16px;
    word-wrap: break-word;
    text-align: center;
    line-height: normal;
}

.nicegc-checkbox-2 {
    height: 50px;
    display: flex;
    width: auto;
    border: 1px solid rgba(0, 0, 0, .56);
    padding: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px rgb(0 0 0);
}

.nicegc-checkbox p,
.nicegc-checkbox-2 p {
    margin: 0;
    font-size: 16px;
    word-wrap: break-word;
    text-align: center;
    line-height: normal;
}

.nicegc-checkbox + label,
.nicegc-checkbox-2 + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.nicegc-checkbox + label:before,
.nicegc-checkbox-2 + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
}

.nicegc-checkbox:hover + label:before,
.nicegc-checkbox-2:hover + label:before {
    background: black;
}

.nicegc-checkbox:focus + label:before,
.nicegc-checkbox-2:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.nicegc-checkbox:checked + label:before,
.nicegc-checkbox-2:checked + label:before {
    background: black;
}

.nicegc-checkbox:disabled + label,
.nicegc-checkbox-2:disabled + label{
    color: #b8b8b8;
    cursor: auto;
}

.nicegc-checkbox:disabled + label:before,
.nicegc-checkbox-2:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.nicegc-checkbox:checked + label:after,
.nicegc-checkbox-2:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

/* Modal Header */
.nicegc-modal-header {
    padding: 2px 16px;
    background-color: white;
    color: black;
}

.nicegc-modal-header-2 {
    padding: 2px 16px;
    border: 1px #B9B9B9 solid;
}

/* Modal Body */
.nicegc-modal-body {
    padding: 2px 16px;
}

/* Modal Content */
.nicegc-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: nicegc-animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@keyframes nicegc-animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Modal */
.nicegc-modal-outside-content-2 {
    width: calc(100% - 64px);
    max-width: 1000px;
    position: relative;
    background: white;
    margin: 32px;
    border: 5px solid #959393;
}

.nicegc-modal-content-config {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nicegc-modal-title-2{
    text-align: center;
    margin: 10px;
}

.nicegc-email-preview-header{
    text-align: left;
    align-self: start;
}

.nicegc-email-preview-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nicegc-inner-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, .56);
    border-radius: 4px;
    padding: 15px;
}

.nicegc_modal_disclaimer_text p {
    font-size: 12px;
    text-align: center;
    margin: 0;
}

.nicegc-wrapper{
    background: white;
    padding: 15px;
    border-radius: 14px;
}

@media (min-width: 768px) {
    .nicegc-inner-wrapper {
        max-height: 55vh;
        overflow-y: auto;
    }
}

.nicegc-recipient-name-output{
    align-self: flex-start;
}

.nicegc-recipient-email-output {
    color: black;
    margin: 0;
}


.gift_card_image_download {
    width: 100%;
    border-radius: 4px;
}

.nicegc-copyButton {
    background: white;
    color: #18181b;
    font-size: 15px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 24px;
    border-radius: 4px;
    border-color: #18181b;
}

/* TODO: Prefix all classes with nicegc- */

/* Modal Content */
.nicegc-modal-content-2 {
    background-color: #fefefe;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.nicegc-left-side{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
}

.top-border{
    border-top: 1px solid #DEDEDE;
    margin-top: 20px;
    padding-top: 5px;
}

.nicegc-right-side{
    display: flex;
    flex-direction: column;
}
/*TODO: Need to make a few more edits to look better on mobile.
   especially the left side. -*/

@media (min-width: 768px) {
    .nicegc-modal-content-2 {
        flex-direction: row;
    }

    .nicegc-left-side{
        width: 55%;
        padding: 0 50px;
    }

    .nicegc-right-side{
        width: 45%;
        background: #F3F3F3;
        padding: 60px 60px 60px 60px;
    }

    .nicegc-close-2{
        right: 40px;
        top: 40px;
    }
}

/* The Modal (background) */
.nicegc-modal-2 {
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: flex-start;
    position: fixed; /* Stay in place */
    z-index: 100000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.nicegc-modal {
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: flex-start;
    position: fixed; /* Stay in place */
    z-index: 100000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.nicegc-form-group-2 {
    display: flex;
    flex-direction: column;
    /* TODO: On really small phones, switch to flex column */
    /* TODO: Switch to mobile mode earlier -> around 900px does not look good */
}

.nicegc_first_name_input{
    margin-right: 10px;
}

.nicegc_name_input_group{
    display: flex;
}

.nicegc_flex-2{
    flex: 2;
}

/* Modal Content/Box */
.nicegc-modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    border: 1px solid #888;
    width: 600px;
    max-width: 85%;
    position: relative;
}

 .nicegc-modal-footer-2 {
     display: flex;
     align-items: center;
     justify-content: end;
     padding: 10px 20px 10px 0;
     border: 1px #B9B9B9 solid;
}

.nicegc-back {
    line-height: 1px;
    float: left;
    font-weight: bold;
}

.nicegc-back:hover, .nicegc-back:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* The Close Button */
.nicegc-close-2 {
    font-size: 28px;
    line-height: 1px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 20px;
}

.nicegc-close {
    float: right;
    font-size: 28px;
    line-height: 1px;
    font-weight: bold;
}

.nicegc-close:hover,
.nicegc-close:focus,
.nicegc-close-2:hover,
.nicegc-close-2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.flatpickr-calendar {
    z-index: 999999 !important;
}

