        .plans {
            display: flex;
            flex-direction: column;
            gap: 0px;
            margin-bottom: 15px;
        }
        .box-infos{
            padding: 20px;
            padding-bottom: 0px;
            display: flex;
            width: 100%;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .close-btn {
            font-weight: 600;
            letter-spacing: 1.25px;
            border: 0;
            border-radius: 5px;
            width: 80%;
            background-color: #e0e0e0;
            color: black;
            padding: 10px 0px 10px 0px;
            margin-bottom: 20px;
        }
        #copy-btn2 {
            font-weight: 600;
            letter-spacing: 1.25px;
            border: 0;
            border-radius: 5px;
            width: 80%;
            background-color: #FF4B2A;
            color: white;
            padding: 10px 0px 10px 0px;
            margin-bottom: 10px;
        }
        .box-pix {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            height: 100%;
            padding: 10px 0px 10px 15px;
            border-radius: 10px;
            background-color: #eeeeee8e;
            margin-bottom: 10px;
        }
        #copy-btn {
            overflow: hidden;
            z-index: 99;
            border: 0;
            border-radius: 0px 5px 5px 0px;
            background-color: transparent;
            color: transparent;
            width: 20%;
            cursor: pointer;
        }
        .box-infos p {
            font-size: 15px;
        }

        .pix-copy {
            margin-bottom: 15px;
        }

        #pix-container {
            font-size: 15px;
            overflow: hidden;
            text-align: start;
            flex-wrap: nowrap;
            background-color: transparent;
            margin: 0;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 80%;
            align-items: center;
        }
        #popup.show{
            display: flex;
            position: fixed;
            justify-content: space-between;
            align-items: center;
            flex-direction: column;
            top: 50%;
            left: 50%;
            overflow: hidden;
            transform: translate(-50%, -50%);
            z-index: 90;
            width: 70%;
            height: 40%;
            min-height: fit-content;
            text-align: center;
            background: white;
            color: black;
            border-radius: 12px;
            padding: 0px;
        }
        .pop-header {
            display: flex;
            top: 0%;
            justify-content: center;
            font-size: 25px;
            color: white;
            align-items: center;
            background-color: #FF4B2A;
            width: 100%;
            height: fit-content;
            padding: 10px;
        }
        #popup {
            display: none;
        }

        #popup-bg.show{
            position: fixed;
            inset: 0;
            z-index: 80;
            background-color: rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
        }
        .bg-confirm {
            display: flex;
            margin-top: 20px;
            background-color: #FF4B2A;
            border-radius: 0px 0px 12px 12px;
            padding: 10px;
            color: white;
            font-weight: 500;
        }

        .confirm-text {
            background-color: transparent;
        }

        .box-pix {
            display: flex;
            flex-direction: row;
            width: 77%;
        }