@import url(https://fonts.googleapis.com/css2?family=Audiowide&family=Roboto+Condensed:wght@300;400;700&family=Roboto+Slab:wght@400;700&display=swap);:root{--Audiowide:"Audiowide",cursive;--RobotoCondensed:"Roboto Condensed",sans-serif;--RobotoSlab:"Roboto Slab",serif;--bodyBg:#1c2025;--tablesBg:#282c34;--itemsActiveBg:#4f5374;--overlay:rgba(28,32,37,0.8);--white:#fff;--grey:#cacaca}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar,::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background-color:#535565;border-radius:5px}::-webkit-scrollbar-button{display:none}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{display:flex;flex-direction:column;min-height:100vh;font-family:"Roboto Condensed",sans-serif;font-family:var(--RobotoCondensed);background:#1c2025;background:var(--bodyBg);line-height:1.3;color:#fff;color:var(--white)}a{text-decoration:none}@-webkit-keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes appear{0%{opacity:0}to{opacity:1}}.form .input{margin-bottom:20px}.form .formik-error{top:0;left:0;color:#f44336;margin-bottom:30px;margin-top:-25px}@media screen and (max-width:768px){.form .formik-error{margin-bottom:10px;margin-top:-10px}}svg{color:#fff}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px #1c2025 inset!important;-webkit-box-shadow:0 0 0 1000px var(--bodyBg) inset!important}input:-webkit-autofill{-webkit-text-fill-color:#fff!important}.content{overflow-x:hidden;-webkit-animation:appear .3s ease-in-out;animation:appear .3s ease-in-out}.content .breadcrumbs{margin-bottom:20px}.content .breadcrumbs a{color:#fff;color:var(--white)}.content .breadcrumbs .breadcrumbs__sep{margin:0 10px}.content .content__actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}@media screen and (max-width:600px){.content .content__actions{flex-direction:column}}.content .content__actions .content__add{text-transform:uppercase}@media screen and (max-width:600px){.content .content__actions .content__add{margin-top:20px;width:100%}}.content .search{display:flex;align-items:center}@media screen and (max-width:600px){.content .search{width:100%}}.content .search .search__results{margin-left:30px;display:flex;align-items:center}@media screen and (max-width:600px){.content .search .search__results{margin-left:10px}}.content .search .search__results h6,.content .search .search__results span{font-size:18px;color:#fff;color:var(--white);margin:0 2px}.matarialTable,.table{background:#282c34;background:var(--tablesBg);box-shadow:0 0 10px rgba(0,0,0,.4);border:1px solid #848484;border-radius:5px}.table table{width:100%;border-collapse:collapse;border-spacing:0}.table table tr{transition:.3s}.table table tr:not(:last-child){border-bottom:1px solid #848484}.table table tr td,.table table tr th{padding:10px 2px;text-align:left}.table table tr td img,.table table tr th img{display:block;margin:0 auto;max-width:45px}.table table thead tr{border-bottom:1px solid #848484}.table table tbody tr:hover{background:#525465}@media screen and (max-width:900px){.table{width:auto}}.table table{min-width:800px}.formTable{background:#282c34;background:var(--tablesBg);border-radius:5px;box-shadow:0 0 10px #000;padding:20px}.formTable .formTable__title{font-size:18px;color:#cacaca;color:var(--grey);margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #cacaca;border-bottom:1px solid var(--grey)}.formTable .formTable__formBox .formTable__input:not(:last-child){margin-bottom:20px}.formTable .formTable__formBox .formTable__btns{display:flex;justify-content:space-between;align-items:center}.defaultTableWrap{display:grid;grid-template-columns:1fr 1.5fr;align-items:start;height:90%;grid-gap:20px;gap:20px}@media screen and (max-width:768px){.defaultTableWrap{grid-template-columns:1fr}}.defaultTable{-webkit-animation:appear .3s ease-in-out;animation:appear .3s ease-in-out;background:#282c34;background:var(--tablesBg);border:1px solid #848484;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.6);padding:20px;max-height:100%;overflow-y:auto}.defaultTable_withCheckbox{padding-top:11px}.defaultTable .defaultTable__title{border-bottom:1px solid #848484;padding-bottom:20px;margin-bottom:20px;font-size:18px;display:flex;justify-content:space-between;align-items:center}.defaultTable .defaultTable__title_withCheckbox{justify-content:flex-start;padding-bottom:10px;margin-bottom:10px}.defaultTable .defaultTable__title h5{font-size:24px}.defaultTable .defaultTable__title h6{font-size:18px;color:#fff;color:var(--white)}.defaultTable .defaultTable__list .defaultTable__item{display:flex;transition:.3s;padding-right:10px;cursor:pointer}.defaultTable .defaultTable__list .defaultTable__item.active{background:#535565}.defaultTable .defaultTable__list .defaultTable__item.selected{background:#4f5374}.defaultInner .defaultInner__main{display:flex;align-items:center}@media screen and (max-width:720px){.defaultInner .defaultInner__main{flex-direction:column}}.defaultInner .defaultInner__main .defaultInner__pic{max-width:125px;width:100%;margin-right:25px}@media screen and (max-width:720px){.defaultInner .defaultInner__main .defaultInner__pic{margin-right:0;margin-bottom:20px}}.defaultInner .defaultInner__main .defaultInner__pic img{width:100%;-o-object-fit:contain;object-fit:contain}.defaultInner .defaultInner__main .defaultTable{width:100%}.defaultInner .defaultInner__main .defaultInner__initInfo{display:flex}@media screen and (max-width:720px){.defaultInner .defaultInner__main .defaultInner__initInfo{flex-direction:column}}.defaultInner .defaultInner__main .defaultInner__initInfo p{margin-right:20px}@media screen and (max-width:720px){.defaultInner .defaultInner__main .defaultInner__initInfo p{margin-right:0;margin-bottom:10px}}.defaultInner .defaultInner__main .defaultInner__initInfo div{margin-left:auto}@media screen and (max-width:720px){.defaultInner .defaultInner__main .defaultInner__initInfo div{margin-left:0}}.defaultInner .defaultInner__main .defaultInner__initInfo div b{margin-right:10px}.defaultInner .defaultInner__grid{display:grid;grid-template-columns:1.2fr 1.8fr;grid-gap:20px;gap:20px;margin-top:20px}@media screen and (max-width:720px){.defaultInner .defaultInner__grid{grid-template-columns:1fr}}.defaultInner .defaultInner__grid .defaultInner__table{overflow-x:hidden}.defaultInner .defaultInner__grid .defaultInner__table table{min-width:600px}.defaultInner .defaultInner__grid .defaultInner__table table th{white-space:nowrap}.defaultInner .defaultInner__grid .table .table__editIcon{opacity:0;transition:.3s}.defaultInner .defaultInner__grid .table tr:hover .table__editIcon{opacity:1}.defaultInner .defaultInner__grid .table th{padding:5px}.defaultInner .defaultInner__grid .table td.withImage{display:flex;align-items:center}.defaultInner .defaultInner__grid .table td.withImage img{display:inline-block;margin:0 10px 0 0}.accountInfos .accountInfos__item{display:flex}.accountInfos .accountInfos__item:not(:last-child){margin-bottom:20px}.accountInfos .accountInfos__item p,.accountInfos .accountInfos__item span{word-break:break-word;font-size:16px}.accountInfos .accountInfos__item p{width:40%;color:#cacaca;color:var(--grey)}.accountInfos .accountInfos__item span{width:60%}.messages .MuiTypography-body1{width:100%}.messages .messages__list{display:flex;justify-content:space-between;align-items:center;width:100%}.messages .messages__list .messages__info{padding:0 2px;word-break:break-word;font-size:14px}.editPage{display:flex;align-items:center;justify-content:center;width:100%;max-width:800px;margin:0 auto}.editPage svg{color:#fff}.editPage .editPage__pic .editPage__avatar{display:flex;flex-direction:column;align-items:center}.editPage .editPage__pic .editPage__avatar .editPage__img{border:10px solid #fff;border:10px solid var(--white);border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:20px}.editPage .editPage__pic .editPage__avatar .editPage__img img{width:100%}.editPage .editPage__pic .editPage__avatar button{padding:0}.editPage .editPage__pic .editPage__avatar button .editPage__label{padding:6px 16px;cursor:pointer}.editPage .editPage__pic .editPage__avatar button .editPage__label input{display:none}.editPage .editPage__form .form .formik-error{margin-bottom:15px;margin-top:-15px}
/*# sourceMappingURL=main.ff7be00e.chunk.css.map */