.phone{width:300px;height:615px;border-radius:42px;box-shadow:0 5px 25px;padding:8px;background-color:#111;font-family:Rubik,sans-serif}.phone-inner{width:100%;height:100%;border-radius:40px;position:relative;background-color:#282b30;display:flex;flex-direction:column;overflow-y:hidden}.phone-front-camera{position:absolute;top:-1px;left:67px;width:150px;height:31px;z-index:10;background-color:#111;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.phone-screen-top{position:relative;height:50px;z-index:10}.phone-screen-left-arrow{position:absolute;top:52px;left:16px;width:0;height:0;border-top:12px solid transparent;border-right:14px solid rgb(255,255,255,.5);border-bottom:12px solid transparent}.phone-screen-left-arrow:after{position:absolute;content:"";top:-12px;left:5px;border-top:12px solid transparent;border-right:14px solid #282b30;border-bottom:12px solid transparent}.phone-screen-header{font-size:1.2rem;font-weight:700;color:#d2d2d2;width:-moz-fit-content;width:fit-content;padding:0;margin:50px auto}.phone-screen-middle{position:relative;flex:1;overflow-y:hidden}.phone-screen-content{position:absolute;bottom:0;margin-bottom:5px;z-index:5;font-size:15px;line-height:18px}.new-message-bar{position:relative;margin:4px auto;width:270px;height:2px;background-color:#df1111}.new-message-bar:after{position:absolute;content:"NEW";color:#df1111;font-weight:700;left:110px;top:-7px;padding-left:4px;padding-right:4px;background-color:#424549}.phone-screen-content-message{height:-moz-fit-content;height:fit-content;padding:2px 8px;color:#d2d2d2;max-width:280px;word-wrap:true}.phone-screen-content-message .highlight{color:#7d7dff;text-decoration:underline}.phone-screen-content-message .author{font-weight:700}.phone-screen-bottom{height:90px;position:relative;z-index:10}.phone-screen-input-section{display:flex;justify-content:center;margin:10px 8px;align-items:center}.phone-screen-input-area{position:relative;margin:0 10px;padding:2px;width:250px;height:30px;border:solid 1px rgb(0,0,0,.5);border-left:none;border-right:none;display:flex;align-items:center;justify-content:space-between;background-color:#1e2124}.phone-screen-input-area:before{position:absolute;content:"";left:-15px;top:-1px;width:30px;height:30px;border:solid 1px rgb(0,0,0,.5);border-radius:100%;z-index:-1;background-color:#1e2124}.phone-screen-input-area:after{position:absolute;content:"";right:-15px;top:-1px;width:30px;height:30px;border:solid 1px rgb(0,0,0,.5);border-radius:100%;z-index:-1;background-color:#1e2124}.phone-screen-input-area span{margin-left:-6px;color:#cfcfcf}.phone-screen-send-button{display:flex;justify-content:center;color:#f3f3f3;background-color:#5151ff;width:25px;height:25px;padding:2px 2px 3px 3px;margin-right:-14px;font-size:.9rem;border-radius:100%}.phone-screen-typing-indicator{color:#cfcfcf;position:absolute;top:40px;left:20px;display:flex;align-items:center;font-size:.8rem}.phone-screen-typing-indicator span{margin-left:6px}.typing-dot{float:left;width:6px;height:6px;margin:0 2px;background:#8d8c91;border-radius:50%;opacity:0;animation:loadingFade 1s infinite}.typing-dot:nth-child(1){animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes loadingFade{0%{opacity:0}50%{opacity:.8}to{opacity:0}}.phone-screen-bottom-line{position:absolute;bottom:10px;left:87.5px;height:5px;width:110px;border-radius:4px;z-index:10;background-color:#111}@keyframes quiet{25%{transform:scaleY(.4)}50%{transform:scaleY(.8)}75%{transform:scaleY(.6)}}@keyframes normal{25%{transform:scaleY(.6)}50%{transform:scaleY(1)}75%{transform:scaleY(.2)}}@keyframes loud{25%{transform:scaleY(1)}50%{transform:scaleY(.4)}75%{transform:scaleY(1.2)}}body{display:flex;justify-content:center;background:#000;margin:0;padding:0;align-items:center;height:100vh}.boxContainer{display:flex;justify-content:space-between;height:64px;--boxSize: 8px;--gutter: 4px;width:calc((var(--boxSize) + var(--gutter)) * 10)}.box{transform:scaleY(.4);height:100%;width:var(--boxSize);background:red;animation-duration:1.2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;border-radius:8px}.box1{animation-name:quiet}.box2{animation-name:normal}.box3{animation-name:quiet}.box4{animation-name:loud}.box5,.box6{animation-name:quiet}.box7,.box8{animation-name:normal}.box9,.box10{animation-name:quiet}.loader{background:#ccc;position:relative}.loader:before{content:"";position:absolute;inset:-4px}.loader .loaderBar{position:absolute;inset:0 100% 0 0;background:#3b82f6;width:0;animation:borealisBar 2s linear infinite}@keyframes borealisBar{0%{left:0%;right:100%;width:0%}10%{left:0%;right:75%;width:25%}90%{right:0%;left:75%;width:25%}to{left:100%;right:0%;width:0%}}.rhap_container{box-sizing:border-box;display:flex;flex-direction:column;line-height:1;font-family:inherit;width:100%;padding:10px 15px;background-color:#fff;box-shadow:0 0 3px #0003}.rhap_container:focus:not(:focus-visible){outline:0}.rhap_container svg{vertical-align:initial}.rhap_header{margin-bottom:10px}.rhap_footer{margin-top:5px}.rhap_main{display:flex;flex-direction:column;flex:1 1 auto}.rhap_stacked .rhap_controls-section{margin-top:8px}.rhap_horizontal{flex-direction:row}.rhap_horizontal .rhap_controls-section{margin-left:8px}.rhap_horizontal-reverse{flex-direction:row-reverse}.rhap_horizontal-reverse .rhap_controls-section{margin-right:8px}.rhap_stacked-reverse{flex-direction:column-reverse}.rhap_stacked-reverse .rhap_controls-section{margin-bottom:8px}.rhap_progress-section{display:flex;flex:3 1 auto;align-items:center}.rhap_progress-container{display:flex;align-items:center;height:20px;flex:1 0 auto;align-self:center;margin:0 calc(10px + 1%);cursor:pointer;-moz-user-select:none;user-select:none;-webkit-user-select:none}.rhap_progress-container:focus:not(:focus-visible){outline:0}.rhap_time{color:#333;font-size:16px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.rhap_progress-bar{box-sizing:border-box;position:relative;z-index:0;width:100%;height:5px;background-color:#ddd;border-radius:2px}.rhap_progress-filled{height:100%;position:absolute;z-index:2;background-color:#868686;border-radius:2px}.rhap_progress-bar-show-download{background-color:#dddddd80}.rhap_download-progress{height:100%;position:absolute;z-index:1;background-color:#ddd;border-radius:2px}.rhap_progress-indicator{box-sizing:border-box;position:absolute;z-index:3;width:20px;height:20px;margin-left:-10px;top:-8px;background:#868686;border-radius:50px;box-shadow:#86868680 0 0 5px}.rhap_controls-section{display:flex;flex:1 1 auto;justify-content:space-between;align-items:center}.rhap_additional-controls{display:flex;flex:1 0 auto;align-items:center}.rhap_repeat-button{font-size:26px;width:26px;height:26px;color:#868686;margin-right:6px}.rhap_main-controls{flex:0 1 auto;display:flex;justify-content:center;align-items:center}.rhap_main-controls-button{margin:0 3px;color:#868686;font-size:35px;width:35px;height:35px}.rhap_play-pause-button{font-size:40px;width:40px;height:40px}.rhap_volume-controls{display:flex;flex:1 0 auto;justify-content:flex-end;align-items:center}.rhap_volume-button{flex:0 0 26px;font-size:26px;width:26px;height:26px;color:#868686;margin-right:6px}.rhap_volume-container{display:flex;align-items:center;flex:0 1 100px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.rhap_volume-bar-area{display:flex;align-items:center;width:100%;height:14px;cursor:pointer}.rhap_volume-bar-area:focus:not(:focus-visible){outline:0}.rhap_volume-bar{box-sizing:border-box;position:relative;width:100%;height:4px;background:#ddd;border-radius:2px}.rhap_volume-indicator{box-sizing:border-box;position:absolute;width:12px;height:12px;margin-left:-6px;left:0;top:-4px;background:#868686;opacity:.9;border-radius:50px;box-shadow:#86868680 0 0 3px;cursor:pointer}.rhap_volume-indicator:hover{opacity:.9}.rhap_volume-filled{height:100%;position:absolute;z-index:2;background-color:#868686;border-radius:2px}.rhap_button-clear{background-color:transparent;border:none;padding:0;overflow:hidden;cursor:pointer}.rhap_button-clear:hover{opacity:.9;transition-duration:.2s}.rhap_button-clear:active{opacity:.95}.rhap_button-clear:focus:not(:focus-visible){outline:0}
