﻿/*s*/
@media (max-width: 600px) {
    form#login {
        margin-top: 80px;
    }
}
/*m*/
@media (min-width: 601px) and (max-width: 992px) {
    form#login {
        margin-top: 90px;
    }
    .modal {
        width: 40%;
    }
}
/*l*/
@media (min-width: 993px) and (max-width: 1200px) {
    .modal {
        width: 40%;
    }
}
/*xl*/
@media (min-width: 1201px) {
    .modal {
        width: 40%;
    }
}

body {
    background: linear-gradient( 135deg, #00c3ff 0%, #00ffc8 20%, #fff95b 40%, #00c3ff 60%, #0077be 80%, #ffffff 100% );
    background-size: 500% 500%;
    animation: gradient 15s ease infinite;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.page-footer {
    background-color: transparent;
}

.logo img {
    width: 100%;
    margin: 70px 0 70px 0;
    display: block;
}

input.cod-pulseira {
    background-color: blue !important;
    border-radius: 5px;
    text-align: center;
    color:white;
}

.inline-icon {
    vertical-align: bottom;
    font-size: 18px !important;
}
button.fotos {
    background-color: #f77d00 !important;
    margin: 10px 0 10px 0;
}

.login-content {
    height: auto;
}
.block-center {
    background-color: white
}
.first{
    margin-top: 0%;
    padding-top: 5%;
}
.termos {
    margin-bottom: 5%;
}
h5{
    font-weight:600;
}
li {
    list-style-type: disc !important;
    margin-left: 20px;
}

#toast-container {
    top: 10% !important;
    right: 50% !important;
    transform: translateX(50%) translateY(50%);
}

form#login {
    background-color: white;
    border-radius: 20px;
    padding: 40px 10px 40px 10px !important;
}
.bem-vindo {
    color: #0077be;
    font-weight: 700;
}
.alert {
    background: #ffeaea;
    color: #c40000;
    padding: 10px;
    margin: 20px 0;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
input {
    border-radius: 10px !important;
    border: 1px solid #ccc !important;
    padding: 12px !important;
    box-sizing: border-box !important;
    font-weight: 500 !important;
}

    input:focus {
        border-color: #00aaff !important;
    }
    input::placeholder {
        color: #aaa;
        font-weight:500;
    }

button {
    width: 100% !important;
    padding: 14px !important;
    background: linear-gradient(135deg, #00aaff, #0077be) !important;
    color: white !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
    transition: background 0.4s, transform 0.2s !important;
    text-transform: unset !important;
}

    button:hover {
        background: linear-gradient(135deg, #0077be, #00aaff) !important;
        transform: translateY(-2px) !important;
    }
.btn:not(.modal-close) {
    line-height: 0px;
}
    .btn.red {
        background: linear-gradient(135deg, #c40000, #f00) !important;
    }

.language-selector {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 6px 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 999;
}

    .language-selector label {
        font-size: 12px;
        margin-right: 5px;
        color: #333;
    }

    .language-selector select {
        border: 1px solid #ccc;
        border-radius: 6px;
        padding: 4px 8px;
        font-size: 14px;
    }

.language-select {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
li {
    list-style-type:none !important;
}
.dropdown-content li {
    width: unset;
}
