.rectangle {
   width: max-content;
   border: none;
   border-color: transparent;
   border-radius: 5px;
   margin: 2px;
   cursor: help;
}

.btn {
	text-transform: inherit !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
background-color: transparent !important;
}

.form-control {
    background: no-repeat center bottom, center calc(100% - 6px) !important
}