﻿#loginCaptach .captcha-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

    #loginCaptach .captcha-container .captcha {
        width: 150px;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 3px;
        filter: blur(0.5px);
        color: #333;
        background-image: url('../../img/captchaImage.jpeg');
        background-repeat: no-repeat;
        padding: 10px 15px;
        border: 2px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        user-select: none; /* Prevent text copying */
    }

#loginCaptach input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

#reload-captcha button {
    padding: 12px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#loginCaptach button:hover {
    background: #0056b3;
}

#loginCaptach #captcha-message {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

    #loginCaptach #captcha-message.success {
        color: #28a745;
    }

    #loginCaptach #captcha-message.error {
        color: #dc3545;
    }

.dvPrice-css table thead tr th {
    text-align: center;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 3px;
}

.dvPrice-css table tbody tr td {
    text-align: center;
    font-size: 14px;
    border: 1px solid #000;
    padding: 3px;
}
