#aaOrderForm h1, #aaOrderForm h2, #aaOrderForm h3, #aaOrderForm h4 {
    letter-spacing: 2px;
}

#aaOrderForm #collapse-chevron {
    transition: transform 0.35s ease;
}

#aaOrderForm .label {
    color: #555;
}

#aaOrderForm #collapse-chevron.rotate{
    transform: rotateX(180deg);
}

#aaOrderForm .pay-btn {
    background: #248703;
    border: 0;
    color: #fff;
    cursor: pointer;
    transition: box-shadow 0.5s ease, transform 0.3s ease;
}

#aaOrderForm .pay-btn:hover {
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}

#aaOrderForm #pay-by-banktransfer button.tab.btn-success::after {
    background: inherit;
    bottom: -10px;
    content: '';
    height: 20px;
    left: calc(50% - 10px);
    position: absolute;
    transform: rotateZ(45deg);
    width: 20px;
}

#aaOrderForm .help-modal {
    height: 100%;
    left: 0;
    max-height: 100vh;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transition: all 0.3s ease;
    width: 100%;
}

#aaOrderForm .help-modal.out {
    opacity: 0;
    z-index: -1;
}

#aaOrderForm .help-modal.in {
    background: rgba(0, 0, 0, 0.25);
    opacity: 1;
    z-index: 10000;
}

#aaOrderForm .help-modal .modal-container {
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    transition: top 0.3s ease;
}

#aaOrderForm .help-modal.out .modal-container {
    top: 100px;
}

#aaOrderForm .help-modal.in .modal-container {
    top: 20px;
}

#aaOrderForm .help-modal .modal-container .body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

#aaOrderForm .help-modal .modal-container .header {
    align-items: flex-start;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.no-overflow {
    overflow: hidden;
}

 #aaOrderForm input::-webkit-outer-spin-button,
#aaOrderForm input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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