/* Template Styles */

/* Common Styles */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* Colors */
.text-primary {
    color: #1AAD77 !important;
}

.text-danger {
    color: red;
}

/* Layout */
.print-button {
    width: 30px;
}

/* Receipt Styles */
.receipt-header {
    text-align: center;
    margin-bottom: 20px;
}

.receipt-section {
    margin-bottom: 30px;
}

.receipt-section h2 {
    text-align: center;
    margin-bottom: 20px;
}

.receipt-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.receipt-label {
    flex: 1;
}

.receipt-value {
    flex: 1;
    text-align: right;
}

/* Preview Styles */
.preview-container {
    padding: 0;
}

.preview-spacer {
    height: 100px;
}

.status-section {
    text-align: left;
}


.status-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.status-label {
    flex: 1;
}

.status-value {
    flex: 1;
    text-align: right;
}

/* Disclaimer Styles */
.disclaimer-container {
    padding-top: 5px;
    margin-top: 90px !important;
}

.disclaimer-text {
    height: 200px !important;
    resize: none !important;
}

/* How It Works Styles */
.how-it-works-title {
    color: #1AAD77 !important;
    font-weight: bold !important;
}

.how-it-works-text {
    padding: 0 5% !important;
    font-size: 18px !important;
} 
.min-height-400{
    min-height:400px !important;
}
.body-container{
    max-width:100% !important;
    overflow-x: hidden !important;
    height:100% !important;
}
.jumbotron-custom{
    width:100% !important;
    padding:0px !important;
    margin-top:8% !important;
}
.container-custom{
    padding-left:6% !important;
}
.label-cls{
    text-align:center !important;
    font-weight: bold !important;
}
.h1-color{
    color:#1AAD77;
}
.font-size-14{
    font-size: 14px !important;
}
.bg-color{
    background-color:#7beac1 !important;
}
.error{
    color:#FF0000 !important;
    font-size:16px !important;
}