﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


label {
        display: block;
        height: 36px;
        line-height: 36px;
        padding: 0 0 0 20px;
    }

    .gi-2x {
        font-size: 2em;
    }
     .faq {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    }
       .pb.container {
        font-family: 'Lato', sans-serif;
        margin: 0 auto;
    }

    .pb.wrapper {
        display: table-cell;
        vertical-align: middle;
    }

    .arrow-steps .step {
        font-size: 14px;
        text-align: center;
        color: #666;
        cursor: default;
        margin: 0 3px;
        padding: 10px 10px 10px 30px;
        min-width: 30%;
        float: left;
        position: relative;
        background-color: #d9e3f7;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: background-color 0.2s ease;
    }

        .arrow-steps .step:after,
        .arrow-steps .step:before {
            content: " ";
            position: absolute;
            top: 0;
            right: -17px;
            width: 0;
            height: 0;
            border-top: 19px solid transparent;
            border-bottom: 17px solid transparent;
            border-left: 17px solid #d9e3f7;
            z-index: 2;
            transition: border-color 0.2s ease;
        }

        .arrow-steps .step:before {
            right: auto;
            left: 0;
            border-left: 17px solid #fff;
            z-index: 0;
        }

        .arrow-steps .step:first-child:before {
            border: none;
        }

        .arrow-steps .step:first-child {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .arrow-steps .step span {
            position: relative;
        }

            .arrow-steps .step span:before {
                opacity: 0;
                content: "✔";
                position: absolute;
                top: -2px;
                left: -20px;
            }

        .arrow-steps .step.done span:before {
            opacity: 1;
            -webkit-transition: opacity 0.3s ease 0.5s;
            -moz-transition: opacity 0.3s ease 0.5s;
            transition: opacity 0.3s ease 0.5s;
        }

       
    .border-black-line {
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #CCCCCC;
        float: left;
        margin-top: 0.667em;
        width: 40% !important;
    }
   

    .input-validation {
        display: inline-block;
    }

  .mobilestep{
                    display:none;
    }

  
    .input_label {
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        background: #EEE;
        border: 1px solid #CCC;
        border-radius: 5px 0 0 5px;
        border-right: 1px solid #FFF;
        display: inline-block;
        height: 38px;
        width: 275px;
        line-height: 36px;
        margin-right: 0;
        width: 105px !important;
        vertical-align: middle;
    }  
    select {
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        background: #FFF;
        border: 1px solid #CCC;
        border-radius: 5px 5px 5px 5px;
        color: #333;
        font: 13px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
        height: 34px;
        line-height: 24px;
        margin: 0px 8px 0px -5px;
        outline: none;
        padding: 0 3px;
        width: 180px;
    }
      
    .editorwithlabel {
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        background: #FFF;
        border: 1px solid #CCC;
        border-radius: 0 5px 5px 0;
        color: #333;
        font: 13px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
        height: 38px;
        line-height: 24px;
        margin: 0px 8px 0px -5px;
        outline: none;
        padding: 0 3px;
        width: 180px;
    }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="date"]:focus,
    .uneditable-input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }
    
    input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
    * {
  box-sizing: border-box;
}
/*form {
  width: 300px;
  margin: 0 auto;
}*/
.form-field {
  width: 100%;
  height: 40px;
  position: relative;
  background: white;
  margin-bottom: 10px;
  border-radius: 4px;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, .3);
  padding: 0 10px;
}
iframe {
  width: 100%;
  height: 100%;
}
.form-field-group {
  display: flex;
  flex-flow: wrap;
}
.form-field-group div {
  flex: 0 0 50%;
}
.form-field-group div:first-child {
  border-radius: 4px 0 0 4px;
}
.form-field-group div:last-child {
  border-radius: 0 4px 4px 0;
}
.form-button {
  border: 1px solid #1f8ab0;
  background-color: #3b495c;
  border-color: #3b495c;
  color: #ced5e0;
  font-family: inherit;
  border-radius: 4px;
  font-size: 16px;
  height: 35px;
  width: 100%;
}

:root {
    --primary: #2f6fdf;
    --primary-light: #e8f0fe;
    --success-bg: #e6f4ea;
    --border: #d9e1ec;
    --text-muted: #6b7280;
    --bg-light: #f7f9fc;
}

/* ===== Layout ===== */
.receipt-container {
    max-width: 900px;
    margin: 20px auto;
}

/* ===== Alert ===== */
.alert-success-custom {
    background: var(--success-bg);
    border: 1px solid #b7dfc8;
    border-radius: 6px;
    padding: 14px 16px;
    font-size: 14px;
}

/* ===== Card ===== */
.receipt-card {
    border: 1px solid var(--primary);
    border-radius: 8px;  
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* ===== Header ===== */
.receipt-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid var(--border);
    background: #fff;
}

.receipt-title {
    font-weight: 600;
    font-size: 18px;
}

.receipt-subtitle {
    color: var(--primary);
    font-weight: 500;
}

/* ===== Body ===== */
.receipt-body {
    padding: 24px;
}

/* ===== Sections ===== */
.section-title {
    font-weight: 600;
    margin: 20px 0 10px;
}

/* ===== Account List ===== */
.account-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 14px;
    background: #eef1f5;
    border-radius: 4px;
    margin-bottom: 6px;
}

/* ===== Detail Rows ===== */
.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}

.detail-label {
    color: var(--text-muted);
}

.detail-value {
    font-weight: 500;
}

/* ===== Divider ===== */
.divider {
    border-top: 1px solid var(--border);
    margin: 20px 0;
}

/* ===== Actions ===== */
.print-icon {
    cursor: pointer;
    font-size: 20px;
    color: var(--primary);
}

/* ===== Send Receipt ===== */
.send-section {
    text-align: center;
    margin-top: 20px;
}

.toggle-group .btn {
    width: 50%;
}

.send-btn {
    width: 100%;
    margin-top: 10px;
}
.table-striped tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
    border:none;
}

.table-striped tbody tr:nth-child(even) {
    background-color: #ffffff;
    border: none;
}
.custom-table td {
    padding: 10px;
    border: none; /* No border for cells */
}
  

   