.input-group-text {min-width:130px;}
.form-switch {    padding-left: 3em;
  border-bottom: 1px solid #E3ECF1;
  padding-bottom: 2px;}
  
  
.form-check-label {text-align: left; width:100%}
.accordion-body .form-switch:last-child {border-bottom:unset;}

#accordion-778d731028 .accordion-body .form-switch:last-child {
    padding-top:10px;
  }

#accordion-778d731028 .accordion-body .form-switch:nth-last-child(2) {
    padding-bottom:10px;
    border-bottom: 3px solid #E3ECF1;
    
  }

.check-all {
  border-bottom: 1px solid #E3ECF1!important;
}
  
.form-check-input:checked + .form-check-label {
	  font-weight: bold;
}
* {font-family: arial}
body {background-color:#E4EDF3; color:#005B76; margin:10px; margin-top:20px;}
/* .formular {padding:20px;} */
.btn-post { 
  color: #FFFFFF; 
  background-color: #085B76; 
  border-color: #085B76; 
  border-radius: 50px;
} 
 
.btn-post:hover, 
.btn-post:focus, 
.btn-post:active, 
.btn-post.active, 
.open .dropdown-toggle.btn-post { 
  color: #FFFFFF; 
  background-color: #0C4659; 
  border-color: #085B76; 
} 
 
.btn-post:active, 
.btn-post.active, 
.open .dropdown-toggle.btn-post { 
  background-image: none; 
} 
 
.btn-post.disabled, 
.btn-post[disabled], 
fieldset[disabled] .btn-post, 
.btn-post.disabled:hover, 
.btn-post[disabled]:hover, 
fieldset[disabled] .btn-post:hover, 
.btn-post.disabled:focus, 
.btn-post[disabled]:focus, 
fieldset[disabled] .btn-post:focus, 
.btn-post.disabled:active, 
.btn-post[disabled]:active, 
fieldset[disabled] .btn-post:active, 
.btn-post.disabled.active, 
.btn-post[disabled].active, 
fieldset[disabled] .btn-post.active { 
  background-color: #085B76; 
  border-color: #085B76; 
} 
 
.btn-post .badge { 
  color: #085B76; 
  background-color: #FFFFFF; 
}

.form-check-input:checked {
	background-color: #085B76;
	border-color: #085B76;
}

.sticky {
  background: #E4EDF3;
  position: sticky;
  bottom: 0px;
  padding: 1em 1em 1em 1em;
}

.accordion-item {margin-bottom:15px; color:#005B76}


.accordion-button:not(.collapsed) {
    color:#005B76;
    background-color: #fff;
    box-shadow: unset;
}

.accordion-button {
  font-size: 1.4rem;
  color:#005B76;
}

.input-group input {font-size: 1.4rem!important; padding: 0.8rem 1rem!important;}

.accordion-body {padding-top:0px;}