body {
    background: #f8f9fa;
    color: #343a40;
}
.container {
    max-width: 795px;
    margin-top: 50px;
}
.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.btn {
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}
.btn .icon {
    margin-right: 10px;
}
.btn-login {
    background-color: #4a4a4a;
    border: none;
    color: white;
}
.btn-login:hover {
    background-color: #6a6a6a;
}
.btn-primary {
    background-color: #007bff;
    border: none;
}
.btn-primary:hover {
    background-color: #0056b3;
}
.btn-danger {
    background-color: #dc3545;
    border: none;
}
.btn-danger:hover {
    background-color: #c82333;
}
.form-control {
    border-radius: 25px;
}
.balance {
    font-size: 1.2em;
    font-weight: bold;
}
.logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.input-group > .form-control {
    border-radius: 25px 0 0 25px;
}
.input-group > .btn {
    border-radius: 0 25px 25px 0;
}
.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.tabs button {
    background: none;
    border: none;
    padding: 10px 20px;
    margin: 0 5px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease;
}
.tabs button.active {
    border-bottom: 2px solid #007bff;
    color: #007bff;
}
.tab-content > div {
    display: none;
}
.tab-content > div.active {
    display: block;
}
.StripeElement {
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    font-size: 1rem;
    color: #495057;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 1rem;
}
@media (max-width: 768px) {
    .tabs {
        flex-direction: column;
        align-items: flex-start;
    }
    .tabs button {
        width: 100%;
        text-align: left;
        margin: 5px 0;
    }
}

.pasted-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    display: none;
}
.overlay .message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}
.input-section {
    margin-top: 20px;
}

.pagination {
    flex-wrap: wrap;
    justify-content: center;
}

.page-item {
    margin: 2px;
}

.pagination-container {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}
.number-box {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 10px;
    font-size: 24px;
    margin: 5px;
}

.custom-swal-popup {
    border-radius: 30px;
}


#check-your-email.popup-section {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.bg-auth {
    background: linear-gradient(180deg, #EFF2F6 0%, #E4F0FF 100%);
}

.popup-section .popup-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, #EFF2F6 0%, #E4F0FF 100%);
    opacity: 0.9;
    backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
    .popup-section .popup-overlay {
        backdrop-filter: none !important;
    }
}

.popup-section .popup-content {
    margin: 0 auto;
    /*position: fixed;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    background: #FFFFFF;
    box-shadow: 0px 4px 12px -2px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    max-width: 590px;
    width: 100%;
    padding: 40px 32px 32px;
    /*max-height: 80vh;*/
    overflow-y: auto;
}
@media (max-width: 767px) {
    .popup-section .popup-content {
        padding: 40px 20px;
        margin-bottom: 60px;
    }
}
.popup-section .popup-content::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.popup-section .popup-content::-webkit-scrollbar-track {
    background: #c1c1c1;
}
.popup-section .popup-content::-webkit-scrollbar-thumb {
    background-color: #222;
    outline: none;
}
.popup-section .popup-content::-webkit-scrollbar-thumb:active {
    background: #167EF8;
}
.popup-section .popup-content .popup-close {
    position: absolute;
    right: 16px;
    top: 16px;
}
.popup-section .popup-content .popup-back {
    position: absolute;
    left: 16px;
    top: 16px;
}
.popup-section .popup-content .popup-back a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #5F7088;
}
.popup-section .popup-content .popup-head {
    text-align: center;
    margin-bottom: 32px;
}
.popup-section .popup-content .popup-head .p-logo-wrap {
    margin-bottom: 16px;
}
/*.popup-section .popup-content .popup-head .p-logo-wrap img {*/
/*    max-width: 144px;*/
/*}*/
.popup-section .popup-content .popup-head h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    color: #13161B;
    margin-bottom: 16px;
}
.popup-section .popup-content .popup-head p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #5F7088;
}
.popup-section .popup-content .nav-tabs {
    background: #DDE3EA;
    border-radius: 12px;
    padding: 4px;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.popup-section .popup-content .nav-tabs .nav-item {
    flex: 1;
}
.popup-section .popup-content .nav-tabs .nav-item .nav-link {
    width: 100%;
    border-radius: 10px;
    padding: 11px;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    text-align: center;
    color: #13161B;
}
.popup-section .popup-content .nav-tabs .nav-item .nav-link.active {
    background: #fff;
    color: #167EF8;
}
.popup-section .popup-content .p-info-wrap {
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    text-align: center;
    color: #13161B;
    margin-top: 24px;
}
.popup-section .popup-content .p-info-wrap a {
    color: #167EF8;
}
.popup-section .popup-content .p-info-wrap a .icon {
    margin-right: 5px;
}

.p-form .input-wrap {
    margin-bottom: 12px;
}
.p-form .input-wrap label {
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: #13161B;
    margin-bottom: 8px;
}
.p-form .input-wrap input {
    padding: 5px 16px;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DFE2E7;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #13161B;
}
.p-form .input-wrap input::-webkit-input-placeholder {
    color: #9FA9B8;
}
.p-form .input-wrap input:-moz-placeholder {
    color: #9FA9B8;
}
.p-form .input-wrap input::-moz-placeholder {
    color: #9FA9B8;
}
.p-form .input-wrap input:-ms-input-placeholder {
    color: #9FA9B8;
}
.p-form .p-pass-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.p-form .p-pass-wrap label {
    margin-bottom: 0;
}
.p-form .p-pass-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
    flex-wrap: wrap;
}
.p-form .p-pass-info p {
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: #7F8DA0;
}
.p-form .p-pass-info .pass-status {
    display: flex;
    align-items: center;
    gap: 8px;
}
.p-form .p-pass-info .pass-status span {
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: #13161B;
}
.p-form .p-pass-info .pass-status .p-bar-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
}
.p-form .p-pass-info .pass-status .p-bar-wrap .p-bar {
    width: 24px;
    height: 4px;
    background: #DFE2E7;
    border-radius: 3px;
}
.p-form .p-pass-info .pass-status .p-bar-wrap .p-bar.active {
    background: #79C541;
}
.p-form .icon-input-wrap {
    position: relative;
    z-index: 1;
}
.p-form .icon-input-wrap .icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.p-form .input-submit {
    margin-top: 20px;
}
.p-form .input-submit button {
    padding: 5px 32px;
    width: 100%;
    height: 48px;
    background: #167EF8;
    border-radius: 12px;
    text-align: center;
    border: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    text-align: center;
    color: #FFFFFF;
}
.p-form .p-separator {
    border-top: 1px solid #EFF1F3;
}
.p-form .p-button-group a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    border: 2px solid #E8F2FE;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    text-align: center;
    color: #13161B;
    margin-bottom: 12px;
}
.p-form .p-button-group a:last-child {
    margin-bottom: 0;
}