#loyaltyModal {
    font-family: "Sansation", Sans-serif;
    cursor: pointer;
}

#loyaltyModal input[type=number]::-webkit-inner-spin-button,
#loyaltyModal input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#loyaltyModal input[type=number] {
    -moz-appearance: textfield;
}

#loyaltyModal * {
    border-radius: 0;
}

#loyaltyModal .modal-content {
    cursor: default;
    border-radius: 0;
}

#loyaltyModal .modal-content .modal-header {
    background-color: #005824;
    color: #fff;
}

#loyaltyModal .modal-content button {
    font-weight: 600;
    border-radius: 0;
    color: #fff;
}

#loyaltyModal .modal-content button.btn-primary {
    background-color: #005824;
    border-color: #005824;
}

#loyaltyModal .modal-content button.btn-secondary {
    background-color: #000;
}

#loyaltyModal .modal-input__wrapper {
    position: relative;
}

#loyaltyModal .modal-input__wrapper button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
