﻿.btn-telegram {
    background-color: #0088cc;
    border-color: #0088cc;
    color: white;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    height: 38px;
    margin-top: -15px;
    margin-bottom: -15px;
    box-shadow: 0 4px 6px rgba(0, 136, 204, 0.5);
}

    .btn-telegram:hover {
        background-color: #0077b3;
        border-color: #0077b3;
        transform: scale(1.02);
        box-shadow: 0 6px 8px rgba(0, 136, 204, 0.6);
        color: white;
    }

    .btn-telegram i {
        font-size: 20px;
        margin-left: 8px;
    }

.ingresar:hover {
    background-color: #0077b3;
    border-color: #0077b3;
    color: white;
}
.fotofoto {
    width: 100%;
    height: auto;
}


.power-label {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

#top {
    color: green;
}

.group {
    width: auto;
}


    .group .power-container {
        margin-top: -4px;
        background-color: #2E424D;
        width: 99.9%;
        height: 4px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }


        .group .power-container #power-point {
            background-color: #D73F40;
            width: 1%;
            height: 100%;
            border-radius: 5px;
            transition: 0.5s;
        }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.edit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 11px; 
    font-size: 14px;
    width: auto;
    height: auto;
    border: none;
    background-color: #3498db; 
}

    .edit-button .fas {
        font-size: 12px; 
    }
.custom-input {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    background-color: #2A2A3C !important;
}

input:-webkit-autofill {
    background-color: #2A2A3C !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px #2A2A3C inset !important;
    caret-color: white;
}

.fotofoto {
    width: 100%;
    height: auto;
}

body {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    margin: 0;
}
