﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.navbar {
    background: #BC8155;
}

:root {
    --bg-dark-brown: #bc8155;
    --bg-brown: #dbbaa2;
    --bg-black: #31353d;
    --bg-blue: #0090b2;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.week-picker{

}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: black;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.msgPrincipal {
    display: flex;
    min-height: 260px;
    align-items: flex-end;
    justify-content: center;
    color: #0090b2;
    font-weight: bold;
    font-size: 60px;
}
.title-attendance{
    position:absolute;
    top:80px;
    z-index:200;
}
.linefirst {
    background-color: #bc8155;
    margin-right: 20px;
    margin-left: 20px;
}

.linesecond {
    background-color: #dbbaa2;
    margin-right: 20px;
    margin-left: 20px;
}

.iconLogin {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.rowLogin {
    padding-bottom: 10px;
    padding-left: 17px;
    display: flex;
    align-items: center;
}

.labelLogin {
    padding-left: 10px;
    margin-bottom: 0;
}

.form-maintenance {
    border: 1px solid var(--bg-dark-brown);
    border-radius: 30px !important;
}

.text-blue {
    color: #0090b2;
}

.btn-cancel {
    background-color: var(--bg-black);
}

.btn-save {
    background-color: var(--bg-blue);
}

.btn-maintenance {
    border-radius: 30px;
    border: none;
    color: white;
    min-width: 95px;
    text-align: center;
    font-size: 17px;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 7px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.modal-header {
    border-bottom-color: #bc8155;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.pild {
    padding-left: 5px;
    border-radius: 8px;
    margin: 15px;
}

.quitStudent {
    color: white;
    border-end-end-radius: 8px;
    border-start-end-radius: 8px;
}

    .quitStudent:hover i {
        color: white;
        cursor: pointer;
    }

.container-float {
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 20px;
    position: absolute;
    top: -10px;
}

.container {
    max-width: 1435px;
}

.pild-active {
    background-color: forestgreen;
    color: white;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 8px;
    text-align: center;
    width: 30%;
    overflow: hidden;
}

.pild-inactive {
    background-color: #EED202;
    color: black;
}

.pild-active{
    background-color: var(--bg-blue);
    color:white;
    padding-left:3px;
    padding-right:3px;
    border-radius:12px;
    text-align:center;
    width:30%;
    overflow:hidden;
}

.pild-inactive {
    background-color: var(--bg-black);
    color: white;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 12px;
    text-align: center;
    width: 30%;
    overflow: hidden;
}

.toast {
    z-index: 1001 !important;
}

.bodyLoader {
    position: fixed;
    z-index: 2000 !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 6;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper {
    display: flex;
    column-gap: 10px;
}

    .wrapper .dot {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #008ae6;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        animation: animate 1s ease-in-out infinite alternate;
    }

    .wrapper ::after {
        background-color: red;
    }

.dot:nth-child(1) {
    animation-delay: -0.25s;
}

.dot:nth-child(2) {
    background: #e60000;
    animation-delay: -0.5s;
}

.dot:nth-child(3) {
    background: #ffcc00;
    animation-delay: -0.75s;
}

.dot:nth-child(4) {
    background: #008800;
    animation-delay: -1s;
}

@keyframes animate {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(5px);
    }
}


.sorting_asc::before{
    color:white;
}

.fa-le {
    margin-right: 6px !important;
}

.fa-ri {
    margin-left: 3px !important;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
  
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.container-batery {
    display: grid;
    grid-template-columns: repeat(4,25%);
    position: absolute;
    margin-left:-30px;
}

.item-batery {
    margin-right:10px;
    border-radius: 30px;
    height: 110px;
    width: 40px;
    background-color: white;
    opacity:0;
    
}


.item-batery1 {
    animation: itemBatery1 ease-in-out 5s infinite alternate;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

.item-batery2 {
    animation: itemBatery1 ease-in-out 5s infinite alternate;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}


.item-batery3 {
    animation: itemBatery1 ease-in-out 5s infinite alternate;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}


.item-batery4 {
    animation: itemBatery1 ease-in-out 5s infinite alternate;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}

@keyframes itemBatery1 {
    0% {
        opacity:0;
    }

    50% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

.loader-text{
 
   color:white;
   position:absolute;
   text-align:center;
   margin-top:140px;
   justify-self:center;


}

.text-danger{
    color: var(--bg-black) !important;
}

#show-sidebar {
    background-color : var(--bg-dark-brown);
    border-color: var(--bg-dark-brown);

}

.fa-file-excel{
    margin-right:7px;
}

.buttons-excel {
    background-color: #2D572C;
    color: white;
    border: 1px solid #2D572C;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
   
}

.search-on-layout{
    margin-top:-35px;
    height:30px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.thanks-container{
    display:flex;
    flex-direction:column;
    height:75vh;
    align-items:center;
    justify-content:center;
    margin:auto;
   
    
}

.thanks-title{
    font-size:8vw;

}

.thanks-subtitle {

    align-self: flex-end;
    font-size: 3vw;
}

.option-menu-selected {
    color: #31353d !important;
    font-weight: bold;
}

.option-main-selected div ul li a{
    color: #31353d !important;
}
.option-main-selected a {
    color: #31353d !important;
}

.active{
    color:red;
}

.iti {
    width: 100% !important;
}

.modal-attendance {
    position: absolute;

    background-color: white;
    padding: 10px 20px;
   top:-140px;
    z-index: 100 !important;
    box-shadow: 1px -2px 7px 0px rgba(105,104,104,0.75);
    -webkit-box-shadow: 1px -2px 7px 0px rgba(105,104,104,0.75);
    -moz-box-shadow: 1px -2px 7px 0px rgba(105,104,104,0.75);
}

.triangle-left-modal-attendance {
    width: 60px;
    height: 60px;
    box-shadow: 1px -2px 7px 0px rgba(105,104,104,0.75);
    -webkit-box-shadow: 1px -2px 7px 0px rgba(105,104,104,0.75);
    -moz-box-shadow: 1px -2px 7px 0px rgba(105,104,104,0.75);
    background: white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    z-index: 10 !important;
    position: absolute;
    top:-110px;
   
  
}

.content-modal{
    display:none;
    align-items:center;
    justify-content:center;
    position:relative;
    width:100%;
}

.close-modal-attendance{
    position:absolute;
    z-index:4000;
    top:-5px;
    right:-2px;
}

.relative{
    position:relative;

}

.cursor-pointer:hover{
    cursor:pointer;
}

.btn-container-attendance{
    position:relative;
    left:0px;
    
}

 
.container-search-btn {
    position: absolute;
    top: -35px;
}

.container-filter-btn {
    position: absolute;
    top: -35px;
    left:100px;
    display:none;
}

.teacher-name-container {
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.flex-name-dashboard{
    display:flex;
    align-items:start;
    gap:10px;
}

.custom-select{
    padding-left:10px !important;
}
