﻿.my-form-space {
    margin-bottom: 8px !important;
}

/*Fluent*/
.fluent-toast-provider, .fluent-dialog-main {
    z-index: 1010 !important;
}

#blazor-error-ui {
    background: lightyellow;
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1010;
    font-size: 24px;
    color: red;
}

.validation-errors {
    color: red;
}

.appointment-one {
    color: black;
}

.completed-cancel {
    background-color: lightcoral;
    padding: 10px 1px;
    width: 100%;
}

.completed-status {
    background-color: greenyellow;
    padding: 10px 1px;
    width: 100%;
}

.completed-waiting {
    background-color: orange;
    padding: 10px 1px;
    width: 100%;
}

/*syncfusion*/
.e-dialog .e-footer-content {
    padding: 10px !important;
}

.e-dialog .e-dlg-header-content {
    padding: 10px !important;
}

/*Fix Reboot Table*/
table {
    margin-bottom: 1px !important;
}

.fluent-nav-text {
     overflow: visible !important; 
}


/*form*/
.my-form-bottom {
    margin-bottom: 1px !important;
}

/*table*/
.table_component {
    overflow: auto;
    width: 100%;
}

.table_component table {
    border: 1px solid #dededf;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}

.table_component caption {
    caption-side: top;
    text-align: left;
}

.table_component th {
    border: 1px solid #dededf;
    padding: 5px;
}

.table_component td {
    border: 1px solid #dededf;
    padding: 5px;
}

.my-corner1 {
    padding: 8px;
    border: 1px solid #ABB2B9;
    margin-bottom: 1px;
}

.custom-content {
    margin: 5px;
    background-color: var(--neutral-layer-1);
}