.bottom-btn-sticky {
    z-index: 11;

}

.bottom-btn-sticky.scrollfix-bottom {
    background: #fff;
    bottom: 0!important;
    box-shadow: 0px 0px 3px -1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 0px 3px -1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 3px -1px rgb(0 0 0 / 75%);
    z-index: 11;
    border-radius: 5px 5px 0 0;
}

.bottom-btn-sticky.scrollfix-bottom > .bottom-wizard {
    padding: 10px 15px;
}

.listFormAddons {
	
}
.listFormAddons > .form-group > .container_check {
	border: 1px solid #d2d8dd;
    padding: 15px;
    border-radius: 8px;
    position: relative;
	padding-left: 3rem;
	transition: 0.3s;
}
.listFormAddons > .form-group > .container_check:hover {
	background: #165df540;
    color: #000;
}

.listFormAddons > .form-group > .container_check > input {
	height: 0;
}
.listFormAddons > .form-group > .container_check > .checkmark {
	top: auto;
    left: 1.25rem;
}