@tailwind base;@tailwind components;@tailwind utilities;.bm-layout{min-height:100vh;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:rgb(243,244,246);overflow:hidden}.bm-header{background-color:rgb(31,41,55);color:white;-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);position:sticky;top:0;z-index:10}.bm-header-container{width:100%;max-width:1280px;margin:0 auto;padding:.75rem 1rem}.bm-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bm-header-title{font-size:1.25rem;font-weight:600}.bm-header-controls{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.bm-header-controls,.bm-main-container{display:-webkit-box;display:-ms-flexbox;display:flex}.bm-main-container{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:1.5rem;width:100%;overflow-y:auto;min-height:calc(100vh - 64px - 100px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bm-navigation{margin-bottom:1.5rem}.bm-nav-buttons{gap:1rem}.bm-nav-button,.bm-nav-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.bm-nav-button{padding:.5rem 1rem;border-radius:.375rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;-webkit-transition:all .2s;transition:all .2s}.bm-nav-button-active{background-color:rgb(59,130,246);color:white}.bm-nav-button-inactive{background-color:rgb(229,231,235);color:rgb(55,65,81)}.bm-nav-button-inactive:hover{background-color:rgb(209,213,219)}.bm-nav-icon{height:1.25rem;width:1.25rem}.bm-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:1.5rem}.bm-building-card{background-color:white;border-radius:.5rem;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);padding:1rem}.bm-building-title{font-weight:700;font-size:1.125rem;margin-bottom:1rem}.bm-floor-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.bm-floor-item,.bm-floor-list{display:-webkit-box;display:-ms-flexbox;display:flex}.bm-floor-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem;border:1px solid rgb(229,231,235);border-radius:.375rem;-webkit-transition:background-color .2s;transition:background-color .2s}.bm-floor-item:hover{background-color:rgb(249,250,251)}.bm-floor-name{color:rgb(55,65,81)}.bm-status-indicator{height:.75rem;width:.75rem;border-radius:9999px}.bm-status-normal{background-color:rgb(34,197,94)}.bm-status-alert{background-color:rgb(239,68,68)}.bm-status-pending{background-color:rgb(234,179,8)}.bm-log-section{margin-top:1.5rem;background-color:white;border-radius:.5rem;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);padding:1rem;margin-bottom:1.5rem}.bm-log-header{margin-bottom:1rem}.bm-log-icon{height:1.25rem;width:1.25rem;margin-right:.5rem;color:rgb(75,85,99)}.bm-log-title{font-weight:700;color:rgb(31,41,55)}.bm-log-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;max-height:none;overflow-y:visible}.bm-log-entry{padding:.5rem;border-bottom:1px solid rgb(229,231,235);font-size:.875rem;-webkit-transition:background-color .2s;transition:background-color .2s}.bm-log-entry:hover{background-color:rgb(249,250,251)}.bm-log-timestamp{color:rgb(107,114,128)}.bm-log-type{font-weight:500}.bm-log-separator{margin:0 .5rem;color:rgb(156,163,175)}.bm-log-id{color:rgb(75,85,99)}.bm-log-description{color:rgb(55,65,81)}.bm-footer{background-color:rgb(31,41,55);color:white;margin-top:auto}.bm-footer-container{width:100%;max-width:1280px;margin:0 auto;padding:.5rem 1rem}.bm-footer-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem}@media (min-width:640px){.bm-header-container{padding:1rem 2rem}.bm-main-container{padding:2rem}.bm-nav-buttons{gap:1.5rem}}@media (max-width:768px){.bm-main-container{padding:1rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bm-grid{grid-template-columns:1fr;margin:0 auto}.bm-building-card,.bm-grid{max-width:100%}.bm-log-section{margin-top:1rem;margin-bottom:1rem;width:100%}.bm-header{top:0}.bm-footer,.bm-header{position:sticky;z-index:10}.bm-footer{bottom:0}}@media (max-width:639px){.bm-main-container{padding:.5rem}.bm-grid{gap:.5rem}.bm-building-card{padding:.75rem}.bm-header-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;padding:.5rem 0}.bm-nav-buttons{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem}.bm-footer-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;text-align:center;padding:.5rem 0}.bm-nav-button{padding:.375rem .75rem;font-size:.875rem}}@media (min-width:1024px){.bm-grid{grid-template-columns:repeat(4,1fr)}.bm-footer-container,.bm-header-container{padding:.001rem 1rem}.bm-main-container{padding:3rem .5rem}}.bm-main-container::-webkit-scrollbar{width:6px}.bm-main-container::-webkit-scrollbar-track{background:rgb(243,244,246)}.bm-main-container::-webkit-scrollbar-thumb{background:rgb(156,163,175);border-radius:3px}.bm-main-container::-webkit-scrollbar-thumb:hover{background:rgb(107,114,128)}.bm-admin-actions{gap:10px;margin-top:10px}.bm-action-button,.bm-admin-actions{display:-webkit-box;display:-ms-flexbox;display:flex}.bm-action-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 12px;background-color:#4CAF50;color:white;border:none;border-radius:4px;cursor:pointer}.bm-action-button:hover{background-color:#45a049}.bm-action-icon{margin-right:5px}.bm-device-list{list-style-type:none;padding-left:20px;margin-top:5px}.bm-device-item{background-color:#f9f9f9;padding:4px 8px;margin-bottom:2px;border-radius:3px}.bm-floor-selected{background-color:#dfe6e9}.bm-delete-button{background:none;border:none;cursor:pointer;margin-left:8px;color:#e74c3c;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bm-delete-button:hover{color:#c0392b}.bm-building-title{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.2em;margin-bottom:8px}.bm-building-title,.bm-floor-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bm-floor-name{margin-right:8px}.bm-employee-list{list-style-type:none;padding-left:20px}.bm-employee-item{margin-bottom:4px}.bm-status-indicator{width:10px;height:10px;border-radius:50%;margin-right:8px}.bm-status-normal{background-color:#2ecc71}.bm-status-alert{background-color:#e74c3c}.bm-status-pending{background-color:#f1c40f}.bm-log-section{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:16px;background-color:#ecf0f1;overflow-y:auto}.bm-log-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.bm-log-icon{margin-right:8px}.bm-log-entry{margin-bottom:4px}.bm-no-buildings{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#7f8c8d}.bm-no-buildings-icon{margin-bottom:8px}.bm-floor-item:hover{background-color:#b2bec3}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");body,html{height:100%;width:100%;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;overflow-x:hidden}#__next{min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body{color:blue;-webkit-overflow-scrolling:touch;background-color:#00009d}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.department-box{margin:.7vh 0;padding:1vw;color:white;border-radius:10px;text-align:center;width:80%;max-width:270px;height:auto;min-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease;transition:all .3s ease}.department-box.active{background-color:#53b054}.department-icon{width:40px;height:40px;margin-bottom:10px}.department-box{background:linear-gradient(45deg,rgba(0,0,255,.3),rgba(0,255,255,.3))}header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px;font-size:13px;position:fixed;top:0;width:100%;background-color:rgba(0,0,0,.5);backdrop-filter:blur(10px);z-index:1000}.policy_confident{margin-right:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logo-container{background-color:rgba(255,255,255,.1);padding:20px 50px;border-radius:5px}.email-text{margin-right:40px;padding:20px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}main{position:fixed;top:0;left:-10;right:-10;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-size:cover;background-position:50%;background-repeat:no-repeat;min-width:100vw;min-height:100vh}.mic-button{margin-bottom:20px}.mic-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:auto;position:relative}.mic-button:hover{background-color:rgba(255,255,255,.2)}.mic-icon-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:80%;height:80%}.status-text{font-size:14px;color:white}.status-text-container{margin-top:20px;padding:10px 20px;background-color:rgba(255,255,255,.1);border-radius:20px;width:300px;text-align:center}footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px;font-size:14px;position:fixed;bottom:0;width:100%;background-color:rgba(0,0,0,.5);backdrop-filter:blur(10px);z-index:1000}.mic-button.active{width:190px;height:190px}.mic-button .mic-icon-container{width:236px;height:236px}.loading-container{position:absolute;top:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:20px}.loading-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:10px}.dot{width:20px;height:20px;background-color:white;border-radius:50%;margin:0 10px;-webkit-animation:pulse 1.5s ease-in-out infinite;animation:pulse 1.5s ease-in-out infinite}.dot:nth-child(2){-webkit-animation-delay:.5s;animation-delay:.5s}.dot:nth-child(3){-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes pulse{0%,to{-webkit-transform:scale(.8);transform:scale(.8);opacity:.5}50%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}}@keyframes pulse{0%,to{-webkit-transform:scale(.8);transform:scale(.8);opacity:.5}50%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}}.loading-text{font-size:18px;top:50%;color:white}.processed-text-container{background-color:rgba(255,255,255,.1);border-radius:10px;padding:20px;width:300px;text-align:center}.processed-text{color:white;font-size:16px;line-height:1.5}.department-text{color:white;font-size:16px;text-align:center}.mic-button{position:relative;width:170px;height:170px;border-radius:50%;background-color:rgba(255,255,255,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.mic-button .mic-icon-container{position:flex;width:126px;height:126px}.mic-button.active{-webkit-animation:pulseBorder 1.5s ease-in-out infinite;animation:pulseBorder 1.5s ease-in-out infinite}@-webkit-keyframes pulseBorder{0%,to{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.5);box-shadow:0 0 0 0 rgba(255,255,255,.5)}50%{-webkit-box-shadow:0 0 0 20px rgba(255,255,255,0);box-shadow:0 0 0 20px rgba(255,255,255,0)}}@keyframes pulseBorder{0%,to{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.5);box-shadow:0 0 0 0 rgba(255,255,255,.5)}50%{-webkit-box-shadow:0 0 0 20px rgba(255,255,255,0);box-shadow:0 0 0 20px rgba(255,255,255,0)}}.central-line{position:flex;top:0;bottom:0;left:50%;width:1px;background-color:rgba(0,0,0,.5)}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.h-screen{height:100vh}.w-full{width:100%}.flex-1{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.items-center,.loading-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.loading-container{position:flex;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.flex-1.flex.flex-col.justify-center.items-center.relative{height:100%}@-webkit-keyframes gradientTransition{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradientTransition{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.notification{position:fixed;bottom:65px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:18px 80px;border-radius:5px;color:white;font-weight:700;opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:1000;background-size:200% 200%;background-color:rgba(57,185,59,.689);-webkit-animation:gradientTransition 4s ease infinite;animation:gradientTransition 4s ease infinite}.notification.success{background-color:rgba(61,193,63,.62)}.notification.error{background-color:rgba(244,67,54,.62)}.notification.show{opacity:1}.history-button-container{position:absolute;top:10px;left:20px;z-index:10;margin-top:100px}.history-button,.history-close-button{background-color:rgba(255,255,255,.2);color:white;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px}.spacer{height:50px;width:100%}.history-button:hover,.history-close-button:hover{background-color:rgba(255,255,255,.3)}.history-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1000}.history-content{background-color:rgba(255,255,255,.1);backdrop-filter:blur(10px);padding:20px;border-radius:10px;width:400px;max-height:60vh;overflow-y:auto;color:white;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;position:relative}.history-content h2{margin-bottom:20px;font-size:18px;font-weight:500}.history-content ul{list-style-type:none;padding:0}.history-content li{margin-bottom:15px;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:15px;font-size:14px}.history-close-button{position:sticky;bottom:0;left:0;width:30%;margin-top:20px;margin-left:270px;padding:10px;background-color:rgb(255,255,255);color:black;border:none;border-radius:5px;cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px}.history-close-button:hover{background-color:rgb(188,188,188)}@media (max-width:768px){body,html{overflow-y:auto;-webkit-overflow-scrolling:touch}#__next{min-height:100vh}.department-box{width:80%;max-width:250px;padding:2.5vw;margin:1.5vh 0}.department-box .department-icon{width:50px;height:50px;margin-bottom:5px}.department-box span{font-size:14px}.flex-col{min-height:100vh}.footer,.top-section{position:relative;z-index:10}.history-button-container{position:fixed;top:30px;left:20px;z-index:11}.mic-section{height:auto;min-height:100vh;padding:20px 0}.departments-section{min-height:0;padding-top:2rem;padding-bottom:2rem}.notification{padding:12px 20px;font-size:14px;bottom:80px;width:90%;max-width:200px;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.back-to-mic-button{position:fixed;bottom:20px;right:20px;background-color:rgba(255,255,255,.2);color:white;border:none;margin-bottom:50px;padding:10px 20px;border-radius:5px;cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s;z-index:1000;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.back-to-mic-button:hover{background-color:rgba(255,255,255,.3)}.history-modal{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:200px}.history-content{width:70%;max-width:350px;max-height:50vh;margin:0 auto}.history-content h2{font-size:16px}.history-content li{font-size:14px}.history-close-button{width:30%;margin-top:10px;margin-left:180px}}@media (max-width:480px){body,html{overflow-y:auto;-webkit-overflow-scrolling:touch}.history-button-container{position:flex;top:10px;left:20px;z-index:11}.department-box{width:80%;max-width:200px;height:50px;padding:2vw;margin:1vh 0}.department-box .department-icon{width:30px;height:30px}.notification{padding:10px 15px;font-size:14px;bottom:70px;width:70%;max-width:200px;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.department-box span{font-size:12px}.history-modal{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:160px}.history-content{width:80%;max-width:350px;max-height:60vh;margin:0 auto}.history-content h2{font-size:16px}.history-content li{font-size:14px}.history-close-button{width:30%;margin-top:10px;margin-left:230px}}@media (max-width:380px){body,html{overflow-y:auto;-webkit-overflow-scrolling:touch}.department-box{width:80%;max-width:170px;padding:1vw;margin:1vh 0}.department-box .department-icon{width:25px;height:30px}.history-close-button{width:30%;margin-top:10px;margin-left:205px}.notification{padding:10px 15px;font-size:14px;bottom:70px;width:70%;max-width:200px;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.department-box .department-icon{width:20px;height:20px}.department-box span{font-size:11px}}.circular-return-button{position:fixed;left:20px;bottom:70px;width:50px;height:50px;border-radius:50%;background-color:rgba(255,255,255,.3);border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;z-index:1000}.circular-return-button:hover{background-color:yellow;background-color:rgba(255,255,255,.5)}.arrow-left{width:12px;height:12px;border-left:2px solid white;border-bottom:2px solid white;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:inline-block}@media (max-width:768px){.circular-return-button{left:20px;bottom:70px}}@media (max-width:480px){.circular-return-button{width:40px;height:40px}.arrow-left{width:10px;height:10px}}@media screen and (max-width:932px) and (orientation:landscape){.flex-col{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.departments-section,.mic-section{width:50%;height:100vh}.mic-button{width:15vw;height:15vw;max-width:120px;max-height:120px}.departments-section{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2vw}.department-box{width:30%;margin:1vw;padding:1vw}.department-icon{width:5vw;height:5vw;max-width:40px;max-height:40px}.processed-text-container,.status-text-container{width:80%;max-width:none}.history-button-container{top:10px;left:10px}.circular-return-button{bottom:10px;left:10px}footer,header{padding:10px}.email-text,.logo-container{font-size:2vw}}@media screen and (max-height:370px) and (orientation:landscape){.department-box{height:auto;min-height:0;margin:1px}.department-box span{font-size:1vw}.mic-button{width:7vw;height:7vw}.processed-text,.status-text{font-size:1vw}}@media screen and (max-width:932px) and (orientation:landscape){.flex-col{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.mic-section{width:100%;height:100vh;overflow-y:auto;margin-top:1vh}.departments-section,.mic-section{width:50%;height:100vh;overflow-y:auto}.mic-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:-30px}.mic-button{width:100px;height:100px}.mic-icon-container{width:30px;height:30px}.result-container,.status-text-container{width:80%;max-width:400px;margin-top:20px}.departments-section{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-line-pack:start;align-content:flex-start;padding:20px;margin-top:15vh}.department-box{width:calc(50% - 10px);max-width:25vw;margin:1px;padding:8px;height:auto;min-height:0}.department-icon{width:10vw;height:10vh;margin-bottom:4px}.department-box span{font-size:10px}.processed-text-container,.status-text-container{width:50%;max-width:20vw;font-size:10px;margin-bottom:5vh}.processed-text-container{margin-left:7vw}footer,header{padding:1.5vh 3vw}.email-text,.logo-container{font-size:12px;padding:5px}.history-button-container{top:-14vh;left:10px}.status-text-container{margin-bottom:70px}.history-button{font-size:10px;padding:2vh 2vw}.history-modal{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:12vh}.history-content{width:80%;max-width:50vw;max-height:65vh;margin:0 auto}.circular-return-button{bottom:50px;left:10px;width:36px;height:36px}}@media screen and (max-height:450px) and (orientation:landscape){.department-box{width:calc(32% - 4vw);margin-top:2vh}.flex .flex-col{width:80%}.loading-dots .loading-text{margin-bottom:30vh}.department-box span{font-size:10px}.mic-button,.mic-icon-container{width:70px;height:70px}.mic-container{margin-top:80px}.processed-text,.status-text{font-size:9px}.status-text-container{max-width:100px;max-height:30px;margin-bottom:100px}.processed-text-container{padding:1vh;max-width:10vw;width:50%;margin-left:13.5vw}.notification{position:fixed;bottom:80vh;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:5px 20px;border-radius:5px;color:white;font-weight:700;opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:1000;background-size:200% 200%;background-color:rgba(57,185,59,.689);-webkit-animation:gradientTransition 4s ease infinite;animation:gradientTransition 4s ease infinite;font-size:10px}}.result-container{width:80%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px}.processed-text-container{width:100%;max-width:500px;margin:0 auto}.icon-only-button{width:48px;padding:.5rem}.icon-only-button svg{display:block;margin:0 auto}.history-button-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}.history-button,.history-button-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.history-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.5rem 1rem;min-height:35px;border-radius:4px;cursor:pointer}