﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: 'Hello-Chrismas';
    src: url('../fonts/Hello-Christmas-trial.ttf') format('truetype'), 
         url('../fonts/Hello-Christmas-Icon-trial.ttf') format('truetype'),
         url('../fonts/Hello-Christmas-Icon-Fill-trial.ttf') format('truetype'),
        url('../fonts/Hello-Christmas-Fill-trial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Christmas-bell';
    src: url('../fonts/Magic Christmas.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
   /* background-color: #fffbe2;*/
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/*css para la card del login*/
.bg-login-image {
    background-image: url("../Img/simsacorp.png");
    background-position: center;
    background-size: cover;
}

.todalapantalla {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #efd233, #f0aa18, #eb8015, #e05420, #ce1c2c); 
}

.todalapantallanoautorizado {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #efd233, #f0aa18, #eb8015, #e05420, #ce1c2c);
}

/*color para el navmenu nativo de blazor*/
.navbarcolor {
    /* background: linear-gradient(to bottom right, #efd233, #080706);*/
    /* background: linear-gradient(135deg, hsla(51, 85%, 57%, 1) 0%, hsla(355, 76%, 46%, 1) 100%);*/
    background: linear-gradient(135deg, hsla(51, 85%, 57%, 1) 36%, hsla(355, 76%, 46%, 1) 100%);
}

/*alterar el color blanco opacity de boostrap en el nav-link*/
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.img-error {
    max-width: 20rem;
}

/*.btn-falcon-default {
    color: #fff;
}
*/

/*cambiar el color del caret (flecha abajo)*/
.dropdown-toggle:after {
    color: #fff;
    /*content: none quitar el icono de flecha abajo*/
}

.calendar {
    width: 3.125rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    border-radius: 0.375rem;
}

.calendar .calendar-month {
    background-color: #e63757;
    color: #fff;
    border-radius: 0.375rem 0.375rem 0 0;
    padding: 0.25rem;
    font-weight: 600;
}

.calendar .calendar-day {
        font-size: 1.728rem;
        padding: 0.25rem;
        border: 0.125rem solid rgba(230,55,87,.3);
        border-top: 0;
        border-radius: 0 0 0.375rem 0.375rem;
        color: #9da9bb;
        font-weight: 700;
    }

.ps-3 {
    padding-left: 1rem !important;
}

.border-dashed-bottom {
    border-bottom: 1px dashed #d8e2ef !important;
}

.text-700 {    
    color: rgb(94, 110, 130) !important;
}

.text-1000 {   
    color: rgb(35, 46, 60) !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}

/*css para el indice-empleados componente donde se muestra la imagen*/
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    width: 96px;
    height: 96px;
}

.text-500 {
    color: rgba(157, 169, 187) !important;
}

/*css de detalles empleados imagen background*/

.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-3 {
    border-radius: 0.375rem !important;
}

/*css de detalles de empleados avatar-imagen*/
.img-thumbnail2 {
    padding: 0.25rem;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    width: 168px;
    height: 168px;
}

.avatar-profile {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.avatar-5xl {
    height: 10.5rem;
    width: 10.5rem;
}

.avatar {
    position: relative;
    display: inline-block;
}

    .avatar img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .avatar img {
        display: block;
    }

/*css de detalles empleados card margen del texto*/

.mb-7 {
    margin-bottom: 5rem !important;
}

.min-vh-25 {
    min-height: 25vh !important;
}

/*css de detalles empleados card portada de perfil*/
.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}

/*css del tooltip info de herramientas*/
.tooltip-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.toolspan {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    .toolspan::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover .toolspan {
    visibility: visible;
}

/*detalles eventos*/
.me-2 {
    margin-right: 0.5rem !important;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.fs--1 {
    font-size: .8333333333rem !important;
}

.fs-0 {
    font-size: 1rem !important;
}

h5, .h5 {
    margin-bottom: 0.25rem;
}

.card-img, .card-img-top, .card-img-bottom {
    width: 100%;
}

.px-4 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
}

.tonogris {
    color: #5e6e82;
}

/*css para cursos*/
.img-fluidcustom {
    width: 100%;
    height: 200px;
}

.manita {
    cursor: pointer;
}

/*codigo para subir archivos que deberia de haber venido con el plugin de inputfile*/
.drag-drop-zone {
    border: 2px dashed #0087F7;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #646C7F;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 1.5rem 0 2rem 0;
    position: relative;
}

    .drag-drop-zone:hover {
        background-color: #eee;
    }

    .drag-drop-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.pre {
    background-color: #f0f0f0;
    overflow: auto;
    padding: 1rem;
    height: 10rem;
}

.contenedordelaimg {
    height: 300px;
    width: 100%
}

/*css tabla de inicio cursos*/
.text-600 {
    color: #748194 !important;
}

.text-900 {   
    color: rgba( 52, 64, 80) !important;
}

/*css del selector multiple*/
.selector-multiple {
    display: flex;
}

.selectable-ul {
    height: 200px;
    overflow-y: auto;
    list-style-type: none;
    width: 170px;
    padding: 0;
    border-radius: 3px;
    border: 1px solid #ccc;
}

    .selectable-ul li {
        cursor: pointer;
        border-bottom: 1px #eee solid;
        padding: 2px 10px;
        font-size: 14px;
    }

        .selectable-ul li:hover {
            background-color: #08c;
        }

.selector-multiple-botones {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
}

    .selector-multiple-botones button {
        margin: 5px;
    }

/*codigo para el icono de archivos subidos en el componente subirarchivos*/
.flex-between-center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rounded-3 {
    border-radius: 0.375rem !important;
}

.bg-white {
    background-color: rgba(255,255,255) !important;
}

.fs--1 {
    font-size: .8333333333rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.border {
    border: 1px solid #d8e2ef !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.text-300 {
    color: rgba( 216, 226, 239) !important;
}

.text-500 {
    color: rgba(157, 169, 187) !important;
}

.text-200 {
    color: #5e6e82 !important;
}

/*codigo para qr*/
.img-thumbnail3 {
    padding: 0.25rem;
    background-color: #EFD233;
    border: 3px solid #EFD233;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    /* max-width: 100%;
            height: auto;*/
    width: 96px;
    height: 96px;
}

.banner {
    position: relative;
    background: url('../Img/mi-gasita-2.png') no-repeat center center;
    background-size: cover;
    height: 400px;
    /*backdrop-filter: blur(10px) brightness(1);*/ /* Ajuste de brillo */
    /*background-color: rgba(255, 255, 255, 0.8);*/ /* Blanco semitransparente */
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Christmas-bell', sans-serif;
    color: #EABE3F;
}

    .banner-text h1 {
        font-size: 3.5rem; /* Tamaño del título */
    }

.banner-buttton-text {
    font-family: sans-serif;
    background-color: #EABE3F;
    color: #FFFF;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .banner-buttton-text:hover {
        background-color: #E5A65E;
        color: #FFF;
        transform: scale(1.1); /* Efecto de zoom */
    }