@import"https://fonts.googleapis.com/css?family=Lato:400,700&display=swap";:root{--page-header-bgColor: #242e42;--page-header-bgColor-hover: #1d2636;--page-header-txtColor: #dde9f8;--page-header-headingColor: #7889a4;--page-header-width: 220px;--page-content-bgColor: #f0f1f6;--page-content-txtColor: #171616;--page-content-blockColor: #fff;--white: #fff;--black: #333;--blue: #00b9eb;--red: #ec1848;--border-radius: 4px;--box-shadow: 0 0 10px -2px rgba(0, 0, 0, .075);--switch-bgLightModeColor: #87cefa;--switch-sunColor: gold;--switch-moonColor: #f4f4f4;--switch-bgDarkModeColor: #1f1f27;--inner-padding: 30px}a,button{color:inherit}a{text-decoration:none}button{background:none;cursor:pointer}input{-webkit-appearance:none}[type=checkbox]{position:absolute;left:-9999px}label{cursor:pointer}button,input{border:none}body{font:16px/1.5 Lato,sans-serif}.page-content{position:relative;left:var(--page-header-width);width:calc(100% - var(--page-header-width));min-height:100vh;padding:30px;color:var(--page-content-txtColor);background:var(--page-content-bgColor)}.search-and-user{display:grid;grid-template-columns:1fr auto;grid-column-gap:50px;align-items:center;background:var(--page-content-bgColor);margin-bottom:30px}.search-and-user form{position:relative}.search-and-user [type=search]{width:100%;height:50px;font-size:1.5rem;padding-left:15px;background:var(--page-content-blockColor);color:var(--white);border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.search-and-user ::placeholder{color:var(--page-content-txtColor)}.search-and-user form svg{width:26px;height:26px;fill:var(--page-content-txtColor)}.search-and-user form button{position:absolute;top:50%;right:15px;transform:translateY(-50%)}.search-and-user .admin-profile{display:flex;align-items:center}.search-and-user .admin-profile .greeting{margin:0 10px 0 20px}.search-and-user .admin-profile svg{width:30px;height:30px}.search-and-user .admin-profile .notifications{position:relative}.search-and-user .admin-profile .badge{display:flex;align-items:center;justify-content:center;position:absolute;top:-10px;right:-3px;width:18px;height:18px;border-radius:50%;font-size:10px;color:var(--white);background:var(--red)}.page-content .grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px}.page-content .grid article{display:flex;flex-direction:column;background:var(--page-content-blockColor);border-radius:var(--border-radius);box-shadow:var(--box-shadow);padding:var(--inner-padding)}@media screen and (max-width: 767px){.page-header,.page-content{position:static;width:100%}.page-header{padding:10px}.page-header nav{flex-direction:row}.page-header .logo{margin:0}.page-header .logo{width:83px;height:35px}.page-header .logo img{width:auto;height:35px}.page-header .toggle-mob-menu{display:block}.page-header .admin-menu{position:absolute;left:3px;right:3px;top:57px;margin-top:0;z-index:2;border-radius:var(--border-radius);background:var(--page-header-bgColor);visibility:hidden;opacity:0;transform:scale(.95);transition:all .2s}.page-header .admin-menu li:nth-last-child(2){margin-bottom:12px}.search-and-user .admin-profile .greeting{display:none}.page-content{padding:10px}.page-content .grid{grid-gap:10px}.search-and-user{position:absolute;left:131px;top:10px;padding:0;grid-column-gap:5px;width:calc(100% - 141px);border-radius:var(--border-radius);background:transparent}.search-and-user [type=search]{font-size:1rem;height:35px}.search-and-user form svg{width:18px;height:18px}.search-and-user .admin-profile svg{fill:var(--white)}.grid article header .actions{flex-direction:column!important;align-items:flex-end;gap:8px}.actions>div,.actions>div>button{width:100%}.page-content .grid>article,.page-content .grid>.half{grid-column:1 / -1!important}}.mob-menu-opened .toggle-mob-menu svg{transform:rotate(180deg)}.mob-menu-opened .admin-menu{transform:scale(1);visibility:visible;opacity:1}@media screen and (min-width: 768px){.collapsed .page-header{width:40px}.collapsed .page-header .admin-menu li>*{padding:10px}.collapsed .page-header .logo,.collapsed .page-header .admin-menu span,.collapsed .page-header .admin-menu .menu-heading{display:none}.collapsed .page-header .admin-menu svg{margin-right:0}.collapsed .page-header .collapse-btn svg{transform:rotate(180deg)}.collapsed .page-content{left:40px;width:calc(100% - 40px)}}.switch label{display:grid;grid-template-columns:auto auto;grid-column-gap:10px;align-items:center;justify-content:flex-start}.switch span:first-child{position:relative;width:50px;height:26px;border-radius:15px;box-shadow:inset 0 0 5px #0006;background:var(--switch-bgLightModeColor);transition:all .3s}.switch span:first-child:before,.switch span:first-child:after{content:"";position:absolute;border-radius:50%}.switch span:first-child:before{top:1px;left:1px;width:24px;height:24px;background:var(--white);z-index:1;transition:transform .3s}.switch span:first-child:after{top:50%;right:8px;width:10px;height:10px;transform:translateY(-50%);background:var(--switch-sunColor);box-shadow:0 0 4px 2px #ffdb1a}.switch [type=checkbox]:checked+label span:first-child{background:var(--switch-bgDarkModeColor)}.switch [type=checkbox]:focus+label span:first-child{box-shadow:0 3px 5px #ffffff40}.switch [type=checkbox]:checked+label span:first-child:before{transform:translate(24px)}.switch [type=checkbox]:checked+label span:first-child:after{left:12px;width:15px;height:15px;background:transparent;box-shadow:-2px -5px 0 var(--switch-moonColor);transform:translateY(-50%) rotate(-72deg)}.light-mode{--page-header-bgColor: #f1efec;--page-header-bgColor-hover: #b9e4e0;--page-header-txtColor: #2c303a;--page-header-headingColor: #979595;--page-content-bgColor: #fff;--box-shadow: 0 0 10px -2px rgba(0, 0, 0, .25)}.light-mode .page-header .admin-menu a:hover,.light-mode .page-header .admin-menu a:focus,.light-mode .page-header .admin-menu button:hover,.light-mode .page-header .admin-menu button:focus{color:var(--black)}.light-mode .page-header .logo img,.light-mode .page-header .admin-menu a:hover svg,.light-mode .page-header .admin-menu a:focus svg,.light-mode .page-header .admin-menu button:hover svg,.light-mode .page-header .admin-menu button:focus svg{fill:var(--black)}.light-mode .switch [type=checkbox]:focus+label span:first-child{box-shadow:0 3px 5px #00000040}@media screen and (max-width: 767px){.light-mode .search-and-user .admin-profile svg{fill:var(--black)}}.page-footer{font-size:1rem;display:flex;align-items:center;justify-content:flex-end;margin-top:10px}.page-footer a{margin-left:4px}::-webkit-scrollbar{width:5px;height:8px}::-webkit-scrollbar-thumb{background-color:#000;border:1px solid black;border-radius:151px}.data-block{display:flex;flex-direction:row;justify-content:space-between;border:1px solid var(--gray-color);padding:var(--inner-padding);border-radius:var(--border-radius);cursor:pointer}.data-block:hover,.data-block.selected{color:var(--white);background-color:var(--primary-color)}.data-block .data-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;height:100%}.data-block:after{content:"›";font-size:38px}.half{grid-column:span 2 / span 4}.fluid{grid-column:1 / -1}.grid article header .actions{display:flex;flex-direction:row;gap:8px}.btn-primary{color:var(--primary-color);border-radius:var(--border-radius);border:1px solid var(--primary-color);padding:10px}.btn-primary:hover{color:var(--white);background-color:var(--primary-color)}.btn-info{color:var(--info-color);border-radius:var(--border-radius);border:1px solid var(--info-color);padding:10px}.btn-info:hover{color:var(--white);background-color:var(--info-color)}.btn-gray{color:var(--gray-color);border-radius:var(--border-radius);border:1px solid var(--gray-color);padding:10px}.btn-gray:hover{color:var(--white);background-color:var(--gray-color)}.btn-danger{color:var(--red);border-radius:var(--border-radius);border:1px solid var(--red);padding:10px}.btn-danger:hover{color:var(--white);background-color:var(--red)}.btn-success{color:var(--success-color);border-radius:var(--border-radius);border:1px solid var(--success-color);padding:10px}.btn-success:hover{color:var(--white);background-color:var(--success-color)}.btn-warning{color:var(--warning-color);border-radius:var(--border-radius);border:1px solid var(--warning-color);padding:10px}.btn-warning:hover{color:var(--white);background-color:var(--warning-color)}.mt-1{margin-top:12px}.mt-2{margin-top:18px}.mt-3{margin-top:24px}.border-bottom{border-bottom:1px solid var(--gray-color)}.flex-row .border-bottom:last-child{border-bottom:none}.border{border:1px solid var(--black)}.border-black{border:1px solid var(--black);border-radius:18px}.border-circle{width:0;height:0;padding:12px;position:relative;border-radius:100%!important}.border-rect{width:0;height:0;padding:12px;position:relative}.border-circle *,.border-rect *{position:absolute;left:0;top:0;right:0;bottom:0}.d-flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.flex-2{flex:2}.flex-3{flex:3}.gap-3{gap:24px}.align-items-center{align-items:center}.justify-content-center{justify-content:center}.justify-content-space-between{justify-content:space-between}.justify-content-space-evenly{justify-content:space-evenly}.d-grid{display:grid}.p-1{padding:12px}.p-2{padding:18px}.p-3{padding:24px}.w-100{width:100%}.h-100{height:100%}table{border:1px solid black;border-collapse:collapse;max-width:100%;width:100%}tr{border-bottom:1px solid black}th,td{border-right:1px solid black;padding:15px;text-align:center}th:last-child,td:last-child{border-right:none}svg{max-width:100%}.line-wrapper{width:100%;height:3px;background-image:url("data:image/svg+xml,%3csvg%20width='284'%20height='10'%20viewBox='0%200%20284%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_98_58)'%3e%3crect%20width='88'%20height='10'%20fill='%23707BFC'/%3e%3crect%20x='98'%20width='88'%20height='10'%20fill='%232CABF5'/%3e%3crect%20x='196'%20width='88'%20height='10'%20fill='%236484FC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_98_58'%3e%3crect%20width='284'%20height='10'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:auto 100%}.position-relative{position:relative}.position-absolute{position:absolute}.position-sticky{position:sticky;top:0;z-index:100;box-shadow:0 14px 28px #00000040,0 10px 10px #00000038}.position-0{left:0;top:0;right:0;bottom:0}.gray-cover{opacity:0;cursor:pointer}.gray-cover:hover{color:var(--white);background-color:var(--gray-color);opacity:.85;visibility:visible}.answer-choice{cursor:pointer}.answer-choice:hover{color:var(--white);background-color:var(--black)}.answer-choice:hover .border-circle{border-color:var(--white)!important}form{display:flex;flex-direction:column;width:100%}.form-control-wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:8px;margin-top:8px;margin-bottom:8px}.form-control-wrapper:last-child{margin-top:18px}.form-control-wrapper .form-control{grid-column:2 / -1}input{border:1px solid var(--gray-color);border-radius:var(--border-radius);padding:8px}input[type=submit]{color:#fff;background-color:var(--primary-color);border:none;padding:12px 24px;margin-top:18px}
