.d-none{
	display: none;
}
.bottom-0{
	bottom: 0;
}

.w-100{
	width: 100%;
}

optgroup{
	font-weight: 600 !important;
}

.hide-last:last-child{
	display: none;
}

.top-2\.6{
	top:.710rem;
}

@media (min-width: 768px) {

   .md\:grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }

   .md\:col-span-3 {
        grid-column: span 3/span 3;
    }

}