﻿/*:root {
    --mud-elevation-1: 0px 2px 1px -1px rgba(220,220,220,1), 0px 1px 1px 0px rgba(220,220,220,1), 0px 1px 3px 0px rgba(220,220,220,1) !important;
    --mud-defaultborderradius: 4px !important;
}*/

.mud-button-outlined-default {
    border-color: var(--mud-palette-gray-light) !important;    
}

/* Disable upper case for tabs. */
.mud-tab {
    text-transform: none !important;
}

/*
    Start of Global search bar component.
*/

.app-search-bar .mud-input {
    height: 42px
}

.app-search-bar.mud-input-control {
    background-color: var(--mud-palette-gray-lighter);
    margin-bottom: 5px;
    height: 42px;
    border-radius: var(--mud-default-borderradius)
}

.app-search-bar .mud-input.mud-input-outlined .mud-input-outlined-border {
    border: none;
    border-radius: var(--mud-default-borderradius)
}

.search-item-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*
    End of Global search bar component.
*/

/* Select Components Styling */
.bm-select {
    gap: 10px;
}
.bm-select > a {
    height: 45px;
    width: 80px;
    margin: 32px 0 0 0;
}

/* Chip styling alignment */
.mud-chip.mud-chip-size-medium {
    height: 26px;
    border-radius: 4px;
}

.bm-blob-img-td {
    width: 100%;
    display: inline-flex;
    justify-content: center;
}