

.mab-add-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.95);

	z-index: 121;
	transition: opacity 0.15s ease-out;
}
.mab-add-overlay.showing {
	opacity: 0;
}
.mab-add-overlay.shown {
	opacity: 1;
}

.mab-add-overlay-msg {
	padding: 70px 30px 15px 30px;
	font-size: 2rem; 
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
}

.mab-main-action-button {
	position: fixed;
	right: 25px;
	bottom: 25px;
	border-radius: 50%;
	background-color: #E53935;
	color: #fff;
	font-size: 28px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.4);
	z-index: 90;
	box-sizing: content-box;
	text-align: center;
	padding: 15px;
	line-height: 28px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background-position: center;
	transition: transform 0.1s ease;
	backface-visibility: hidden;
}

.mab-main-action-button.withLabel {
	width: auto;
	border-radius: 25px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 8px;
}

.mab-main-action-button.withLabel > b {
	font-size: 1rem;
	font-weight: normal;
	padding-right: 10px
}


.mab-main-action-button i {
	font-size: 28px;	
	text-align: center;
	display: block;
}

.mab-main-action-button.blue {
	background-color: #0288D1;
}

.mab-main-action-button.green {
	background-color: #4CAF50;
}

.mab-main-action-button.heroPos {
	position: absolute;
	right: 12px;
	bottom: -35px;
}
.mab-main-action-button-position {
	position: fixed;
	right: 35px;
	bottom: 35px;
	z-index: 120;
}

.mab-main-action-button-position-1 {
	position: fixed;
	right: 35px;
	bottom: 35px;
	z-index: 120;
}

.mab-main-action-button-position-2 {
	position: fixed;
	right: 35px;
	bottom: 105px;
	z-index: 120;
}

.mab-add-overlay .mab-main-action-button{
	z-index: 122;
}


.mab-main-action-button:active {	
	background-size: 100%;
	transition: transform 0.07s ease-out;
	backface-visibility: hidden;
	transform: scale(0.9);
}



.mab-main-action-button img {
	width:28px;
	height: 28px;
	object-fit: contain;	
	display: block;
}

.mab-main-action-button > span {
	display: inline-block;
    padding: 15px;
	color: rgba(0,0,0,0.9);

    position: absolute;
    right: 55px;
    top: 0px;
    white-space: nowrap;
    width: auto;
    text-align: right;
    font-weight: bold;

	font-size: 0.9rem;
	max-width: calc(100vw - 110px);
	text-shadow: 0 0 4px rgba(255, 255, 255,0.9);
}

.mab-main-action-button.mab-custom-pos-l > span {
	left: 55px;
	right: auto;
}

.mab-buttons > .mab-main-action-button {
	position: absolute;
	right: 35px;
	bottom: 35px;
	z-index: 120;
	background-color: #eb3b5a;
	transition: transform 0.1 ease;
}

.mab-buttons > .mab-main-action-button:hover {
	transform: scale(1.2);
}

.mab-buttons > .mab-main-action-button:not(.mab-custom-pos):nth-child(2) {
	bottom: 105px;
	background-color: #2d98da;
}
.mab-buttons > .mab-main-action-button:not(.mab-custom-pos):nth-child(3) {
	bottom: 175px;
	background-color: #8854d0;
}

.mab-buttons > .mab-main-action-button:not(.mab-custom-pos):nth-child(4) {
	bottom: 245px;
	background-color: #20bf6b;
}
.mab-buttons > .mab-main-action-button:not(.mab-custom-pos):nth-child(5) {
	bottom: 315px;
	background-color: #3867d6;
}
.mab-buttons > .mab-main-action-button:not(.mab-custom-pos):nth-child(6) {
	bottom: 385px;
	background-color: #b71540;
}

.mab-buttons > .mab-main-action-button:not(.mab-custom-pos):nth-child(7) {
	bottom: 455px;
	background-color: #4a69bd;
}

.mab-separator {
	min-height: 20px;
}


.mab-buttons > .mab-main-action-button.mab-custom-pos-l1 {
	left: 35px;
	bottom: 35px;
	right: auto;
	background-color: #b71540;
}


.mab-buttons > .mab-main-action-button.mab-custom-pos-l2 {
	left: 35px;
	bottom: 105px;
	right: auto;
	background-color: #4a69bd;
}
