@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&display=swap";html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{font-family:Poppins,Helvetica,sans-serif;color:var(--black)}:root{--white: #ffffff;--black: #343a40;--purple: #8a1f6e;--purple-light: #bb588f;--purple-blue: #552c8a;--pink: #c00f4f;--pink-light: #f7eef7;--gray: #adb5bd;--gray-light: #dee2e6;--gray-lighter: #f7f3f7;--gray-dark: #868e96;--bg-gray-dark: #e9e3e8;--bg-gray-light: #ced4da;--box-shadow: rgba(0,0,0,.3);--gray-transparent: rgba(247,243,247,.2)}.loading{width:100vw;height:100vh;position:fixed;background-color:#000c;z-index:1}.loading .loader{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.loading .loader svg{height:300px;display:block;margin:0 auto}.loading .loader svg path{fill:var(--purple-light);animation-duration:1s;animation-name:pulse;animation-iteration-count:infinite}.loading .loader svg path.path-7{animation-delay:-1s}.loading .loader svg path.path-6{animation-delay:-.875s}.loading .loader svg path.path-5{animation-delay:-.75s}.loading .loader svg path.path-4{animation-delay:-.625s}.loading .loader svg path.path-3{animation-delay:-.5s}.loading .loader svg path.path-2{animation-delay:-.375s}.loading .loader svg path.path-1{animation-delay:-.25s}.loading .loader svg path.path-0{animation-delay:-.125s}@keyframes pulse{0%{opacity:.1}30%{opacity:.8}to{opacity:.1}}body{min-width:360px}.main{background:var(--gray-lighter);display:flex;justify-content:space-around;flex-direction:column;padding:15px;gap:15px;width:100%;min-height:calc(100vh - 118px)}@media (min-width: 992px){.main{padding:50px;gap:50px;flex-direction:row}}.main .info-block{flex:1;display:flex;flex-direction:column;background-color:var(--white);border-radius:10px;box-shadow:0 3px 15px -5px var(--box-shadow);overflow:hidden}.main .info-block div.header{display:flex;align-items:center;justify-content:space-between;padding:25px;height:80px;border-bottom:2px solid var(--gray-lighter)}.main .info-block div.header h2{color:var(--purple-blue);font-weight:600;font-size:1.25rem}.main .info-block div.content{padding:20px 10px}header{display:flex;background:linear-gradient(to right,var(--pink),var(--purple));color:var(--white);align-items:center;justify-content:space-between;padding:10px;gap:5px;position:relative;box-shadow:0 1px 2px 0 var(--box-shadow)}@media (min-width: 576px){header{padding:10px 50px}}header .header-brand a{display:flex;align-items:center;column-gap:20px;text-decoration:none;color:inherit}header .header-brand a h1{font-size:1.25rem;font-weight:600}header .logo{width:48px;height:48px}header .header-user{display:flex;align-items:center;column-gap:10px}header .header-user span{font-weight:600}header .header-user .name{display:none}@media (min-width: 576px){header .header-user .name{display:flex}}header .header-user div{width:42px;height:42px;border-radius:50%;background:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:var(--black)}footer{height:50px;background:var(--bg-gray-dark);display:flex;justify-content:center;align-items:center;font-size:.9375rem}
