.whole-area{
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.receipt-container{
    max-width: 480px;
    margin: 0 auto;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

.receipt-header{
    padding: 15px 30px 15px;
    border-bottom: 1px solid #e3e3e3;
}

.receipt-header span{
    font-family: 'poppins-semibold';
    font-size: 16px;
    margin-left:6px;
    position: relative;
    top: 2px;
}

.receipt-splash{
    background-color: #f7f9fa;
    border-bottom: 1px solid #e3e3e3;
    padding: 40px 30px 0;
    text-align: center;
}

.receipt-splash .condition-icon i{
    font-size: 85px;
}

.receipt-splash-title{
    margin: -5px 0 0;
    line-height: 20px;
    font-size: 20px;
}

.receipt-splash-msg{
    line-height: 13px;
    font-size: 13px;
    margin: 15px 0 0;
}

.receipt-splash-detail{
    line-height: 15px;
    font-size: 15px;
    margin: 5px 0 0;
    color: #0070ba;
    cursor: pointer;
}

.receipt-collapse{
    border:none !important;
    position: relative;
}

.receipt-collapse .el-collapse-item__header{
    background-color: #f7f9fa !important;
    border-bottom: 1px solid #e3e3e3 !important;
    display: block !important;
}

.receipt-collapse .el-collapse-item__arrow{
    transform: rotate(270deg) !important;
    margin: 0 0 0 -10px !important;
    font-weight: 600;
    position: absolute;
    bottom: -10px;
    background: #f3f5f6;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border-left: 1px solid #e3e3e3;
    font-size: 15px;
}

.receipt-collapse .el-collapse-item__arrow:hover {
    color: #0070ba;
}

.receipt-collapse .el-collapse-item__arrow.is-active{
    transform: rotate(90deg) !important;
    border-right: 1px solid #e3e3e3;
}

.receipt-collapse .el-collapse-item__content{
    background: #f7f9fa;
    padding-top: 15px;
}

.receipt-collapse-group.form-group{
    margin-bottom: 0;
    font-size: 14px !important;
    line-height: 15px !important;
}

.receipt-collapse-group .col-form-label{
    font-size: 14px;
    line-height: 15px;
    text-align: left;
}

.receipt-collapse-group .form-row > .col{
    padding-top: 3px;
    text-align: right;
}

.receipt-essentials{
    padding: 30px 60px;
}

.receipt-essentials-title{
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
    font-family: Poppins-SemiBold;
}

.receipt-essentials-group.form-group{
    margin-bottom: 0;
    font-size: 15px !important;
    line-height: 16px !important;
}

.receipt-essentials-group .col-form-label{
    font-size: 14px;
    line-height: 15px;
    text-align: left;
}

.receipt-essentials-group .form-row > .col{
    padding-top: 3px;
    text-align: right;
}

.receipt-essentials-area{
    margin-bottom: 35px;
}

.receipt-back-button{
    background:#e1e7eb !important;
    border:none !important;
    color: #393f44 !important;
    width: 100%;    
    padding:13px 8px;
}

.receipt-back-button span{
    font-family: poppins-Medium;
    font-size: 14px;
}

@media(max-width:480px){
    .receipt-essentials{
        padding: 30px;
    }

    .receipt-container{
        margin: 0;
        border-radius: 0;
        min-height: 100vh;
    }

    .receipt-bg{
        padding: 0;
    }
    
    .whole-area {
        margin: 0;
    }
}