.rounded {
    border-radius: 1rem
}


input[type="radio"] {
    margin-right: 5px
}

.bold {
    font-weight: bold
}

.padding-l {
    padding-left: 6em !important;
}

.body {
    background-color: aquamarine;
}

.img-size {
    width: 15%;
    height: auto;
}

.container_field {
    top: 7px;
    right: 1%;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    background: #fff;
    height: 24px !important;
}

@media only screen and (max-width: 426px) {
    .high {
        height: 20px;

    }

    .container_field {
        top: 12px;
    }

}

