@charset "UTF-8";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;background-color:#dedfd5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}.login-page{align-items:center;justify-content:center;display:flex;flex-direction:column;padding:3em;font-family:Montserrat,sans-serif}.login-page .content{width:100%;max-width:1200px;box-shadow:0 0 10px #0000007e;border-radius:15px;flex:1;display:flex;flex-wrap:wrap}.login-page .content .left-side,.login-page .content .right-side{padding:15px 20px;color:#fff}.login-page .content .left-side{border-radius:15px 0 0 15px;flex:1;background-color:#e94448}.login-page .content .left-side .planet,.login-page .content .left-side .rocket{display:flex;justify-content:center;align-items:center}.login-page .content .left-side .welcome-message{font-size:2em;text-align:center;margin:3em 0;font-weight:200}.login-page .content .left-side .planet{font-size:8em}.login-page .content .left-side .planet img{max-width:30px}.login-page .content .left-side .rocket{font-size:8em}.login-page .content .left-side .rocket img{max-width:300px}.login-page .content .right-side{border-radius:0 15px 15px 0;padding:2em;background-color:#041840;flex:1}.login-page .content .right-side .right-content{display:flex;flex-direction:column;justify-content:end}.login-page .content .right-side .right-content .change-mode{width:100%;text-align:right}.login-page .content .right-side .right-content .change-mode div{text-align:center;padding:5px 10px;display:inline;cursor:pointer}.login-page .content .right-side .right-content .change-mode div.active{background-color:#041840;color:#7d8790}.login-page .content .right-side .right-content .change-mode div.active:hover{background-color:#253958;transition:.5s ease}.login-page .content .right-side .right-content .change-mode div:not(.active){background-color:#e94448}.login-page .content .right-side .right-content .change-mode div:not(.active):hover{background-color:#ec6668;transition:.5s ease;color:#fff}.login-page .content .right-side .right-content .change-mode div:first-child{border-top-left-radius:15px;border-bottom-left-radius:15px}.login-page .content .right-side .right-content .change-mode div:last-child{border-top-right-radius:15px;border-bottom-right-radius:15px}.login-page .header,.login-page .footer{flex:1;width:100%}.login-page .header ul,.login-page .footer ul{list-style:none;display:flex;justify-content:center;gap:10px;width:100%}.login-page .header ul li,.login-page .footer ul li{font-size:12px;cursor:pointer;text-decoration:underline;text-decoration-color:#e94448;text-underline-offset:5px;text-decoration-thickness:1px;padding-right:10px;border-right:1px solid #7d8790}.login-page .header ul li:hover,.login-page .footer ul li:hover{color:#e94448;transition:.5s ease}.login-page .header ul li:last-child,.login-page .footer ul li:last-child{border-right:none;padding-right:0}@media (max-width: 1024px){.login-page{padding:0!important;margin:0!important}.login-page .footer{display:flex!important;flex-direction:column!important}.login-page .footer ul,.login-page .logo ul{padding:0!important}.login-page .content{padding:0!important;margin:0!important;flex-direction:column}.login-page .left-side,.login-page .right-side{border-radius:0!important;flex:1 1 100%}.login-page .welcome-message{font-size:1.5em;margin:1em!important}.login-page .rocket img{display:none;visibility:hidden;max-width:240px}}@media (max-width: 768px){.login-page .footer ul{padding:0!important}.login-page .footer ul li{text-align:center}.login-page .welcome-message{font-size:1em!important}}.smart-panel{padding:0;margin:0;-webkit-user-select:none;user-select:none}.smart-panel .header{display:flex}@media screen and (max-width: 600px){.smart-panel .header{flex-direction:column}}.smart-panel .header .left-side{display:flex;align-items:center;justify-content:center}.smart-panel .header .left-side .log,.smart-panel .header .left-side .display-watch{padding:5px}@media screen and (max-width: 600px){.smart-panel .header .left-side{margin-bottom:15px}}.smart-panel .header .right-side{width:100%;display:flex;flex-direction:column;align-items:center}.smart-panel .header .right-side .input-display{margin-bottom:10px;max-width:90%}.smart-panel .header .right-side .input-display input{font-family:Orbitron,sans-serif;letter-spacing:.5cap;font-size:30px;text-align:center;color:#6b6b6b}.smart-panel .header .right-side .input-display input::placeholder{letter-spacing:.1cap}@media screen and (max-width: 600px){.smart-panel .header .right-side .input-display input{font-size:25px}}.smart-panel .header .right-side .keynumbers .grid .grid-column{margin-top:3%;font-size:xx-large;font-family:Orbitron,sans-serif;border-radius:3px;height:50px;display:flex;align-items:center;justify-content:center}.smart-panel .header .right-side .keynumbers .grid .grid-column.disabled div{background-color:#e944475e!important;color:#dfdede;cursor:not-allowed}@media screen and (max-width: 768px){.smart-panel .header .right-side .keynumbers .grid .grid-column{height:auto}}.smart-panel .header .right-side .keynumbers .grid .grid-column .number{background-color:#555;border-radius:3px;margin:10px;width:100%;height:90%;min-height:50px!important;border:solid 1px rgb(189,189,189);color:#fff;cursor:pointer;transition:all .5s;display:flex;align-items:center;justify-content:center}.smart-panel .header .right-side .keynumbers .grid .grid-column .number:hover{background-color:#6b6b6b;transition:all .5s}@media screen and (max-width: 600px){.smart-panel .header .right-side .keynumbers .grid .grid-column .number{height:auto}}.smart-panel .header .right-side .keynumbers .app-button{width:50px;height:50px;margin:5px}.smart-panel .header .actions{text-align:center;margin-top:10px;width:100%;display:flex;gap:30px;justify-content:space-between}@media screen and (max-width: 768px){.smart-panel .header .actions{justify-content:center}}@media screen and (max-width: 768px){.smart-panel .header .actions .break-in,.smart-panel .header .actions .break-out,.smart-panel .header .actions .clock-out,.smart-panel .header .actions .clock-in{width:40%!important;font-size:15px!important}}.smart-panel .header .actions .break-in,.smart-panel .header .actions .break-out{background-color:#f8aa1a;color:#fff;border:solid 1px #f8aa1a}.smart-panel .header .actions .break-in:hover,.smart-panel .header .actions .break-out:hover{background-color:#fab83e;border:solid 1px #fab83e!important;box-shadow:0 0 10px #fab83e;transition:all .5s}.smart-panel .header .actions .clock-out,.smart-panel .header .actions .clock-in{background-color:#e94448;color:#fff;border:solid 1px #e94448}.smart-panel .header .actions .clock-out:hover,.smart-panel .header .actions .clock-in:hover{background-color:#ec6668;border:solid 1px #ec6668!important;box-shadow:0 0 10px #ec6668;transition:all .5s}.smart-panel .header .actions .break-in,.smart-panel .header .actions .break-out,.smart-panel .header .actions .clock-out,.smart-panel .header .actions .clock-in{width:90%;height:50px;border-radius:3px;padding:10px;cursor:pointer;font-family:Orbitron,sans-serif;font-size:20px}.smart-panel .header .actions .break-in:focus,.smart-panel .header .actions .break-out:focus,.smart-panel .header .actions .clock-out:focus,.smart-panel .header .actions .clock-in:focus{box-shadow:0 0 10px #ec6668;outline:none}.action-panel{padding:0;margin:0;-webkit-user-select:none;user-select:none}.action-panel .actions{text-align:center;width:100%;display:flex;gap:10px}@media screen and (max-width: 768px){.action-panel .actions{justify-content:center}}@media screen and (max-width: 768px){.action-panel .actions .break-in,.action-panel .actions .break-out,.action-panel .actions .clock-out,.action-panel .actions .clock-in{font-size:15px!important}}.action-panel .actions .break-in,.action-panel .actions .break-out{background-color:#f8aa1a;color:#fff;border:solid 1px #f8aa1a}.action-panel .actions .break-in:hover,.action-panel .actions .break-out:hover{background-color:#fab83e;border:solid 1px #fab83e!important;box-shadow:0 0 10px #fab83e;transition:all .5s}.action-panel .actions .clock-out,.action-panel .actions .clock-in{background-color:#e94448;color:#fff;border:solid 1px #e94448}.action-panel .actions .clock-out:hover,.action-panel .actions .clock-in:hover{background-color:#ec6668;border:solid 1px #ec6668!important;box-shadow:0 0 10px #ec6668;transition:all .5s}.action-panel .actions .break-in,.action-panel .actions .break-out,.action-panel .actions .clock-out,.action-panel .actions .clock-in{width:90%;height:50px;border-radius:3px;padding:10px;cursor:pointer;font-family:Orbitron,sans-serif;font-size:20px}.action-panel .actions .break-in:focus,.action-panel .actions .break-out:focus,.action-panel .actions .clock-out:focus,.action-panel .actions .clock-in:focus{box-shadow:0 0 10px #ec6668;outline:none}.compact-smart-panel{cursor:none}.compact-smart-panel .content{cursor:none;scrollbar-width:none!important;width:calc(100vw - 150px);display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:20px}.compact-smart-panel .content .input-display{margin-bottom:30px;display:flex;flex-direction:column}.compact-smart-panel .content .input-display input{font-family:Orbitron,sans-serif;letter-spacing:.5cap;font-size:25px;text-align:center;color:#6b6b6b;margin-top:20px}.compact-smart-panel .content .input-display input::placeholder{letter-spacing:.1cap}.compact-smart-panel .content .input-display small{color:#fff}.compact-smart-panel .content .input-display .date,.compact-smart-panel .content .input-display .hour{text-align:center;font-size:1.5em;font-family:Orbitron,sans-serif;color:#fff;border-radius:3px}.compact-smart-panel .content .pannel{display:flex;gap:40px}.compact-smart-panel .content .pannel .keynumbers .grid .grid-column{font-size:xx-large;font-family:Orbitron,sans-serif;border-radius:3px;height:50px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.compact-smart-panel .content .pannel .keynumbers .grid .grid-column.disabled div{background-color:#e944475e!important;color:#dfdede;cursor:none}@media screen and (max-width: 768px){.compact-smart-panel .content .pannel .keynumbers .grid .grid-column{height:auto}}.compact-smart-panel .content .pannel .keynumbers .grid .grid-column .number{background-color:#555;border-radius:3px;margin:3px;width:100%;height:90%;min-height:50px!important;border:solid 1px rgb(189,189,189);color:#fff;cursor:none;transition:all .5s;display:flex;align-items:center;justify-content:center}.compact-smart-panel .content .pannel .keynumbers .grid .grid-column .number:hover{background-color:#6b6b6b;transition:all .5s}.compact-smart-panel .content .pannel .keynumbers .app-button{width:50px;height:50px;margin:5px}.compact-smart-panel .content .pannel .actions{text-align:center;display:flex;flex-direction:column;justify-content:center;gap:30px}@media screen and (max-width: 768px){.compact-smart-panel .content .pannel .actions{justify-content:center}}.compact-smart-panel .content .pannel .actions .break-in,.compact-smart-panel .content .pannel .actions .break-out,.compact-smart-panel .content .pannel .actions .clock-out,.compact-smart-panel .content .pannel .actions .clock-in{font-size:20px!important;overflow:hidden;width:150px}.compact-smart-panel .content .pannel .actions .break-in,.compact-smart-panel .content .pannel .actions .break-out{background-color:#f8aa1a;color:#fff;border:solid 1px #f8aa1a}.compact-smart-panel .content .pannel .actions .break-in:hover,.compact-smart-panel .content .pannel .actions .break-out:hover{background-color:#fab83e;border:solid 1px #fab83e!important;box-shadow:0 0 10px #fab83e;transition:all .5s}.compact-smart-panel .content .pannel .actions .clock-out,.compact-smart-panel .content .pannel .actions .clock-in{background-color:#e94448;color:#fff;border:solid 1px #e94448}.compact-smart-panel .content .pannel .actions .clock-out:hover,.compact-smart-panel .content .pannel .actions .clock-in:hover{background-color:#ec6668;border:solid 1px #ec6668!important;box-shadow:0 0 10px #ec6668;transition:all .5s}.compact-smart-panel .content .pannel .actions .break-in,.compact-smart-panel .content .pannel .actions .break-out,.compact-smart-panel .content .pannel .actions .clock-out,.compact-smart-panel .content .pannel .actions .clock-in{height:50px;border-radius:3px;padding:10px;cursor:none;font-family:Orbitron,sans-serif;font-size:20px}.compact-smart-panel .content .pannel .actions .break-in:focus,.compact-smart-panel .content .pannel .actions .break-out:focus,.compact-smart-panel .content .pannel .actions .clock-out:focus,.compact-smart-panel .content .pannel .actions .clock-in:focus{box-shadow:0 0 10px #ec6668;outline:none}.sign-in{padding:5em 0;max-height:75vh}.sign-in small,.sign-in label{color:#fff!important;text-transform:uppercase}.sign-in .forgot-password{width:100%;text-align:right;margin-top:10px;margin-bottom:30px}.sign-in .forgot-password a{color:#fff}.sign-in .actions{display:flex;margin-top:20px;margin-bottom:50px;gap:10px}.sign-in .actions button{flex:1;font-size:large}.sign-in .actions button.go-terminal{margin-right:0;background-color:#e94448;border-color:#e94448;color:#fff}.sign-in .QR-access{color:#fff}.sign-in .terms-and-conditions{margin-top:20px}@media (max-width: 480px){.sign-in .terms-and-conditions span{font-size:14px!important}}.sign-in .terms-and-conditions .ant-checkbox:hover{border-color:#e94448}.sign-in .terms-and-conditions .ant-checkbox-inner{background-color:#e94448!important;border:2px solid #e94448!important}.sign-in .terms-and-conditions a{color:#fff;text-decoration:underline;text-decoration-color:#e94448;text-underline-offset:8px;text-decoration-thickness:2px}.signup-component{padding:20px;max-height:60vh;margin-top:10px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#e94448 #041840}.signup-component [role]:after,.signup-component [role]:before{background-color:#e94448}.signup-component input[disabled]{background-color:#cfcfcf;color:#041840;cursor:not-allowed}.signup-component .ant-form-item-explain-success{color:#fff}.signup-component label,.signup-component .ant-divider-inner-text,.signup-component .icon{color:#fff!important}.signup-component .actions{display:flex;margin-top:20px;margin-bottom:50px}.signup-component .actions button{flex:1;margin-right:10px;font-size:large}.signup-component .actions button:last-child{margin-right:0;background-color:#e94448;border-color:#e94448;color:#fff}.admin-menu-component{z-index:1000;font-family:Montserrat,sans-serif;color:#fff;background-color:#323d52;height:100vh}.admin-menu-component .menu-element{display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.admin-menu-component .menu-collapsed-button.l2{position:fixed;left:0;background-color:#041840;padding:10px;border-radius:0 5px 5px 0}}.admin-menu-component .my-pin-code{width:90%;margin-left:5%;text-align:center;background-color:#e94448;border-radius:5px;padding:2.5px 0}.admin-menu-component .ant-menu-item.ant-menu-item-selected,.admin-menu-component .ant-menu-item:hover{background-color:transparent;color:#fa8c15!important}.admin-menu-component .ant-menu-item-group-title{color:#fff}.admin-menu-component .menu-header{position:sticky;top:0;z-index:10;background-color:#e94448;height:135px;gap:10px;box-shadow:0 0 10px #000000e6;display:flex;flex-direction:column}.admin-menu-component .menu-header .logo{padding:22px 15px;background-color:#041840;flex:1;display:flex;align-items:center;justify-content:center;gap:10px}.admin-menu-component .menu-header .logo span{color:#fff}.admin-menu-component .menu-header .logo .company-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px!important}.admin-menu-component .menu-header .utils{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px}.admin-menu-component .menu-header .utils .avatar{background-color:#fff;padding:10px;border-radius:50%;width:50px;height:50px}.admin-menu-component .menu-header .utils .user-name{color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px!important}.admin-menu-component .menu-header .utils .down-arrow-icon{color:#fff;font-size:10px;padding:0;margin-top:2px;cursor:pointer}.admin-menu-component .menu-content{padding-top:10px;overflow-y:auto;max-height:calc(100vh - 135px);height:calc(100vh - 135px);box-shadow:0 0 10px #000000e6;background-color:#323d52;scrollbar-width:none}.employee-menu-component{z-index:1000;font-family:Montserrat,sans-serif;color:#fff;background-color:#323d52;height:100vh}.employee-menu-component .menu-element{display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.employee-menu-component .menu-collapsed-button.l2{position:fixed;left:0;background-color:#041840;padding:10px;border-radius:0 5px 5px 0}}.employee-menu-component .my-pin-code{width:90%;margin-left:5%;text-align:center;background-color:#e94448;border-radius:5px;padding:2.5px 0}.employee-menu-component .ant-menu-item.ant-menu-item-selected,.employee-menu-component .ant-menu-item:hover{background-color:transparent;color:#fa8c15!important}.employee-menu-component .ant-menu-item-group-title{color:#fff}.employee-menu-component .menu-header{position:sticky;top:0;z-index:10;background-color:#e94448;height:135px;gap:10px;box-shadow:0 0 10px #000000e6;display:flex;flex-direction:column}.employee-menu-component .menu-header .logo{padding:22px 15px;background-color:#041840;flex:1;display:flex;align-items:center;justify-content:center;gap:10px}.employee-menu-component .menu-header .logo span{color:#fff}.employee-menu-component .menu-header .logo .company-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px!important}.employee-menu-component .menu-header .utils{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px}.employee-menu-component .menu-header .utils .avatar{background-color:#fff;padding:10px;border-radius:50%;width:50px;height:50px}.employee-menu-component .menu-header .utils .user-name{color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px!important}.employee-menu-component .menu-header .utils .down-arrow-icon{color:#fff;font-size:10px;padding:0;margin-top:2px;cursor:pointer}.employee-menu-component .menu-content{padding-top:10px;overflow-y:auto;max-height:calc(100vh - 135px);height:calc(100vh - 135px);box-shadow:0 0 10px #000000e6;background-color:#323d52;scrollbar-width:none}.admin-header-component{background-color:#f8f9fa;box-shadow:0 0 10px #0000003a;display:flex;align-items:center;justify-content:space-between}.admin-header-component .app-select{width:150px}.admin-header-component .app-input{max-width:360px}.admin-header-component .app-input input{font-family:Montserrat,sans-serif}.admin-header-component .app-input input:hover,.admin-header-component .app-input input:focus-within{cursor:text;border-radius:0;border-color:#041840!important}.no-data-component{min-height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center}.app-calendar{-webkit-user-select:none;user-select:none;max-width:365px}.app-calendar .mark-day-container{display:flex;gap:3px;justify-content:center;align-items:center}.app-calendar .mark-day-container .mark-day span{width:12px!important;height:12px!important}.app-calendar .calendar-header{text-align:center;font-size:1.5em;font-weight:600;text-transform:capitalize;display:flex;justify-content:center;align-items:center}.app-calendar .calendar-header .calendar-header-title{flex:1}.app-calendar .calendar-header .arrow-left,.app-calendar .calendar-header .arrow-right{cursor:pointer;padding:5px;border-radius:5px}.app-calendar .calendar-header .arrow-left:hover,.app-calendar .calendar-header .arrow-right:hover{background-color:#0000000a}.app-calendar .ant-picker-calendar .ant-picker-cell-in-view.ant-picker-cell-selected:not(.ant-picker-cell-disabled) .ant-picker-cell-inner,.app-calendar .ant-picker-calendar .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled) .ant-picker-cell-inner,.app-calendar .ant-picker-calendar .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled) .ant-picker-cell-inner{background-color:#fff;color:#000}.app-calendar .ant-picker-calendar .ant-picker-cell-in-view.ant-picker-cell-selected:not(.ant-picker-cell-disabled) .ant-picker-cell-inner:hover,.app-calendar .ant-picker-calendar .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled) .ant-picker-cell-inner:hover,.app-calendar .ant-picker-calendar .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled) .ant-picker-cell-inner:hover{background-color:#0000000a;color:#000}.loading-data-component{display:flex;align-items:center;flex-direction:column;justify-content:center;padding-top:3em}.loading-data-component p{margin-top:2em}.micro-panel-component{-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;border:solid 1px #e8e8e8;background-color:#fff;border-radius:5px;max-height:50px;gap:10px;padding:5px 10px}.micro-panel-component .icon{display:flex}.micro-panel-component .mp-timers{line-height:normal;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:0 10px}.micro-panel-component .mp-timers .timer{text-align:center}.micro-panel-component .mp-timers .timer.hide{display:none}.micro-panel-component .mp-timers .timer .helper{font-size:10px;color:#041840;display:block;text-transform:uppercase}.micro-panel-component .actions{display:flex;align-items:center;justify-content:center;gap:10px}.micro-panel-component .actions span{cursor:pointer;display:flex;align-items:center;gap:5px;border:solid 1px;background-color:#041840;border-radius:5px;padding:5px 10px;height:40px;color:#fff}.micro-panel-component .actions span:hover{background-color:#253958;transition:all .3s}.micro-panel-component .actions span.danger{background-color:#e94448}.micro-panel-component .actions span.danger:hover{background-color:#ec6668;transition:all .3s}.employee-element-component{display:flex;gap:10px;align-items:center;border:solid 1px;border-color:#e8e8e8;padding:10px 20px;border-width:1px;margin-bottom:10px;box-shadow:0 0 7px #0000001a;font-size:13px;justify-content:space-between}@media (max-width: 1000px){.employee-element-component{flex-direction:column;padding:10px}}.employee-element-component .lbl-title{font-weight:700;padding-bottom:5px}.employee-element-component:last-child{border-bottom-width:1px}.employee-element-component .personal-info{flex:1;display:flex;gap:10px}@media (max-width: 1000px){.employee-element-component .personal-info{flex-direction:column;padding:10px;max-width:100%;order:2}}.employee-element-component .personal-info .row{padding-right:10px;border-right:solid 1px #e8e8e8;flex:1}@media (max-width: 1000px){.employee-element-component .personal-info .row{border-right:none}}.employee-element-component .personal-info .row:last-child{border-right:none}.employee-element-component .personal-info .row .personal-name{font-weight:500;padding-right:10px;flex-direction:column}.employee-element-component .personal-info .row .personal-name .info{display:flex;gap:10px}.employee-element-component .personal-info .row .personal-name .info .name{position:relative;padding-right:10px}.employee-element-component .personal-info .row .personal-name .info .name:after{content:"";position:absolute;top:20%;bottom:10%;height:13px;right:0;width:1px;background-color:#ccc}.employee-element-component .personal-info .row .personal-pin{padding-right:10px;flex-direction:column}.employee-element-component .personal-info .row .personal-pin .info{display:flex;flex-direction:column}.employee-element-component .personal-info .row .personal-pin .info .name{position:relative;padding-right:10px}.employee-element-component .personal-info .row .personal-pin .info .name:after{content:"";position:absolute;top:20%;bottom:10%;height:13px;right:0;width:1px;background-color:#ccc}.employee-element-component .personal-info .row .contact-data{display:flex;flex-wrap:wrap;gap:10px;align-items:center}@media (max-width: 1000px){.employee-element-component .personal-info .row .contact-data{flex-direction:column;align-items:start;gap:0}}.employee-element-component .personal-info .row .contact-data .avatar{background-color:#fff;padding:10px;border-radius:50%;width:40px;height:40px}.employee-element-component .personal-info .row .contact-data .name{font-weight:700}.employee-element-component .avatar{background-color:#fff;padding:10px;border-radius:50%;width:40px;height:40px;background-color:#a8d5a841}@media (max-width: 1000px){.employee-element-component .avatar{flex-direction:column;padding:10px;max-width:100%;order:2}}@media (max-width: 1000px){.employee-element-component .actions{order:1;width:100%;text-align:right;margin-bottom:-30px}}.employee-element-component .actions .dots{color:#e94448;font-size:1.5em;cursor:pointer}.filter-component{margin-bottom:10px;display:flex;justify-content:space-between}.filter-component .refresh-filter{cursor:pointer}@media (max-width: 768px){.filter-component{flex-direction:column;gap:10px}}.filter-component .actions{display:flex;gap:10px}@media (max-width: 768px){.filter-component .actions{flex-direction:column;gap:10px}}.filter-component .actions button{min-width:130px}.add-employee-component .btn-info{margin-left:10px}.add-employee-component .alert-admin-sede{margin-top:10px;margin-bottom:10px}.edit-employee-component .btn-info{margin-left:10px}.add-shift-component .aditional-fields-label{margin-bottom:10px}.add-shift-component .aditional-fields-label small{display:block;font-weight:lighter}.shift-element-component{display:flex;gap:10px;align-items:center;border:solid 1px;border-color:#e8e8e8;padding:10px 20px;border-width:1px;margin-bottom:10px;box-shadow:0 0 7px #0000001a;justify-content:space-between;font-size:13px}.shift-element-component .day{color:#e94448;text-decoration:underline;cursor:pointer}.shift-element-component .day:hover{color:#ec6668}@media (max-width: 1000px){.shift-element-component{flex-direction:column;align-items:start}}.shift-element-component .lbl-title{font-weight:700;padding-bottom:5px}.shift-element-component:last-child{border-bottom-width:1px}.shift-element-component .personal-info{flex:1;display:flex;gap:10px}@media (max-width: 1000px){.shift-element-component .personal-info{flex-direction:column;padding:10px;max-width:100%;order:2}}.shift-element-component .personal-info .row{padding-right:10px;border-right:solid 1px #e8e8e8;flex:1}.shift-element-component .personal-info .row:last-child{border-right:none}.shift-element-component .personal-info .row .personal-name{font-weight:500;padding-right:10px;flex-direction:column}.shift-element-component .personal-info .row .personal-name .info{display:flex;gap:10px}.shift-element-component .personal-info .row .personal-name .info .detail{position:relative;padding-right:10px}.shift-element-component .personal-info .row .personal-name .info .detail:not(:last-child):after{content:"";position:absolute;top:20%;bottom:10%;height:13px;right:0;width:1px;background-color:#ccc}.shift-element-component .personal-info .row .personal-pin{padding-right:10px;flex-direction:column}.shift-element-component .personal-info .row .personal-pin .info{display:flex;flex-direction:column}.shift-element-component .personal-info .row .personal-pin .info .name{position:relative;padding-right:10px}.shift-element-component .personal-info .row .personal-pin .info .name:after{content:"";position:absolute;top:20%;bottom:10%;height:13px;right:0;width:1px;background-color:#ccc}.shift-element-component .personal-info .row .contact-data{display:flex;gap:10px;align-items:center}.shift-element-component .personal-info .row .contact-data .avatar{background-color:#fff;padding:10px;border-radius:50%;width:40px;height:40px}.shift-element-component .personal-info .row .contact-data .name{font-weight:700}.shift-element-component .avatar{background-color:#fff;padding:10px;border-radius:50%;width:40px;height:40px;background-color:#a8d5a841}@media (max-width: 1000px){.shift-element-component .avatar{flex-direction:column;padding:10px;max-width:100%;order:2}}@media (max-width: 1000px){.shift-element-component .actions{order:1;width:100%;text-align:right;margin-bottom:-30px}}.shift-element-component .actions .dots{color:#e94448;font-size:1.5em;cursor:pointer}@media (max-width: 768px){.employees-list.app-box{padding:5px}}.employees-list .pagination{display:flex;justify-content:right;align-items:top;justify-content:space-between;margin-top:20px}.employees-list .pagination .pagination-info{color:#041840;font-weight:500}.assign-shift-component .no-employees{margin-top:50px;font-weight:700}.assign-shift-component .notice{margin-top:10px}.work-schedule-component .pagination{display:flex;justify-content:right;align-items:top;justify-content:space-between;margin-top:20px}.work-schedule-component .pagination .pagination-info{color:#041840;font-weight:500}.work-schedule-creator-component .app-work-schedule{padding-top:20px;padding-bottom:10px;overflow:auto;scrollbar-width:thin;scrollbar-color:#e94448 transparent}.ant-select-item-option-content{display:flex;justify-content:space-between;align-items:center}.work-schedule-creator-component table{border-collapse:collapse}.work-schedule-creator-component .remove-user{cursor:pointer;margin-right:5px}.work-schedule-creator-component th:first-child,.work-schedule-creator-component td:first-child{height:35px;position:sticky;left:0;background:#fff;z-index:10}.work-schedule-creator-component thead th{position:sticky!important;top:0;background:#fff;z-index:9}.work-schedule-creator-component .sticky-actions-box{position:sticky!important;top:-20px;right:20px;z-index:11;padding:0 10px;margin:0 0 10px;box-shadow:0 2px 8px #00000026}.work-schedule-creator-component .sticky-actions-box.fullscreen-mode{z-index:1001;top:0!important;right:0;left:0;box-shadow:none;padding:0 10px;margin:0;position:absolute!important}.work-schedule-creator-component .td-selected{color:#041840;background-color:#e9444885;border-radius:6px;transition:background-color .25s ease;box-shadow:inset 0 0 6px #e9444785}.work-schedule-creator-component .td-selected-main{color:#fff;background-color:#e94448;border-radius:8px;font-weight:700;transition:background-color .3s ease,box-shadow .3s ease;position:relative;z-index:10}.work-schedule-creator-component .td-selected-main:focus{outline:none}.work-schedule-creator-component .header{min-width:80px}.work-schedule-creator-component .active-select{border-color:red}.work-schedule-creator-component .fullscreen{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1000;height:100vh;width:100vw}.work-schedule-creator-component .fullscreen thead th{position:sticky!important;top:42px!important;background:#fff;z-index:9}.work-schedule-creator-component .fullscreen .work-schedule-items{scrollbar-width:thin;margin-top:70px}.work-schedule-creator-component .sticky-actions{position:sticky!important;z-index:1;padding:10px 0;margin-bottom:10px;flex-wrap:wrap}.work-schedule-creator-component .app-label.group-name{text-decoration:underline;text-underline-offset:8px}.work-schedule-creator-component .empty-data{margin-top:20px}.work-schedule-creator-component .dayOfWeekString{display:block;color:#041840}.work-schedule-creator-component .dayOfWeekString.saturday,.work-schedule-creator-component .dayOfWeekString.sunday{color:#a0c478!important}.work-schedule-creator-component .dayOfWeekString.public-holiday{color:#e942e0!important}.work-schedule-creator-component table .employee-name{width:200px}.work-schedule-creator-component table .employee-name.bordered{border:solid 1px #e94448;border-width:0 1px 0 0!important}.work-schedule-creator-component .app-work-schedule{padding-top:20px;padding-bottom:10px;scrollbar-color:#e94448 transparent}.work-schedule-creator-component .work-schedule-items .row-items{display:flex;flex-wrap:nowrap;gap:10px}.work-schedule-creator-component .work-schedule-items .app-input{min-width:130px}.schedule-resume{overflow:auto}.schedule-resume .title{display:flex;align-items:center;gap:10px;font-weight:700;margin-bottom:20px}.schedule-resume .title .app-icon{color:#fff;background-color:#e94448;padding:3px;border-radius:5px}.schedule-resume .refresh-filter{cursor:pointer}.schedule-resume .refresh-filter:hover{color:#e94448}.schedule-resume .app-actions .action small{display:block}.schedule-resume table{width:100%;margin:20px 0 5px;border-collapse:separate;border-spacing:5px}.schedule-resume table .name-header,.schedule-resume table .date-header{font-size:small;font-weight:600;min-width:150px;color:#0000004d!important}.schedule-resume table tr{border-bottom:1px solid #ccc!important}.schedule-resume table td{padding:5px 10px}.schedule-resume .shift-info{border-radius:5px;text-align:center}.schedule-resume .shift-info.empty{background-color:#f0f0f057}.schedule-resume .shift-info.ko{background-color:#f8e8db}.schedule-resume .shift-info.ok{background-color:#edf8f4}.schedule-resume .shift-info.present{background-color:#d7e9ff}.schedule-resume .shift-info.no-show{background-color:#f0f0f0}.schedule-resume .shift-info small{display:block}.schedule-resume .shift-info span{font-size:small;color:#00000080;display:flex;justify-content:center;margin:2.5px 0}.schedule-resume .shift-info span .present{font-weight:700}.schedule-resume .name-header{min-width:200px}.schedule-resume .name-cell{display:flex;align-items:center;min-width:200px;gap:10px}.schedule-resume .name-cell .avatar{background-color:#d6d6d63a;padding:7px;border-radius:50%;width:30px;height:30px}.schedule-resume .name-cell div{display:flex;flex-direction:column}.ant-select-selection-item .line-option-selector{display:flex;align-items:center;justify-content:center;gap:10px}.ant-select-selection-item .line-option-selector .color{width:20px;height:20px;border-radius:5px}.ant-select-selection-item .detail{display:none;visibility:hidden}.line-option .line-option-selector{display:flex;gap:10px;padding-bottom:5px;border-bottom:1px solid #041840}.line-option .line-option-selector .color{width:20px;height:20px;border-radius:5px}.line-option .detail{width:100%;padding-bottom:5px}.work-schedule-line-component{padding:0;margin:0}.work-schedule-line-component .work-line.focused .ant-select-selector,.work-schedule-line-component .work-line:hover .ant-select-selector{border-color:#e94448!important;border-width:2px!important}.work-schedule-line-component .employee-name{display:flex;align-items:center;max-width:240px!important;min-width:240px!important;padding-right:20px}.work-schedule-line-component .employee-name .row-number{flex-shrink:0;padding:0 10px;margin-right:5px;background-color:#041840;color:#fff;border-radius:5px}.work-schedule-line-component .employee-name .row-number .row-number-selector span{padding-inline-end:0px!important}.work-schedule-line-component .employee-name .the-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;min-width:0;flex-grow:1}.work-schedule-line-component .employee-name small{display:block}.work-schedule-line-component .apply-to{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px}.work-schedule-line-component .apply-to .app-icon{color:#fff;background-color:#e94448;padding:3px;border-radius:5px}.work-schedule-line-component .apply-to .app-icon:hover{background-color:#e01a1f;cursor:pointer}.work-schedule-item-component{overflow:visible!important;display:flex;gap:10px}.work-schedule-item-component .left-border{padding-left:10px;border-left:1px solid #e8e8e8}@media (max-width: 1000px){.work-schedule-item-component{flex-direction:column;gap:0px}.work-schedule-item-component .left-border{padding-left:0;border-left:0px solid #e8e8e8}.work-schedule-item-component .actions{order:1;z-index:1}}.work-schedule-item-component div{flex:1;order:2}.work-schedule-item-component div:first-child,.work-schedule-item-component div:last-child{flex:0}.work-schedule-item-component .schedule-name small{display:block}.work-schedule-item-component .schedule-status{display:flex;align-items:center;font-size:.8em;font-weight:500;padding-right:10px}.work-schedule-item-component .schedule-status .schedule-tag{width:70px;text-align:center}.work-schedule-item-component .schedule-resume span,.work-schedule-item-component .schedule-creation-date span,.work-schedule-item-component .schedule-dates span{display:block}.work-schedule-item-component .actions{display:flex;align-items:center;justify-content:right}@media (max-width: 1000px){.work-schedule-item-component .actions{order:1;width:100%;text-align:right;margin-bottom:-30px}}.work-schedule-item-component .actions .dots{color:#e94448;font-size:1.5em;cursor:pointer}.work-schedule-clone-component .error{color:red}.work-schedule-clone-component .ok{color:green}.work-schedule-clone-component .app-subtitle{margin-bottom:20px;text-align:justify}.fix-issue-selector .record-resume .error-message{display:flex;flex-direction:column}.fix-issue-selector .record-resume .error-message .warnings{margin-top:10px;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.fix-issue-selector .fix-option{display:flex;flex-direction:column;justify-content:space-between}.fix-issue-selector .fix-option .fix-option-body{border-radius:5px;padding:10px;display:flex;justify-content:space-between;align-items:center;transition:all .3s}.fix-issue-selector .fix-option .fix-option-body:hover{background:#f7f6f6}.fix-issue-selector .fix-option:first-child{margin-top:30px}.fix-issue-selector .fix-option:last-child{margin-bottom:30px}.fix-issue-modify-time-component ul{list-style-type:none}.fix-issue-modify-time-component .additional-info,.fix-issue-modify-time-component .date-picker{margin-top:15px}.fix-issue-modify-time-component .additional-info{display:flex;flex-direction:column;gap:10px}.fix-issue-add-clock-component .app-label{margin-top:10px}.small-reys-record-component .record-date-info,.small-reys-record-component .additional-info,.small-reys-record-component .status{width:150px}@media (max-width: 768px){.small-reys-record-component{zoom:90%}}.small-reys-record-component .message-info{margin-left:10px}.small-reys-record-component .warning{color:#e94448;font-weight:600;cursor:pointer}.small-reys-record-component .app-box{padding:10px 20px;max-height:180px;overflow:hidden}.small-reys-record-component .record-date-info,.small-reys-record-component .additional-info,.small-reys-record-component .status{text-align:center}.small-reys-record-component .record-date-info .app-icon,.small-reys-record-component .additional-info .app-icon,.small-reys-record-component .status .app-icon{margin-bottom:10px}.small-reys-record-component .alerts{display:flex;justify-content:start;align-items:center;height:25px;margin-bottom:10px}.small-reys-record-component .body{display:flex;justify-content:space-between}.small-reys-record-component .body .total-break-info,.small-reys-record-component .body .balance-correction{font-size:12px}.small-reys-record-component .body .total-break-info .highlighted,.small-reys-record-component .body .balance-correction .highlighted{color:#041840;font-weight:700}.small-reys-record-component .body .total-break-info .highlighted.error,.small-reys-record-component .body .balance-correction .highlighted.error{color:#e94448}.small-reys-record-component .body .record-type{display:flex;align-items:center}.small-reys-record-component .body .additional-info .balanace-and-breaks{display:flex;flex-direction:column}.small-reys-record-component .body .record-type-icon{padding:10px;border-radius:5px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.5em;margin-right:15px}.small-reys-record-component .body .record-type-icon.in{background-color:#72d47283;color:#041840}.small-reys-record-component .body .record-type-icon.out{background-color:#e94448;color:#fff}.small-reys-record-component .body .record-type-icon.break_out,.small-reys-record-component .body .record-type-icon.break_in{background-color:#e7e67d71;color:#041840}.small-reys-record-component .body .record-date-time{display:flex;flex-direction:column}.small-reys-record-component .body .record-date-time .record-time{font-weight:700;color:#595a59;font-size:large}.small-reys-record-component .body .record-date-time .balance-correction{font-size:x-small}.small-reys-record-component .body .record-type-title{text-transform:uppercase;font-weight:500;font-size:small;color:#041840}.small-reys-record-component .body .status-info{align-items:center;font-size:medium;padding-top:5px}.small-reys-record-component .body .status-info.reys-error{cursor:pointer;font-weight:500;color:#e94448}.small-reys-record-component .body .status-info.reys-error:hover{text-decoration:underline;text-underline-offset:5px}.small-reys-record-component .footer .shift-info{display:flex;align-items:center;justify-content:center;gap:10px}.small-reys-record-component .footer .shift-info .detail:not(:last-child):after{margin-left:10px;content:"|"}.empty-reys-record{background-color:#eee3!important;border-width:2px!important;overflow:hidden!important;display:flex;align-items:center;justify-content:center;gap:15px;max-height:85px!important}.empty-reys-record .icon{font-size:2rem;color:#c4c4c4}.empty-reys-record .message{font-size:1rem;font-weight:400;color:#c4c4c4;text-transform:uppercase}.reys-dashboard-component{display:flex;gap:20px}@media (max-width: 768px){.reys-dashboard-component{flex-direction:column}}.reys-dashboard-component .app-box{margin-bottom:5px}.reys-dashboard-component .divider-records{margin:50px 0 20px;font-weight:500;letter-spacing:.5px;font-size:12px;display:flex;flex-direction:row}.reys-dashboard-component .divider-records div,.reys-dashboard-component .divider-records label{display:inline;text-transform:uppercase;background-color:#3d4053;color:#fff;padding:2px 15px;border-radius:5px}.reys-dashboard-component .divider-records div{display:inline;color:#fff}.reys-dashboard-component .divider-records div.work{background-color:#7aa358}.reys-dashboard-component .divider-records div.break{background-color:#dda43a}@media (max-width: 768px){.reys-dashboard-component .divider-records div,.reys-dashboard-component .divider-records label{display:block;margin-bottom:5px}}.reys-dashboard-component .left-panel{display:flex;flex-direction:column;gap:10px;align-items:center}.reys-dashboard-component .left-panel .avatar{padding:10px;border-radius:50%;width:50px;height:50px;border:3px solid rgba(168,213,168,.2549019608);background-color:#fff}.reys-dashboard-component .left-panel .alerts-resume,.reys-dashboard-component .left-panel .employee-data{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:365px;width:220px;padding:10px;border:solid 1px #e8e8e8;border-radius:5px}.reys-dashboard-component .left-panel .alerts-resume label,.reys-dashboard-component .left-panel .employee-data label{font-weight:600;margin:10px 0}.reys-dashboard-component .left-panel .list-items{display:flex;flex-direction:column}.reys-dashboard-component .left-panel .list-items span{display:flex;justify-content:space-between;gap:10px}.reys-dashboard-component .left-panel .list-items span .icon{display:flex}.reys-dashboard-component .left-panel .list-items span div:last-child{flex:1;color:#e94448;text-align:right}.reys-dashboard-component .right-panel{flex:1}.reys-dashboard-component .right-panel .header{display:flex;gap:10px;margin-bottom:10px;justify-content:space-between;align-items:center}@media (max-width: 768px){.reys-dashboard-component .right-panel .header{flex-direction:column}}.reys-dashboard-component .right-panel .header .actions,.reys-dashboard-component .right-panel .header .dates{display:flex;gap:10px}@media (max-width: 768px){.reys-dashboard-component .right-panel .header .dates{margin-bottom:10px}}.reys-dashboard-component .right-panel .header .resume-timers{display:flex;align-items:center;border:solid 1px #e8e8e8;padding:0 10px;border-radius:5px;background-color:#eee;font-weight:600;gap:10px}.reys-dashboard-component .right-panel .header .resume-timers div:not(:last-child):after{content:"";display:inline-block;width:1px;height:20px;background-color:#d8d8d8;margin:-4px 10px}@media (max-width: 890px){.reys-dashboard-component .right-panel .header .resume-timers{flex-direction:column;align-items:flex-start;padding:10px}.reys-dashboard-component .right-panel .header .resume-timers div:not(:last-child):after{display:none}}.reys-dashboard-component .right-panel .timekeeper-records{margin-top:15px;max-height:calc(100vh - 250px)}.reys-dashboard-component .right-panel .timekeeper-records.empty{display:flex;justify-content:center;scrollbar-width:none;padding-top:100px;font-size:20px;color:#e94448}@media (max-width: 768px){.reys-dashboard-component .right-panel .timekeeper-records{margin-top:-15px}}.reys-log-changes .app-subtitle{text-align:center;margin-bottom:20px;text-decoration:underline}.reys-log-changes .no-log-changes{text-align:center}.holiday-item-container{display:flex;gap:5px;border:solid 1px;align-items:center;justify-content:space-between;padding:5px 10px;margin-bottom:10px;border-radius:5px;border-color:#e8e8e8;background-color:#eee;box-shadow:0 0 5px #0000001a}@media (min-width: 1200px) and (max-width: 1450px){.holiday-item-container{flex-direction:column}}.holiday-item-container .holiday-tag{width:80px;text-align:center}.holiday-item-container .dates{display:flex;flex-direction:column;font-size:.8rem;font-weight:600}.holiday-item-container .item-status .status-icon{width:15px;height:15px;border-radius:50%}.holiday-item-container .item-status .status-icon.pending{background-color:#ffa600dc}.holiday-item-container .item-status .status-icon.approved{background-color:#008000b6}.holiday-item-container .item-status .status-icon.denied{background-color:#ff0000a8}.public-holiday-item-container{display:flex;gap:5px;border:solid 1px;align-items:center;padding:5px 10px;margin-bottom:10px;border-radius:5px;border-color:#e8e8e8;background-color:#eee;box-shadow:0 0 5px #0000001a}@media (min-width: 0) and (max-width: 450px){.public-holiday-item-container{flex-direction:column;text-align:center}}@media (min-width: 1200px) and (max-width: 1450px){.public-holiday-item-container{flex-direction:column;text-align:center}}.public-holiday-item-container .holiday-tag{width:80px;text-align:center}.public-holiday-item-container .date-and-description .date{font-size:.8rem;font-weight:600}.public-holiday-item-container .item-status .status-icon{width:20px;height:20px;border-radius:50%}.public-holiday-item-container .item-status .status-icon.pending{background-color:#ffa600dc}.public-holiday-item-container .item-status .status-icon.approved{background-color:#008000b6}.public-holiday-item-container .item-status .status-icon.denied{background-color:#ff0000a8}.holiday-item-component{display:flex;justify-content:space-between;background-color:#fff;align-items:center;border:solid 1px;border-color:#e8e8e8;padding:5px 10px;border-width:1px;margin-bottom:10px;box-shadow:0 0 7px #0000001a;align-items:stretch}.holiday-item-component .item{flex:1;padding:5px 5px 5px 10px;border-left:solid 1px #e8e8e8;display:flex;flex-direction:row}@media (max-width: 1000px){.holiday-item-component .item.actions{order:1;width:100%;text-align:right;margin-bottom:-30px}}.holiday-item-component .item.actions .dots{color:#e94448;font-size:1.5em;cursor:pointer}.holiday-item-component .item.holiday-status{display:flex;align-items:center;justify-content:center}.holiday-item-component .item .status{background-color:#fff;border-radius:5px;width:30px;height:30px}.holiday-item-component .item .status.pending{background-color:#fdb021;border-color:#fdb021;box-shadow:0 0 7px #fdb02180}.holiday-item-component .item .status.approved{background-color:#d4edda;border-color:#d4edda;box-shadow:0 0 7px #d4edda80}.holiday-item-component .item .status.denied{background-color:#f8d7da;border-color:#f8d7da;box-shadow:0 0 7px #f8d7da80}.holiday-item-component .item .status.suspended{background-color:#e94448;border-color:#e94448;box-shadow:0 0 7px #0000001a}.holiday-item-component .item:first-child{flex:0;text-align:center;border-left:none}.holiday-item-component .item:nth-child(2){border-left:none}.holiday-item-component .item:last-child{flex:0;border-left:none}.holiday-item-component .item label{font-weight:700;padding-bottom:5px;display:block}.holiday-item-component .item.actions{display:flex;justify-content:center;align-items:center}.holiday-item-component .item.comments,.holiday-item-component .item.employee-data,.holiday-item-component .item.holiday-dates{display:flex;flex-direction:column}.holiday-list-component .pagination{display:flex;justify-content:right;align-items:top;justify-content:space-between;margin-top:20px}.holiday-list-component .pagination .pagination-info{color:#041840;font-weight:500}.review-holiday-request-modal .resume{display:flex;flex-wrap:wrap;align-items:stretch}.review-holiday-request-modal .resume div{display:flex;flex-direction:column}.review-holiday-request-modal .resume .employee-data,.review-holiday-request-modal .resume .holiday-dates{flex:0 0 50%}.review-holiday-request-modal .resume .comments{flex:0 0 100%}.next-public-holidays-component .title{display:flex;align-items:center;gap:10px;font-weight:700;margin-bottom:20px}.next-public-holidays-component .title .app-icon{color:#fff;background-color:#e94448;padding:3px;border-radius:5px}.next-public-holidays-component .next-public-holiday-list{list-style:none;padding:0;margin:0}.next-public-holidays-component .next-public-holiday-list li{display:flex;justify-content:space-between;padding:8px 12px;border-bottom:1px solid #eee}.next-public-holidays-component .next-public-holiday-list li:hover{background-color:#e8e8e8}.next-public-holidays-component .next-public-holiday-list li .holiday-description{font-weight:600}.next-public-holidays-component .next-public-holiday-list li .holiday-date{color:#888}.employee-holidays-widget-component .title{display:flex;align-items:center;gap:10px;font-weight:700;margin-bottom:20px}.employee-holidays-widget-component .title .app-icon{color:#fff;background-color:#e94448;padding:3px;border-radius:5px}.employee-holidays-widget-component .list-items{list-style:none;padding:0;margin:0}.employee-holidays-widget-component .list-items li{display:flex;justify-content:space-between;padding:8px 12px;border-bottom:1px solid #eee}.employee-holidays-widget-component .list-items li:hover{background-color:#e8e8e8}.employee-holidays-widget-component .list-items li .description{font-weight:600}.employee-holidays-widget-component .list-items li .date{color:#888}.company-structure-component .ant-transfer-list{overflow:auto}.company-structure-component .contact-data span{display:block}.company-structure-component .refresh-establishment-list{margin-left:10px}.company-structure-component .refresh-establishment-list .spin{animation:spin 2s linear infinite}.job-categories-component .ant-transfer-list{overflow:auto}.job-categories-component .contact-data span{display:block}.job-categories-component .refresh-establishment-list{margin-left:10px}.job-categories-component .refresh-establishment-list .spin{animation:spin 2s linear infinite}.general-request-record-component{border-width:0 0 0 5px!important;border-left:solid 5px!important;padding:15px!important}.general-request-record-component.pending{background-color:#fef9c3a8;border-color:#f0ad4e!important}.general-request-record-component.denied{background-color:#fee2e2a8;border-color:#d9534f!important}.general-request-record-component.approved{background-color:#dcfce7a8;border-color:#5cb85c!important}.general-request-record-component .record-header{display:flex;justify-content:space-between;margin-bottom:5px}.general-request-record-component .record-header .status-item{display:flex;gap:10px}.general-request-record-component .record-header .status-item .status{font-weight:600;text-transform:capitalize;padding:5px 10px;border-radius:5px;background-color:#f5f5f5;max-width:100px;color:#fff}.general-request-record-component .record-header .status-item .status.pending{background-color:#f0ad4e}.general-request-record-component .record-header .status-item .status.approved{background-color:#5cb85c}.general-request-record-component .record-header .status-item .status.denied{background-color:#d9534f}.general-request-record-component .record-header .status-item .record-type{padding:5px 10px;border-radius:5px;background-color:#b3b0b0;color:#fff;font-weight:600}.general-request-record-component .record-header .record-date{color:#777}.general-request-record-component .record-body-content small{display:block}.add-general-request-selector .app-small-message{display:flex;align-items:center;gap:5px}.add-general-request-selector .record-resume .error-message{display:flex;flex-direction:column}.add-general-request-selector .record-resume .error-message .warnings{margin-top:10px;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.add-general-request-selector .fix-option{display:flex;flex-direction:column;justify-content:space-between}.add-general-request-selector .fix-option .fix-option-body{border-radius:5px;padding:10px;display:flex;justify-content:space-between;align-items:center;transition:all .3s}.add-general-request-selector .fix-option .fix-option-body:hover{background:#f7f6f6}.add-general-request-selector .fix-option:first-child{margin-top:30px}.add-general-request-selector .fix-option:last-child{margin-bottom:30px}.my-schedule-item{display:flex;flex-direction:column;gap:5px;margin-bottom:20px}.my-schedule-item .bad-break{color:red}.my-schedule-item .week-day{text-transform:capitalize;font-size:1rem;font-weight:600;color:#fff;text-align:center;background-color:#041840;border-radius:5px;margin-bottom:5px}.my-schedule-item .body{border:solid 1px #e8e8e8;background-color:#fff;padding:10px;height:100%;justify-content:center;display:flex;flex-direction:column;gap:5px;align-items:center;box-shadow:0 0 5px #0000001a}.my-schedule-item .body.not-worked:not(.future){background-color:#f8cdcd62}.my-schedule-item .body.future{background-color:#b8b8b862}.my-schedule-item .body.partial-worked{background-color:#f3d06e41}.my-schedule-item .body.today{background-color:#80a2ff31}.my-schedule-item .body.rest-day-{background-color:#80ff8031;font-size:1.2rem;font-weight:500}.my-schedule-item .body .schedule-timers{width:100%}.my-schedule-item .body .schedule-timers .expected-from-to{display:block;text-align:center}.my-schedule-item .body .effective-timers{width:100%;text-align:center;display:flex;align-items:center;justify-content:center;gap:10px}.my-schedule-item .body .effective-timers .effective-from-to,.my-schedule-item .body .effective-timers .effective-breaks{display:block;font-weight:600;font-size:12px}.my-schedule-item .body .progress{margin-top:10px;width:100%}.my-schedule-statistics-component .card{margin:auto;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;padding:2rem}.my-schedule-statistics-component .card .header{display:flex;justify-content:space-between;border-bottom:1px solid #eee;margin-bottom:1.5rem}.my-schedule-statistics-component .card .header h2{margin:0}.my-schedule-statistics-component .card .header .attendance{text-align:right}.my-schedule-statistics-component .card .header .attendance span{font-size:.9rem;color:gray}.my-schedule-statistics-component .card .header .attendance strong{display:block;font-size:1.6rem;color:#2e7d32}.my-schedule-statistics-component .card .section{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}.my-schedule-statistics-component .card .section .item{background:#f9fafc;padding:1rem;border-radius:10px;text-align:center}.my-schedule-statistics-component .card .section .item h4{margin:0;font-size:1rem;color:#333}.my-schedule-statistics-component .card .section .item h4 small{display:block;font-size:11px}.my-schedule-statistics-component .card .section .item p{margin:.3rem 0 0;font-size:1.3rem;font-weight:700;color:#555}.my-schedule-statistics-component .card .section .item.green p{color:#2e7d32}.my-schedule-statistics-component .card .section .item.red p{color:#c62828}.my-schedule-statistics-component .card .section .item.orange p{color:#ef6c00}.my-schedule-statistics-component .card .section .item.blue p{color:#1565c0}.my-schedule-statistics-component .card .section .item.yellow p{color:#f9a825}.terminal-qr-component{display:flex;align-items:center;justify-content:center}.scanner-component{padding:0;margin:0;display:flex;align-items:center;justify-self:center}.scanner-component p,.scanner-component .app-title,.scanner-component .otp{text-align:center}.scanner-component small{display:block;text-align:center}.scanner-component .app-box{display:flex;padding:20px 0;margin:0;flex-direction:column;align-items:center;justify-content:space-around;height:100vh;width:100vw;gap:20px}.scanner-component .qr-reader{margin-left:auto;margin-right:auto;margin-top:20px;width:350px}.scanner-component .qr-reader #qr-shaded-region{border-radius:5px}.configure-qr-component{padding:0!important;margin:0!important;height:100vh;display:flex}.configure-qr-component p,.configure-qr-component .app-title,.configure-qr-component .otp{text-align:center}.configure-qr-component small{display:block;text-align:center}.configure-qr-component .app-box{display:flex;flex-direction:column;align-items:center;height:100vh;margin:0!important;gap:20px}.configure-qr-component .loading-data{position:fixed;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#00000080;left:0;top:0;display:none;visibility:hidden}.configure-qr-component .loading-data .app-label{color:#fff}.configure-qr-component .loading-data.active{display:flex;visibility:visible;z-index:1000}.terminal-list-component .ant-transfer-list{overflow:auto}.terminal-list-component .refresh-terminal-list{margin-left:10px}.terminal-list-component .refresh-terminal-list .spin{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.next-birthdays-component .title{display:flex;align-items:center;gap:10px;font-weight:700;margin-bottom:20px}.next-birthdays-component .title .app-icon{color:#fff;background-color:#e94448;padding:3px;border-radius:5px}.next-birthdays-component .next-birthdays-list{list-style:none;padding:0;margin:0}.next-birthdays-component .next-birthdays-list li{display:flex;justify-content:space-between;padding:8px 12px;border-bottom:1px solid #eee}.next-birthdays-component .next-birthdays-list li:hover{background-color:#e8e8e8}.next-birthdays-component .next-birthdays-list li .employee-name{font-weight:600}.next-birthdays-component .next-birthdays-list li .employee-birthday{color:#888}.error-404-page{height:calc(100vh - 125px)}.error-404-page.generic-message{display:flex;flex-direction:column;align-items:center;justify-content:center}.error-404-page.generic-message .icon{margin-bottom:32px}.error-404-page.generic-message .number{font-size:3.5em;font-style:normal;font-weight:500;line-height:normal;letter-spacing:6px}.error-404-page.generic-message .message{margin-bottom:60px}.error-404-page.generic-message .message .title{font-size:1.5em;font-weight:600;margin-bottom:0}.error-404-page.generic-message .message .text{font-size:1em;margin-top:5px;margin-bottom:0}.error-404-page.generic-message .message .text:first-child{font-size:1em;margin-top:125px;margin-bottom:0}.error-404-page.generic-message .buttons{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}.error-404-page.generic-message .buttons button{width:300px;height:60px;color:#fff;font-family:Lato;font-size:18px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.08px;border-radius:0;margin:0 5px 28px;border:none}.error-404-page.generic-message .buttons button .content{color:#fff;display:flex;align-items:center;justify-content:center}.error-404-page.generic-message .buttons button .content span{margin-left:13px}.clock{-webkit-user-select:none;user-select:none;position:relative;width:360px;height:360px;border-radius:50%;background-color:#fff;display:flex;box-shadow:0 0 10px #0000007e;justify-content:center;align-items:center;flex-direction:column}.clock .clock-face{position:relative;width:100%;height:100%;border-radius:50%;display:flex;justify-content:center;align-items:center}.clock .progress-bar{position:absolute;top:0;left:0;border-radius:50%;background:conic-gradient(rgb(182,87,87) 0%,transparent 0% 100%);transition:background 1s ease}.clock .seconds{z-index:4}.clock .minutes{z-index:2}.clock .hours{z-index:1}.clock .center-circle-white,.clock .middle-circle-white-one,.clock .middle-circle-white-two{background-color:#555}.clock .center-circle-white{z-index:5}.clock .middle-circle-white-one{z-index:3}.clock .middle-circle-white-two{z-index:2}.clock .time{position:absolute;font-size:2.5em;font-family:Orbitron,sans-serif;font-optical-sizing:auto;font-weight:600;font-style:normal;color:#fff;z-index:6}.clock .time .spinner{font-size:2em}.clock .time .amOrPm{display:block;text-align:center}.terminal-page{cursor:none;width:100vw;height:100vh;-webkit-user-select:none;user-select:none;justify-content:center;display:flex;flex-direction:column;font-family:Montserrat,sans-serif}@media screen and (max-width: 768px){.terminal-page{padding:0}}@media (max-width: 480px){.terminal-page{padding:0;margin:0}}.terminal-page .content{max-width:100%;box-shadow:0 0 10px #0000007e;flex:1;display:flex}@media screen and (max-width: 768px){.terminal-page .content{flex-direction:column;border-radius:0!important;padding:0}}@media screen and (max-width: 900px){.terminal-page .content .left-side{display:none!important;visibility:hidden!important}}.terminal-page .content .left-side,.terminal-page .content .right-side{padding:15px 20px;color:#fff}@media screen and (max-width: 768px){.terminal-page .content .left-side,.terminal-page .content .right-side{padding:0}}.terminal-page .content .left-side{flex:1;align-items:center;justify-content:center;background-color:#e94448;display:flex;flex-direction:column}@media screen and (max-width: 768px){.terminal-page .content .left-side{padding:10px;border-radius:0}}@media (max-width: 480px){.terminal-page .content .left-side{display:none}}.terminal-page .content .left-side .today{background-color:#041840;padding:10px;border:solid 1px white;box-shadow:0 0 10px #0000007e;font-size:1.5em;margin-bottom:20px}@media screen and (max-width: 768px){.terminal-page .content .left-side .today{font-size:1.2em}}@media screen and (max-width: 480px){.terminal-page .content .left-side .today{font-size:1em;padding:8px}}.terminal-page .content .left-side .clock-mode{margin-top:20px;display:flex}.terminal-page .content .left-side .clock-mode .app-button{flex:1;margin:0 10px;background-color:#041840;box-shadow:0 0 10px #0000007e;color:#fff;font-size:1em}@media screen and (max-width: 768px){.terminal-page .content .left-side .clock-mode .app-button{margin:0 5px;font-size:.9em}}@media screen and (max-width: 480px){.terminal-page .content .left-side .clock-mode .app-button{font-size:.8em}}.terminal-page .content .right-side{padding:3em;background-color:#041840;flex:1;display:flex;align-items:center;justify-content:center;min-height:100vh!important;width:100%}@media screen and (max-width: 768px){.terminal-page .content .right-side{padding:2em 0}}.terminal-page .content .right-side .right-content{display:flex;flex-direction:column;justify-content:end}.admin-dashboard-page{align-items:start;height:calc(100vh - 250px);background-color:#f5f5f5}.admin-dashboard-page .welcome-message{display:inline-block;width:100%;height:100px;font-size:1.5rem;color:#868686;text-align:center;text-shadow:1px 1px 0 #ffffff,-1px -1px 0 #ffffff,-1px 1px 0 #ffffff,1px -1px 0 #ffffff,2px 2px 4px rgba(0,0,0,.2);margin:0 0 20px;padding:20px 0}.admin-page-wrapper{font-family:Montserrat,sans-serif;font-size:2em}.error-500-page{height:calc(100vh - 125px)}.error-500-page.generic-message{display:flex;flex-direction:column;align-items:center;justify-content:center}.error-500-page.generic-message .icon{margin-bottom:32px}.error-500-page.generic-message .number{font-size:3.5em;font-style:normal;font-weight:500;line-height:normal;letter-spacing:6px}.error-500-page.generic-message .message{margin-bottom:60px}.error-500-page.generic-message .message .title{font-size:1.5em;font-weight:600;margin-bottom:0}.error-500-page.generic-message .message .text{font-size:1em;margin-top:5px;margin-bottom:0}.error-500-page.generic-message .message .text:first-child{font-size:1em;margin-top:125px;margin-bottom:0}.error-500-page.generic-message .buttons{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}.error-500-page.generic-message .buttons button{width:300px;height:60px;color:#fff;font-family:Lato;font-size:18px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.08px;border-radius:0;margin:0 5px 28px;border:none}.error-500-page.generic-message .buttons button .content{color:#fff;display:flex;align-items:center;justify-content:center}.error-500-page.generic-message .buttons button .content span{margin-left:13px}.employee-page-wrapper{font-family:Montserrat,sans-serif;font-size:2em}.employee-holidays-page{display:flex;gap:20px}@media (max-width: 600px){.employee-holidays-page{flex-direction:column}}.employee-holidays-page .app-actions{display:flex;margin-bottom:30px}.employee-holidays-page .header{height:100vh;top:0;z-index:100;position:sticky}@media (max-width: 600px){.employee-holidays-page .header{position:relative}}.employee-holidays-page .public-holidays,.employee-holidays-page .my-holidays{padding-top:5px}.employee-holidays-page .app-subtitle{text-align:center;margin-bottom:10px}.employee-holidays-page .free-days,.employee-holidays-page .vacations{position:relative;top:0;height:fit-content;z-index:10}.employee-holidays-page .holidays{display:flex;flex-direction:column;justify-content:center;align-items:center}.employee-holidays-page .holidays .info-icon{display:none}.employee-holidays-page .holidays .info{display:inline-block}.employee-holidays-page .holidays div{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.employee-holidays-page .holidays .title{font-weight:600}.employee-holidays-page .holidays .title .arrow-left,.employee-holidays-page .holidays .title .arrow-right{cursor:pointer;margin:0 10px}.employee-holidays-page .holidays .title .arrow-left:hover,.employee-holidays-page .holidays .title .arrow-right:hover{color:#e94448}.employee-holidays-page .holidays .total-days{display:flex;flex-direction:column}.employee-holidays-page .holidays .total-days .days{font-size:1.3em}.employee-holidays-page .holidays .resume{margin-bottom:0}.employee-holidays-page .holidays .resume span{font-size:1.1em;letter-spacing:3px;font-weight:600;margin-top:10px}.employee-holidays-page .holidays .resume small{color:gray}.employee-holidays-page .holidays .resume div{display:flex;flex-direction:column}.employee-holidays-page .months{text-align:center;display:flex;flex-wrap:wrap;zoom:.8}.employee-holidays-page .months .month{display:flex;flex-direction:column;align-items:center}.text-align-right{text-align:right}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 100,"GRAD" 200,"opsz" 48!important}.material-symbols-outlined.small{font-size:small!important}.material-symbols-outlined.medium{font-size:medium!important}.material-symbols-outlined.large{font-size:large!important}.material-symbols-outlined.x-large{font-size:x-large!important}.material-symbols-outlined.xx-large{font-size:xx-large!important}.material-symbols-outlined.xxx-large{font-size:5em!important}.material-symbols-outlined.px12{font-size:12px!important}.material-symbols-outlined.px14{font-size:14px!important}.material-symbols-outlined.px16{font-size:16px!important}.material-symbols-outlined.px18{font-size:18px!important}.material-symbols-outlined.px20{font-size:20px!important}.material-symbols-outlined.px24{font-size:24px!important}.material-symbols-outlined.px30{font-size:30px!important}.ant-select-dropdown{min-width:100px}@media (max-width: 530px){.ant-modal{position:absolute;top:0;border-radius:0;width:100vw!important;min-height:100vh!important}.ant-modal .ant-modal-content{top:-8px;position:absolute;width:100vw!important;min-height:100vh!important;border-radius:0}}.ant-layout-sider.admin-menu-component,.ant-layout-sider.employee-menu-component{transition:all .3s}@media (max-width: 768px){.ant-layout-sider.admin-menu-component,.ant-layout-sider.employee-menu-component{position:absolute!important}.ant-layout-sider.admin-menu-component.show,.ant-layout-sider.employee-menu-component.show{left:0}.ant-layout-sider.admin-menu-component.hide,.ant-layout-sider.employee-menu-component.hide{left:-80px}}.ant-menu-item.ant-menu-item-disabled{color:#969696!important;cursor:not-allowed;border-radius:5px}.ant-menu-item.ant-menu-item-disabled:hover{color:#fff!important;background-color:#acacac!important}@media (max-width: 1024px){html{overflow:scroll}}body{overflow:hidden}strong{font-weight:600}@media (max-width: 1200px){.ant-transfer-operation{rotate:90deg!important;gap:15px!important}}@media (max-width: 1200px){.ant-transfer-customize-list{flex-direction:column!important}}.app-alert{background-color:#f9f9f9;border:1px solid #d9d9d9;border-radius:5px;padding:16px 20px;box-shadow:0 2px 4px #0000001a;color:#333;display:flex;align-items:center;gap:12px;margin-bottom:10px}.app-alert.success{background-color:#f6ffed;border-color:#b7eb8f;color:#389e0d}.app-alert.error{background-color:#fff2f0;border-color:#ffccc7;color:#cf1322}.app-alert.info{background-color:#e6f7ff;border-color:#91d5ff;color:#096dd9}.app-alert.warning{background-color:#fffbe6;border-color:#ffe58f;color:#d48806}.app-alert .alert-icon{font-size:1.2rem;flex-shrink:0}.app-alert .alert-text{flex-grow:1}.app-separator{margin:5px}.app-title{font-family:Montserrat,sans-serif;font-size:1.5em;font-weight:700;color:#041840;display:block;margin:10px 0 5px}.app-subtitle{font-family:Montserrat,sans-serif;font-size:1.05em;font-weight:600;color:#041840;display:block;margin:10px 0 5px}.app-checkbox .ant-checkbox-inner{border-color:#041840!important}.app-checkbox .ant-checkbox-checked .ant-checkbox-inner{border-color:#e94448!important;background-color:#e94448!important}.app-icon.extra-small{font-size:.8em}.app-icon.small{font-size:small}.app-icon.medium{font-size:medium}.app-icon.large{font-size:large}.app-icon.x-large{font-size:x-large}.app-icon.xx-large{font-size:xx-large}.app-icon.xxx-large{font-size:5em}.app-icon.px12{font-size:12px}.app-icon.px14{font-size:14px}.app-icon.px16{font-size:16px}.app-icon.px18{font-size:18px}.app-icon.px20{font-size:20px}.app-icon.px24{font-size:24px}.app-icon.px30{font-size:30px}.app-col{margin-bottom:10px}.app-suffix{color:#aaabac}.app-search-icon{color:#aaabac;margin-right:10px}.app-actions{display:flex;justify-content:right;align-items:center;width:100%;gap:10px;margin-top:10px}.app-actions.centered{justify-content:center}.app-container{border:solid 1px;padding:30px;border-radius:5px;background-color:#fff;border-color:#e0e0e0;box-shadow:0 0 10px #0000001a;margin-bottom:15px}.app-box{border:solid 1px;padding:30px;border-radius:5px;background-color:#fff;border-color:#e0e0e0;box-shadow:0 0 10px #0000001a;margin-bottom:15px;overflow:auto;scrollbar-width:thin;scrollbar-color:#e94448}.app-box.no-padding{padding:0}.app-pagination{display:flex;justify-content:end;align-items:center;padding:10px 0}.app-pagination .ant-pagination{margin:0}.app-page{padding:20px 30px;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#e94448 white;max-height:calc(100vh - 70px);min-height:calc(100vh - 70px)}.app-page .content{height:calc(100vh - 110px);padding-bottom:10em}@media (max-width: 768px){.app-page{padding:20px 10px}}.app-input{border-radius:5px;width:100%}.app-input .ant-select-selector{border-radius:5px!important}.app-input.no-full-width{width:auto}.app-small-message{display:inline-block;width:100%}.app-label{font-family:Montserrat,sans-serif;font-size:1em;font-weight:600;color:#041840;display:block;margin:10px 0 5px}.app-helper{font-family:Montserrat,sans-serif;font-size:.8em;color:#041840;display:block;margin:5px 0}.app-button{border-radius:5px!important}.app-button.primary{background-color:#e94448!important;border-color:#e94448!important;color:#fff!important}.app-button.primary:hover{background-color:#ec6668!important;border-color:#ec6668!important}.app-button.secondary{background-color:#041840!important;border-color:#041840!important;color:#fff!important}.app-button.secondary:hover{background-color:#253958!important;border-color:#253958!important}.app-button.draft{background-color:#f0ad4e!important;border-color:#f0ad4e!important;color:#fff!important}.app-button.draft:hover{background-color:#f0ad4e!important;border-color:#f0ad4e!important}.app-button.disabled{background-color:#3d5883cb!important;border-color:#3d5883cb!important;color:#acacac!important}.app-button.danger{background-color:#e94448!important;border-color:#e94448!important;color:#fff!important}.app-button.danger:hover{background-color:#ec6668!important;border-color:#ec6668!important}.app-button.excel{background-color:#217346!important;border-color:#217346!important;color:#fff!important}.app-button.excel:hover{background-color:#25a465!important;border-color:#25a465!important}.app-button.import{background-color:#041840!important;border-color:#041840!important;color:#fff!important}.app-button.import:hover{background-color:#253958!important;border-color:#253958!important}.app-button.add{background-color:#e94448!important;border-color:#e94448!important;color:#fff!important}.app-button.add:hover{background-color:#ec6668!important;border-color:#ec6668!important}.app-list-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap}.app-list-item .list-block{width:100%;display:flex;justify-content:space-between!important}.app-list-item .list-block .list-item-container{flex:1;display:flex;flex-direction:column}.app-list-item .list-block .list-item-container .label{font-weight:700;padding:5px}.app-list-item .list-block .list-item-container .the-content{padding:5px}.app-list-item .list-block .list-item-container .actions{text-align:right;padding:5px}.compact-terminal-page{-webkit-user-select:none;user-select:none;justify-content:center;display:flex;flex-direction:column;overflow:hidden}.compact-terminal-page .content .right-side{background-color:#041840;display:flex;align-items:center;justify-content:center;min-height:100vh!important;max-width:100%}.employee-dashboard-page{display:flex;justify-content:center;align-items:start;height:calc(100vh - 250px);background-color:#f5f5f5}.employee-dashboard-page .welcome-message{height:100px;font-size:1.5rem;color:#868686;text-align:center;text-shadow:1px 1px 0 #ffffff,-1px -1px 0 #ffffff,-1px 1px 0 #ffffff,1px -1px 0 #ffffff,2px 2px 4px rgba(0,0,0,.2);margin:0;padding:20px 0 0}.my-scheduler-page{display:flex;gap:10px;flex-direction:column}.my-scheduler-page .app-box.scheduler{overflow:visible}.my-scheduler-page .my-schedule-item{width:calc(14.2857142857% - 20px);margin:10px}@media (max-width: 768px){.my-scheduler-page .my-schedule-item{width:100%}}@media (min-width: 500px) and (max-width: 963px){.my-scheduler-page .my-schedule-item{width:calc(50% - 20px)}}@media (min-width: 963px) and (max-width: 1024px){.my-scheduler-page .my-schedule-item{width:calc(33.3333333333% - 20px)}}@media (min-width: 1024px){.my-scheduler-page .my-schedule-item{width:calc(25% - 20px)}}@media (min-width: 1300px){.my-scheduler-page .my-schedule-item{width:calc(20% - 20px)}}@media (min-width: 1500px){.my-scheduler-page .my-schedule-item{width:calc(14.2857142857% - 20px)}}.error-no-sede-page{height:calc(100vh - 125px)}.error-no-sede-page.generic-message{display:flex;flex-direction:column;align-items:center;justify-content:center}.error-no-sede-page.generic-message .icon{margin-bottom:32px}.error-no-sede-page.generic-message .number{font-size:3.5em;font-style:normal;font-weight:500;line-height:normal;letter-spacing:6px}.error-no-sede-page.generic-message .message{margin-bottom:60px;text-align:center}.error-no-sede-page.generic-message .message .title{font-size:1.5em;font-weight:600;margin-bottom:0}.error-no-sede-page.generic-message .message .text{font-size:1em;margin-top:5px;margin-bottom:0}.error-no-sede-page.generic-message .message .text:first-child{font-size:1em;margin-top:125px;margin-bottom:0}.error-no-sede-page.generic-message .buttons{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}.error-no-sede-page.generic-message .buttons button{width:300px;height:60px;color:#fff;font-family:Lato;font-size:18px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.08px;border-radius:0;margin:0 5px 28px;border:none}.error-no-sede-page.generic-message .buttons button .content{color:#fff;display:flex;align-items:center;justify-content:center}.error-no-sede-page.generic-message .buttons button .content span{margin-left:13px}.error-sede-inactive-page{height:calc(100vh - 125px)}.error-sede-inactive-page.generic-message{display:flex;flex-direction:column;align-items:center;justify-content:center}.error-sede-inactive-page.generic-message .icon{margin-bottom:32px}.error-sede-inactive-page.generic-message .number{font-size:3.5em;font-style:normal;font-weight:500;line-height:normal;letter-spacing:6px}.error-sede-inactive-page.generic-message .message{margin-bottom:60px;text-align:center}.error-sede-inactive-page.generic-message .message .title{font-size:1.5em;font-weight:600;margin-bottom:0}.error-sede-inactive-page.generic-message .message .text{font-size:1em;margin-top:5px;margin-bottom:0}.error-sede-inactive-page.generic-message .message .text:first-child{font-size:1em;margin-top:125px;margin-bottom:0}.error-sede-inactive-page.generic-message .buttons{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}.error-sede-inactive-page.generic-message .buttons button{width:300px;height:60px;color:#fff;font-family:Lato;font-size:18px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.08px;border-radius:0;margin:0 5px 28px;border:none}.error-sede-inactive-page.generic-message .buttons button .content{color:#fff;display:flex;align-items:center;justify-content:center}.error-sede-inactive-page.generic-message .buttons button .content span{margin-left:13px}.work-schedule-page .send-notification-checkbox{margin-top:10px}
