﻿.barcode-box {
    border: 3px solid;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "HelveticaNeue-Light";
    border-radius: 6px;
    text-align: center;
    display: inline-block;
}

.voucher-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    text-align: center;
}

.barcode {
    width: 100%;
    margin-bottom: -5px;
}

.voucherLogos {
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 300;
    font-family: Arial !important;
    color: black;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    width: 240px;
}

.voucher-component {
    font-size: 14px;
    line-height: 1.42857143;
    box-sizing: border-box;
    margin: auto;
    font-weight: 300;
    width: 274px;
    color: black;
    font-family: "BrandonGrotesque-Regular", Arial;
}

.voucher-details {
    line-height: 1.42857143;
    font-weight: 300;
    font-family: Arial !important;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 16px;
    color: black;
}

.amount {
    line-height: 1.42857143;
    font-family: Arial !important;
    color: black;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

.logos {
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 300;
    font-family: Arial !important;
    color: black;
    box-sizing: border-box;
}

ul#menu li {
    display: inline;
}

#menu a {
    color: white !important;
}

#menu {
    margin-bottom: -15px;
}

ul#menu-right li {
    display: inline;
}

#menu-right a {
    color: white !important;
}
    

@media (min-width: 600px) {
    #menu {
        display: inline-block;
        margin-bottom:0px;
    }
    #menu-right {
        float: right;
        padding-right:2rem;
    }
}



.voucher-expiry {
    float: right;
    font-weight: 700;
    font-size: 13px;
    margin-top: 2.5px;
    margin-right: 8px;
}

.voucher-number {
    float: left;
    font-weight: 700;
    font-size: 13px;
    margin-left: 0px;
}

.voucherWidthAdj {
    margin-top: 10px;
    width: 274px;
    margin-bottom: 10px;
}

.customerDetailsHeader {
    font-weight: bold;
    font-size: 15.0px;
}

.customerDetailsFooter {
    font-weight: bold;
    font-size: 16.5px;
}

.btn-voucher {
    border-radius: 5px;
    color: #fff;
    background-color: #25184c;
    border-color: #25184c;
    font-family: 'BrandonGrotesque-Regular', Arial;
    font-size: small;
}

.btn-go {
    font-weight: bold;
    height: 33px;
    margin-bottom: 4px;
}

.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.customerDetailsHeader {
    font-weight: bold;
    font-size: 15.0px;
}
