* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.d-flex {
    display: flex;
}

.justify-end {
    justify-content: flex-end;
}


.popup-wrap {
    overflow-y:auto;
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    z-index: 10;
    padding:2rem 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.popup {
    background-color: rgb(255, 255, 255);
    border: 2px solid #FFFFFF;
    border-radius: 15px;
    padding: 1rem;
    width: 500px;
    max-width: 95vw;
    cursor: default;
    margin:0 auto;
}

.popup.popup-lg {
    width:760px;
}

.popup-header h2 {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

h2 {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.popup-content .p {
    font-size: 1rem;
}

.popup-content .text-center {
    text-align: center;
}

.popup-content {
    padding: 1rem 2rem;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.popup-content h4 {
    font-weight:600;
    font-size:14px;
    word-break: break-all;
}

.close-popup {
    cursor: pointer;
}

.popup-buttons {
    display: flex;
    gap: 1rem;
    padding: 1rem 2rem;
}

.popup-buttons button {
    flex: 1;
    padding: 1rem;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: 0.3s;
}

.popup-buttons .btn-no {
    border-radius: 10px;
    border: 1px solid #C4C4C4;
}

.popup-buttons .btn-no:hover {
    background-color: rgb(217 217 217);
}

.popup-buttons .btn-yes {
    background: #8000E5;
    border: 1px solid #8000E5;
    color: #FFFFFF;
}

.popup-buttons .btn-yes:hover {
    background-color: rgb(90 0 161);
}

/* Recipient popup */

.popup-wrap .choose-radio-box {
    margin-top:0;
}

.popup-wrap .choose-radio-box label {
    margin-bottom:0;
}

/* Transfer popup */

.popup-wrap .transfer-info {
    padding:1rem 0;
    border-top:1px solid #DDDCDE;
    border-bottom:1px solid #DDDCDE;
    margin-bottom:2rem;
}

.popup-wrap .transfer-info .gap {
    margin:1rem 0;
}

.popup-wrap .transfer-info .input-group {
    margin-bottom:0;
}

/* Transactions popup */

.popup-header {
    margin-bottom:3rem;
}
.transaction-popup p {
    font-size:15px;
}
.transaction-popup .popup-header {
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.transaction-popup .popup-header h2 {
    margin-bottom: 0;
}
.transaction-popup .transaction-date-row {
    justify-content: flex-end;
}
.transaction-popup .transaction-status {
    font-size: 12px;
    text-transform: uppercase;
    background:#8000E5;
    border-radius: 16px;
    padding: 6px 24px;
    color: #fff;
}
.transaction-popup .transaction-status.Pending {
    background: #8000E5;
}
.transaction-popup .transaction-status.Completed {
    background: #00C058;
}
.transaction-popup .transaction-status.Declined {
    background: #D80027;
}
.transaction-popup .transaction-recipient {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.transaction-popup .recipient-wrap {
    display: flex;
    gap: 25px;
    align-items: center;
}

.transaction-popup .recipient-wrap h4 {
    font-size: 18px;
    margin-bottom: 0.5rem;
}
.transaction-popup .recipient-wrap p {
    font-size:15px;
}
.transaction-popup .transaction-date {
    font-size: 16px;
    font-weight: 500;
}

.transaction-popup .transaction-divider {
    width: 100%;
    height: 1px;
    background: #C4C4C4;
    margin-bottom: 2rem;
}

.transaction-popup .transaction-titles, .transaction-popup .transaction-balances {
        justify-content: space-between;
}
.transaction-popup .transaction-titles span {
    font-size: 12px;
    color: #898989;
    text-transform: uppercase;
    font-weight: 600;
}
.transaction-popup .transaction-balances span {
        font-size: 16px;
    font-weight: 500;
}
.transaction-popup .transaction-actions {
    justify-content: flex-end;
}

.transaction-popup .transaction-actions a {
    display:flex;
    gap: 20px;
    font-size: 12px;
    align-items: center;
    text-transform: uppercase;
    color:#8000E5;
    cursor:pointer;
}

.popup-wrap.session-popup {
    z-index:999;
}

.session-popup .popup {
    width:630px;
}
.session-popup .popup-content {
    padding:2rem;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.session-popup .popup-icon {
    margin-bottom:30px;
    background:#EBDCFF;
    padding:10px;
    border-radius:100%;
}
.session-popup h4 {
    color: #333;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.session-popup .session-timer {
    color: #333;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
.session-popup p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media screen and (min-width:768px) {
    .session-popup .popup-buttons {
        flex-direction: column-reverse;
    }
}