.Promo-modal {
    .ReactModal-content {
        background-size: cover;
        background-repeat: no-repeat;
        border: none;
        border-radius: 5px;
        color: white;
        font-family: rubik, sans-serif;
        font-size: 14px;
        height: 500px;
        line-height: 1.5;
        margin: 0 auto;
        position: relative;
        width: 1000px;
    }

    // We need to use this css hack due to inner styling limitation of react-modal :(
    &.orchard {
        .ReactModal-content {
            background-image: url('https://cdn.theorchard.io/assets/workstation/go-popup/orchard/bg.png');
        }
    }
    &.overdrive {
        .ReactModal-content {
            background-image: url('https://cdn.theorchard.io/assets/workstation/go-popup/overdrive/bg.png');
        }
    }

    &-close-icon {
        position: absolute;
        right: 34px;
        top: 21px;
    }

    &-content {
        height: 100%;
        margin-left: 8%;
        padding-top: 5.5%;
        width: 30%;
    }

    &-content-logo {
        width: 50%;
    }

    &-content-text {
        margin-bottom: 14px;
        margin-top: 14px;
    }

    &-content-barcodes {
        width: 80%;
    }
}
