@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,html {
    width: 100%;
    height: 100vh;
}

body {
    font-family: 'Roboto', sans-serif;
}


.body-login {
    position: relative;
    background-color: #2c2c54;
    min-height: 100vh;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

/* Efecto blob responsivo en el fondo */
.body-login::before {
    content: "";
    position: absolute;
    width: 80vw;
    height: 80vw;
    top: -20vw;
    left: -20vw;
    background: radial-gradient(circle at center, #4b4bb3, #2c2c54);
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    z-index: 0;
}

.login-container {
    position: relative;
    z-index: 10; /* por encima del blob */
}


.body-login label {
    text-align: left !important;
}

.body-login span {
    text-align: left !important;
}

.body-dashboard {
    background-color: #eaeaea;
}

/* Additionals settings */

.container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

/* Login Page */

.login-container {
    width: 100%;
    height: 100%;

    /* Flexbox */
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    /* padding: 25px; */
    margin-bottom: 25px;
}

/* Login card */

.login-form {
    width: 90%;
    max-width: 500px;
    /* background-color: #40407a; */
    /* padding: 80px; */
    /* border: 1px solid rgba(255,255,255,.1); */
    border-radius: 25px;
    display: block;
    padding: 25px;
}

.login-form h3 {
    text-align: center;
    margin-bottom: 25px;
}

.login-form label {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #FFF;
    display: block;
    margin-bottom: 10px;
}

.login-form .input-login {
    width: 100%;
    outline: none;
    border-radius: 5px;
    padding: 25px;
    border: none;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,.23);
    color: #FFF;
    font-size: 13px;
}

.login-form .input-login:focus {
    background-color: #2c2c54;
}

.login-form .input-login::placeholder {
    color: #FFF;
}

.login-form .btn-login {
    display: block;
    width: 100%;
    border: none;
    background-color: #40407a;
    border-radius: 5px;
    font-size: 13px;
    color: #FFF;
    padding: 15px;
    cursor: pointer;
}

.btn-login:hover {
    background-color: #FFF;
    color: #2c2c54;
    box-shadow: 0 3px 4px rgba(0,0,0,.23);
}

.login-form .message {
    font-size: 13px;
    color: rgba(255,255,255,.57);
    display: block;
    margin-bottom: 10px;
    font-style: oblique;
}

.login-form .message a {
    color: #FFF;
}

/* Dashboard */

.dashboard-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 20px; */
    background-color: #FFF;
    box-shadow: 0 3px 4px rgba(0,0,0,.1);
}

.dashboard-menu-container .dashboard-logo {
    display: inline-block;
    margin-left: 15px;
}

.dashboard-menu-container .dashboard-logo > h3 {
    color: #40407a;
}

.dashboard-menu-container .dashboard-menu a {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    padding: 20px;
    color: #222;
    border-bottom: 3px solid #FFF;
}

.toggle-menu {
    display: none !important;
}

.dashboard-menu-container .dashboard-menu a:hover {
    border-bottom: 3px solid #40407a;
}

.dashboard-menu-container .dashboard-menu a > i {
    font-size: 18px;
    color: #40407a;
    padding: 0;
    margin: 0;
}

.close-menu {
    display: none !important;
}

.hd-sm {
    display: none !important;
}

.secondary-menu {
    width: 100%;
    background-color: #FFF;
    display: inline-flex;
    align-items: center;
    border-top: 1px solid #eaeaea;
    box-shadow: 0 3px 4px rgba(0,0,0,.1);
    padding: 8px;
}

.secondary-menu a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #2C2C54;
    /* transition: all ease .4s; */
    border: 1px solid #FFF;
    border-radius: 5px;
    margin-left: 5px;
}

.secondary-menu a:hover {
    border: 1px solid #2c2c54;
}

.secondary-menu a > i {
    margin-right: 15px;
}

.search-input {
    display: block;
    width: 100%;
    border-radius: 25px;
    border: none;
    padding: 15px;
    outline: none;
    text-align: center;
}

.card {
    background-color: #FFF;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0 3px 4px rgba(0,0,0,.1);
    margin-bottom: 25px;
}

.card .card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #40407a;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.filter-section h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #2c2c54;
}

.filter-section ul {
    list-style: none;
    margin-bottom: 15px;
    width: 100%;
    padding: 0;
}

.filter-section ul li {
    display: inline-block;
}

.filter-section ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 8px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    color: #FFF;
    border-radius: 5px;
    margin-bottom: 8px;
}

.filter-section ul li a.active {
    background-color: #40407a;
}

.filter-section ul li a.rejected {
    background: #ff5252;
}

.filter-section ul li a.success {
    background: #33d9b2;
}

.filter-section ul li a:hover {
    background-color: #eaeaea;
    color: #888;
}

.filter-section .event-info {
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
    color: #888;
}

.filter-search-input {
    display: block;
    width: 100%;
    border: none;
    border: 1px solid #eaeaea;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding: 8px;
    border-radius: 25px;
    outline: none;
}

.loader-container {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999 !important;
    top: 0;
    left: 0;
    background-color: #2c2c54;
    transition: all 500ms cubic-bezier(.7,0,.3,1);
    backdrop-filter: blur(0.75em);
    display: flex;
    align-items: center;
    justify-content: center;
    filter: blur(.1);
}

.estadisticas {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 25px;
}

.estadisticas .pending, .estadisticas .success, .estadisticas .rejected {
    text-align: center;
    background-color: #FFF;
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 25px;
    border-radius: 25px;
    box-shadow: 0 3px 4px rgba(0,0,0,.1);
    border: 1px solid #eaeaea;
    width: 32.3333333%;
}

.estadisticas i {
    font-size: 32px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.estadisticas .value {
    font-size: 13px;
    font-weight: bold;
}

.estadisticas .pending {
    /* border: 2px solid #40407a; */
    border-bottom: 8px solid #40407a;
    color: #40407a;
}

.estadisticas .success {
    /* border: 2px solid #33d9b2; */
    border-bottom: 8px solid #33d9b2;
    color: #33d9b2;
}

.estadisticas .rejected {
    /* border: 2px solid #ff5252; */
    border-bottom: 8px solid #ff5252;
    color: #ff5252;
}

.btn-validate {
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 25px;
    background-color: #33d9b2;
    cursor: pointer;
    border: none;
    box-shadow: 0 3px 4px rgba(0,0,0,.23);
    color: #FFF;
    /* font-weight: 500; */
    text-transform: uppercase;
    font-weight: bold;
    transition: all ease .4s;
}

.btn-validate:hover {
    background-color: #2c2c54;
    box-shadow: none;
}

footer {
    font-size: 13px;
    color: #888;
    /* background-color: #FFF; */
    padding: 15px;
    border-radius: 5px;
    /* box-shadow: 0 3px 4px rgba(0,0,0,.1); */
    display: block;
    margin-bottom: 25px;
}

footer p {
    margin-bottom: 25px;
}

footer span {
    color: #ff5252 !important;
    font-weight: 500;
    font-style: oblique;
}

/* Responsive */

@media screen and (max-width: 900px) {
    .responsive-menu {
        width: 100%;
        height: 100%;
        background-color: #FFF;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        /* display: flex; */
        padding: 8px;
        overflow: auto;
    }

    .hd-sm {
        display: inline-block !important;
    }

    .nav-item {
        width: 49%;
        margin-bottom: 25px;
        text-align: center;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 13px !important;
    }

    .nav-item > i {
        display: block;
        padding-bottom: 15px !important;
        font-size: 30px !important;
    }

    .nav-item:hover {
        background-color: #40407a;
        color: #FFF !important;
        box-shadow: 0 3px 4px rgba(0,0,0,.23);
    }

    .nav-item:hover i {
        color: #FFF !important;
        border-radius: 5px;
    }

    .close-menu {
        display: inline-block !important;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .toggle-menu {
        display: inline-block !important;
    }

    .filter-section ul li {
        width: 100%;
    }

    .filter-section ul li a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .estadisticas .pending, .estadisticas .success, .estadisticas .rejected {
        width: 100% !important;
    }
}

/* Custom Validator */

.errors-validator {
    list-style: none;
    display: block;
    width: 100%;
}

.errors-validator li {
    display: block;
    background-color: #ff5252;
    color: #FFF;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 8px;
    font-size: 13px;
}

/* Custom progress */

#progress1,
#progress2 {
  background: #FFF;
  display: block;
  height: 3px;
  /* margin: 0 0 10px; */
  position: relative;
  width: 100%;
}
#progress1 .progress,
#progress2 .progress {
  background: #2c2c54;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  display: block;
}
#progress1 .progress.complete,
#progress2 .progress.complete {
  transition: 3s width linear;
  width: 100%;
  display: none;
}

.custom-box {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;

    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 3px 4px rgba(140, 0, 255, 0.23);
    border: 1px solid #40407a;
    padding: 50px;
}

.custom-box.success {
    box-shadow: 0 3px 4px rgba(0, 255, 81, 0.23);
    border: 1px solid #00b115;
}

.custom-box.error {
    box-shadow: 0 3px 4px rgba(255, 0, 60, 0.23);
    border: 1px solid #ff5252;
}

.custom-box #icon i {
    width: 100px !important;
    height: 100px !important;
    font-size: 64px;
    color: #FFF;
    display: block;
    margin-bottom: 25px;
    background-color: #40407a;
    border-radius: calc(50%);
    padding: 15px;
    box-shadow: 0 6px 9px rgba(0,0,0,.23);

    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    transition: all ease .4s;

}

.custom-box #icon i.success {
    background-color: #00b115;
}

.custom-box > input {
    width: 100%;
    height: 64px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 25px;
}

/** 
    Login styles
**/

.log-container {
    margin: 15px 0;
}