.feelings__container {}
.feelings__legend {}
.feelings__item {margin-bottom:16px;}
.feelings__item--checkbox {margin-right:8px;height:18px;width:18px;float:left;}
.feelings__item--label {}

.feelings__container {
     border: none;
     font-size: 20px;
     letter-spacing: 0.3px;
    }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 60%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.button__submit {
                         background-color: #4CAF50;
						 color: white;
						 padding: 10px 20px;
						 border: none;
						 border-radius: 5px;					                                             
                         font-size:18px;                                          
}

.navbar-brand {
 color: white;
font-weight:bold;
}

.simptomy {
color:#63a70a;
font-weight:bold;
padding-bottom: 10px
}

label {
    display: block;
    font-size: 16px;
    color: #1b1919;
    font-weight: 500;
    margin-bottom: 5px;
    vertical-align: middle;
}

input[type=checkbox], input[type=radio] {
    padding: 3px;
    margin-top: 2px;
    margin-right: 8px;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}

.health-group {
    padding: 10px;
    width: auto;
    border-style: solid;
    border-width: 1px;
    margin: 10px;
}

.health-group.digestion.group-great {
    border-color: green;
    border-width: 3px;
}

.health-group.digestion.group-good {
    border-color: #0e4e95;
    border-width: medium;
}

.health-group.digestion.group-satisfactorily {
    border-color: #f28146;
    border-width: medium;
}

.health-group.digestion.group-bad {
    border-color: red;
    border-width: medium;
}

.final-group {
    padding: 10px;
    width: auto;
}

.itog {
	text-align: left;
        font-weight: bold;
        width: 60%;
}

.bad {
    color: red;
    font-weight: bold;
}
.satisfactorily {
     color: #f28146;
     font-weight: bold;
 }
.good {
    color: #0e4e95;
    font-weight: bold;
}
.great {
	color: green;
    font-weight: bold;
}

.accordion-button {
font-size: 16px;
}

.final-results {
	  width: 60%;
          display: flex;
          flex-direction: column;
	  margin: 0 auto;
}

.pradzia {
	width: 100%;
}


