.container{background-color:#abc4aa;border-radius:10px;width:175px;height:175px;position:relative;box-shadow:5px 5px #675d50}.loader-container{flex-direction:column;justify-content:center;align-items:center;display:flex}.loader-container.full-screen{z-index:9999;background-color:#fffc;width:100%;height:100%;position:fixed;top:0;left:0}.loader-text{color:#675d50;margin-top:16px;font-size:18px;font-weight:500}.plate{width:fit-content}.plate .black,.plate .white,.plate .center,.plate .border{border-radius:100%}.container,.plate .black,.plate .white,.plate .border{justify-content:center;align-items:center;display:flex}.plate .black{background-color:#675d50;width:150px;height:150px;animation:2s linear infinite rotation}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.plate .white{background-color:#f3deba;width:70px;height:70px}.plate .center{background-color:#675d50;width:20px;height:20px}.plate .border{border:3px solid #f3deba;border-color:#f3deba #675d50;width:111px;height:111px}.player{flex-direction:column;justify-content:center;align-items:center;width:fit-content;margin-bottom:8px;margin-right:8px;display:flex;position:absolute;bottom:0;right:0;rotate:-45deg}.player .circ{z-index:1;background-color:#f3deba;border-radius:100%;width:25px;height:25px}.player .rect{background-color:#f3deba;width:10px;height:55px;margin-bottom:5px;position:absolute;bottom:0}
