.style_btn_prymary {
    color: #0d6efd;
    border-color: #0d6efd;
}

.ts-dropdown {
    position: absolute;
    top: 73% !important;
    font-size: 1.25rem !important;
    left: 0;
    width: 100%;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: 0.25rem 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    border-radius: 0 0 3px 3px;
}

.ts-control>input {
    font-size: 20px;
    font-size: 1.25rem !important;
}

.ts-control {
    height: 100%;
    font-size: 1.25rem !important;
    border: none;
}

#menu_op>.form-check {
    margin-left: 1%;
}

#menu_op>.form-check>.form-check-input,
#menu_op>.form-check>.form-check-label {
    cursor: pointer;
}

.btn_laoratori {
    text-align: left !important;
    border: 1px solid #8484844a;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.errorText{
    color: red;
}

.dividerBorder{
    border: 0.3px solid #dcdcdc;
}

.fontSpan{
    font-size: 30px;
}

.buttonRemoveCer{
    align-items: center;
    justify-content:center;
    display: flex;
    border: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.backgroundRemoveCer{
    background-color: #98989899;
}

.backgroundTrasparent{
    background-color: transparent;
}

.borderInvalid{
   border:  1px solid #dc3545;
}

.form-control::placeholder {
    opacity: .5;
}

.popover {
    --bs-popover-bg: #eee;
    --bs-popover-font-size: 20px;
    --bs-popover-max-width: 80rem;
    --bs-popover-header-bg: lightgreen;
    max-width: var(--bs-popover-max-width);
    font-size: var(--bs-popover-font-size);
    background-color: var(--bs-popover-bg);
}

.popover-header {
    font-size: 30px;
    color: rgb(255, 255, 255);
    background-color: rgb(50, 50, 50);
    justify-content: center;
    display: flex;
}

.popover-body {
    padding: 10px;
    min-width: 52rem;
    max-height: 20rem;
    overflow: scroll;
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

#button_open_filter {
	position: absolute;
	left: 4%;
	top: 3%;
	min-width: 150px;
	height: 48px;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

#map-giacenze-filter-menu {
    left: 4%;
    top: 30px;
    position: relative;
    height: 130px;
    flex-direction: column;
    justify-content: space-around;
    width: 90%;
}

#map-giacenze-selects-div {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}

#map-giacenze-buttons-div {
	display: flex;
	flex-direction: row;
	width: 325px;
	justify-content: space-between;
}

.giac-filter-btn {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.giacenze_sel_div {
    width: 30%;
}

.page_title {
    margin: 2%;
}