﻿/* Element */
.overlay_bg {
    position: fixed;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
}

.maxViewSize {
    height: 100vh;
    width: 100vw;
}

.maxViewHeight {
    height: 100vh;
}

.matchParentSize_full {
    height: 100%;
    width: 100%;
}

.matchParentSize_80 {
    height: 80%;
    width: 80%;
}

.matchParentSize_half {
    height: 50%;
    width: 50%;
}

.centerElement {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.height32 {
    height: 32px !important;
    line-height: 32px !important;
}

/* Text */
.txt_1 {
    font-size: 11px !important;
}
.txt_2 {
    font-size: 14px !important;
}
.txt_3 {
    font-size: 16px !important;
}

.morespacetxt {
    letter-spacing: 0.8px !important;
}
}
.heavyspacetxt {
    letter-spacing: 1.5px !important;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Other */
.transparent {
    opacity: 0.5;
}

.tooltip {
    display: contents !important;
}

.flex-grow-2{
    flex-grow:2;
}

/* Colors */
.clrbr_lightBlue {
    border-color: #4F4F56 !important;
}

.clrbg_lighterBlue {
    background-color: #373740 !important;
}
.clrbg_lightBlue {
    background-color: #31313C !important;
}
.clrbg_darkerBlue {
    background-color: #191923 !important;
}

/* MudBlazor components adjustment */
:root {
    --mud-palette-primary: #1ec8a5ff !important;
    --mud-palette-primary-darken: rgb(25,169,140) !important;
    --mud-palette-primary-lighten: rgb(42,223,187) !important;
    --mud-palette-secondary: #44ABFF !important;
    --mud-palette-secondary-darken: #2B8BEF !important;
    --mud-palette-secondary-lighten: #82CFFF !important;
    --mud-palette-tertiary: #A3DC62 !important;
    --mud-palette-tertiary-darken: #70B335 !important;
    --mud-palette-tertiary-lighten: #B8E782 !important;
}

.mud-typography-h6 {
    line-height: 23px !important;
}
.mud-typography-overline {
    line-height: 20px !important;
}
.smallInput .mud-input {
    padding: 0 4px 0 8px !important;
}
.smallInput .mud-input-root {
    padding: 0 !important;
    height: 32px !important;
    font-size: 15px !important;
    line-height: 18px !important;
}
.smallInput_select .mud-input {
    padding: 0 4px 0 8px !important;
}
.smallInput_select .mud-input-root {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    height: 32px !important;
    font-size: 15px !important;
    line-height: 18px !important;
}
.lighticonInput .mud-icon-root {
    color: #7E8192 !important;
}
.roundedLInput .mud-input-outlined-border {
    border-end-end-radius: 0px !important;
    border-start-end-radius: 0px !important;
}
.headerRelative {
    position: relative !important;
}

