/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */


/* ======================================================================= */
/* ==================== Root and Document styles ========================= */
/* ======================================================================= */
*, *::after, *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%; /* 10px */
}

body {
    color: var(--color-black);
    font-family: var(--font-family-base) !important;
    font-size: var(--font-size-regular);
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

:root {
    --color-black: #231F20;
    --color-white: #FFFFFF;
    --color-light-gray: #dfdfdf;
    --color-orange: #FF4700;
    --color-light-orange: #ffab93;
    --color-orange-hover: #b53300;
    --color-red: #D41313;
    --color-red-hover: #940d0d;
    --color-light-red: #f5a3a3;
    --color-green: #52B200;
    --color-green-hover: #3a7c00;
    --color-light-green: #CFEAB9;
    --color-yellow: #FFD200;
    --color-light-yellow: #f8e89e;
    --color-light-purple: #cabaf7;
    --color-light-family: #35dbc5;
    --color-light-blue: #56d8ffc2;
    --color-dark-gray: #231F20;
    --color-gray-button: #afafaf;
    --color-gray-button-hover: rgb(156, 156, 156);
    --color-light-gray: #DCDCDC;
    --color-semidark-gray: #6B6166;
    --color-semidark70-gray: rgb(107,97,102,0.7);
    --color-semidark30-gray: rgb(107,97,102,0.3);
    --color-semidark15-gray: rgb(107,97,102,0.15);
    --color-semidark10-gray: rgb(107,97,102,0.1);
    --background-aside-bar: #363740;
    --background-aside-bar-group: #5a5b6b;
    --background-error-message: #ff4800a4;
    --color-footer: #FF4700;
    --light-red-error: #F1B3B3;
    --light-green-success: #94ff37c4;
    --color-light-purple: #feb1ffb2;
    --color-light-blue-lunch: #9de8ff75;
    --color-light-orange-break: #ffaa9398;
    
    --icon-color-nav: #DEE3FD;
    --gray-subtitles: rgb(146, 146, 146);
    --box-shadow: rgb(160, 160, 160);
    --orange-shadow: #F15329;

    --font-family-base: 'Montserrat', sans-serif;
    --font-family-secondary: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    --font-size-small: 1rem; /* 10px */
    --font-size-regular: 1.2rem; /* 12px */
    --font-size-medium: 1.4rem; /* 14px */
    --font-size-large: 1.8rem; /* 18px */
    --font-size-xlarge: 2rem; /* 20px */

    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;

    --line-height-small: 1.2;
    --line-height-base: 1.5;
    --line-height-big: 1.8;

    --gauge-size: 60px;
    --gauge-half: calc(var(--gauge-size) / 2);
    --inner-bar-thickness: 2px;
    --progress-bar-red: #D41313;
    --inner-bar-color-red: #D413134F;
    --progress-bar-green: #52B200;
    --inner-bar-color-green: #8bb668;

    /* Time cards and schedules color code */
    --color-work-time: #10CE00;
    --color-break-time: #FF5F16;
    --color-lunch-time: #0084ac;
    --color-other-time: #B500B9;
    --color-clock-out: #6C6C6C;
    --color-unpaid-time: #56d8ffc2;
    --color-paid-time: #C7BBED;
    --color-meeting: #43A5BE;
    --color-day-off: #DCDCDC;
    --color-no-presence: #253342;
}


/* ================================================================== */
/* ===================== GLOBAL ELEMENTS STYLES ===================== */
/* ================================================================== */
h1, h2, h3, h4, h5, h6 {
    font-weight: var(--font-weight-bold);
}

a {
    text-decoration: none;
    color: var(--color-dark-gray);
    font-weight: var(--font-weight-semibold);
}

.date-input__style {
    border-radius: 20px;
    border: 1px solid var(--color-semidark70-gray);
    padding: 3px 5px;
    font-size: var(--font-size-small);
    outline: none;
}

.general-input__style {
    border-radius: 20px;
    border: 1px solid var(--color-semidark70-gray);
    padding: 5px 10px;
    font-size: var(--font-size-regular);
    outline: none;
}

.date-label{
    margin-right: 10px;
}

.date-label p{
    margin-right: 5px;
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-semibold);
}

.select-form-style{
    border-radius: 20px;
    border: 1px solid var(--color-semidark70-gray);
    padding: 3px 5px;
    font-size: var(--font-size-small);
    outline: none;
}

.need-template {
    color: var(--color-semidark70-gray);
    font-size: var(--font-size-small);
    margin-top: 10px;
}

/* ================================================================== */
/* =========================== MESSAGES STYLES ====================== */
/* ================================================================== */
.success_message {
    background-color: var(--light-green-success);
    border-radius: 8px;
}

.error_message {
    background-color: var(--light-red-error);
    border-radius: 8px;
}
/* ================================================================== */
/* ============================ CARD STYLES ========================= */
/* ================================================================== */
.cards-detailed__section {
    width: 100%;
    flex-grow: 1;
}

.table-detailed__section {
    width: 100%;
    flex-grow: 1;
}

.data-card__base {
    width: 160px;
}

.card-link {
    transition: 0.5s;
}

.card-link:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

.data-card__base-medium {
    width: 200px;
}

.data-card__base-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.data-card__base-title img {
    width: 15px;
}

.data-card__base-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.data-card__base-content__detailed {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
}

.data-card__base-content__detailed-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.data-card__base-content__image {
    width: 18px;
}

.data-card__number {
    font-size: 20px;
}

.data-performance {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.data-performance img{
    width: 6px;
}

.green-performance {
    color: var(--color-green);
}

.red-performance {
    color: var(--color-red);
}


/* ================================================================== */
/* ========================== GLOBAL STYLES ========================= */
/* ================================================================== */
.main-container__content {
    width: 100vw;
    height: 100%;

    display: flex;
    flex-direction: row;
    overflow-y: auto;
}

.main-container__column {
    width: 100vw;
    height: 100%;

    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.main-container__content-column {
    width: 96.5%;
    height: 100%;
    margin-left: 3.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
}

.main-container__content-row {
    width: 96.5%;
    height: 100%;
    margin-left: 3.5%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px;
}

.width100 {
    width: 100%;
}

.width90 {
    width: 90%;
}

.width80 {
    width: 80%;
}

.width70 {
    width: 70%;
}

.width60 {
    width: 60%;
}

.width50 {
    width: 50%;
}

.width40 {
    width: 40%;
}

.width30 {
    width: 30%;
}

.width35 {
    width: 35%;
}

.width25 {
    width: 25%;
}

.width18 {
    width: 18%;
}

.width20 {
    width: 20%;
}

.width15 {
    width: 15%;
}

.width10 {
    width: 10%;
}

.width5 {
    width: 5%;
}

.height100 {
    height: 100%;
}

.height95 {
    height: 95%;
}

.height90 {
    height: 90%;
}

.height80 {
    height: 80%;
}

.height85 {
    height: 85%;
}

.height70 {
    height: 70%;
}

.height60 {
    height: 60%;
}

.height50 {
    height: 50%;
}

.height40 {
    height: 40%;
}

.height30 {
    height: 30%;
}

.height20 {
    height: 20%;
}

.height15 {
    height: 15%;
}

.height10 {
    height: 10%;
}

.width100px {
    width: 100px;
}

.width90px {
    width: 90px;
}

.width80px {
    width: 80px;
}

.width70px {
    width: 70px;
}

.width60px {
    width: 60px;
}

.width50px {
    width: 50px;
}

.width40px {
    width: 40px;
}

.width30px {
    width: 30px;
}

.width20px {
    width: 20px;
}

.width10px {
    width: 10px;
}

.height100px {
    height: 100px;
}

.height90px {
    height: 90px;
}

.height80px {
    height: 80px;
}

.height70px {
    height: 70px;
}

.height60px {
    height: 60px;
}

.height50px {
    height: 50px;
}

.height40px {
    height: 40px;
}

.height30px {
    height: 30px;
}

.height20px {
    height: 20px;
}

.height10px {
    height: 10px;
}

.mtop10 {
    margin-top: 10px;
}

.mtop3 {
    margin-top: 3px;
}

.mtop5 {
    margin-top: 5px;
}

.mtop15 {
    margin-top: 15px;
}

.mtop20 {
    margin-top: 20px;
}

.mbottom20 {
    margin-bottom: 20px;
}

.mbottom10 {
    margin-bottom: 10px;
}

.mbottom15 {
    margin-bottom: 15px;
}

.mbottom5 {
    margin-bottom: 5px;
}

.mbottom3 {
    margin-bottom: 3px;
}

.mbottom7 {
    margin-bottom: 7px;
}

.mright20 {
    margin-right: 20px;
}

.mright10 {
    margin-right: 10px;
}

.mright15 {
    margin-right: 15px;
}

.mright5 {
    margin-right: 5px;
}

.mright3 {
    margin-right: 3px;
}

.mleft20 {
    margin-left: 20px;
}

.mleft10 {
    margin-left: 10px;
}

.mleft15 {
    margin-left: 15px;
}

.mleft5 {
    margin-left: 5px;
}

.mleft3 {
    margin-left: 3px;
}

.ptop10 {
    padding-top: 10px;
}

.ptop15 {
    padding-top: 15px;
}

.ptop5 {
    padding-top: 5px;
}

.ptop20 {
    padding-top: 20px;
}

.pbottom20 {
    padding-bottom: 20px;
}

.pbottom15 {
    padding-bottom: 15px;
}

.pbottom10 {
    padding-bottom: 10px;
}

.pbottom5 {
    padding-bottom: 5px;
}

.pright20 {
    padding-right: 20px;
}

.pright15 {
    padding-right: 15px;
}

.pright10 {
    padding-right: 10px;
}

.pright5 {
    padding-right: 5px;
}

.pleft20 {
    padding-left: 20px;
}

.pleft15 {
    padding-left: 15px;
}

.pleft10 {
    padding-left: 10px;
}

.pleft5 {
    padding-left: 5px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.margin15 {
    margin: 15px;
}

.margin20 {
    margin: 20px;
}

.gap10 {
    gap: 10px;
}

.gap15 {
    gap: 15px;
}

.gap20 {
    gap: 20px;
}

.gaprow15 {
    row-gap: 15px;
}

.mbottom2 {
    margin-bottom: 2px;
}

/* FONT SIZE STYLES */
.fontsmall {
    font-size: var(--font-size-small);
}

.fontregular {
    font-size: var(--font-size-regular);
}

.fontmedium {
    font-size: var(--font-size-medium);
}

.fontlarge {
    font-size: var(--font-size-large);
}

.fontxlarge {
    font-size: var(--font-size-xlarge);
}

/* FONT OPACITY */
.opacity30 {
    opacity: 30%;
}

/* FONT COLOR LINK */
.bluefont{
    color: #29A5F1;
}

.redfont{
    color: var(--color-red);
}

.orangefont{
    color: var(--color-orange);
}

.detailsfont{
    color: var(--color-orange);
    transition: 0.5s;
}

.detailsfont:hover{
    color: var(--color-orange-hover);
    transition: 0.5s;
}

.whitefont{
    color: var(--color-white);
}

.greenfont{
    color: var(--color-green-hover);
}

.grayfont{
    color: var(--color-semidark70-gray);
}


/* FONT WEIGHT and HEIGHT*/
.lineheightsmall {
    line-height: var(--line-height-small);
}
.lineheightmedium {
    line-height: var(--line-height-base);
}
.lineheightbig {
    line-height: var(--line-height-big);
}

.fontlight{
    font-weight: var(--font-weight-light);
}

.fontwregular{
    font-weight: var(--font-weight-regular);
}

.fontsemibold{
    font-weight: var(--font-weight-semibold);
}

.fontbold{
    font-weight: var(--font-weight-bold);
}

.fontsubtitle{
    color: var(--color-semidark-gray);
    font-weight: var(--font-weight-semibold);
    font-size: 11px;
}

.alignitemsstart {
    align-items: flex-start;
}

.alignitemsend {
    align-items: flex-end;
}

.alignselfstart {
    align-self: flex-start;
}

.alignselfend {
    align-self: flex-end;
}

.alignselfcenter {
    align-self:center;
}

.textaligncenter {
    text-align: center;
}

.request-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.request-title__new-request{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.request-title__new-request p{
    font-size: var(--font-size-medium);
    margin-left: 8px;
}

.request-title a{
    color: var(--color-orange);
}

.orange-divisor__title {
    border:         none;
    border-left:    4px solid var(--color-orange);
    height:         20px;
    width:          1px;
}

.orange-link {
    color: var(--color-orange);
    transition: 0.5s;
}

.orange-link:hover {
    color: var(--color-orange-hover);
    transition: 0.5s;
}

.underline {
    text-decoration: underline;
}

.permission-general {
    padding: 3px 20px;
    border-radius: 10px;
    font-weight: var(--font-weight-semibold);
    background-color: var(--color-light-blue);
}

.permission-vacations {
    padding: 3px 20px;
    border-radius: 10px;
    font-weight: var(--font-weight-semibold);
    background-color: var(--color-light-purple);
}

.permission-family {
    padding: 3px 20px;
    border-radius: 10px;
    font-weight: var(--font-weight-semibold);
    background-color: var(--color-light-family);
}

.dayoff {
    padding: 2px 20px;
    border-radius: 10px;
    font-weight: var(--font-weight-semibold);
    background-color: var(--color-light-gray);
}

.sorting_icon {
    height: 11px;
}

.clickable {
    cursor: pointer;
}

.resize_vertical {
    resize: vertical;
}

.text_area_input {
    border-radius: 10px;
    outline: none;
}

/* ============== INTERNAL TABLE NAVBAR ================ */
.internal_navbar {
    background-color: var(--color-semidark10-gray);
    border-radius: 5px;
}

.internal_navbar button {
    color: var(--color-semidark-gray);
    font-weight: var(--font-weight-semibold);
    transition: all .3s ease;
    cursor: pointer;
    border: none;
}

.internal_navbar button:hover {
    color: var(--color-orange);
    font-weight: var(--font-weight-semibold);
    transition: all .3s ease;
}

.internal_navbar button:disabled {
    color: var(--color-orange);
    border-bottom: 3px solid var(--color-orange);
    cursor:auto;
}

.internal_navbar__selected-option {
    border-bottom: 3px solid var(--color-orange);
    color: var(--color-orange);
}

.check_selected {
    color: var(--color-orange);
    border-bottom: 3px solid var(--color-orange);
    cursor:none;
}

/* ========== General Styles to use in all css sheets ============== */
.shadow {
    box-shadow:         2px 2px 6px var(--box-shadow);
    -webkit-box-shadow: 2px 2px 6px var(--box-shadow);
    -moz-box-shadow:    2px 2px 6px var(--box-shadow);
}

.orange-shadow {
    box-shadow:         2px 3px 8px var(--orange-shadow);
    -webkit-box-shadow: 2px 3px 8px var(--orange-shadow);
    -moz-box-shadow:    2px 3px 8px var(--orange-shadow);
}

.red-shadow {
    box-shadow:         2px 3px 8px var(--color-red-hover);
    -webkit-box-shadow: 2px 3px 8px var(--color-red-hover);
    -moz-box-shadow:    2px 3px 8px var(--color-red-hover);
}

.red-border {
    border: 1px solid var(--color-red-hover);
}

/* To avoid select icons or images */
.unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.card-style {
    background-color: var(--color-white);
    border-radius: 10px;
}

.instructions {
    font-size: 10px;
    color: var(--gray-subtitles);
    margin: 0;
}

.row-style {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.row-style-start {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.row-style-start_top-aligned {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: flex-start;
}

.row-style-end {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.row-style-between {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.row-style-around {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.row-style-between-baseline {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}

.row-style-between_top-aligned {
    display: flex;
    flex-direction: row;
    align-items:start;
    justify-content: space-between;
}

.row-style-between_stretch {
    display: flex;
    flex-direction: row;
    align-items:stretch;
    justify-content: space-between;
}

.flex-direction-column {
    flex-direction: column;
}

.column-style {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.column-style-start {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.column-style-end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.column-style-between {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.column-style__start-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.column-style-between__start {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.column-style__left-top__start {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.row-wrap {
    flex-wrap: wrap;
}

.header-divisor {
    border:         none;
    border-left:    1px solid rgb(48, 48, 48);
    height:         30px;
    width:          1px;
    margin: 0rem 1.2rem;
}

.horiz-divisor {
    width: 80%;
    margin: 0.8rem 0rem;
}

.vert-divisor {
    border:         none;
    border-left:    1px solid rgb(48, 48, 48);
    height:         50px;
    width:          1px;
    margin: 0rem 1.2rem;
}

.vert-divisor-small {
    border:         none;
    border-left:    1px solid rgb(48, 48, 48);
    height:         40px;
    width:          1px;
    margin: 0rem 1.2rem;
}

.expand {
    transition: all .3s ease;
}

.expand:hover {
    transform: scale(1.03);
    transition: all .3s ease;
}

.cursor {
    cursor: pointer;
}

/* =========================== SPINNER ======================== */
#spinner {
    border: 12px solid var(--color-semidark30-gray);
    border-radius: 50%;
    border-top: 12px solid var(--color-orange);
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.not-visible{
    display: none;
}

.visible{
    display: flex;
    flex-direction: column;
}


/* =================== Header styles ======================= */
.header {
    width: 100vw;
    height: 60px;
    background-color: var(--color-white);
    z-index: 2000;
}

.header_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.logo-xyz {
    width: auto;
    margin-left: 20px;

    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo-xyz::after {
    content: "V2.0.1";
    margin-left: 5px;
    color: var(--color-semidark70-gray);
    font-weight: var(--font-weight-bold);
    font-size: calc(var(--font-size-small) * 0.9);
}

.logo-xyz img {
    width: 10rem;
}

.view-title p{
    font-size: var(--font-size-medium);
}

.right-header-container {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-right: 20px;
}

.agent-info__data {
    margin-right: 1rem;
}

.agent-info__name {
    margin-bottom: 0.3rem;
}

.agent-info__role {
    color: var(--color-semidark70-gray);
}

.agent-circle{
    border: 2px solid var(--color-orange);
}

.agent-info__picture-img {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
}

/* ====================== Settings Button =================== */
.settings-button{
    background-color: transparent;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: none;
}

.settings-button::after{
    content: "Options ▼";
    font-weight: var(--font-weight-semibold);
    color: var(--color-semidark70-gray);
}
.settings-button__icon{
    width: 20px;
    margin-right: 10px;
}
.settings-button__dropdown{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    margin-top: 5px;
    padding: 10px 25px;
    background-color: var(--color-light-gray);
    border-radius: 10px;
}

.settings-button__dropdown-link{
    padding: 7px 0px 7px 0px;
    color: #363740;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.settings-button__dropdown-link:hover{
    color: black;
    transition: 0.5s;
}

.settings-button__dropdown-link img{
    width: 16px;
    margin-right: 8px;
}


/* ====================== Aside Bar ========================= */
nav {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}

nav ul li {
    text-transform: uppercase;
    font-weight: 500;
}

.main-menu {
    width: 3.5%;
    height: calc(100% - 140px);
    background: var(--background-aside-bar);

    position:absolute;
    top: 60px;
    left: 0;

    overflow: hidden;
    transition: width .3s linear;
    box-shadow: 1px 0 15px rgba(0, 0, 0, 0.07);
    opacity: 1;

    -moz-box-shadow:    3px 0px 8px rgb(160, 160, 160);
    -webkit-box-shadow: 3px 0px 8px rgb(160, 160, 160);
    box-shadow:         3px 0px 8px rgb(160, 160, 160);
    z-index: 1000;
}

.main-menu:hover {
    width: 230px;
    overflow: hidden;
    z-index: 1000;
}

.nav-img {
    position: relative;
    display: table-cell;
    width: 20px;
    text-align: center;
    font-size:20px;
    margin-left: 12px;
    padding: 5px 0px;
}

.main-menu ul {
    margin: 30px 0px 0px 0px;
}

.main-menu li {
    position: relative;
    display: block;
    width: 100%;
}

.main-menu .nav-text  {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 180px;
    font-size: 11px;
}

.main-menu li > a {
    position: relative;
    width: 255px;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: var(--icon-color-nav);
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    margin: 15px 0px;
}

.main-menu li:hover {
    display: block;
    position: relative;
    z-index: 1;
    transition: 0.35s ease color;
}

.main-menu li:hover > a {
    font-weight: 500;
    color: white;
}

.main-menu li::before {
      content: "";
      display: block;
      z-index: -1;
      position: absolute;
      left: -100%;
      top: 0;
      width: 100%;
      height: 100%;
      border-right: solid 6px var(--color-orange);
      background: #5a5a66;
      transition: 0.5s ease left;
}

.main-menu li:hover::before {
    left: 0;
}

.aside-bar-group:hover .aside-bar-group__items {
    display: flex;
}

/* ==================== End aside bar ======================= */


/* ================== Main Container ======================== */
.main-container {
    margin: 0;
    width: 100vw;
    /* Total height minus (header height + footer height) */
    height: calc(100vh - 90px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


/* =========================== Footer styles ================================= */
.new_footer {
    width: 100vw;
    height: 30px;
    margin-top: auto; 
    background-color: var(--color-footer);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2000;
}

.footer {
    width: 100vw;
    height: 45px;
    margin-top: auto;
    background-color: var(--color-footer);
    position: sticky;
    bottom: 0;
    z-index: 2000;
}

.footer_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_logo {
    height: 35px;
    margin-top: 5px;
    margin-bottom: 2px;
}

.footer_container p {
    color: white;
    font-size: 10px;
    margin-top: 10px;
    font-weight: 400;
    letter-spacing: 0.3px;
}
/* =========================== End footer styles ============================= */

.button-group {
    margin: 20px 0px 5px 0px;
    min-width: 35vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.regular-button {
    background-color: var(--color-orange);
    border: none;
    border-radius: 15px;
    padding: 5px 30px;
    color: var(--color-white);
    font-weight: var(--font-weight-semibold);
    cursor: pointer;
    transition: .5s;
}

.regular-button:hover {
    background-color: var(--color-orange-hover);
    transition: .5s;
}

.accept-regular-button {
    background-color: var(--color-green);
    border: none;
    border-radius: 15px;
    padding: 5px 30px;
    color: var(--color-white);
    font-weight: var(--font-weight-semibold);
    cursor: pointer;
    transition: .5s;
}

.accept-regular-button:hover {
    background-color: var(--color-green-hover);
    transition: .5s;
}

.small-accept-regular-button {
    background-color: var(--color-green);
    border: none;
    border-radius: 15px;
    padding: 5px 10px;
    color: var(--color-white);
    font-weight: var(--font-weight-semibold);
    cursor: pointer;
    transition: .5s;
}

.small-accept-regular-button:hover {
    background-color: var(--color-green-hover);
    transition: .5s;
}

.small-regular-button {
    background-color: var(--color-orange);
    border: none;
    border-radius: 15px;
    padding: 5px 10px;
    color: var(--color-white);
    font-weight: var(--font-weight-semibold);
    cursor: pointer;
    transition: .5s;
}

.small-regular-button:hover {
    background-color: var(--color-orange-hover);
    transition: .5s;
}

.regular-button-secondary {
    background-color: white;
    border: 1px solid var(--color-orange);
    border-radius: 20px;
    padding: 6px 20px;
    color: var(--color-orange);
    font-weight: 600;
    cursor: pointer;
    transition: .6s;
}

.regular-button-secondary:hover {
    background-color: var(--color-orange-hover);
    color: white;
    transition: .6s;
}

.regular-button-secondary:disabled {
    background-color: white;
    border: 1px solid var(--color-semidark-gray);
    color: var(--color-semidark-gray);
    transition: .6s;
    cursor:auto;
}

.cancel-button {
    background-color: var(--color-red);
    border: none;
    border-radius: 15px;
    padding: 5px 30px;
    color: var(--color-white);
    font-weight: var(--font-weight-semibold);
    cursor: pointer;
    transition: .5s;
}

.cancel-button:hover {
    background-color: var(--color-red-hover);
    transition: .5s;
}

.small-cancel-button {
    background-color: var(--color-red);
    border: none;
    border-radius: 15px;
    padding: 5px 10px;
    color: var(--color-white);
    font-weight: var(--font-weight-semibold);
    cursor: pointer;
    transition: .5s;
}

.small-cancel-button:hover {
    background-color: var(--color-red-hover);
    transition: .5s;
}

.gray-button {
    background-color: var(--color-gray-button);
    border: none;
    border-radius: 15px;
    padding: 5px 30px;
    color: var(--color-white);
    font-weight: var(--font-weight-semibold);
    cursor: pointer;
    transition: .5s;
}

.gray-button:hover {
    background-color: var(--color-gray-button-hover);
    transition: .5s;
}

.check-button {
    border-radius: 30px;
    padding: 5px 10px;
    font-size: var(--font-size-small);
}


/* =========================================================== */
/* ======================== Gauge ============================ */
/* =========================================================== */
.gauge {
    position: relative;
    width: var(--gauge-size);
    height: var(--gauge-size);
}

.circular .number {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: var(--font-family-base);
    font-size: 1rem;
    font-weight: var(--font-weight-bold);
    transform: translate(-50%, -50%);
    z-index: 5;
}
.circular .number h1{
    font-size: var(--font-size-medium);
}

.circular .number p {
    font-weight: var(--font-weight-regular);
    color: var(--color-black);
}

.circular .inner {
    position: absolute;
    z-index: 5;
    top: 47.5%;
    left: 47.5%;
    height: 85%;
    width: 85%;
    margin: -40% 0 0 -40%;
    background: var(--color-white);
    border-radius: 50%;
}

.circular .bar {
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--color-white);
    border-radius: 50%;
    clip: rect(0px, var(--gauge-size), var(--gauge-size), var(--gauge-half));
}

.circular .inner-bar-right {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background-color: var(--inner-bar-color-green);
    z-index: 0;
    border: solid var(--inner-bar-thickness) var(--color-white);
    /* clip: rect(0px, var(--gauge-half), var(--gauge-size), 0px); */
}

.circular .inner-bar-left {
    position: absolute;
    transform: rotate(180deg);
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background-color: var(--inner-bar-color-green);
    z-index: 0;
    box-sizing: border-box;
    border: solid var(--inner-bar-thickness) var(--color-white);
}

.circle .bar .progress-left , .progress-right {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    clip: rect(0px, var(--gauge-half), var(--gauge-size), 0px);
    background: var(--progress-bar-green);
}

.circle .left .progress-left {
    z-index: 2;
}

.circle .right .progress-right {
    z-index: 0;
}

.circle .right {
    transform: rotate(180deg);
}
/* =========================================================== */
/* ======================== End Gauge ======================== */
/* =========================================================== */
.scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
}

.scrollbar::-webkit-scrollbar-thumb {
    width: 5px;
    border: 5px;
    border-radius: 5px;
    background-color: var(--color-orange);
}

.scrollbar::-webkit-scrollbar-track {
    width: 5px;
    border: 5px;
    border-radius: 5px;
    background-color: lightgray;
}


/* ====================================================================== */
/* ========================== RESPONSIVE ================================ */
/* ====================================================================== */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .header_container {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .logo-xyz {
        width: auto;
        margin-left: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .logo-xyz::after {
        content: "V2.0.1";
        margin-left: 5px;
        color: var(--color-semidark70-gray);
        font-weight: var(--font-weight-bold);
        font-size: calc(var(--font-size-small) * 0.9);
    }

    .logo-xyz img {
        width: 10rem;
    }

    .view-title p{
        font-size: var(--font-size-medium);
    }

    .right-header-container {
        display: none;
    }
}


/* ================================================================= */
/* ===========================Tooltip Class========================= */
/* ================================================================= */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: none;
    cursor: help;
}

.tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: var(--color-black);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    font-size: var(--font-size-small);

    /* Position the tooltip */
    position: absolute;
    top: 150%;
    left: 50%;
    margin-left: -60px;
    z-index: 1000;
}

.tooltip .tooltipsmall {
    width: 100px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


/* ================================================================= */
/* ========================== Temporal ============================= */
/* ================================================================= */
.thanksgiving-div {
    position: absolute;
    bottom: 30px;
    width: 52%;
    left: 52%;
}

.thanksgiving-div img {
    width: 100%;
}


/* ================================================================= */
/* ========================= GLOBAL SCROLL ========================= */
/* ================================================================= */
.general_scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
  }
  
.general_scrollbar::-webkit-scrollbar {
    width: 6px;
}
.general_scrollbar::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 6px;
    background-color: var(--color-orange);
}
.general_scrollbar::-webkit-scrollbar-track {
    width: 6px;
    border-radius: 6px;
    background-color: var(--color-light-gray);
}

/* STATUS STYLES */
.request-status {
    padding: 3px 8px;
    border-radius: 20px;
    font-weight: var(--font-weight-semibold);
    margin-right: 4px;
}

.request__approved {
    border: 1px solid var(--color-green);
}

.request__not-approved {
    border: 1px solid var(--color-red);
}

.request__pending {
    border: 1px solid var(--color-orange);
}

.data-divisor{
    border:         none;
    border-left:    1px solid rgb(48, 48, 48);
    height:         30px;
    width:          1px;
}