@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@300;400;500&family=Inter+Tight:wght@300;400;500;600;700;800;900&family=Montserrat:wght@300;400;500;600;700&display=swap');

*{
    font-family: "Inter Tight" !important;
}

.login-background{
    height: 60%;
    width: 100%;
    background: linear-gradient(#cb1a1a, #f66a6a);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.login-title{
    color: #fff;
    text-align: center;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
}

.login-title > h1{
    font-size: 45px;
    font-weight: 700;
}

.login-title > h4{
    font-size: 20px;
    font-weight: 300;
    margin-top: 0.3rem;
}

.form-login{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 28px;
    padding: 20px;
    width: 80%;
    max-width: 400px;
    top: 35%;
    box-shadow: -2px 15px 40px 0px rgba(0, 0, 0, 0.12);
}

.login-options{
    border-radius: 28px;
    padding: 6px;
    background: #f23636;
    height: 60px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

.login-option{
    border-radius: 22px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    height: 100%;
    margin: 0;
    width: 50%;
    cursor: pointer;
}

.login-option-active{
    background: #fff;
    color: #000;
}

.form-login-title{
    margin-top: 1.2rem;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: .5rem;
    text-align: start;
}

.login-input{
    margin-top: .5rem;
    padding: 12px;
    border: 1px solid #b2b2b2;
    border-radius: 8px;
    background: #fff !important;
    width: 100%;
    outline: none;
}

.login-button{
    margin-top: .4rem;
    padding: 12px;
    background: #f23636;
    border-radius: 8px;
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    font-weight: 500;
    color: #fff;
    transition: .2s;
}

.login-button:hover{
    background: #da2424;
}

.login-button:active{
    background: #b31717;
}

.text-alert-login{
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

#dashboard-map{
    z-index: -1 !important;
    height: 50% !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin:auto !important;
}

.dashboard-content{
    z-index: 2;
    background: #fff;
    border-radius: 35px;
    padding: 30px;
    position: absolute !important;
    width: 100%;
    height: 60%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.dashboard-name{
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 0;
}

.dashboard-footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

#button-work{
    border-radius: 16px !important;
    width: 90% !important;
    height: 100px !important;
    padding: 0 !important;
    margin-bottom: 2rem !important;
}

.dashboard-time, .dashboard-breaks{
    font-weight: 400 !important;
    margin-bottom: 1.5rem;
}

#workedTime{
    font-weight: 500;
}

.dashboard-observation-button{
    padding: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    outline: none;
    background: #368bf2;
    border-radius: 8px;
    transition: .2s;
    color: #fff;
    font-size: 14px;
}

.dashboard-observation-button:hover{
    background: #2476da;
}

.dashboard-observation-button:active{
    background: #175eb3;
}

.observation-link{
    font-size: 16px;
    text-align: start;
}

.observation-title{
    font-size: 18px;
    margin-top: 1rem;
    font-weight: 500;
}

#observation-textarea{
    margin-top: .4rem;
    outline: none;
    border-radius: 8px;
    border: 1px solid #b2b2b2;
    width: 100%;
    height: 80px;
    padding: 10px;
    resize: none;
}

.observation-submit{
    border-radius: 8px;
    background: #368bf2;
    border: none;
    outline: none;
    color: #fff;
    padding: 10px;
    width: 100%;
    transition: .2s;
}

.observation-submit:hover{
    background: #2476da;
}

.observation-submit:active{
    background: #175eb3;
}

#progress-bar {
    width: 90%;
    height: 20px;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    border-radius: 16px;
    text-align: center;
    margin:auto;
}

#progress {
    height: 100%;
    width: 0;
    max-width: 100%;
    background-color: var(--bs-success);
    text-align: center;
    line-height: 20px;
    border-radius: 16px;
    color: white;
}

body, html{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.active{
    color: #fff !important;
}

.active:hover{
    color: #fff !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: transparent;
    text-align: center;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: var(--bs-primary);
    border-radius: 16px;
    color: #fff;
    border: none;
}

.ui-datepicker .ui-datepicker-header {
    border: none;
    background: var(--bs-primary);
    color: #fff;
}

.ui-widget-header .ui-icon {
    background-image: url(./assets/images/ui-icons_ffffff_256x240.png);
}

.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
    border: none;
    background: var(--bs-primary);
    transition: .2s;
    color: #fff !important;
}

.ui-state-default{
    border-radius: 16px;
}

.ui-widget.ui-widget-content {
    border: none;
}

/*CALENDAR*/

:root {
    --calendar-bg-color: #ffffff;
    --calendar-font-color: #181616;
    --weekdays-border-bottom-color: #8e8e8e;
    --calendar-date-hover-color: #9a9a9a;
    --calendar-current-date-color: #f7f7f7;
    --calendar-today-color: linear-gradient(to bottom, #03a9f4, #2196f3);
    --calendar-today-innerborder-color: transparent;
    --calendar-nextprev-bg-color: transparent;
    --next-prev-arrow-color : #1a1a1a;
    --calendar-border-radius: 16px;
    --calendar-prevnext-date-color: #484848
}

.calendar {
    font-family: 'IBM Plex Sans', sans-serif;
    position: relative;
    max-width: 400px; /*change as per your design need */
    min-width: 320px;
    background: var(--calendar-bg-color);
    color: var(--calendar-font-color);
    margin: 20px auto;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: normal;
    border-radius: var(--calendar-border-radius);
    border: 1px solid #d1d1d1;
    margin-left: 0;
}

.calendar-inner {
    padding: 10px 10px;
}

.calendar .calendar-inner .calendar-body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.calendar .calendar-inner .calendar-body div {
    padding: 4px;
    min-height: 30px;
    line-height: 30px;
    border: 1px solid transparent;
    margin: 10px 2px 0px;
}

.calendar .calendar-inner .calendar-body div:nth-child(-n+7) {
    border: 1px solid transparent;
    font-weight: bold;
}

.calendar .calendar-inner .calendar-body div:nth-child(-n+7):hover {
    border: 1px solid transparent;
    font-weight: bold;
}

.calendar .calendar-inner .calendar-body div>a {
    color: var(--calendar-font-color);
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.calendar .calendar-inner .calendar-body div:hover {

}

.calendar .calendar-inner .calendar-body div.empty-dates:hover {
    border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-controls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.calendar-today-date{
    cursor:unset !important;
}

.calendar .calendar-inner .calendar-today-date {
    display: grid;
    text-align: center;
    cursor: pointer;
    margin: 3px 0px;
    background: var(--calendar-current-date-color);
    padding: 8px 0px;
    border-radius: 10px;
    width: 80%;
    margin: auto;
}

.calendar .calendar-inner .calendar-controls .calendar-year-month {
    display: flex;
    min-width: 100px;
    justify-content: space-evenly;
    align-items: center;
}

.calendar .calendar-inner .calendar-controls .calendar-next {
    text-align: right;
}

.calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-year-label,
.calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-month-label {
    font-weight: 500;
    font-size: 20px;
}

.calendar .calendar-inner .calendar-body .calendar-today {
    background: var(--calendar-today-color);
    border-radius: 4px;
}

.calendar .calendar-inner .calendar-body .calendar-today:hover {
    border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-body .calendar-today a {
    outline: 2px solid var(--calendar-today-innerborder-color);
}

.calendar .calendar-inner .calendar-controls .calendar-next a,
.calendar .calendar-inner .calendar-controls .calendar-prev a {
    color: var(--calendar-font-color);
    font-family: arial, consolas, sans-serif;
    font-size: 26px;
    text-decoration: none;
    padding: 4px 12px;
    display: inline-block;
    background: var(--calendar-nextprev-bg-color);
    margin: 10px 0 10px 0;
}

.calendar .calendar-inner .calendar-controls .calendar-next a svg,
.calendar .calendar-inner .calendar-controls .calendar-prev a svg {
    height: 20px;
    width: 20px;
}

.calendar .calendar-inner .calendar-controls .calendar-next a svg path,
.calendar .calendar-inner .calendar-controls .calendar-prev a svg path{
    fill: var(--next-prev-arrow-color);
}

.calendar .calendar-inner .calendar-body .prev-dates,
.calendar .calendar-inner .calendar-body .next-dates {
    color: var(--calendar-prevnext-date-color);
}

.calendar .calendar-inner .calendar-body .prev-dates:hover,
.calendar .calendar-inner .calendar-body .next-dates:hover {
  border: 1px solid transparent;
  pointer-events: none;
}

.dateValue-0{
    background: var(--bs-success) !important;
    color: #fff !important;
}

.dateValue-5{
    background: var(--bs-danger) !important;
    color: #fff !important;
}

.dateValue-1{
    color: #fff !important;
    background: #59bfe1 !important;
}

.dateValue-2{
    background: #fbf17e !important;
}

.dateValue-3{
    color: #fff !important;
    background: #f47d91 !important;
}

.dateValue-4{
    color: #fff !important;
    background: #63639d !important;
}

.dateValue-9{
    color: #fff !important;
    background: #28ba39 !important;
}

.dateValue-10{
    color: #fff !important;
    background: var(--bs-warning) !important;
}

.dateValue-11{
    color: #fff !important;
    background: #000 !important;
}

.dateValue-0 > a, .dateValue-1 > a, .dateValue-3 > a, .dateValue-4 > a, .dateValue-5 > a, .dateValue-11 > a, .dateValue-9 > a, .laboral > a, .fiesta > a{
    color: #fff !important;
}

.laboral{
    background: var(--bs-success);
}

.fiesta{
    background: var(--bs-danger);
}

.calendar .calendar-inner .calendar-body div{
    border-radius: 14px;
}
 
#photoInput{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

#uploadPhotoForm{
    position: relative;
    width: 16vw;
    height: 16vw;
    max-width: 200px;
    max-height: 200px;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-direction: column;
    gap: 15px;
    user-select: none;
    cursor: pointer;
    color: #787878;
    transition: .2s;
    font-weight: bold;
}

.addFormUser{
    border: none;
    transition: .2s;
    background-color: transparent;
    outline: none;
}

.addFormUser:focus{
    border-bottom: 1px solid #b2b2b2;
}

.editMap{
    border: none;
    transition: .2s;
    background-color: transparent;
    outline: none;
    width: auto;
}

.editMap:focus{
    border-bottom: 1px solid #b2b2b2;
}

.fos-3{
    font-size: 3vw;
}

.fos-6{
    font-size: 1.3vw;
}

.fos-7{
    font-size: 1vw;
}

.bg-azul {
    background-color: #59bfe1; /* Código hexadecimal para azul */
}

.bg-black {
    background-color: #000; /* Código hexadecimal para azul */
}

/* Rosa */
.bg-rosa {
    background-color: #f47d91; /* Código hexadecimal para rosa */
}

/* Amarillo */
.bg-amarillo {
    background-color: #fbf17e; /* Código hexadecimal para amarillo */
}

/* Lavanda */
.bg-lavanda {
    background-color: #63639d; /* Código hexadecimal para lavanda */
}

#context-menu{
    border-radius: 6px;
    border: solid 1px #d7d7d7;
    background-color: #fff;
    z-index: 9999;
    height: fit-content;
    transition: .2s;
    width: auto;
}

#context-menu > span {
    display: block;
    margin: 1rem;
    cursor: pointer;
    transition: .3s;
}

#context-menu > span:hover {
    text-decoration: underline;
}

.delete-worker-supervisor{
    cursor: pointer;
}