body{font-family:Roboto,sans-serif;color:#505050;margin:0;max-width:100vw;max-height:100vh;background-color:#f7f7f7}.parent-container{width:100vw;height:100vh;padding:0;margin:0;display:grid;grid-template-columns:1fr 4fr;grid-template-rows:1fr;grid-template-areas:"sidebar content"}.parent-container.close{grid-template-columns:80px 1fr}.parent-container.close .sidebar-drawer{display:fixed;min-width:35px;padding:10px;margin-right:5px}.parent-container.close .sidebar-drawer ul>li>a>span{display:none}.sidebar-drawer{min-width:250px;grid-area:sidebar;background-color:#fff;border:1px solid #e9ecef;margin:10px;display:flex;flex-direction:column;align-items:center;padding:1rem;box-shadow:0 0 10px #0000001a}.sidebar-drawer--header{height:200px;padding:10px;position:relative}.sidebar-drawer--header .open-close-icon{position:absolute;display:flex;align-items:center;top:10px;right:10px}.sidebar-drawer--header .open-close-icon button{padding:0;background-color:transparent;border:none}.sidebar-drawer--header img{width:100%;height:100%;object-fit:contain}.sidebar-drawer--list{width:100%;display:flex;flex-direction:column;gap:1rem}.sidebar-drawer--list ul{list-style-type:none;padding:0;margin:0;font-family:Roboto,sans-serif}.sidebar-drawer--list ul li{border-bottom:1px solid #e9ecef;padding:.5rem;border-radius:4px;margin-bottom:5px;cursor:pointer}.sidebar-drawer--list ul li .MuiSvgIcon-root{color:#007bff;margin-right:5px}.sidebar-drawer--list ul li a{display:flex;align-items:center;text-decoration:none;color:#393939;font-size:1rem;font-weight:700;margin:0;padding:0}.sidebar-drawer--list ul li.active,.sidebar-drawer--list ul li.active:hover{background-color:#bfdefd}.sidebar-drawer--list ul li:hover{background-color:#e9ecef}.app-content{grid-area:content;background-color:#fff;padding:0 60px;max-width:100%;overflow:scroll;overflow-x:hidden;display:flex;flex-direction:column;margin:10px;box-shadow:0 0 10px #0000001a;border:1px solid #e9ecef;gap:1rem}.app-content .MuiPaper-root{padding:1rem}@media (max-width: 768px){.parent-container{grid-template-columns:80px 1fr;grid-template-areas:"sidebar content"}.sidebar-drawer{display:fixed;min-width:35px;padding:10px;margin-right:5px}.sidebar-drawer--header .open-close-icon{display:none}.sidebar-drawer ul>li>a>span{display:none}.app-content{margin:10px;padding:30px}}@media (max-width: 576px){.app-content{margin:10px;padding:10px}}.business-page{height:100%;width:100%}.business-page--header{display:flex;align-items:center;justify-content:space-between;height:25%;border-bottom:1px solid #e9ecef;margin-bottom:20px}.business-page--header h1 span{color:#236abf;font-size:2.7rem}.business-page--header button{padding:15px 30px;font-size:1.1rem;font-family:Roboto,sans-serif;background-color:#236abf;font-weight:700;color:#fff;display:flex;align-items:center;gap:10px;cursor:pointer;border:1px solid #55a2f0;border-radius:5px;transition:all .1s}.business-page--header button:hover{background-color:#5896e1;scale:1.1}.business-page--content--list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem;height:100%;padding:1rem .5rem;max-height:60vh;overflow-y:scroll}.business-list--item{background-color:#fff;padding:20px;max-width:500px;min-width:300px;border-radius:10px;box-shadow:0 0 10px #0000001a;display:flex;flex-direction:row;justify-content:start;gap:1rem;cursor:pointer}.business-list--item:hover{scale:1.01;box-shadow:0 0 10px #0003}.business-list--item--icon{display:flex;justify-content:center;align-items:center;background-color:#236abf;color:#fff;border-radius:10%;width:50px;height:50px;min-width:50px;font-size:1.5rem}.business-list--item--information{width:400px}.business-list--item--information a{text-decoration:none;color:#505050}.business-list--item--information h3{font-size:1.3rem;color:#505050;margin:0}.business-list--item--information p{font-size:.9rem;margin:0;color:#757575;font-weight:400}.business-list--item--information:hover a{text-decoration:underline;text-decoration-color:#5896e1}.business-list--item--information:hover h3{color:#236abf}.business-list--item--actions button{border-radius:50%;border:none;padding:10px;font-family:Roboto,sans-serif;color:#fff;cursor:pointer;transition:all .1s}.business-list--item--actions button .MuiSvgIcon-root{color:#236abf}@media (max-width: 768px){.business-page--header h1{font-size:1.5rem}.business-page--header button{padding:10px 20px;font-size:1rem}}@media (max-width: 576px){.business-page--header{flex-direction:column;gap:0px;align-items:center;justify-content:center}.business-page--header h1{font-size:2rem}.business-page--header button{padding:10px 20px;font-size:1rem}.business-list{height:100%;display:flex;flex-direction:column}}.input-search-compoenent{justify-content:start;gap:1rem;width:98%;margin-bottom:10px;display:flex;align-items:center;padding:10px;border-radius:10px;border:1px solid #e9ecef}.input-search-compoenent input{padding:10px;border:none;border-radius:5px;font-family:Roboto,sans-serif;font-size:1.1rem;width:70%}.input-search-compoenent input:focus{outline:none}.input-search-compoenent button{padding:10px 20px;font-family:Roboto,sans-serif;background-color:#236abf;font-weight:700;color:#fff;cursor:pointer;border:1px solid #55a2f0;border-radius:5px;transition:all .1s}.input-search-compoenent button:hover{background-color:#5896e1;scale:1.1}.business-information-page{height:100%;width:100%}.business-information-page--header{display:flex;align-items:center;justify-content:space-between;height:30%;border-bottom:1px solid #e9ecef;margin-bottom:20px}.business-information-page--header h1{color:#236abf;margin:0;font-size:2.7rem;width:100%}.business-information-page--header p{color:#505050;font-size:.9rem;margin:0}.business-information-page--header p span{font-weight:700}.business-information-page--header-stats{display:flex;gap:20px;margin-top:10px}.business-information-page--header-stats button{background-color:#236abf;color:#fff;font-weight:700;width:100%;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;transition:all .1s}.business-information-page--header-stats button:hover{background-color:#5896e1;scale:1.1}.business-information-page--header-stats h3{color:#505050;font-size:2rem;margin:0;margin-bottom:.5rem}.business-information-page--header-stats h3 span{font-weight:700;font-size:2.7rem;display:block;color:#236abf}.business-information-page--content{width:100%}.employees-summary-table{margin-top:1rem}.employees-summary-table--header{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;padding:1rem;background-color:#bedfff;border-radius:5px;margin-bottom:10px}.employees-summary-table--header div{display:flex;align-items:center;justify-content:start;font-weight:700;font-size:1.1rem;color:#505050}.employees-summary-table--header h3{color:#505050;font-size:1.2rem;font-weight:700}.employees-summary-table--body--item{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;padding:1rem;background-color:#fff;border-radius:5px;margin-bottom:10px;cursor:pointer}.employees-summary-table--body--item:hover{background-color:#e9ecef}.employees-summary-table--body--item:hover .MuiSvgIcon-root{color:#007bff}.employees-summary-table--body--item:hover div:nth-child(1),.employees-summary-table--body--item:hover a:nth-child(1){color:#236abf}.employees-summary-table--body--item div,.employees-summary-table--body--item a{text-decoration:none;display:flex;align-items:center;justify-content:start;font-size:1rem;color:#505050}.employees-summary-table--body--item div:nth-child(1),.employees-summary-table--body--item a:nth-child(1){font-weight:700}.employees-summary-table--body--item div .MuiSvgIcon-root,.employees-summary-table--body--item a .MuiSvgIcon-root{color:#505050;font-weight:700;margin-left:1rem}.employees-summary-table--body--item h3{color:#505050;font-size:1.2rem;font-weight:700}@media (max-width: 768px){.business-information-page--header h1{font-size:2rem}.business-information-page--header-stats{flex-direction:column;gap:20px}.tab-box>.MuiBox-root{padding:10px 0}}@media (max-width: 576px){.business-information-page--header{flex-direction:column;align-items:center;justify-content:center}.business-information-page--header-info h1{font-size:1.5rem}.business-information-page--header-stats{width:100%}.business-information-page--header-stats h3{display:inline-block;font-size:1rem}.business-information-page--header-stats h3 span{display:inline-block;font-size:1.5rem;margin-right:10px}.business-events-component--body table>thead>tr>th:nth-child(2){display:none}.business-events-component--body table>thead>tr>th:nth-child(3){display:none}.business-events-component--body table>tbody>tr>td:nth-child(3){display:none}.business-events-component--body table>tbody>tr>td:nth-child(2){display:none}.employees-summary-table--header{grid-template-columns:repeat(2,1fr)}.employees-summary-table--header div:nth-child(2),.employees-summary-table--header div:nth-child(3),.employees-summary-table--header div:nth-child(5){display:none}.employees-summary-table--body--item{grid-template-columns:repeat(2,1fr)}.employees-summary-table--body--item div:nth-child(2),.employees-summary-table--body--item div:nth-child(3),.employees-summary-table--body--item div:nth-child(5){display:none}}.business-events-component--header{margin:1em 0;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.business-events-component--header .title{display:flex;flex-direction:column;align-items:start}.business-events-component--header .title h2{display:block;margin:0;line-height:0rem}.business-events-component--header .title button{margin:0;width:auto;background-color:transparent;color:#5896e1;padding:0}.business-events-component--header .title button small{margin:0}.business-events-component--header .title button:hover{background-color:transparent;color:#236abf;scale:1}.business-events-component--header button{background-color:#236abf;color:#fff;font-weight:700;width:20%;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;transition:all .1s}.business-events-component--header button:hover{background-color:#5896e1;scale:1.1}.business-events-component--body thead>tr>th:last-child{text-align:center}.business-events-component--body tbody tr td:last-child{display:flex;justify-content:center;gap:1rem}.business-events-component--body tbody tr td button{display:flex;align-items:center;justify-content:center;font-weight:700;width:20%;border:none;background-color:transparent;cursor:pointer;padding:10px 20px;transition:all .1s}.business-events-component--body tbody tr td button:hover{color:#236abf}label.file-input-button-event-form{padding:10px}.file-input-event-form{clip:"rect(0 0 0 0)";clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;bottom:0;left:0;white-space:nowrap;width:1px}.event_types_information{margin-top:.1rem;margin-bottom:1rem;color:#505050}.event_types_information h5{margin:0;font-family:1rem}.event_types_information p{margin:0 0 0 10px;font-size:.8rem}.business-events-variables table{width:100%;border-collapse:collapse;border-spacing:0}.business-events-variables table thead tr th{background-color:#236abf;color:#fff;font-weight:700;padding:10px 20px;text-align:left;border-bottom:1px solid #5896e1}.business-events-variables table tbody tr.new td:first-child{color:#236abf}.business-events-variables table tbody tr.new td:first-child:after{content:"New";color:#236abf;font-size:.8rem;font-weight:700;margin-left:10px}.business-events-variables table tbody tr td{font-size:.9rem;padding:10px 20px;border-bottom:1px solid #5896e1}.business-events-variables table tbody tr td:first-child{font-weight:700;font-size:1rem;cursor:pointer}@media (max-width: 576px){.business-events-component--header{display:flex;flex-direction:column;align-items:start}.business-events-component--header button{width:100%;margin-top:10px}}.employee-detail-page{height:100%;width:100%}.employee-detail-page--header{display:flex;align-items:center;justify-content:space-between;height:25%;border-bottom:1px solid #e9ecef;margin-bottom:20px}.employee-detail-page--header-actions{display:flex;gap:1rem}.employee-detail-page--header-actions button{padding:1rem 2rem;border:none;border-radius:5px;background-color:#236abf;color:#fff;font-weight:700;cursor:pointer;font-family:1rem;transition:background-color .3s;transition:all .3s}.employee-detail-page--header-actions button:hover{scale:1.05}.employee-detail-page--header-actions button:disabled{background-color:gray;color:#fff;cursor:not-allowed}.employee-detail-page--header h1{color:#236abf;margin:0;margin-bottom:1rem;font-size:2.7rem;width:100%;line-height:2.2rem}.employee-detail-page--header h1 span{display:block;margin:5px 0 0;color:#505050;font-size:1.5rem}.employee-detail-page--header p{color:#505050;font-size:.9rem;margin:0}.employee-detail-page--header p span{font-weight:700}.employee-detail-page--body{width:100%;height:60%;display:grid;gap:1rem}.employee-detail-page--body--events{max-height:100%;overflow-y:scroll}.employee-detail-page--body--events table thead th{font-weight:700}.employee-detail-page--body--events table tbody tr:hover{background-color:#e9ecef}.events-table-empty{text-align:center;padding:40px 20px;background:#f8f9fa;border-radius:8px;border:2px dashed #dee2e6}.events-table-empty p{margin:0;color:#6c757d;font-size:16px;font-style:italic}@media (max-width: 576px){.employee-detail-page--header{flex-direction:column;gap:1rem;align-items:center;justify-content:center}.employee-detail-page--header-actions{flex-direction:row;gap:1rem}.employee-detail-page .employee-detail-page--body--events table thead th:nth-child(2),.employee-detail-page .employee-detail-page--body--events table thead th:nth-child(3){display:none}.employee-detail-page .employee-detail-page--body--events table tbody tr td:nth-child(2),.employee-detail-page .employee-detail-page--body--events table tbody tr td:nth-child(3){display:none}}.events-filter{display:flex;align-items:center;gap:15px;margin-bottom:20px;padding:0}.events-filter__controls{display:flex;align-items:center;gap:15px;width:100%}.events-filter__dropdown{position:relative;display:flex;align-items:center;gap:10px}.events-filter__dropdown-select{padding:8px 12px;border:2px solid #e1e5e9;border-radius:6px;font-size:14px;background:#fff;min-width:200px;cursor:pointer;transition:border-color .2s ease}.events-filter__dropdown-select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.events-filter__dropdown-select option{padding:8px}.events-filter__clear-btn{background:#e74c3c;color:#fff;border:none;border-radius:50%;width:20px;height:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;transition:background-color .2s ease;flex-shrink:0}.events-filter__clear-btn:hover{background:#c0392b}.events-filter__results p{margin:0;color:#27ae60;font-size:14px;font-weight:500}@media (max-width: 768px){.events-filter,.events-filter__controls{flex-direction:column;align-items:stretch;gap:10px}.events-filter__dropdown{justify-content:center}.events-filter__dropdown-select{min-width:100%}}.customizable-fields--title{display:flex;align-items:center;justify-content:space-between}.customizable-fields--title button{background:none;border:none;color:#007bff;font-size:14px;font-weight:500;cursor:pointer}.customizable-fields--title button:hover{text-decoration:underline}.customizable-fields--list span{font-size:14px;font-weight:500;color:#333;margin:0}.customizable-fields--list-item{margin-top:20px}
