﻿@import url("https://fonts.googleapis.com/css?family=Numans");
/*----- Login css -----*/
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

html {
    min-height: 100%;
    background: var(--background-image);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: "Numans", sans-serif;
}

    html::before {
        opacity: 0.5;
    }

#main-content {
    background-color: var(--background-color);
    color: var(--text);
}

#mailRecuperacion {
    padding: 0 1rem;
    margin: 0 0 1rem 0;
}

#login-header {
    color: var(--background-color);
}

#login-card {
    margin-top: 50px;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

#login-button {
    color: black;
    background-color: #ffc312;
    width: 100px;
}

    #login-button:hover {
        color: black;
        background-color: white;
    }

.form-group {
    margin-bottom: 1rem;
}

#input-group-ppend {
    margin-right: -1px;
    display: flex;
}

    #input-group-ppend span {
        width: 50px;
        background-color: #ffc312;
        color: black;
        border: 0 !important;
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}
/*----- Login css -----*/
/*----- General css -----*/
.margin-l-1 {
    margin-left: 1rem;
}

.margin-l-2 {
    margin-left: 1.5rem;
}

#footer-gral {
    z-index: 2000;
    left: 0;
    bottom: 0;
    width: 100%;
    color: var(--text);
    position: fixed;
    text-align: center;
    background-color: var(--background-color);
    font-size: 9px;
}
/*----- General css -----*/
#side-menu {
    overflow-y: auto;
    overflow-y: (100vmin-81px);
    position: fixed;
    height: 100%;
    left: 0;
    margin-top: 3.5rem;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.toggle {
    position: fixed;
    cursor: pointer;
    margin-top: 2px;
    margin-left: 40px;
    font-size: 150%;
    z-index: 3000;
}

/*    .toggle:before {
        content: '☀️';
    }

    .toggle.active:before {
        content: '🌒';
    }

    .toggle.animate {
        animation: animate .3s cubic-bezier(0.4, 0.0, 0.2, 1);
    }*/
.espacioToggle:before {
    content: '☀️';
}

.espacioToggle.active:before {
    content: '🌒';
}

.espacioToggle.animate {
    animation: animate .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

@keyframes animate {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

#Usuario_Nombre, #Usuario_Password {
    border-color: #ffc312;
}

#menu-perfil {
    background-color: var(--background-color);
    color: var(--text);
}
/* boton para el top*/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 40px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: var(--red-2); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 6px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 14px; /* Increase font size */
    width: 2%;
}

    #myBtn:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }

html {
    --background-image: url("../images/imagen.jpg");
    --background-color: #ffffff;
    --box-shadow: #000;
    --text: rgb(0, 0, 0);
    --text-faded: #CCC;
    --badge-background: #162F48;
    --badge-color: #0B81D0;
    --red-1: #d36969;
    --red-2: #c33939;
    --red-3: #af3030;
    --image: invert(100%);
    --border: #dee2e6;
    --disabled: #e9ecef;
    --placeholder: gray;
}

.theme-dark {
    --background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.1)), url("../images/imagen.jpg");
    --background-color: #212121;
    --box-shadow: #CCC;
    --text: #ffffff;
    --text-faded: #333;
    --badge-background: #FFDA44;
    --badge-color: #d35400;
    --red-1: #9c2e2e;
    --red-2: #8d1d1d;
    --red-3: #6b1414;
    --image: contrast(160%);
    --border: #383d3f;
    --disabled: #797979;
    --placeholder: rgb(187, 38, 38);
}

#listadopagos {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid;
}

.btn-gral {
    padding: 4px;
    font-size: 14px;
}

.center {
    margin: 0 auto;
}

.txt-center {
    text-align: center;
}

.dropdown-item {
    color: var(--text);
}

#pills-tab {
    margin-top: 80px;
}

.alert-error {
    background-color: rgb(56, 22, 22);
    border: 1px solid rgb(192, 92, 90);
    ;
    color: rgb(192, 92, 90);
    padding: 0.5rem;
}

#observaciones {
    text-align: left;
    height: auto;
    width: 100%;
    color: var(--text);
}

/* Loading screen */

#frame {
    visibility: hidden;
}

.main-loading-container {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background: rgba(0,0,0,.4);
}

.loader {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.loader-ring {
    display: inline-block;
    position: relative;
    right: -13px;
}

    .loader-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 70px;
        height: 70px;
        border: 6px solid #ffffff;
        border-radius: 100%;
        border-color: #ffffff transparent transparent transparent;
        animation: spin 1.2s cubic-bezier(0.5,0,0.5,1) infinite;
    }

        .loader-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .loader-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .loader-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}