@tailwind base;
@tailwind components;
@tailwind utilities;

[x-cloak] {
    display: none;
}


body {
    @apply bg-gray-100;
}


.modo-input {
    padding: 2px 9px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.modo-input.modo-dropdown {
    padding: 4px 9px !important;
}

.object-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand {
    position: relative;
    width: 100%;
    height: 65px;
    padding: 1px;
    overflow: hidden;
}
