@import url('https://fonts.cdnfonts.com/css/poppins?styles=20394,20397,20387,20390,20392,20395,20383,20385,20381');

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, strong, sub, sup, tt, var,
b, 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;
}

/* HTML5 display-role reset for older browsers */
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;
}

:root {
	 --az-Black: #0A0B19;
	 --az-main-color: #555793;
	 --az-Primary-50: #D6D7E5;
	 --az-Primary-100: #BBBCD4;
	 --az-Primary-400: #555793;
	 --az-Primary-500: #33357D;
	 --az-Abstract-blue: #D8EFF7;
	 --az-Primary-700: #222353;
	 --az-Primary-900: #11122A;
	 --az-Grey-25: #FCFCFC;
	 --az-Grey-50: #F9F9F9;
	 --az-Grey-100: #F5F5F5;
	 --az-Grey-200: #F0F0F0;
	 --az-Grey-300: #ECECEC;
	 --az-Grey-400: #E7E7E7;
	 --az-Grey-500: #E2E2E2;
	 --az-Grey-700: #979797;
	 --az-Grey-800: #717171;
	 --az-Grey-900: #4B4B4B;
	 --az-Secondary-300: #FAD281;
	 --az-Secondary-400: #F8C662;
	 --az-Secondary-500: #F7BB42;
	 --az-Bluegrey-500: #71738A;
	 --az-Bluegrey-300: #A0A2B1;
	 --az-Danger-500: #F55151;
	 --az-Danger-700: #A33636;
	 --az-Danger-600: #CC4444;
	 --az-Success-300: #55D4CC;
	 --az-Success-200: #80DFD8;
	 --az-Blue-50: #D8EFF7;
	 --az-Blue-600: #3191B5;
	 font-size: 14px;
	 font-family: 'Poppins', sans-serif;
	 color: var(--az-Black);
	 font-weight: 300;
}

body {
	 margin: 0;
	 padding: 0;
}

h1 {
	 color: var(--az-Primary-500)
}

.bold {
	 font-weight: 600;
}

.center {
	 text-align: center;
}

.backoffice {
	 display: grid;
	 grid-template-columns: 72px 1fr;
}

.sidebar {
	 background-color: var(--az-Primary-500);
	 height: 100vh;
	 display: flex;
	 flex-direction: column;
	 justify-content: flex-start;
	 align-items: center;
	 position: relative;
}

.sidebar li, .sidebar div {
	 text-align: center;
	 margin: 30px 0;
}

.sidebar div:first-child {
	 margin-top: 12px;
}

.icon-button {
	 cursor: pointer;
	 border: 0;
	 background-color: transparent;
	 color: var(--az-Primary-100);
	 border-radius: 8px;
	 padding: 10px;
}

.icon-button:hover {
	 background-color: #222353;
}

.icon-button.active {
	 background-color: var(--az-Abstract-blue);
	 color: var(--az-Primary-500)
}

.icon-button i {
	 font-size: 20px;
}

.tooltip {
	 background-color: var(--az-Primary-900);
	 color: white;
	 padding: 15px;
	 width: 250px;
	 border-radius: 8px;
	 margin-left: 10px;
	 position: absolute;
	 display: none;
	 line-height: 1.5em;

}

.tooltip::before {
	 content: ' ';
	 position: absolute;
	 width: 0;
	 height: 0;
	 border-top: 10px solid transparent;
	 border-bottom: 10px solid transparent;

	 border-right: 10px solid var(--az-Primary-900);
	 left: -10px;
	 top: calc(50% - 15px)
}

.tooltip h4 {
	 font-weight: 600;
	 margin-bottom: 10px;
}

.page {
	 padding: 0;
}

.page-header {
	 border-bottom: 1px solid var(--az-Grey-200);
	 padding: 5px 17px;
	 height: 50px;
}

h1 {
	 font-size: 26px;
	 font-weight: 600;

}

h2 {
	 font-size: 18px;
	 font-weight: 600;
}

h3 {
	 font-size: 16px;
	 font-weight: 600;
}

.settings-page {
	 display: grid;
	 grid-template-columns: 250px 1fr;
}

.side-menu {
	 border-right: solid 1px var(--az-Grey-200);
	 padding: 0 0 0 17px;
	 margin: 0;
	 list-style: none;
}

.side-menu li {
}

.side-menu li a {
	 padding: 10px 0;
	 display: block;
	 text-decoration: none;
	 color: var(--az-Black);
	 font-size: 14px;
}

.side-menu li a.active {
	 border-right: solid 3px var(--az-Secondary-500);
	 font-weight: 600;
}

.side-menu a:hover {
	 background-color: var(--az-Grey-200);
}

.side-menu .submenu {
	 margin-left: 40px
}

.settings-pane {
	 padding: 10px 27px;
	 position: relative;
}

.settings-page .content {
	 padding: 20px 0;
}

.settings-group {
	 padding: 20px 0;
	 margin-bottom: 10px;
	 border-bottom: solid 1px var(--az-Grey-200);
}

.settings-group h3 {
	 margin-bottom: 0;
}

p.info {
	 margin-bottom: 15px;
	 margin-top: 5px;
	 color: var(--az-Bluegrey-500);
}

.settings-page-buttons {
	 position: absolute;
	 right: 20px;
	 top: 0;
}

.settings-page-buttons > button {
	 margin-left: 15px
}

.settings-group-content {
	 background-color: var(--az-Grey-50);
	 padding: 15px;
	 border-radius: 8px;
}

/* table */

.table {
	 display: table;
	 width: 100%;
	 margin: 15px 0
}

.table-row {
	 display: table-row;
}

.table-row a {
	 text-decoration: none;
	 color: inherit;
	 display: contents;
}

.table-header {
	 display: table-header-group;
}

.table-header .table-row:hover {
	 background-color: transparent;
}

.table-header .table-cell {
	 font-weight: 700;
	 border-bottom: solid 1px var(--az-Grey-200);
}

.table-cell {
	 display: table-cell;
	 text-align: left;
	 line-height: 40px;
}

.table-cell.w80 {
	 width: 80%;
}

.table-cell.w50 {
	 width: 50%;
}

.table-cell.w40 {
	 width: 24%;
}

.table-cell.w30 {
	 width: 30%;
}

.table-cell.w25 {
	 width: 24%;
}

.table-cell.w20 {
	 width: 20%;
}

.table-cell.w10 {
	 width: 10%;
}

.table-row:hover {
	 background-color: var(--az-Grey-200)
}

.table-cell.center {
	 text-align: center;
}

.table-cell.right {
	 text-align: right;
}

/* tab */

.tabs-menu {
	 display: flex;
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 width: 100%;
	 border-bottom: solid 1px var(--az-Grey-200);
	 margin-bottom: 10px;
}

.tab {
	 padding: 0 16px 9px 16px;
	 border-bottom: solid 3px transparent;
	 color: var(--az-Bluegrey-500);
	 font-weight: 400;
	 flex-grow: 1;
	 text-align: center;
	 cursor: pointer;
}

.tab-content {
	 display: none;
	 padding: 15px 0
}

.tab-content.active {
	 display: block;
}

.tab.active {
	 border-bottom-color: var(--az-Primary-500);
	 color: var(--az-Primary-500);
}

.tab:hover {
	 border-bottom-color: var(--az-Primary-500);
	 color: var(--az-Black);
}

.user-menu {
	 position: absolute;
	 right: 10px;
	 top: 10px;
	 display: flex;
}

.user-menu img {
	 width: 40px;
	 border-radius: 100px;
}

.user-menu i {
	 font-weight: 500;
	 font-size: 18px;
}

.user-menu a {
	 display: inline-block;
	 margin: 0 10px;
	 line-height: 40px;
	 color: var(--az-Black);
}

/* form */

select, input[type=text], input[type=password], input[type=date], input[type=time],
input[type=tel], input[type=email], input[type=url], input[type=number], textarea {
	 padding: 6px 12px;
	 border: solid 1px var(--az-Grey-500);
	 color: var(--az-Black);
	 border-radius: 8px;
	 width: 100% !important;
	 box-sizing: border-box;
	 font-family: 'Poppins', sans-serif;
	 background-color: white;
}

input.large {
	 padding: 16px;
}

textarea {
	 height: 100px
}

select:empty, input[value=""], textarea[value=""], textarea:not([value]) {
	 color: var(--az-Grey-700);
}

select:focus {
	 border-color: var(--az-Primary-500);
}

input[type=text]:focus, input[type=password]:focus, input[type=date]:focus,
input[type=time]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=number]:focus, .input-icon:focus-within, textarea:focus {
	 border-color: var(--az-Primary-500);
	 outline: none;
}

select:disabled, input:disabled, textarea:disabled {
	 color: var(--az-Grey-300);
}

.input-icon {
	 position: relative;
}

.input-icon input {
	 padding-left: 35px;
}

.input-icon.right input {
	 padding-left: 12px;
	 padding-right: 35px;
}

.input-icon i {
	 position: absolute;
	 top: 11px;
	 left: 15px;
	 color: var(--az-Grey-300);
}

.input-icon.right i {
	 left: unset;
	 right: 15px;

}

.input-icon:focus-within i {
	 color: var(--az-Primary-500);
}

.form-group {
	 margin: 10px 0;
	 position: relative;
}

.form-group label {
	 display: block;
	 margin-bottom: 5px;
	 font-weight: 600;
}

.input-file-container {
	 border: dashed 1px var(--az-Primary-700);
	 text-align: center;
	 padding-top: 15px;
	 border-radius: 8px;
}

.input-file-container p {
	 margin-top: 7px;
}

input[type=file]:before {
	 width: 100% !important;
	 box-sizing: border-box;
	 content: "";
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 cursor: pointer;
}

input[type=file] {
	 height: 1px;
	 width: 1px;
}

.form-check {
	 margin-bottom: 5px;
}

.form-check label {
	 display: inline;
	 font-weight: normal;
}

.form-check input {
	 display: none;
}

.form-check input[type=checkbox]:checked + label:before, .form-check input[type=radio]:checked + label:before {
	 background-color: var(--az-Primary-500);
	 color: white;
	 border-color: var(--az-Primary-500);
}

.form-check input[type=checkbox] + label:before {
	 background-color: transparent;
	 content: "\2713";
	 display: inline-block;
	 text-align: center;
	 border-radius: 4px;
	 margin-right: 5px;
	 color: transparent;
	 border: solid 1px var(--az-Primary-500);
	 font-size: 14px;
	 padding: 2px 4px;
}

.form-check input[type=radio] + label:before {
	 background-color: transparent;
	 content: "\2713";
	 display: inline-block;
	 text-align: center;
	 border-radius: 100px;
	 margin-right: 5px;
	 color: transparent;
	 border: solid 1px var(--az-Primary-500);
	 font-size: 14px;
	 padding: 2px 4px;
}

.form-group .help {
	 color: var(--az-Bluegrey-500);
}

/*
input[type=checkbox].checkbox {
    width: 1.5em;
    height: 1.5em;
    accent-color: var(--az-Primary-500);
    border-radius: 8px;
}

 */

/* grid */

.grid {
	 display: flex;
}

.grid.inline {
	 display: inline-flex;
}

.grid > div {
	 flex-shrink: 0;
	 flex-grow: 1;
	 margin-right: 15px;
	 margin-bottom: 3px;
}

.grid .compact {
	 flex-grow: unset;
}

.grid > *:last-child {
	 margin-right: 0;
}

/* buttons */

.az-btn {
	 padding: 7px 16px;
	 border: 0;
	 border-radius: 8px;
	 color: white;
	 cursor: pointer;
}

.az-btn:disabled {
	 opacity: 0.38;
	 cursor: unset;
}

.az-btn.primary {
	 background-color: var(--az-Primary-500);
}

.az-btn.primary:hover {
	 background-color: var(--az-Primary-700);
}

.az-btn.cancel {
	 background-color: var(--az-Grey-300);
	 color: var(--az-Black)
}

.az-btn.cancel:hover {
	 background-color: var(--az-Grey-500);
}

.az-btn.danger {
	 background-color: var(--az-Danger-500);
}

.az-btn.danger:hover {
	 background-color: var(--az-Danger-600);
}

/* test */

.add-line {
	 display: grid;
	 grid-template-columns: 1fr 40px;
	 column-gap: 10px;
	 margin-bottom: 10px;
}

.add-line button {
	 border: 0;
	 border-radius: 8px;
	 font-size: 32px;
	 cursor: pointer;
}

/* tag */

.tag {
	 padding: 4px 12px;
	 border-radius: 8px;
}

.tag span {

	 background: inherit;
	 background-clip: text;
	 -webkit-background-clip: text;
	 color: transparent;
	 filter: invert(1) grayscale(1);
	 -webkit-filter: invert(1) grayscale(1) brightness(60);
}

/* card */

.card-item {
	 display: grid;
	 grid-template-columns: minmax(50px, auto) 1fr;
	 grid-column-gap: 10px;
	 margin: 15px;
}

.card-item.bordered {
	 padding: 15px;
	 border-radius: 8px;
	 border: solid 1px var(--az-Primary-50);
}

.card-item-icon {
	 border-radius: 8px;
	 line-height: 40px;
	 width: 40px;
	 display: inline-block;
	 color: var(--az-Black);
	 text-align: center;
}

.card-item-icon.round {
	 border-radius: 100px;
	 /*line-height: 30px;
	 width: 30px;

	  */
}

.card-item-icon.bordered {
	 background-color: transparent;
	 border: solid 1px var(--az-Primary-500);
}

.card-item-icon.iconed {
	 color: var(--az-Primary-500);
}

.card-item-content {
	 display: flex;
	 justify-content: center;
	 flex-direction: column;
}

.card-item-content p {
	 margin: 0 0 5px 0;
	 padding: 0;
	 color: var(--az-Grey-900);
	 font-weight: 500;
}

.card-item-content p.sub {
	 color: var(--az-Grey-700);
	 font-weight: 300;
	 font-size: 14px;
}

.card-item-icon.large {
	 width: 50px;
	 height: 50px;
	 line-height: 50px;
}

.card-item-icon.large.iconed {
	 font-size: 20px;
}

.card-item.action {
	 grid-template-columns: minmax(50px, auto) 1fr 50px;
}

.card-item.action {
	 grid-template-columns: minmax(50px, auto) 1fr 50px;
}

/* test */

.multi-list {
}

.multi-list select {
	 /*display: none;*/
}

.multi-list-input {
	 padding: 10px 12px;
	 border: solid 1px var(--az-Grey-500);
	 color: var(--az-Black);
	 border-radius: 8px;
	 width: 100% !important;
	 box-sizing: border-box;
	 font-family: 'Poppins', sans-serif;
}

.multi-list-item {
	 border: solid 1px var(--az-Primary-500);
	 margin-right: 10px;
	 padding: 2px 4px;
	 border-radius: 8px;
	 background-color: var(--az-Grey-300);
}

.multi-list-item .close {
	 font-size: 1.1em;
	 vertical-align: middle;
	 color: var(--az-Primary-500);
	 margin-left: 5px;
	 cursor: pointer;
	 border: 0;
}

.multi-list-item .close:focus {
	 color: var(--az-Black);
	 border: 0;
}

.notifier {
	 position: absolute;
	 bottom: 15px;
	 left: 15px;
	 padding: 15px;
	 border-radius: 8px;
	 background-color: #56BCB2;
	 color: white;
	 min-width: 250px;
	 text-align: center;
}

.notifier.show {
	 opacity: 1;
}

.notifier.hide {
	 opacity: 0;
	 transition: opacity 1s linear;
}

/* modal */

dialog::backdrop {
	 background-color: black;
	 opacity: 0.5;
}

.modal-body {
	 background-color: white;
	 padding: 2px;
}

#fading {
	 position: absolute;
	 width: 100vw;
	 height: 100vh;
	 background-color: black;
	 top: 0;
	 display: none;
	 opacity: 0.5;
}

.modal-buttons {
	 display: flex;
	 width: 100%;
	 column-gap: 15px;
	 margin-top: 15px;
}

.modal-buttons button {
	 flex-grow: 1;
}

.modal-header {

}

.modal-header.back {
	 grid-template-columns: 40px 1fr 40px;
}

.modal-header.back h1 {
	 text-align: center;
}

.modal-body h1 {
	 margin-bottom: 25px;
}

.modal-box {
	 border: 0;
	 border-radius: 8px;
	 -webkit-box-shadow: 1px 6px 15px 5px #FFFFFF;
	 box-shadow: 1px 6px 15px 5px #FFFFFF;
	 position: relative;
}

.modal-box h1 {
	 font-size: 1.125em;
}

.modal-box .close, .modal-box .close-style {
	 background-color: transparent;
	 border: 0;
	 width: 30px;
	 height: 30px;
	 border-radius: 8px;
	 position: absolute;
	 top: 10px;
	 right: 10px;
	 cursor: pointer;
}

.modal-box .close:hover {
	 background-color: var(--az-Grey-200);
}

.modal-box .close:focus {
	 border: 0;
}

/* day selector */

.day-selector {

}

.day-selector label {
	 width: 36px;
	 height: 36px;
	 display: inline-block;
	 text-align: center;
	 line-height: 36px;
	 cursor: pointer;
	 background-color: var(--az-Grey-50);
	 border-radius: 100px;
}

.day-selector.large label {
	 width: 40px;
	 height: 40px;
	 line-height: 40px;
}

.day-selector input + label:hover {
	 background-color: var(--az-Primary-100);
}

.day-selector input:checked + label {
	 background-color: var(--az-Primary-500);
	 color: white;
}

.day-selector input {
	 display: none;
}

/* switch */

.switch {
	 background-color: var(--az-Grey-100);
	 border-radius: 100px;
	 font-size: 18px;
	 color: var(--az-Grey-900);
	 padding: 4px;
}

.switch label {
	 padding: 10px;
	 border-radius: 100px;
	 line-height: 40px;
	 margin-right: 10px;
}

.switch label:last-child {
	 margin-right: 2px;
}

.switch input:checked + label {
	 background-color: white;
}

.switch input {
	 display: none;
}

.switch.dark {
	 background-color: var(--az-Grey-800);
}

.switch.dark label {
	 color: white;
}

.switch.dark input:checked + label {
	 background-color: var(--az-Grey-900);
}

.switch.vertical label {
	 display: block;
}

.switch.vertical label {
	 padding: 10px;
	 line-height: unset;
	 margin-bottom: 10px;
	 margin-right: unset;
}

.switch.vertical label:last-child {
	 margin-bottom: 2px;
}

/* on off */

.on-off {
	 display: inline-block;
	 line-height: normal;
	 vertical-align: middle;
}

.on-off label {
	 background-color: var(--az-Grey-400);
	 border-radius: 100px;
	 font-size: 18px;
	 padding: 4px;
	 width: 44px;
	 height: 24px;
	 display: inline-block;
}

.on-off label span {
	 float: left;
	 margin-left: 30px;
	 position: absolute;
	 font-weight: normal;
	 font-size: 14px;
	 line-height: 25px;
}

.on-off input {
	 display: none;
}

.on-off label:before {
	 content: "";
	 border-radius: 100px;
	 width: 24px;
	 height: 24px;
	 background-color: white;
	 display: inline-block;
	 transition: .4s;
	 line-height: 24px;
}

.on-off input:checked + label {
	 background-color: var(--az-Primary-400);
}

.on-off input:checked + label:before {
	 background-color: white;
	 transform: translateX(20px);
}

/* logo anim */

/* details layer */

.details-layer {
	 position: absolute;
	 height: 100vh;
	 width: 450px;
	 /*
	 -webkit-box-shadow: -6px 0 5px -1px #a4a4a4;
	 box-shadow: -6px 0 5px -1px #a4a4a4;

	  */
	 top: 61px;
	 right: 0;
	 background-color: white;
	 z-index: 300;
	 border-left: solid 1px var(--az-Grey-200);
	 display: flex;
	 height: 100%;
	 flex-direction: column;
}

.details-layer .content {
	 position: relative;
	 margin: 10px;
	 flex: 1 1 0%;
	 overflow-y: auto;
}

.details-layer .details-layer-actions {
	 position: absolute;
	 top: 10px;
	 right: 10px;
	 line-height: 30px;
}

.details-layer-actions span {
	 cursor: pointer;
}

.details-layer-actions span.close {
	 cursor: pointer;
	 font-size: 30px;
}

.details-layer-actions span.close i {
	 font-size: 15px;
	 vertical-align: top;
	 margin-top: 7px;
}

.details-layer .content {
	 padding-top: 25px;
}

.details-layer h3, .details-layer h2 {
	 line-height: initial;
	 font-weight: 400;
	 margin-bottom: 4px;
}

.details-layer h3 {
	 color: var(--az-Grey-700);
}

.details-layer .block {
	 margin: 15px;
}

.reset {
	 padding: 0;
	 margin: 0;
	 border: 0 !important;
}

/* common */

.w100 {
	 width: 100%;
}

.pointer {
	 cursor: pointer;
}

button {
	 cursor: pointer;
}

button:disabled {
	 cursor: unset;
}

.round {
	 background-color: var(--az-Primary-500);
	 border-radius: 100px;
	 color: white;
	 width: 40px;
	 height: 40px;
	 display: inline-block;
	 line-height: 40px;
	 font-size: 14px;
	 text-align: center;
	 font-weight: 500;
}

.error {
	 color: var(--az-Danger-500);
}

.settings-block {
	 border: solid 1px var(--az-Grey-200);
	 border-radius: 8px;
	 padding: 10px;
	 margin: 10px 0 10px 0;
}

.avatar {
	 background-color: var(--az-Primary-500);
	 border-radius: 100px;
	 border: solid 2px white;
	 outline: 2px solid var(--az-Primary-500);
	 display: inline-block;
	 color: white;
}

.avatar.big {
	 width: 75px;
	 height: 75px;
	 font-size: 36px;
	 line-height: 75px;
}

.bordered-block {
	 border-left: 4px solid var(--az-Blue-50);
	 padding: 15px;
	 margin: 10px 0;
}

.icon-button.bg {
	 background-color: var(--az-Grey-100);
	 color: var(--az-Black);
}

.blue-600 {
	 color: var(--az-Blue-600)
}

.danger-500 {
	 color: var(--az-Danger-500)
}

.details-layer h4 {
	 color: var(--az-Bluegrey-500);
	 text-transform: uppercase;
	 padding: 10px 0;
	 font-weight: 500;
}

.progress {
	 display: flex;
}

.progress div {
	 flex-grow: 1;
	 height: 10px;
}

.progress-ok {
	 background-color: var(--az-Primary-500);
}

/* filteting */

