.header{display:flex;justify-content:flex-end;background-color:#333;color:#fff;padding:10px 10px;border-radius:5px 5px 0 0}.logout-button{display:flex;background-color:#e63f3f;align-items:center;border-radius:5px;padding:10px 5px;transition:background-color .3s;cursor:pointer}.logout-button p{font-size:12px}.cancelDownloadExcel:hover,.cancelLogout:hover,.logout-button:hover{background-color:#e65959;transition:background-color .3s}.logout-button img{height:15px;margin-right:2px}.dashboard-container{margin:40px 80px;padding:20px;background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.1)}.downloadExcel-modal,.logout-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.downloadExcel-modal-content,.logout-modal-content{position:absolute;top:20%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;padding:25px;text-align:center;width:250px;height:170px;box-shadow:0 0 15px rgba(0,0,0,.1);border-radius:10px}.downloadExcel-modal-options,.logout-modal-options{margin-top:20px}#download-excel-option,#logout-option{padding:10px;margin:10px;font-size:12px;border-radius:5px}.confirmDownloadExcel,.confirmLogout{background-color:#2dbd2d;transition:background-color .3s;color:#fff}.cancelDownloadExcel,.cancelLogout{background-color:#e63f3f;transition:background-color .3s;color:#fff}.copy-success{position:fixed;padding:10px;top:5%;left:50%;width:max-content;height:auto;transform:translate(-50%,-50%);background-color:#2dbd2d;border-radius:5px}.notif-content{display:flex;justify-content:center;align-items:center;padding:5px 5px;background-color:#2dbd2d;border-radius:5px}.copy-success p{text-align:center;color:#fff}img.exit-notif{height:20px;margin-left:15px}h1.directory-h1{text-align:center;font-size:40px;margin:40px 0;font-weight:700;color:#444}form.search-form{display:flex;justify-content:center;margin:20px 0}input#searchInput,select{margin:0 10px;padding:12px;border:1px solid #ccc;border-radius:5px;font-size:16px;color:#555;background-color:#f9f9f9}input#searchInput{width:500px}input#searchInput::placeholder{color:#999}select{width:250px;cursor:pointer}select option{background-color:#fff;color:#555;border:1px solid #e0e0e0}select option:hover{background-color:#f7f7f7;color:#444}select option:checked{background-color:#0972e2;color:#fff}.resultCounter{font-size:15px;margin-top:40px;color:#666}.table-container{overflow-y:auto;max-height:450px;margin-top:20px;border:1px solid #e0e0e0;border-radius:5px}.registeredBusinessTable{width:100%;border-collapse:collapse;background-color:#fff;border-radius:10px}.registeredBusinessTable thead{position:sticky;top:0}.registeredBusinessTable td,.registeredBusinessTable th{padding:12px;text-align:center}.registeredBusinessTable td{font-size:16px;color:#444}.registeredBusinessTable th{font-size:16px;background-color:#2a3d55;color:#fff}.registeredBusinessTable th.active-header{background-color:#172231}.registeredBusinessTable tbody tr:nth-child(even){background-color:#f7f7f7}.copyOrDownload{margin-top:15px}button#copyAllDataButton,button#downloadExcelButton{padding:5px;border-radius:5px;transition:background-color .3s;cursor:pointer}button#downloadExcelButton{margin-left:5px}button#copyAllDataButton:hover,button#downloadExcelButton:hover{background-color:#bdbdbd;transition:background-color .3s}.dataAsOf{margin-top:100px;text-align:center;font-size:16px;color:#444}.footer{display:flex;justify-content:space-between;text-align:center;background-color:#333;color:#fff;padding:25px;margin-top:20px;font-size:14px;border-radius:0 0 5px 5px}.active-column{font-weight:600;color:#172231}@media (max-width:1200px){.dashboard-container{margin:35px 60px;padding:10px}h1.directory-h1{font-size:30px;margin-bottom:0}form{flex-direction:column}select{margin:10px 0;width:100%}input#searchInput{margin:10px 0;width:auto}.dataAsOf,.registeredBusinessTable td,.registeredBusinessTable th,input#searchInput,select{font-size:14px}.resultCounter{font-size:14px;margin-top:30px}.table-container{margin-top:16px}.dataAsOf{margin-top:75px}.footer,.footer-content{padding:15px;font-size:12px}.logout-button p{display:none}}@media (max-width:768px){.dashboard-container{margin:30px 20px;padding:15px}h1.directory-h1{font-size:24px}.dataAsOf,.registeredBusinessTable th,.resultCounter{font-size:13px}.registeredBusinessTable td,.registeredBusinessTable th{word-wrap:break-word}.registeredBusinessTable td{font-size:12px}.logout-button{border-radius:5px;padding:7.5px 3.5px}.downloadExcel-modal-content,.logout-modal-content{width:200px;height:150px}.downloadExcel-modal-content p,.logout-modal-content p{font-size:14px}#download-excel-option,#logout-option{padding:7.5px;margin:7.5px;font-size:11px}.copyOrDownload{margin-top:10px}button#copyAllDataButton,button#downloadExcelButton{font-size:12px;padding:5px;border-radius:5px}button#downloadExcelButton{margin-left:3px}.copy-success{padding:7.5px;width:max-content;height:auto}.copy-success p{text-align:center;color:#fff;font-size:14px}img.exit-notif{height:15px;margin-left:10px}}