body {
	font-family: "Geologica", sans-serif;
	font-optical-sizing: auto;
	margin: unset!important;
}

a {
	color: #000;
	text-decoration: unset !important;
	text-transform: uppercase;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 25px;
	text-transform: uppercase;
}
h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child {
	margin-top: unset;
}

button, .btn {
	width: 100%;
    display: block;
    border: unset;
    background: #4f64fd;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 15px;
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
}

form {
	gap: 10px;
    display: flex;
    flex-direction: column;
}

input, select, textarea {
	background-color: #e9e9e9;
	border: unset;
    height: 35px;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    appearance: none;
}

label {
	font-size: 10px;
    margin-bottom: -10px;
    color: #707070;
}

:focus-visible {
    outline: unset!important;
}

.header-m {
	position: fixed;
	display: flex;
	width: 100%;
	height: 60px;
	align-items: center;
	padding: 0 30px;
	box-sizing: border-box;
	justify-content: space-between;
}
.header-m>.m-left {
	display: flex;
	align-items: center;
	column-gap: 30px;
}
.header-m-item:not(.header-logo), .menu-subtitle {
	font-weight: 100;
}

.d-dot, [data-abtm], button, .btn {
	cursor: pointer;
}

[data-abtm], button, .btn {
	user-select: none!important;
}

	
.message-not-delivered {
	margin-bottom: 50px;
	transition: margin-bottom 2s, color 1s;
}
.message-delivered {
	margin-bottom: 0.9em;
	transition: margin-bottom 2s, color 1s;
}
.message-delivered-upper {
	margin-top: -0.9em;
	transition: margin-top 0.5s, color 1s;
}
.message-delivered-upper-done {
	margin-top: 0;
	transition: margin-top 0.5s, color 1s;
}

.hidden {
	display: none!important;
}

.d-dot {
	background: #000;
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 5px;
	transition: width 0.5s;
}
.d-dot.selected {
	width: 30px;
}
.c-un-b {
	background: #734af0;
}

.col-column-max {
	display: flex;
    flex-direction: column;
    gap: 5px;
	
	.menu-subtitle {
		margin-left: 15px;
	}
}

.dash-body {
	position: relative;
    height: calc(100% - 80px);
    overflow: auto;
}

.casca {
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.cont-show-v {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
	
	.v-display {
		display: flex;
		flex-direction: column;
		width: calc(100% / 3);
		gap: 5px;
	}
}

.t-big-h {
	display:block;
	font-size: 25px;
	line-height: 22px;
	font-weight: 700;
}

.cont-gapped {
	height: 100%;
    width: 100%;
    display: flex;
    gap: 15px;
}

.cont-container {
	position: relative;
    top: 60px;
    padding: 30px;
    height: calc(100% - 60px - 60px);
    display: flex;
    align-items: center;
}

.main-container-overlay {
	position: fixed;
    bottom: 30px;
    justify-self: center;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.main-container-ofoot {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.tag-ie {
    padding: 0 3px;
    text-transform: uppercase;
    border-radius: 3px;
}

.tag-ie.blu {
	color: #fff;
	border: 1px solid #23274699;
	background: #001eff7d;
}

.tag-ie.che {
	color: #292929;
	border: 1px solid #23274699;
	background: #ff7e007d;
}