*{font-size:16px;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Montserrat",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#13182b}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}h1{font-size:2em}h2{font-size:1.7em}h3{font-size:1.4em}h1,h2,h3{font-family:"Axiforma";color:#f0e8e8;margin:12px 10px;font-weight:100}h1#logo.big{font-size:4em;margin:12px 10px}h1#logo.big,h1#logo.small{font-family:"Courgette";color:#fff}h1#logo.small{font-size:2em}div,p,span{font-family:"Montserrat";color:#f0e8e8;font-size:1em}span{color:#ff006b}a{text-decoration:none}.InputText{display:block;margin:12px 10px;width:calc(100% - 20px);height:40px;border-radius:50px;padding-left:20px;border:1px solid #e4e4e4;background:linear-gradient(90.83deg,hsla(0,0%,100%,.81),hsla(0,0%,100%,.37));box-shadow:0 4px 4px rgba(0,0,0,.25);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.InputText:active,.InputText:focus{outline:none;border:1px solid #ff006b}#root>div{min-height:400px}.InputText::-webkit-input-placeholder{font-size:1em;color:#13182b}.InputText::placeholder{font-size:1em;color:#13182b}.button{width:100%;height:30px;border-radius:50px;text-align:center;cursor:pointer;box-shadow:0 4px 4px #000;transition:all .5s ease}.button.primary{background-color:#ff006b;border:none;color:#f0e8e8}.button.primary:active,.button.primary:focus,.button.primary:hover{background-color:#f0e8e8;color:#ff006b;outline:none}.button.secondary{background-color:initial;border:2px solid #f0e8e8;color:#f0e8e8}.button.secondary:active,.button.secondary:focus,.button.secondary:hover{background-color:#f0e8e8;color:#ff006b;outline:none}.Pagination{margin:24px 0 12px}.Pagination ul{display:flex;justify-content:space-between}.Pagination ul li{padding:4px;margin:0 8px;list-style:none}.Pagination ul li a:active,.Pagination ul li a:focus{outline:none}.Pagination ul li.active{border-radius:5px;border:1px solid #ff006b}table{width:100%;border-collapse:collapse}td,th{text-align:right}td h3,th h3{margin:12px 0}td.n,th.n{cursor:pointer;width:90px}td.title,th.title{cursor:pointer;width:220px}td.save,td.type,td.year,th.save,th.type,th.year{cursor:pointer;width:110px}tbody tr{border-bottom:2px solid #ff006b}.Loader{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.spinner{margin:auto;width:50px;height:30px}.spinner>div{background:#ff006b;height:100%;width:2px;float:left;margin:0 1px;-webkit-animation:stretch 2s infinite;animation:stretch 2s infinite;-webkit-animation-timing-function:cubic-bezier(.62,.28,.23,.99);animation-timing-function:cubic-bezier(.62,.28,.23,.99)}.spinner .r1{-webkit-animation-delay:-1s;animation-delay:-1s}.spinner .r2{-webkit-animation-delay:-.9s;animation-delay:-.9s}.spinner .r3{-webkit-animation-delay:-.8s;animation-delay:-.8s}.spinner .r4{-webkit-animation-delay:-.7s;animation-delay:-.7s}.spinner .r5{-webkit-animation-delay:-.6s;animation-delay:-.6s}@-webkit-keyframes stretch{0%,20%,49%{-webkit-transform:scaleY(.4);transform:scaleY(.4);background-color:#ff006b}10%{-webkit-transform:scaleY(1);transform:scaleY(1)}50%,70%,to{-webkit-transform:scaleY(.4);transform:scaleY(.4);background-color:#f0e8e8}60%{-webkit-transform:scaleY(1);transform:scaleY(1);background-color:#f0e8e8}}@keyframes stretch{0%,20%,49%{-webkit-transform:scaleY(.4);transform:scaleY(.4);background-color:#ff006b}10%{-webkit-transform:scaleY(1);transform:scaleY(1)}50%,70%,to{-webkit-transform:scaleY(.4);transform:scaleY(.4);background-color:#f0e8e8}60%{-webkit-transform:scaleY(1);transform:scaleY(1);background-color:#f0e8e8}}.Modal{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.5);z-index:10;display:flex;flex-direction:column;align-items:center}.Modal__container{position:relative;top:50%;box-shadow:0 4px 4px rgba(0,0,0,.5019607843137255);background:linear-gradient(154.4deg,hsla(0,0%,42.4%,.8) 2.69%,hsla(0,0%,68.6%,.2));border:1px solid #c8c8c8;box-sizing:border-box;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);max-width:600px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-filter:drop-shadow(0 4px 8px rgba(245,32,122,.25));filter:drop-shadow(0 4px 8px rgba(245,32,122,.25));border-radius:5px;overflow:auto;max-height:90vh}.Modal__close--button{position:absolute;top:0;right:0;background-color:initial;border:none;padding:.5rem 1rem;cursor:pointer}.Modal__close--button:active,.Modal__close--button:focus{outline:none}.Artist,.Label{display:flex;flex-direction:column;padding:2.75em 1.5em}.Artist .Artist__title,.Artist .Label__title,.Label .Artist__title,.Label .Label__title{text-align:center}.Artist .Artist__title h2,.Artist .Label__title h2,.Label .Artist__title h2,.Label .Label__title h2{margin:0 auto 12px;height:1em}.Artist .Artist__title small,.Artist .Label__title small,.Label .Artist__title small,.Label .Label__title small{margin:4px auto 8px;font-size:.8em;opacity:.7}.Artist .Artist__img,.Artist .Label__img,.Label .Artist__img,.Label .Label__img{display:flex;justify-content:center;align-items:center}.Artist .Artist__img img,.Artist .Label__img img,.Label .Artist__img img,.Label .Label__img img{max-width:200px;height:auto}.Artist .Artist__buttons,.Artist .Label__buttons,.Label .Artist__buttons,.Label .Label__buttons{display:flex;justify-content:space-around;align-items:center;margin:12px 8px}.Artist .Artist__buttons button,.Artist .Label__buttons button,.Label .Artist__buttons button,.Label .Label__buttons button{background-color:initial;border:none;cursor:pointer}.Artist .Artist__buttons button:active,.Artist .Artist__buttons button:focus,.Artist .Label__buttons button:active,.Artist .Label__buttons button:focus,.Label .Artist__buttons button:active,.Label .Artist__buttons button:focus,.Label .Label__buttons button:active,.Label .Label__buttons button:focus{outline:none}.Master,.Release{display:flex}.Master .Master__left,.Master .Release__left,.Release .Master__left,.Release .Release__left{width:40%;padding:2em 1em}.Master .Master__left .Master__left--title,.Master .Master__left .Release__left--title,.Master .Release__left .Master__left--title,.Master .Release__left .Release__left--title,.Release .Master__left .Master__left--title,.Release .Master__left .Release__left--title,.Release .Release__left .Master__left--title,.Release .Release__left .Release__left--title{text-align:center}.Master .Master__left .Master__left--title h2,.Master .Master__left .Release__left--title h2,.Master .Release__left .Master__left--title h2,.Master .Release__left .Release__left--title h2,.Release .Master__left .Master__left--title h2,.Release .Master__left .Release__left--title h2,.Release .Release__left .Master__left--title h2,.Release .Release__left .Release__left--title h2{font-size:1.4em}.Master .Master__left .Master__left--img,.Master .Master__left .Release__left--img,.Master .Release__left .Master__left--img,.Master .Release__left .Release__left--img,.Release .Master__left .Master__left--img,.Release .Master__left .Release__left--img,.Release .Release__left .Master__left--img,.Release .Release__left .Release__left--img{display:flex;justify-content:center;align-items:center}.Master .Master__left .Master__left--img img,.Master .Master__left .Release__left--img img,.Master .Release__left .Master__left--img img,.Master .Release__left .Release__left--img img,.Release .Master__left .Master__left--img img,.Release .Master__left .Release__left--img img,.Release .Release__left .Master__left--img img,.Release .Release__left .Release__left--img img{max-width:130px}.Master .Master__left .Master__left--genre,.Master .Master__left .Release__left--genre,.Master .Release__left .Master__left--genre,.Master .Release__left .Release__left--genre,.Release .Master__left .Master__left--genre,.Release .Master__left .Release__left--genre,.Release .Release__left .Master__left--genre,.Release .Release__left .Release__left--genre{display:flex;justify-content:space-around;align-items:center}.Master .Master__left .Master__left--genre p,.Master .Master__left .Release__left--genre p,.Master .Release__left .Master__left--genre p,.Master .Release__left .Release__left--genre p,.Release .Master__left .Master__left--genre p,.Release .Master__left .Release__left--genre p,.Release .Release__left .Master__left--genre p,.Release .Release__left .Release__left--genre p{margin:12px auto 4px}.Master .Master__left .Master__left--year,.Master .Master__left .Release__left--year,.Master .Release__left .Master__left--year,.Master .Release__left .Release__left--year,.Release .Master__left .Master__left--year,.Release .Master__left .Release__left--year,.Release .Release__left .Master__left--year,.Release .Release__left .Release__left--year{text-align:center}.Master .Master__left .Master__left--year small,.Master .Master__left .Release__left--year small,.Master .Release__left .Master__left--year small,.Master .Release__left .Release__left--year small,.Release .Master__left .Master__left--year small,.Release .Master__left .Release__left--year small,.Release .Release__left .Master__left--year small,.Release .Release__left .Release__left--year small{opacity:.7;font-size:.8em}.Master .Master__left .Master__left--buttons,.Master .Master__left .Release__left--buttons,.Master .Release__left .Master__left--buttons,.Master .Release__left .Release__left--buttons,.Release .Master__left .Master__left--buttons,.Release .Master__left .Release__left--buttons,.Release .Release__left .Master__left--buttons,.Release .Release__left .Release__left--buttons{display:flex;justify-content:space-around}.Master .Master__left .Master__left--buttons button,.Master .Master__left .Release__left--buttons button,.Master .Release__left .Master__left--buttons button,.Master .Release__left .Release__left--buttons button,.Release .Master__left .Master__left--buttons button,.Release .Master__left .Release__left--buttons button,.Release .Release__left .Master__left--buttons button,.Release .Release__left .Release__left--buttons button{cursor:pointer;background-color:initial;border:none}.Master .Master__left .Master__left--buttons button:active,.Master .Master__left .Master__left--buttons button:focus,.Master .Master__left .Release__left--buttons button:active,.Master .Master__left .Release__left--buttons button:focus,.Master .Release__left .Master__left--buttons button:active,.Master .Release__left .Master__left--buttons button:focus,.Master .Release__left .Release__left--buttons button:active,.Master .Release__left .Release__left--buttons button:focus,.Release .Master__left .Master__left--buttons button:active,.Release .Master__left .Master__left--buttons button:focus,.Release .Master__left .Release__left--buttons button:active,.Release .Master__left .Release__left--buttons button:focus,.Release .Release__left .Master__left--buttons button:active,.Release .Release__left .Master__left--buttons button:focus,.Release .Release__left .Release__left--buttons button:active,.Release .Release__left .Release__left--buttons button:focus{outline:none}.Master .Master__right,.Master .Release__right,.Release .Master__right,.Release .Release__right{background-color:#13182b;border-radius:0 5px 5px 0;width:60%;flex-direction:column;padding:2em 1em}.Master .Master__right .Master__right--general,.Master .Master__right .Release__right--general,.Master .Release__right .Master__right--general,.Master .Release__right .Release__right--general,.Release .Master__right .Master__right--general,.Release .Master__right .Release__right--general,.Release .Release__right .Master__right--general,.Release .Release__right .Release__right--general{display:flex;justify-content:space-between}.Master .Master__right .Master__right--general h3,.Master .Master__right .Release__right--general h3,.Master .Release__right .Master__right--general h3,.Master .Release__right .Release__right--general h3,.Release .Master__right .Master__right--general h3,.Release .Master__right .Release__right--general h3,.Release .Release__right .Master__right--general h3,.Release .Release__right .Release__right--general h3{font-size:1.3em}.Master .Master__right .Master__right--general h3 a,.Master .Master__right .Release__right--general h3 a,.Master .Release__right .Master__right--general h3 a,.Master .Release__right .Release__right--general h3 a,.Release .Master__right .Master__right--general h3 a,.Release .Master__right .Release__right--general h3 a,.Release .Release__right .Master__right--general h3 a,.Release .Release__right .Release__right--general h3 a{color:#f0e8e8;text-decoration:none}.Master .Master__right .Master__right--format,.Master .Master__right .Release__right--format,.Master .Release__right .Master__right--format,.Master .Release__right .Release__right--format,.Release .Master__right .Master__right--format,.Release .Master__right .Release__right--format,.Release .Release__right .Master__right--format,.Release .Release__right .Release__right--format{margin:24px 0}.Master .Master__right .Master__right--format h3,.Master .Master__right .Release__right--format h3,.Master .Release__right .Master__right--format h3,.Master .Release__right .Release__right--format h3,.Release .Master__right .Master__right--format h3,.Release .Master__right .Release__right--format h3,.Release .Release__right .Master__right--format h3,.Release .Release__right .Release__right--format h3{font-size:1.3em;text-align:left;border-bottom:2px solid #ff006b}.Master .Master__right .Master__right--format p,.Master .Master__right .Release__right--format p,.Master .Release__right .Master__right--format p,.Master .Release__right .Release__right--format p,.Release .Master__right .Master__right--format p,.Release .Master__right .Release__right--format p,.Release .Release__right .Master__right--format p,.Release .Release__right .Release__right--format p{font-size:.9em;text-align:right;border-bottom:1px solid #ff006b;margin:10px}.Master .Master__right .Master__right--label,.Master .Master__right .Release__right--label,.Master .Release__right .Master__right--label,.Master .Release__right .Release__right--label,.Release .Master__right .Master__right--label,.Release .Master__right .Release__right--label,.Release .Release__right .Master__right--label,.Release .Release__right .Release__right--label{margin:24px 0}.Master .Master__right .Master__right--label h3,.Master .Master__right .Release__right--label h3,.Master .Release__right .Master__right--label h3,.Master .Release__right .Release__right--label h3,.Release .Master__right .Master__right--label h3,.Release .Master__right .Release__right--label h3,.Release .Release__right .Master__right--label h3,.Release .Release__right .Release__right--label h3{font-size:1.3em;text-align:left;border-bottom:2px solid #6c6c6c}.Master .Master__right .Master__right--label p,.Master .Master__right .Release__right--label p,.Master .Release__right .Master__right--label p,.Master .Release__right .Release__right--label p,.Release .Master__right .Master__right--label p,.Release .Master__right .Release__right--label p,.Release .Release__right .Master__right--label p,.Release .Release__right .Release__right--label p{font-size:.9em;text-align:right;border-bottom:1px solid #6c6c6c;margin:10px}.RoundedButton{margin:12px 10px;border-radius:50%;background-color:#fff;border:2px solid #fff;box-shadow:0 4px 4px rgba(0,0,0,.5019607843137255);cursor:pointer;display:flex;justify-content:center;align-items:center;width:50px;height:50px;transition:all .5s ease}.RoundedButton:focus,.RoundedButton:hover{border:2px solid #ff006b;border-radius:50%}.RoundedButton:focus{outline:none}.RoundedButton:active{border:2px solid #ff006b;border-radius:50%;outline:none}.RoundedButton.grid,.RoundedButton.list{border-radius:50%;background-color:#fff;border:2px solid #fff;box-shadow:0 4px 4px rgba(0,0,0,.5019607843137255);cursor:pointer;display:flex;justify-content:center;align-items:center;width:50px;height:50px;transition:all .5s ease;margin:12px 0 12px 32px;width:32px;height:32px}.RoundedButton.grid:hover,.RoundedButton.list:hover{border:2px solid #ff006b;border-radius:50%}.RoundedButton.grid:active,.RoundedButton.grid:focus,.RoundedButton.list:active,.RoundedButton.list:focus{border:2px solid #ff006b;border-radius:50%;outline:none}.RoundedButton.grid.active,.RoundedButton.list.active{background-color:#f0e8e8;border:2px solid #ff006b}.RoundedButton.grid img,.RoundedButton.list img{width:16px;height:auto}.ResultsToggle{display:flex;justify-content:flex-end;margin-top:32px;margin-bottom:12px}.card{width:100%;margin:20px 0}.card__img img{width:100%;box-shadow:0 4px 4px rgba(0,0,0,.5019607843137255);cursor:pointer}.card__info{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.card__info .card__info--left{text-align:left}.card__info .card__info--left h3{margin:8px 0;font-size:20px}.card__info .card__info--left p{margin:4px 0;font-size:16px}.card__info .card__info--right button{cursor:pointer;border:none;background-color:initial}.card__info .card__info--right button img{width:24px;height:auto}.image-landing{left:0;position:absolute;height:100%;z-index:-2}#landing{height:100vh;display:flex;align-items:center;text-align:right;overflow:hidden;-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{display:none}#first,#second{height:calc(100vh + 10px);display:flex;flex-direction:column;justify-content:center;transition:all .5s ease}#first.hidden,#second.hidden{display:none}@media screen and (max-width:769px){.back{width:100vh;height:100vh;top:0;background:rgba(0,0,0,.2980392156862745);z-index:-1}#landing,.back{position:absolute;left:0}#landing{width:100%;display:flex;align-items:center;text-align:center;justify-content:center}.image-landing{top:30px;height:auto;width:100%;z-index:-1}}footer{position:absolute;width:100%;margin-top:120px;border-top:2px solid #ff006b}footer .container .row .col-4:first-of-type{justify-content:flex-start}footer .container .row .col-4,footer .container .row .col-4 .right{display:flex;align-items:center}footer .container .row .col-4 .right a{margin-left:24px}footer .container .row .col-4 .left h3{font-size:1.3em}header{margin:24px 0 12px}nav{display:flex;height:100%;justify-content:flex-end;align-items:center}nav a{margin-left:2em}@media screen and (max-width:769px){header .container .row .col-4{max-width:50%}nav a{margin-left:1em}}.PersonalList{display:flex;justify-content:space-between;margin:32px 0 24px;padding:0}.PersonalList .PersonalList__title{display:flex;justify-content:flex-start;align-items:center}.PersonalList .PersonalList__search{display:flex;justify-content:flex-end;align-items:center}.PersonalList .PersonalList__search .wrapper{position:relative}.PersonalList .PersonalList__search .wrapper input{width:290px}.PersonalList .PersonalList__search .wrapper button{background-color:initial;border:none;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;cursor:pointer}.PersonalList .PersonalList__search .wrapper button:active,.PersonalList .PersonalList__search .wrapper button:focus{outline:none}@font-face{font-family:"Axiforma";src:url(/static/media/axiforma-thin.b39844e5.woff) format("woff"),url(/static/media/axiforma-thin.8b9bce7c.ttf) format("ttf");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Courgette";src:url(/static/media/Courgette-Regular.919190bf.woff) format("woff"),url(/static/media/Courgette-Regular.af9c15cb.ttf) format("ttf");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url(/static/media/Montserrat-Regular.06284706.woff) format("woff"),url(/static/media/Montserrat-Regular.3cd78665.ttf) format("ttf");font-weight:400;font-style:normal;font-display:swap}.container{width:calc(100% - 80px);max-width:1140px;margin:0 auto}.row{display:flex;flex-wrap:wrap}.row.centered{justify-content:center}.row.right{justify-content:flex-end}.row.left{justify-content:flex-start}div[class^=col-]{box-sizing:border-box;padding:0 10px}.col-1{flex-basis:12.5%}.col-offset-1{margin-left:12.5%}.col-2{flex-basis:25%}.col-offset-2{margin-left:25%}.col-3{flex-basis:37.5%}.col-offset-3{margin-left:37.5%}.col-4{flex-basis:50%}.col-offset-4{margin-left:50%}.col-5{flex-basis:62.5%}.col-offset-5{margin-left:62.5%}.col-6{flex-basis:75%}.col-offset-6{margin-left:75%}.col-7{flex-basis:87.5%}.col-offset-7{margin-left:87.5%}.col-8{flex-basis:100%}.col-offset-8{margin-left:100%}@media screen and (max-width:769px){.container{width:calc(100% - 20px);margin:0 auto}.row{display:flex;flex-wrap:wrap}.row.centered{justify-content:center}.row.right{justify-content:flex-end}.row.left{justify-content:flex-start}div[class^=col-]{box-sizing:border-box;padding:0 5px}.col-1{flex-basis:25%}.col-offset-1{margin-left:25%}.col-2{flex-basis:50%}.col-offset-2{margin-left:50%}.col-3{flex-basis:75%}.col-offset-3{margin-left:75%}.col-4{flex-basis:100%}.col-offset-4{margin-left:100%}.Search .container .row.centered .col-4 h3{text-align:center}}.text-centered{text-align:center}.image-right{position:absolute;right:0;top:0;z-index:-2;width:65%}@media screen and (max-width:769px){.back{position:absolute;width:100vh;height:100vh;top:0;left:0;background:rgba(0,0,0,.25882352941176473);z-index:-1}.button-auth{margin-bottom:24px}.login,.signup{top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.image-right,.login,.signup{position:absolute;width:100%}.image-right{top:290px;z-index:-2}}
/*# sourceMappingURL=main.e0d75005.chunk.css.map */