

.confirmation-page {
    width: 100%;
    margin: 40px auto;
}

.thank-you-message {
    text-align: center;
    margin-bottom: 20px;
}

.thank-you-message h2 {
    color: #222;
    font-size: 24px;
}

.thank-you-message p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.thank-you-message a {
    text-decoration: underline;
}

.order-details {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border: 0px solid #ddd;
    border-radius: 4px;
    margin-bottom: 30px;
    background-color: #f8f8f8;
}

.order-details h3 {
    margin: 0;
    font-size: 16px;
}

.details-left p,
.details-right p {
    margin: 4px 0;
    font-size: 14px;
}

.download-invoice {
    font-size: 14px;
    text-decoration: underline;
}

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

.discount-code {
    background: #eee;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
}

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

.offers-section h3 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}

.offers img {
    width: 150px;
    height: auto;
    margin: 0 10px;
}

.offers-section .offers {
    display: flex;
    gap: 30px;
}

.downloads-section {
    margin-bottom: 40px;
}

.downloads-section h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.downloads-header,
.downloads-row {
    padding: 10px;
}

.downloads-row td{
    padding: 5px;
    border-bottom: 1px solid #efecec;
}

.downloads-header {
    background-color: #f2f2f2;
    font-weight: bold;
}

.downloads-column {
    flex: 1;
    padding: 5px;
    font-size: 14px;
}

.downloads-column.name {
    flex: 2; /* Extra width for name column */
}

.downloads-column.license-key {
    flex: 2;
    color: #555;
}

.downloads-column.download a {
    text-decoration: underline;
  
}

.child-item {
    padding-left: 20px;
    color: #555;
}

.thank-you-message-body {
    background-color: rgb(77 90 255 / 10%);
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}



.thank-you-message-header {
    text-align: left;
}

.thank-you-message-header h2 {
    font-size: 18px;
    margin-bottom: 18px;
}




table.downloads-section {
    border: 1px solid #efecec;
    border-radius: 6px;
    overflow: hidden;
}

table.downloads-section .downloads-header th {
    background-color: #FAFAFA;
    padding: 10px;
    font-size: 13px;
}

table.downloads-section .downloads-row td{
    padding: 10px;
}

table.downloads-section .downloads-row td .copy-icon span {
    cursor: pointer;
    color: #4d5aff;
    font-size: 12px;
}

table.downloads-section .downloads-row td .copy-icon{
    position: relative;
}

table.downloads-section .downloads-row td .copy-icon span.copied-message{
    color: green;
    margin-left: 5px;
    position: absolute;
    left: 0px;
    top: 20px;
    background-color: #fff;
    padding: 4px 8px;
    border: 1px solid #efefef;
    line-height: 1;
    border-radius: 3px;
}

.mg-banner-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 385px;

}
.mg-banner-coupon-card{
    text-align: center;
    position: relative;
    border: 1px dashed #e0e0e0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}
.mg-banner-logo{
    width: 80px;
    border-radius: 8px;
    margin-bottom: 20px;

}
.mg-banner-coupon-card h3{
    background-color: #f7c948;
    color: #fff;
    text-align: center;
    padding: 14px 4px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}

.mg-banner-coupon-card.rm-banner-coupon-card h3{
    background: linear-gradient(86deg, #0060fa, #67ccbe);
}
.mg-banner-coupon-card.pg-banner-coupon-card h3{
    background: linear-gradient(135deg, #1baf50, #a8e063);
}
.mg-banner-coupon-card.ep-banner-coupon-card h3{
    background-color: #4d5aff;
}

.mg-banner-coupon-card p {
    font-size: 15px;
    padding: 10px 20px;
    margin-bottom: 0;
}


.mg-banner-coupon-row{
    display: flex;
    align-items: center;
    margin: 8px auto 20px auto;
    width: fit-content;
    border: 1px dashed #d6cccc;
    font-size: 12px;

}
#pg-banner-cpnCode,
#rm-banner-cpnCode{
    padding: 6px 20px;
    border-right: 0;
    background-color: #f0f0f0;
    font-weight: 800;

}
#pg-banner-cpnBtn,
#rm-banner-cpnBtn{
    border: 1px solid #fff;
    background: #fff;
    padding: 6px 20px;
    color: #7158fe;
    cursor: pointer;
    width: 116px;
}
.mg-banner-circle1, .mg-banner-circle2{
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}
.mg-banner-circle1{
    left: -25px;
}
.mg-banner-circle2{
    right: -25px;
}

.mg-banner-btn{
    margin: 8px auto 20px auto;
}

.ep-download-item-info{
    color: #b7b7b7;
}