* {
    padding: 0;
    margin: 0;
}


.payment-confirm-overlay {
    min-width: 100vw;
    min-height: 100vh;
    position: absolute;
    top: 0;
    font-size: 30px;
    color: #f8f8f8;
    font-family: Rubik;
    opacity: 0;
    z-index: 3;
}



.page-overlay3 {
    background-color: #212121;
    opacity: 93%;
    position: fixed;
    min-height: 932px;
    width: 100%;
    z-index: -0.1;
}



.icon-container {
    position: relative;
    top: 5em;
    margin: auto;
    border-radius: 50%;
    display: flex;       
    opacity: 100%;
  
}

.check-f-icon2 {
    position: relative;
    top: 5px;
    width: 35%;
    height: 60%;
    margin: auto;
    align-items: center;
    justify-content: center;

}

.payment-successful {
    position: relative;
    top: 6em;
    left: calc(50% - 149px);
    line-height: 38px;
    font-weight: 500;
    display: inline-block;
    width: 299px;
    height: 54px;
    text-align: center;
}
.descrip4 {
    position: relative;
    left: calc(50% - 163px);
    font-size: 17px;
    top: 11em;
    color: #eccbf6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 326px;
    height: 27px;
}

.button-wrap8 {
    position: relative;
    margin: auto;
    top: 15em;
    width: 90%;
    height: 60px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212121;
    border: 0px;
    margin-bottom: 6%;
}

.button-wrap8:active {
    position: relative;
    top: 18.5em;
    transition:  0.1s;
}

.tick-button1, .tick-button2 {
    position: relative;
    margin: auto;
    font-weight: 600;
    font-family: rubik;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    height: 100%;
    border-radius: 40px;
    background-color: #c4f275;
}
 
.tick-button1 {
    border: 4px solid #979797;
    color: #f8f8f8;
    background-color: transparent;
}
