﻿.esctext input {
}
.esctext fieldset {
    box-shadow: 0 1px 1px rgba(31, 41, 55, 0.06) !important;
    border: 1px solid #e5e7eb !important;
    border-radius: calc(6px * 1) !important;  
    padding: 0.5625rem 1rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.mud-input.mud-input-outlined:focus-within > .mud-input-outlined-border { 
    border-color: rgb(191 191 191)!important;
}
.form-label {
    margin-bottom: .5rem;
    font-size: .875rem;
    font-weight:500;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mud-alert-filled-error .mud-snackbar-icon svg{
    color:#fff!important;
}
.mud-appbar, .mud-drawer {
    background-color: transparent !important;
    box-shadow: none !important;
}
.mud-icon-button {
    color: var(--mud-palette-action-default)!important;
}
.mud-toolbar {
    color: var(--mud-palette-action-default) !important;
}
.mud-drawer {  
    padding: 10px 0; 
}
.headlogo{
    width:80%!important;
    margin:0 auto 20px!important
}
.mud-navmenu .mud-select {
    margin: 0 10px 20px;
}
.text-center{
    text-align:center;
}
.m-4 {
    margin: 15px !important;
}
.mx-4 {
    margin: 0 15px !important;
}
*{
    outline:none!important;
}
.headikon {  
    position:absolute;
    top:20px;
    right:20px;
}
.mud-card{
    position:relative!important;
}
.bordernone {
    border: none !important;
    border-radius: 16px;
    padding:20px;
}

.bordernone .mud-card-header, .bordernone .mud-card-content {
    padding: 0;
}
.bordernone h3 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.33;
    margin-top:25px!important;
}
.danger {
    background-color: rgb(255, 226, 229) !important;
} 
.warning {
    background-color: rgb(255, 244, 222) !important;
}
.success {
    background-color: rgb(220, 252, 231) !important;
}
.primary {
    background-color: rgb(243, 232, 255) !important; 
}
.bordernone .mud-card-header-actions {
    width: 40px;
    height: 40px;
    border-radius: 50%; 
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
}
.danger .mud-card-header-actions {
    background-color: rgb(250, 90, 125);
}
.warning .mud-card-header-actions {
    background-color: rgb(255, 148, 122);
}
.success .mud-card-header-actions {
    background-color: rgb(60, 216, 86);
}
.primary .mud-card-header-actions {
    background-color: rgb(191, 131, 255);
}
.danger h3 {
    color: rgb(250, 90, 125);
}
.warning h3 {
    color: rgb(255, 148, 122);
}
.success h3 {
    color: rgb(60, 216, 86);
}
.primary h3 {
    color: rgb(191, 131, 255);
}
.mud-nav-item .mud-icon-root.mud-svg-icon,
.mud-nav-group .mud-icon-root.mud-svg-icon {
    fill: #8c191c;
}
.mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) {
    color: #8c191c!important;
}
.components-reconnect-dialog{
    box-shadow:none!important;
}