﻿.mud-list-item {
    padding: 0px 0px 0px 0px !important;
}

.mud-list-item-text p {
    font-size: 14px !important;
    font-family: LindeDax !important;
}

.mud-list-item-text p {
    font-size: 14px !important;
    font-family: LindeDax !important;
}
.mud-list-item-icon {
    min-width: 15px;
    padding: 0px 5px 0px 5px;
}

.mud-icon-size-medium {
    font-size: 1.25rem;
}

.mud-popover p {
    font-size: 14px !important;
    font-family: LindeDax !important;
    padding-left: 5px;
}
.mud-table-head * .mud-table-cell {
    border: 1px solid rgb(224 224 224);
    background-color: rgb(224 224 224) !important;
}

.small-title {
    font-size: 14px !important;
    font-family: LindeDax !important;
    margin: 5px 2px;
    background-color: #eoeoe;
    font-weight: bold;
}
.meduim-title {
    font-size: 20px !important;
    font-family: LindeDax !important;
    margin: 5px 2px;
    background-color: #eoeoe;
    font-weight: bold;
}
.center-meduim-title {
    font-size: 20px !important;
    font-family: LindeDax !important;
    text-align: center;
}
.mud-dialog-title{
    padding: 4px 20px !important;
}
.mud-dialog-title h6 {
    font-family: LindeDax !important;
}

.custom-dialog-top {
    position: absolute;
    top: 80px;
    left: auto;
    right: auto;
/*    z-index: 1050;*/
}

.section-container {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0px;
    background-color: #F7F7F7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.section-container:hover {
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2); /* On hover, slightly increase shadow for a modern touch */
}

.dflex {
    display: flex;
    background-color: rgb(224 224 224) !important;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.validation-message{
    padding: 2px !important;
    color : red !important;
}

.ifleetx-card {
    border: 1px solid #005591;
    border-radius:5px;
    padding:5px;
}
