@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&display=swap";body{margin:auto;font-family:Roboto Mono,monospace;overflow:auto;background:linear-gradient(351deg,rgba(0,0,0,1) 0%,rgb(103,103,222) 50%,rgba(0,0,0,1) 100%);background-size:400% 400%;background-attachment:fixed;animation:gradient 15s ease infinite}@keyframes gradient{0%{background-position:0% 0%}50%{background-position:100% 100%}to{background-position:0% 0%}}#drop_zone{height:200px;width:200px;border:2px solid rgba(255,255,255,.8);color:#fcfdff;border-radius:50%;line-height:1.4;text-align:center;margin:10px auto 20px;background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 0 15px #6767de99;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px;transition:all .3s ease;position:relative;overflow:hidden}#drop_zone span{position:relative;z-index:10;text-shadow:0 0 5px rgba(0,0,0,.8);font-weight:700;margin-bottom:5px}#visualizer{position:absolute;width:100%;height:100%;top:0;left:0;z-index:5;opacity:.8;border-radius:50%}#drop_zone:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(103,103,222,.3),transparent);transform:rotate(45deg);animation:shine 3s infinite;pointer-events:none}@keyframes shine{0%{transform:translate(-100%) rotate(45deg)}to{transform:translate(100%) rotate(45deg)}}#drop_zone:after{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-size:24px;margin-bottom:10px;display:block;color:#ffffffe6}#drop_zone:hover{transform:scale(1.05);box-shadow:0 0 25px #6767decc;border-color:#fff}#drop_zone.drag-over{transform:scale(1.05);background:rgba(103,103,222,.3);box-shadow:0 0 30px #ffffff80;border-color:#fcfdff}html,body{overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}.navbar-brand{font-size:30px;position:relative;color:#fcfdff;width:100%}.navbar{position:relative}.navbar-brand img{width:200px;position:absolute;top:10%;left:13%}#textbox{color:#fcfdff;width:350px;position:absolute;top:45px;right:13%;padding:10px;text-align:right}.text-center{margin:0 auto;padding:10px 0;max-width:800px}.mainbox{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:30px;position:relative}#moodLoopInstructions{width:100%;max-height:400px;overflow-y:scroll;border:1px solid #ccc;padding:10px;box-shadow:0 4px 6px #0000001a}.wrapper{display:flex;justify-content:center;align-items:center;gap:20px;margin:10px 0 15px}.wrapper button{font-size:12px;width:80px;height:80px;background-color:#202ddb;border-radius:50%;color:#fcfdff;border:none;box-shadow:0 5px 15px #0000004d;transition:all .3s ease;cursor:pointer}.wrapper button:hover{transform:scale(1.05);box-shadow:0 8px 20px #0006}#showModalBtn{font-size:.9rem;background-color:#1e1e32b3;border-radius:5px;color:#87cefa;border:1px solid rgba(103,103,222,.3)}.modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;background-color:#fff;box-shadow:0 4px 8px #0000001a;width:73%}.close-btn{position:absolute;right:10px;top:5px;cursor:pointer}.knob{position:relative;width:50px;height:50px;margin:auto}.knob_inner{position:relative;overflow:hidden;width:100%;height:100%;border-radius:50%;border:2px solid rgb(41,17,71);outline:2px solid #fcfdff;background-color:#272d36;box-shadow:0 0 8px #f2ecec}.knob_inner_pointer{position:absolute;width:12px;height:12px;top:6px;border-radius:80px;background-color:#f2f2f5;left:50%;transform:translate(-50%);box-shadow:0 0 2px inset}.label-l{left:-20%}.label-r{right:-20%}.label{position:absolute;font-size:16px;top:100%;-webkit-user-select:none;user-select:none}.instructions{position:relative;top:48px;font-size:16px;-webkit-user-select:none;user-select:none;font-weight:700}.current-value{position:relative;top:36px;width:100px;border-radius:8px;margin:auto;text-align:center;font-size:32px;-webkit-user-select:none;user-select:none;font-weight:700;padding:5px;background-color:#eeddbe}.logo img{width:300px;margin:auto;display:block}.draggableContainer{width:100%;height:50px;border:2px solid #000;padding:20px;cursor:move;display:flex;align-items:center;justify-content:space-between}.controls button{height:30px;width:30px;border-radius:100%;background-color:transparent;color:#fcfdff}.fileName{width:50%;margin-top:10px}.controls{width:50%;text-align:right}.audiofile{border:#b3bac8;height:300px;overflow-y:scroll}.boxbass{background-image:url(../332279.png);border:1px solid;color:#fcfdff}.boxrhythm{background-image:url(../332279.png);border:1px solid;color:#fcfdff}.boxrhythm h3,.boxbass h3,.boxpercussion h3,.boxsynth h3{margin-left:20px}.boxpercussion{background-image:url(../332279.png);border:1px solid;color:#fcfdff}.boxsynth{background-image:url(../332279.png);border:1px solid;color:#fcfdff}.selected .fileName{color:#f8f847}.footermood{color:#fcfdff;padding:20px;background-color:transparent;display:flex;flex-direction:column;align-items:center}.footermood h2{font-size:10px}.footermood .input-group{max-width:400px;margin:0 auto}.footermood .form-control{background-color:#272d3644;color:#fcfdff;border:none;height:48px;padding:0 12px;font-size:16px}.footermood .form-control::placeholder{color:#fdfdff}.footermood .btn{background-color:#272d3644;color:#fcfdff;border:none;height:48px;padding:0 16px;font-size:16px}.footermood .btn:hover{background-color:#3a3f47}.footermood .form-control:focus,.footermood .btn:focus{box-shadow:none;outline:none}.social{margin-top:20px}.social a{color:#fcfdff;font-size:24px;margin:0 10px}.social a:hover{color:#007bff}.social .d-flex{justify-content:center}.testy{display:none;background-color:#faebd7}#eqControls{background-color:#1e1e32b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px;border-radius:10px;margin:0;max-width:800px;display:flex;flex-wrap:wrap;gap:20px;z-index:10;box-shadow:0 5px 15px #0000004d;border:1px solid rgba(103,103,222,.3);justify-content:center;flex:1}.eq-section,.volume-section{flex:1;min-width:250px;max-width:350px}.control-row{margin-top:5px}#eqControls label{width:90px;color:#87cefa;font-size:.85rem}#percussionVolume,#synthVolume{margin-right:3px}#eqControls h4{margin-top:0;margin-bottom:10px;color:#87cefa;font-size:1rem;font-weight:700;text-align:center;padding-bottom:8px;border-bottom:1px solid rgba(135,206,250,.3)}#eqControls div.control-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}#eqControls input[type=range]{flex-grow:1;margin:0 8px;-webkit-appearance:none;height:6px;background:#20242c;border-radius:5px;outline:none;opacity:.8;transition:opacity .2s}#eqControls input[type=range]:hover{opacity:1}#eqControls input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:15px;height:15px;border-radius:50%;background:#6495ED;cursor:pointer;transition:background .2s}#eqControls input[type=range]::-webkit-slider-thumb:hover{background:#87CEFA}#eqControls span{width:45px;text-align:right;color:#87cefa;font-size:.8rem}.eq-section{margin-right:15px}.volume-section{margin-left:15px}@media only screen and (max-width: 600px){#nowPlay span#npAction{display:none}#nowPlay span#npTitle{display:block;text-align:center;width:100%}#textbox{position:relative;top:0;right:0;margin:60px auto 0;text-align:center;width:90%}.wrapper{margin-top:10px}.wrapper button,#showModalBtn{width:70px;height:70px;font-size:10px}#drop_zone{height:150px;width:150px;margin:10px auto}.mainbox{flex-direction:column;margin-top:100px}#eqControls{padding:10px}#eqControls label{width:80px;font-size:.8rem}#eqControls span{width:40px;font-size:.8rem}.wrapper{gap:10px}.modal-content{position:absolute;height:400px;overflow-y:scroll;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;background-color:#fff;box-shadow:0 4px 8px #0000001a;width:73%}.controls i{pointer-events:none}.foot{width:80%;margin-left:0}#audio_controls{flex-wrap:wrap}#audio_controls button{width:calc(50% - 5px);margin-bottom:8px}.action-buttons{width:100%;justify-content:space-between}.controls-container{width:95%;margin:0 auto 20px}.action-buttons{width:100%;justify-content:space-between;gap:10px}.action-buttons button{padding:8px 12px;font-size:.8rem}}.container-fluid.mt-0{padding-top:40px}.boom{margin-top:30px}@media only screen and (max-width: 992px){.boom{margin-top:20px}.container-fluid.mt-0{padding-top:20px}.controls-container{flex-direction:column;align-items:center}.action-buttons{flex-direction:row;margin:10px auto 20px;justify-content:center;width:90%;gap:20px}#eqControls{margin-bottom:0}}@media only screen and (max-width: 600px){.container-fluid.mt-0{padding-top:10px}#drop_zone{height:150px;width:150px;margin:10px auto}.boom{margin-top:10px}.controls-container{width:95%;margin:0 auto 20px}.action-buttons{width:100%;justify-content:space-between;gap:10px;padding:10px}.action-buttons button{padding:8px 12px;font-size:.8rem;min-width:auto;flex:1}}#audio_controls{display:flex;justify-content:flex-end;align-items:center;margin:10px auto;max-width:800px;gap:10px}#audio_controls button{background-color:#1e1e32b3;color:#87cefa;border:1px solid rgba(103,103,222,.3);border-radius:5px;padding:8px 16px;cursor:pointer;font-size:.9rem;transition:all .2s ease}#audio_controls button:hover{background-color:#323250b3;transform:translateY(-2px)}.controls-container{display:flex;align-items:stretch;justify-content:center;max-width:900px;margin:0 auto 30px;gap:15px}.action-buttons{display:flex;flex-direction:column;justify-content:center;gap:10px;background-color:#1e1e32b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:15px;border-radius:10px;box-shadow:0 5px 15px #0000004d;border:1px solid rgba(103,103,222,.3)}.action-buttons button{background-color:#1e1e32b3;color:#87cefa;border:1px solid rgba(103,103,222,.3);border-radius:5px;padding:8px 15px;cursor:pointer;font-size:.9rem;transition:all .2s ease;white-space:nowrap;min-width:120px;text-align:center}.action-buttons button:first-child{background-color:#1e32b4cc;color:#fff}.action-buttons button#showModalBtn{background-color:#db6e20cc;color:#fff}.action-buttons button:hover{background-color:#323250b3;box-shadow:0 0 10px #6767de66}.action-buttons button:first-child:hover{background-color:#2846c8cc}.action-buttons button#showModalBtn:hover{background-color:#ef8234cc}@media only screen and (max-width: 768px){.controls-container{flex-direction:column}.action-buttons{flex-direction:row;margin-bottom:20px}#eqControls{flex-direction:column;gap:20px;max-width:90%}.eq-section,.volume-section{width:100%;margin:0}#eqControls div.control-row{margin-bottom:6px}#eqControls label{width:90px}.volume-section h4{margin-top:10px;border-top:1px solid rgba(135,206,250,.3);border-bottom:none;padding-top:10px;padding-bottom:0}#textbox{width:80%;right:10%;text-align:center}.text-center{max-width:100%}.wrapper{margin-top:70px}#audio_controls{justify-content:center;margin:15px auto}}@media only screen and (max-width: 1366px){.testy{display:inline-block}.boom .col{width:50%}.boxrhythm,.boxbass,.boxpercussion,.boxsynth{margin:5px 0}#drop_zone{display:none}.mainbox{margin-top:200px}}@media only screen and (max-width: 1024px){#drop_zone{margin-top:150px;height:180px;width:180px}.testy{display:inline-block}}@media only screen and (max-width: 992px){.testy{display:inline-block}.boom .col{width:100%}#drop_zone{margin-top:150px;height:160px;width:160px}.foot{width:50%}.boxrhythm,.boxbass,.boxpercussion,.boxsynth{margin:5px 0}#eqControls{max-width:90%;margin:10px auto 20px}.mainbox{margin-top:10px}}
