﻿ .exchange-toggle {
            display: flex;
            justify-content: center;
            margin-bottom: 25px;
            background: #2b2638;
            border-radius: 40px;
            padding: 6px;
            width: 250px;
            margin-left: auto;
            margin-right: auto;
        }

        .toggle-btn {
            flex: 1;
            border: none;
            background: transparent;
            color: #bbb;
            font-weight: 600;
            padding: 8px 15px;
            border-radius: 30px;
            cursor: pointer;
            transition: 0.3s;
        }

            .toggle-btn.active {
                background: #d7d0f3;
                color: #000;
            }

        .swap-box {
            background: #2c2440;
            padding: 25px;
            border-radius: 15px;
            color: #fff;
        }

        .swap-field label {
            font-size: 14px;
            opacity: 0.7;
        }

        .swap-input {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #3a3153;
            padding: 15px;
            border-radius: 10px;
            margin-top: 5px;
        }

            .swap-input input {
                background: transparent;
                border: none;
                color: #fff;
                font-size: 18px;
                width: 100px;
            }

                .swap-input input:focus {
                    outline: none;
                }

        .token {
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 600;
        }

            .token img {
                width: 24px;
            }

        .swap-arrow {
            text-align: center;
            font-size: 20px;
            margin: 15px 0;
        }

        .slippage {
            display: flex;
            justify-content: space-between;
            margin: 15px 0;
            font-size: 14px;
            opacity: 0.8;
        }

        .connect-btn {
            width: 100%;
            padding: 14px;
            border: none;
            border-radius: 10px;
            background: #fff;
            font-weight: 600;
            cursor: pointer;
        }

        .liquidity-box {
            background: #0d0d18;
            border-radius: 15px;
            padding: 20px;
            border: 1px solid #2a2a40;
            color: #fff;
        }

        .liquidity-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

            .liquidity-header h5 {
                margin: 0;
                font-weight: 600;
            }

            .liquidity-header p {
                margin: 0;
                font-size: 13px;
                color: #9ca3af;
            }

        .liquidity-icons i {
            margin-left: 10px;
            cursor: pointer;
            color: #cfcfcf;
        }

        .wallet-message {
            background: #141426;
            border-radius: 10px;
            padding: 18px;
            text-align: center;
            margin-bottom: 20px;
            color: #cfcfcf;
        }

        .add-liquidity-btn {
            width: 100%;
            background: #e5e5e5;
            border: none;
            padding: 12px;
            border-radius: 10px;
            font-weight: 600;
            color: #000;
        }

        .add-liquidity-btn {
            display: block;
            margin: 10px auto;
        }
        .wallet-message{
    width:100%;
}