.voucher-content-area {
    padding: 1.5rem;
    background: #fff
}

@media (min-width: 600px) {
    .voucher-content-area {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
        background: #fff
    }
}

/*
.tempus-dominus-widget.dark {
    background-color: #F9F9F9 !important;
    color: #000 !important;
}

.tempus-dominus-widget.dark .date-container-days .dow {
    color: #000 !important;
}

.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).old {
    color: hsl(36deg 5.26% 71.59%);
}

.fa-calendar-alt:before, .fa-calendar-days:before {
    font-size: 0rem !important;
}*/

.voucher-card:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.voucher-selected {
    background-color: #000 !important;
    color: #fff !important;
}

.voucher-card {
    display: inline-block;
    padding: 1rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.5rem;
    border: 1px solid #D5D5D5;
    font-size: 0.6rem;
    cursor: pointer;
    width: 100%
}

@media (min-width: 768px) {
    .voucher-card {
        display: inline-block;
        padding: 1rem;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.5rem;
        border: 1px solid #D5D5D5;
        font-size: 0.7rem;
        width: 100%

    }
}

@media (min-width: 1550px) {
    .voucher-card {
        display: inline-block;
        padding: 1rem;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.5rem;
        border: 1px solid #D5D5D5;
        font-size: 1rem;
        width: 100%

    }
}


.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #D5D5D5;
    border-radius: 0.5rem;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: -3;
    width: 1.5rem;
    height: 1.5rem;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: .8rem;
    height: .4rem;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #000;
    border-color: #000;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-radius: 0.5rem;
    text-align: left;

    font-size: 1rem;
    font-family: Helvetica Neue;


}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating)::placeholder {
    color: rgba(125, 125, 125, 0.49);
    text-align: left;
    font-weight: 300
}

/*.voucher-form-label-error {
    color: #CB0000 !important;
}
.voucher-form-label {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}*/

.input-group-text {
    background: #F9F9F9
}

.mobile-voucher-card {
    display: block !important;
    padding: 1rem 0;
}

@media (min-width: 992px) {
    .mobile-voucher-card {
        display: none !important;
    }
}

.desktop-voucher-card {
    display: none !important;
    width: 100%;
    margin-bottom: 2.5rem;
    margin-left: 0rem !important;
}

@media (min-width: 992px) {
    .desktop-voucher-card {
        display: flex !important;
        width: 90%
    }
}

.voucher-selection-button {
    width: 100%;

}

@media (min-width: 768px) {
    .voucher-selection-button {
        width: 60%;
    }
}

@media (min-width: 1300px) {
    .voucher-selection-button {
        width: 30%;
    }
}

.form-select {
    padding: 1rem;
}

.voucher-title {
    font-family: myIvyMode;
    font-size: 2rem;
    margin-bottom: 1.5rem
}

@media (min-width: 992px) {
    .voucher-title {
        font-family: myIvyMode;
        font-size: 2.5rem;
        margin-bottom: 2.5rem
    }
}

.voucher-formgroup-row-l {
    padding-right: 15px !important;
    padding-left: 15px !important
}

.voucher-formgroup-row-r {
    padding-left: 15px !important;
    padding-right: 15px !important
}

@media (min-width: 768px) {
    .voucher-formgroup-row-l {
        padding-right: 0.5rem !important;
        padding-left: 15px !important
    }

    .voucher-formgroup-row-r {
        padding-left: 0.5rem !important;
        padding-right: 15px !important
    }
}

.email-details {
    padding: 2.5rem;
    background: #F9F9F9;
    border-radius: 0.5rem;
    margin-bottom: 2.5rem;
}

@media (max-width: 992px) {
    .overlay-menu {
        top: 9rem !important;
    }

    .mobile-voucher-container {
        padding-right: 10% !important;
        padding-left: 10% !important;
    }
}