﻿:root {
    --primary-color: #ec008c;
}

body {
    font-family: "Inter",Arial, sans-serif;
}

.navbar {
    background-color: var(--primary-color);
}

.logo {
    height: 40px;
}

.flag {
    height: 24px;
}

.exchange-box {
    border: 1px dashed #ccc;
    padding: 1rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem;
}

.form-section h1 {
    font-size: 25px;
    font-weight: bold;
}

.form-section p {
    font-size: 0.9rem;
    color: #666;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.form-group label {
    font-weight: bold;
    font-size: 0.95rem;
}

.custom-btn {
    background-color: var(--primary-color);
    color: white;
    border-radius: 8px;
    font-weight: bold;
}

    .custom-btn:hover {
        background-color: #c50078;
    }

.info-section {
    text-align: left;
    padding-left: 3rem;
}

    .info-section img {
        height: 16px;
        vertical-align: middle;
        margin-right: 0.5rem;
    }

    .info-section p {
        font-size: 0.95rem;
        color: #666;
    }

/*Display cuentas*/

.info-pair {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

    .info-pair .label {
        font-weight: bold;
    }

    .info-pair .copy-icon {
        cursor: pointer;
        font-size: 1rem;
        color: #999;
    }

    .info-pair .cp {
        text-align: center;
    }

.info-highlight {
    background-color: #f8f8f8;
    padding: 1rem;
    border-left: 4px solid var(--primary-color);
    margin: 1rem 0;
    font-weight: bold;
    color: var(--primary-color);
    text-align: center;
}

.text-note {
    font-size: 0.9rem;
    color: #444;
}

.text-note2 {
    font-size: 0.9rem;
    color: #444;
    font-weight: bold;
}

/*End Display cuentas*/

.aspNetDisabled {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    text-align: center;
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 1.25rem;
    }

    .info-section {
        text-align: left;
        padding-left: 1rem;
    }
}
