﻿@font-face {
    font-family: 'iransansNum';
    src: url('IRANSansWeb(FaNum).ttf');
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    direction: rtl;
    font-family: iransansNum;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}
.lab-dashboard-header .fa-comment-alt-lines {
    position: absolute;
    top: 5px;
    left: 50px;
    background-color: #ffffffd6;
    border-radius: 10px;
    padding: 8px;
    color: #525252;
    z-index: 9
}
a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
    color: inherit;
}


    .fix-page {
        display: flex;
        flex-direction: column;
        height: 100%
    }

.content {
    flex: 1 0 auto;
    margin: 0 auto;
    width: 100%
}

.main-color {
    background-color: #3752db;
}

.main-font-color {
    color: #3752db;
}

.app-button {
    background-color: #121212;
    color: white;
    border: none;
    padding: 5px;
}
.app-button2 {
    background-color: #3752db;
    color: white !important;
    border: none;
    padding: 10px;
    min-width:150px;
}

.dir-ltr {
    direction: ltr;
}

.footer-text {
    padding: 10px;
    left: 8px;
    width: 100%;
}

.number-input {
    border: none;
    border-bottom: 1px solid #808080;
    background-color: white;
    width: 100%;
    background-color: #e1e1e1;
    padding-bottom: 5px;
    padding-top: 5px;
}

.confirm-code .number-input {
    margin-right: 5px;
    margin-left: 5px;
}

.dashboard {
    height: 100%;
    display: flex;
    flex-direction: column;
    position:relative
}

.dashboard-header {
    flex-grow: 2;
    background-color: #3752db;
    position: relative;
}

.lab-dashboard-header {
    flex-grow: 2;
    position: relative;
    background-color: #EEEEEE;
}
    .lab-dashboard-header .fa-bars {
        position: absolute;
        top: 5px;
        right: 10px;
        background-color: #ffffffd6;
        border-radius: 10px;
        padding: 8px;
        color: #525252;
        z-index: 9
    }

    .lab-dashboard-header .fa-info-circle {
        position: absolute;
        top: 5px;
        right: 50px;
        background-color: #ffffffd6;
        border-radius: 10px;
        padding: 8px;
        color: #525252;
        z-index: 9
    }
    .lab-dashboard-header .fa-redo-alt {
        position: absolute;
        top: 5px;
        left: 10px;
        background-color: #ffffffd6;
        border-radius: 10px;
        padding: 8px;
        color: #525252;
        z-index: 9
    }
    .lab-dashboard-header .fa-phone {
        position: absolute;
        top: 5px;
        left: 60px;
        background-color: #ffffffd6;
        border-radius: 10px;
        padding: 8px;
        color: #525252;
        z-index: 9
    }
.lab-dashboard-header .top-header {
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    background-color: #ffffffd6;
    border-radius: 10px;
}

.user-dashboard-header {
    flex-grow: 1;
    position: relative;
    background-color: #EEEEEE;
}
    .user-dashboard-header .top-header {
        left: 0;
        right: 0;
        bottom: -10%;
        width: 90%;
        height: 50%;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
    }
        .user-dashboard-header .top-header img {
            width: 130px;
            height: 130px;
            object-fit: cover;
            margin-top:0px;
            border:2px solid white;
        }
        .user-dashboard-header #back-btn {
            position: absolute;
            top: 5px;
            right: 10px;
            padding: 8px;
            color: #000;
            z-index: 9
        }
    .user-dashboard-header #exit-btn {
        position: absolute;
        top: 5px;
        left: 10px;
        padding: 8px;
        color: #000;
        z-index: 9
    }

.top-header-logo {
    position: relative;
    top: -40px;
}

    .dashboard-body {
        flex-grow: 2;
        background-color: #EEEEEE;
    }
.user-dashboard-body {
    flex-grow: 4;
    background-color: #EEEEEE;
}

.header-bg {
    width: 100%;
    position: absolute;
    bottom: -2px;
}

.service-box {
    text-align: center;
    background-color: #fff;
    min-height: 150px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
}

    .service-box i {
        color: #3752db;
        font-size: 4.5em;
        display: block;
    }

    .service-box span {
        color: #3752db;
        font-size: 0.8em;
    }

.top-nav i {
    font-size: 1.3em
}

.day-time {
    font-size: 0.7em
}

.user-profile-rounded {
    border: 1px solid #fff;
    width: 80px;
    height: 80px;
    background-color: #31AF91;
}

    .user-profile-rounded i {
        font-size: 3em;
    }

    .user-profile-rounded img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border: 1px solid #fff;
    }
.sidebar-profile img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: 1px solid #fff;
}

.cursor-ponter {
    cursor: pointer;
}

.sidebar {
    position: fixed;
    z-index: 10;
    width: 70%;
    height: 100%;
    top: 0;
    right: -71%;
    background-color: white;
    transition: all 0.4s;
}

.sidebar-open {
    right: 0;
}

.sidebar-header {
    height: 25%
}

.sidebar-profile {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sidebar-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar-menu a {
    color: #404040;
    text-decoration: none;
}

.sidebar-shadow {
    display: none;
    top: 0;
    right: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.41);
    z-index: 9;
    width: 100%;
    height: 100%;
}

    .sidebar-shadow.show {
        display: initial;
    }

.main-front-color {
    color: #3752db;
}
.smaple-box {
    height: 155px;
    border-radius: 8px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    border: 1px solid #b5b5b5;
}
.right-sample-box {
    font-size: 0.7em;
    color: white;
    border-radius: 0px 7px 7px 0px;
}
.left-sample-box {
    font-size: 0.89em;
    padding-bottom:15px;
}
.sample-box-footer {
    background-color: #d5d5d5;
    position:absolute;
    bottom:0px;
    width:100%;
    border-radius:0px 0px 0px 7px;
    font-size:0.9em
}

.text-black {
    color: #212529;
}

.map {
    width: 100%;
    height: 100vh;
}

.marker {
    position: absolute;
    left: 50%;
    top: 46%;
    z-index: 99;
    transform: translate(-50%, -50%);
}
.input-form {
    border: 1px solid #0000007a;
    margin-left: 10px;
    margin-right: 10px;
    margin-top:60px;
}
    .input-form-header{
        background-color:lightgray;
        padding:8px;
    }
.input-form-body {
    padding:15px 10px;
}
    .lab-title {
        font-size: 0.9em;
        position: relative;
        top: -20px;
    }
.lab-subtitle {
    font-size: 0.8em;
    position: relative;
    top: -20px;
}
.form-control:focus {
    border-color: #358c91;
    box-shadow: 0 0 0 0.2rem #037c8357;
}
.header-bg-gray{
    background-color:gray;
}
.btn-outline-primary {
    color: #3752db;
    border-color: #3752db;
}

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #3752db;
        border-color: #3752db;
    }

.user-dashboard-header .fa-camera-alt {
    position: absolute;
    bottom: 0px;
    font-size: 2em;
    color: #b58314;
}

.dashboard-body .nav-tabs {
    border-bottom: 0px;
    text-align: center;
}

    .dashboard-body .nav-tabs .nav-item.show .nav-link, .dashboard-body .nav-tabs .nav-link.active {
        border-color: none;
        border-bottom: 3px solid #3752db;
    }

.dashboard-body .nav-link {
    background-color: #fff;
    border: none;
}
@media only screen and (max-width : 600px){
    .fa-camera-alt{
        display:none;
    }
    .profile-icon {
        display: none;
    }
}