

/*@font-face {
    font-family: 'tajawal-bold';
    src: url('fonts/tajawal-bold.ttf') format('truetype');
}
*/

html, body {
    /* font-family: 'tajawal-bold', Helvetica, Arial, sans-serif;*/
}
:root {
    --color-custom: #3090C7;
}
.testBody {
   
            font-family: "Tajawal", sans-serif;
           
            font-weight: 300;
            font-style: normal;
       
}
.mud-rtl-provider.mud-application-layout-rtl * {
    font-family: "Tajawal", sans-serif;
}


a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}


/* Start Login */
.testBody .container-fluid.h-custom {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 141px ) !important;
}
@media (min-width:768px) {
    .testBody .form-img{
        flex-direction: row-reverse;
    }
    .testBody .container-fluid.h-custom {
        margin: 20px 0;
    }
}
@media (min-width: 992px) {
    .testBody .form-img {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }
}
.testBody .container-fluid.h-custom::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #d8d8d84d; */
    z-index: -1;
    right: 0;
}
.testBody .container-fluid.h-custom .form-img {
    box-shadow: 0 0 7px 5px #8888886b;
    border-radius: 0 10px 0 10px;
    overflow: hidden;
    /*background: #c5c5c540;*/
}
.testBody #LoginBtn {
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: var(--color-custom);
    color: white;
    font-family: " Tajawal", sans-serif;
}
.testBody .login-footer {
    position: absolute;
    left: 0;
    width: 100%;
    height: 37px;
    background-color: var(--color-teal) !important;
}
/* End Login */



/* start custom-btn */
.testBody .custom-btn{
    background-color: var(--color-custom) !important;
    display: flex;
    align-items: center;
    font-family: "Tajawal", sans-serif;
    color: white;
    padding: 2px 6px;
}
.testBody .custom-btn svg{}
.testBody .custom-btn span{
    font-size: 18px;
    font-weight: 500;
}
/* End custom-btn */
/* start dialog */
.testBody .mud-typography.mud-typography-h6{
    font-family: "Tajawal", sans-serif;
    color: var(--color-custom);
    font-weight: bold;
    font-size: 24px;
}
.testBody .mud-dialog.mud-dialog-width-sm.mud-dialog-rtl.custom-modal{
    margin: 0 2%;
}
/* End dialog */
/* Start Receipt */
.testBody .receipt-dialog{
    max-width: 96% !important;
    width: 96% !important;
}
@media (min-width:992px) {
    .testBody .receipt-dialog{
        max-width: 75% !important;
    }
}
/* Start End */
/* Start headrt */
.testBody .main-header .mud-toolbar.mud-toolbar-gutters.mud-toolbar-appbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* End headrt */

/* S mainTitle */
.testBody .mainTitle{
    background-color: #DBE9FA;
    font-size: x-large;
    color: #52595D;
    padding: 4px 4px 4px 8px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 22px;
}
/* E mainTitle */

/* S MinReports */
.testBody .containerContent *{
    font-family: "Tajawal", sans-serif;
}
.testBody .mud-input-control-input-container{
    font-size: 16px;
}
.testBody .mud-input-control-input-container::placeholder{
    font-size: 16px;
    background-color: red;
}
.testBody .mud-radio.mud-radio-content-placement-end{
    border: 1px solid ;
    border-radius: 4px;
    padding: 5px;
    margin: 0;
    margin-left: 10px;
    gap: 5px;
}
.testBody .mud-radio.mud-radio-content-placement-end.Day{
    border-color: #2196f3;
}
.testBody .mud-radio.mud-radio-content-placement-end.Month{
    border-color: #ff9800;
}
.testBody .mud-radio.mud-radio-content-placement-end span{
    padding: 0px;
    font-weight: 600;
}
.testBody .mud-radio.mud-radio-content-placement-end.Day span{
    color: #2196f3;
}
.testBody .mud-radio.mud-radio-content-placement-end.Month span{
    color: #ff9800;
}
.testBody
/* E MinReports */

/* S Table */
.testBody .mud-table *{
    font-family: "Tajawal", sans-serif;
}
.testBody .mud-table-container {
    margin-top: 15px;
}
.testBody .mud-table-dense * .mud-table-row .mud-table-cell{
    padding: 4px 5px;
}
.testBody .mud-table-root .mud-table-head .mud-table-cell {
    font-weight: 700;
    font-size: 15px;
    border-bottom: 1.7px solid #7d7d7d;
}
.testBody .mud-table-root .mud-table-body .mud-table-cell  {
    font-size: 16px;
    font-weight: 500;
}
.testBody .LodingNow{
    color: var(--color-custom);
    padding: 20px;
    font-size: 18px;
    font-family: "Tajawal", sans-serif;
    font-weight: 600;
}
.testBody .NotFound{
    color: #b32121;
    padding: 20px;
    font-size: 18px;
    font-family: "Tajawal", sans-serif;
    font-weight: 600;
}
.testBody .mud-button-group-root .mud-button-root{
    font-weight: 600;
    font-family: "Tajawal", sans-serif;
}

.testBody .search.mud-input-control>.mud-input-control-input-container>div.mud-input.mud-input-text{
    color: var(--color-custom);
    font-weight: 600;
    /* font-weight: 500; */
    font-family: "Tajawal", sans-serif;
}

/* ديلوق الحذف */
.testBody .mud-dialog .mud-dialog-actions>:not(:first-child){
    border-radius: var(--mud-default-borderradius);
    color: var(--mud-palette-error);
    border: 1px solid var(--mud-palette-error);
}
.testBody .mud-button-text.mud-button-text-primary{
    border-radius: var(--mud-default-borderradius);
    color: var(--mud-palette-info);
    border: 1px solid var(--mud-palette-info);
}
/* E Table */

/* S Home ChartReports */
.testBody .mud-main-content{
    overflow-y: auto;
}
.testBody .ChartContainer{
    margin-top: 40px;
    margin-bottom: auto;
    /* border: 1px solid var(--color-custom); */
    border-radius: 20px;
    background: #dbe9fa57;
    min-width: 800px;
}
.testBody .mud-chart.mud-chart-legend-bottom{
    background-color: #a5a7a914;
    border-radius: 10px;
}
.testBody .mud-typography.mud-typography-body2.mud-typography-display-inline{
    font-size: 16px;
    font-weight: 600;
    font-family: "Tajawal", sans-serif;
}
.testBody .mud-charts-xaxis,
.testBody .mud-charts-yaxis{
    font-weight: 600;
    font-family: "Tajawal", sans-serif;
}

/* E Home ChartReports */

/*S NavBar*/
.mud-nav-link-text {
    display: flex;
    align-items: center;
    gap: 5px;
    /*font-size: 17px;*/
    /*font-weight: bold;*/
}
.mud-nav-link {
    border-radius: 8px;
}
.navLinkBtn .active,
.navLinkBtn:hover a {
    background-color: var(--color-custom) !important;
    color: white !important;
    border-radius: 8px;
    font-weight: bold !important;
    padding: 8px !important;
}
.mud-nav-link.active:not(.mud-nav-link-disabled) {
    font-weight: bold !important;
}
.mud-nav-link.active svg,
.mud-nav-link:hover svg {
    color: white !important;
}
.mud-nav-link img {
    width: 20px;
    border-radius: 50%;
    outline: 2px solid white;
}

.testBody .mud-nav-item.logOutBtn .mud-nav-link:hover svg {
    color: white !important;
}
.testBody .mud-nav-item.logOutBtn .mud-nav-link {
    border: 2px solid var(--bs-danger) !important;
    color: var(--bs-danger) !important;
    /*font-size: 17px;*/
    font-weight: bold;
}
.testBody .mud-nav-item.logOutBtn .mud-nav-link svg {
    color: var(--bs-danger) !important;
}
.testBody .mud-nav-item.logOutBtn .mud-nav-link:hover {
    background-color: var(--bs-danger) !important;
    background-color: #dc3545 !important;
    color: white !important;
    /* font-size: 17px; */
    font-weight: bold;
}
/*------*/
.logInBtn a {
    border: 2px solid var(--mud-palette-success-darken) !important;
    color: var(--mud-palette-success-darken) !important;
    /*font-size: 17px;*/
    font-weight: bold;
}
.logInBtn a svg {
    color: var(--mud-palette-success-darken) !important;
}
.logInBtn a:hover svg {
    color: white !important;
}
.logInBtn a:hover {
    background-color: var(--mud-palette-success-darken) !important;
    background-color: #00a344 !important;
    color: white !important;
    /* font-size: 17px; */
    font-weight: bold;
}
/*------*/
/*E NavBar*/

/*S Profile page*/
.profileContainer {
    border: 1px solid #c5c5c5;
    padding: 70px 20px 20px;
    border-radius: 8px;
    box-shadow: -1px 4px 5px 0px #8685856b;
    margin-top: 60px;
    position: relative;
}
.profileContainer img {
        width: 120px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #b4b4b4;
}
.continerPass {
    border: 1px solid #c5c5c5;
    padding: 20px;
    border-radius: 8px;
    box-shadow: -1px 4px 5px 0px #8685856b;
    margin-top: 15px;
    position: relative;
    padding-bottom:0px
}
.continerPass h5 {
    color: var(--color-custom);
    font-weight: bold;
        margin-bottom: 20px;
}
.continerPass label{
        font-weight: 500;
    font-size: 16px;
}
.continerPass button {
        margin-right: auto;
    margin-left: auto;
    display: block;
    background-color: var(--color-custom);
}
.continerPass p{
    text-align: center;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 500;
    color: var(--mud-palette-success-darken);
    margin-bottom: 10px;
}
/*E Profile page*/


/*S loader*/
.loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d0eeff45;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after {
    position: absolute;
    top: 0;
    content: '';
}

.jimu-primary-loading:before {
    left: -19.992px;
}

.jimu-primary-loading:after {
    left: 19.992px;
    -webkit-animation-delay: 0.32s !important;
    animation-delay: 0.32s !important;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after,
.jimu-primary-loading {
    background: #076fe5;
    -webkit-animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    width: 13.6px;
    height: 32px;
}

.jimu-primary-loading {
    text-indent: -9999em;
    margin: auto;
    position: absolute;
    right: calc(50% - 6.8px);
    top: calc(50% - 16px);
    -webkit-animation-delay: 0.16s !important;
    animation-delay: 0.16s !important;
}

@-webkit-keyframes loading-keys-app-loading {

    0%, 80%, 100% {
        opacity: .75;
        box-shadow: 0 0 #076fe5;
        height: 32px;
    }

    40% {
        opacity: 1;
        box-shadow: 0 -8px #076fe5;
        height: 40px;
    }
}

@keyframes loading-keys-app-loading {

    0%, 80%, 100% {
        opacity: .75;
        box-shadow: 0 0 #076fe5;
        height: 32px;
    }

    40% {
        opacity: 1;
        box-shadow: 0 -8px #076fe5;
        height: 40px;
    }
}

/*e loader*/
