:root{--background:#fff;--foreground:#000;--color-action:#ff1c26;--color-action-2:#ed2b30;--color-success:#00ba48}@media (prefers-color-scheme:light){html{color-scheme:light}:root{--background:#fff;--foreground:#000}}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb:hover{background:#161b23}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.d-flex{display:flex}.flex-justify-center{justify-content:center}.flex-space-between{justify-content:space-between}.flex-justify-end{justify-content:flex-end}.red-bg{background-color:#cb1a14}.grey-text{color:#efefef}.flex-align-center{align-items:center}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.mb-10{margin-bottom:10px}.border-rad5{border-radius:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.full-width{width:100%}.content-wrapper{margin-top:16px}.layout-container{padding:32px}.dashboard-wrapper{background:"#FFFFFF";display:flex}.spanPL{padding-left:1.2rem}.layout__main{width:calc(100% - 280px);overflow:auto;height:100vh}.flex-one{flex:1 1}.text-center{text-align:center}.overview h2{font-size:24px;font-weight:700}.p-relative{position:relative}.user-name{font-size:20px;font-weight:700}.image-input_wrapper{position:relative}.upload{display:none}input[type=file]::-webkit-file-upload-button{visibility:hidden}input[type=file]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fade-in{animation:fade-in .2s linear}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.layout__main{width:100%;margin-left:0}.layout-container{padding:25px}}@media (max-width:963px){.content-wrapper{padding:0}}@media (max-width:528px){.user-name{font-size:20px;font-weight:700}.layout-container{padding:16px}}.rdp-day_disabled{color:#bbb!important;background-color:#f3f3f3!important;cursor:not-allowed}.filters{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px;margin-bottom:16px;justify-content:space-between;align-items:center}.filter-group{display:flex;gap:9px}.filter-label{font-size:14px;font-weight:500;margin-bottom:4px}.filter-input{padding:8px;border:1px solid #ccc;border-radius:4px;min-width:160px;background-color:#534e4e1c;font-size:14px;outline:none;color:#000;transition:border .2s,box-shadow .2s}.filter-input:focus{border-color:#3182ce;box-shadow:0 0 0 2px rgba(49,130,206,.3)}.clear-button{padding:8px 12px;font-size:14px;background-color:#f3f3f3;border:1px solid #ccc;border-radius:4px;cursor:pointer;transition:background-color .2s;height:-moz-fit-content;height:fit-content}.clear-button:hover{background-color:#e2e2e2}@media (max-width:600px){.filter-group,.filter-input{width:100%}}.rdp-today{color:#00622a}.rdp-button_next svg,.rdp-button_previous svg{fill:#00622a}.rdp-button_next:hover svg,.rdp-button_previous:hover svg{fill:#004d1f}