﻿@font-face {
    font-family: 'MyFont';
    src: url('../Fonts/Cambo-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'PersianFont';
    src: url('pixelboy-Naskh.woff2') format('woff2'),url('pixelboy-Naskh.woff') format('woff'),url('../Fonts/pixelboy-Naskh.ttf') format('opentype'),url('../Fonts/pixelboy-Naskh.eot');
}

body, html {
    background-color: #393939 !important;
    direction: rtl;
    text-align: right;
    font-family: 'PersianFont';
}
.loading {
    margin: auto;
    width: 100%;
    background-image: url('../Image/content.png');
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    text-align: center;
}
#logInContainer {
    color: #515151;
    border: 2px solid #25ace3;
    margin: 8% auto;
    background-color: #f5f5f5;
    -webkit-box-shadow: 1px 1px 5px 5px rgb(185, 183, 183);
    -moz-box-shadow: 1px 1px 5px 5px rgb(185, 183, 183);
    box-shadow: rgb(47, 47, 47) 1px 1px 5px 5px;
    margin-bottom: 0.5%;
    border-radius: 15px
}

.loading img {
    width: 10%;
    margin-top: 6%;
}

.orderDiv {
    text-align: right;
    direction: rtl;
    display: table;
    width: 100%;
    margin: auto;
    padding: .5rem;
    border-radius: 9px;
    cursor: pointer;
    font-size:.7rem !important;
}

   
    .orderDiv .patientInfo {
        display: table-cell;
    }
.PatientImg img {
    width: 40px;
    border-radius: 30%;
    max-height: 40px;
}
.orderDiv .orderTime {
    display: table-cell;
    text-align: left;
}
.AjaxDiv {
    margin: auto;
    width: 100%;
    background-image: url('../Image/content.png');
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
@media (max-width: 1024px) {
    #logInContainer {
        
        margin: 28% auto;
       
    }
}
@media (max-width: 768px) {
    #logInContainer {
        margin: 28% auto;
    }
}