    .modal-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background: #FBFCFE;
    }
    
    .modal-header h2 {
        font-size: 16px;
    }
    
    .modal-header button {
        border: none;
        padding: 0;
        margin: 0;
        background: transparent;
    }
    
    .modal-content {
        background: #FBFCFE;
        border-radius: 20px 20px 0px 0px;
    }
    
    .modal-body {
        padding: 24px;
        background: #FFFFFF;
    }
    
    .w-650 {
        width: 650px;
    }
    
    .modal-body h4 {
        font-size: 13px;
    }
    
    .modal-body .radio-row span {
        font-size: 13px;
    }
    
    .model-footer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        width: 100%;
    }
    
    .item-info {
        padding: 20px 15px 10px;
        background: #F8F6FF;
        border-radius: 8px;
        margin-top: 15px;
    }
    
    .item-info .row {
        margin-bottom: 8px;
    }
    
    .item-info .right {
        display: flex;
        align-items: center;
    }
    
    .item-info .left {
        font-weight: bold;
    }
    
    .item-info .right::before {
        content: "";
        font-weight: bold;
        display: inline-block;
        font-size: 18px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #6832FF;
        margin-left: 10px;
        margin-bottom: 2px;
    }
    
    .item-info .radif {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .pay-holder {
        background: #FBFCFE;
        border: 1px solid #34CC33;
        border-radius: 8px;
        display: flex;
        align-items: center;
        padding: 12px 16px 12px 16px;
        margin: 10px 0;
    }
    
    .pay-holder label {
        color: #333333;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    
    .pay-holder .row-holder {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .pay-holder .row-holder .right {
        font-weight: bold;
    }
    
    .pay-holder .row-holder .left {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .pay-holder .row-holder .left h2 {
        font-weight: bold;
        font-size: 18px;
    }
    
    .pay-holder .row-holder .left h4 {
        font-weight: bold;
        font-size: 14px;
    }
    
    .splitter {
        height: 1px;
        width: 100%;
        background-image: url(/images/icons/line.png);
    }
    
    .gift-holder {
        background: #F8F6FF;
        /* accent */
        border: 1px solid #6832FF;
        border-radius: 8px;
        display: flex;
        align-items: center;
        padding: 10px 16px 12px 16px;
        margin: 10px 0;
        color: #6832FF;
    }
    
    .gift-holder .row-holder {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .gift-holder .row-holder .right {
        font-weight: bold;
    }
    
    .gift-holder .row-holder .left {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .gift-holder .row-holder .left h2 {
        font-weight: bold;
        font-size: 18px;
        color: #6832FF;
    }
    
    .gift-holder .row-holder .left h4 {
        font-weight: bold;
        font-size: 14px;
        color: #6832FF;
    }
    
    .box {
        background: #FFFFFF;
        /* Gray 5 */
        border: 1px solid #E0E0E0;
        border-radius: 8px;
        margin-bottom: 5px;
    }
    
    .box .title {
        background: #5032B7;
        border-radius: 8px 8px 0px 0px;
        padding: 10px 17px;
        color: #fff;
        text-align: center;
        font-size: 12px;
    }
    
    .box-active .title {
        background: #34CC33;
    }
    
    .aghsat {
        display: flex;
        align-items: center;
        justify-content: right;
        padding: 20px;
    }
    
    .aghsat .col-md-3 {
        margin-right: 0px;
        margin-left: 0;
    }
    
    .box .body {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 35px;
        gap: 10px;
    }
    
    .box .body h3 {
        font-size: 12px;
    }
    
    .box .body h4 {
        font-size: 10px;
    }
    
    .ul li {
        display: flex;
        justify-content: space-between;
    }
    
    .button-1 {
        display: block;
        background: #FFFFFF;
        border: 1px solid hsl(0, 0%, 80%);
        border-radius: 4px;
        padding: 6px 36px;
        font-size: 14px;
    }
    
    .terms {
        text-align: center;
        padding: 20px 5px;
        width: 100%;
        border-top: 1px solid #dedede;
    }
    
    .terms a {
        color: #6832FF !important;
        cursor: pointer;
        font-weight: bold;
    }