﻿:root {
    --submitBackgroundColor: #3376f1;
    --submitTextColor: #fff;
    --submitbackgroundHover: #1a5dd7;
    --submitBoxShadow: #3376f1;
    --loginBackgroundColor: #e6efff;
    --tableEvenColumn: #fff;
    --tableOddColumn: #ddd;
}

@font-face {
    font-family: 'shabnam';
    src: url('https://khorshidneshan.ir/CDN/Fonts/shabnam.eot');
    src: local('☺'), url('https://khorshidneshan.ir/CDN/Fonts/shabnam.woff') format('woff'), url('https://khorshidneshan.ir/CDN/Fonts/shabnam.ttf') format('truetype');
}

body {
    margin: 0;
}

audio {
    max-width: 100%
}

* {
    font-family: shabnam,tahoma;
    direction: rtl;
    font-size: 14px;
}

a {
    text-decoration: none;
}


input[type="number"], input[type="text"], input[type="password"] {
    height: 40px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-color: #fff;
}

.management .item .control input[type="text"] {
    width: 55%;
    border: none;
    border: 1px solid #ddd;
}

input[type="submit"] {
    min-width: 100%;
    background-color: var(--submitBackgroundColor);
    border-radius: 3px;
    border: none;
    color: var(--submitTextColor);
    cursor: pointer;
    padding: 8px;
}

.greenBtn {
    width: auto;
    background-color: #008d26;
    border-radius: 3px;
    color: var(--submitTextColor);
    display: inline-block;
    padding: 8px;
    box-sizing: border-box;
}

.payAndConsultation input[type="submit"] {
    background-color: #fff;
    color: #002872;
    box-shadow: 0 4px 15px #976b9b;
    font-weight: bold;
}

textarea {
    resize: none;
    width: 93%;
    box-sizing: border-box;
    height: 70px;
    border: none;
    padding: 10px 5px 0 5px;
    border-radius: 20px;
    vertical-align: middle;
    outline: none;
    margin: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    textarea::-webkit-scrollbar {
        display: none;
    }

.textAreaManagement {
    width: 75%;
}

.filtering {
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #9f9f9f26;
}

    .filtering::-webkit-scrollbar {
        display: none;
    }

    .filtering input {
        min-width: auto;
        border: 1px solid #ffffff;
        background-color: #3376f126;
        color: #000;
        border-radius: 0;
    }

        .filtering input:first-child {
            border-radius: 0 6px 6px 0;
        }

        .filtering input:last-child {
            border-radius: 6px 0 0 6px;
        }

    .filtering .Selected {
        background-color: #3376f1;
        color: #fff;
    }


/*table*/
table {
    width: 100%;
    margin: auto;
    border: none;
}

    table.wh-nowrap {
        white-space: nowrap;
    }

    table th, table td {
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #0a001c0f
    }

    table th {
        background-color: #fff;
    }

    table tr:nth-child(even) {
        background-color: #ebe8ef;
    }

    table tr:nth-child(odd) {
        background-color: white;
    }

.conversationsTable td {
    border: none;
}

table td p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 19px;
    line-height: 18px;
    margin: 5px 0 0 0;
}

.conversationsTable td {
    width: 100%;
    display: block;
}

table a {
    text-decoration: none;
    color: black;
}

.conversationsTable tr {
    margin: 5px 0;
    display: block;
    border-radius: 10px;
    background-color: #fff !important;
    box-shadow: 0 0 10px #c3c3c382;
}

table input[type="submit"], table input[type="text"] {
    min-width: auto;
    width: auto !important;
}

.dateTime {
    color: #8d8d8d;
    font-size: 10px !important;
    text-decoration: none;
}

table .detailBtn {
    padding: 2px 4px;
    box-sizing: border-box;
    width: 35px;
    vertical-align: middle;
    margin: 0 auto;
    display: block;
}
/*login*/
.Login {
    text-align: center;
    width: 25%;
    margin: auto;
    background-color: #f4eff845;
    border-radius: 3px;
    box-shadow: 0 0 3px #3f3f3fdb;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .Login input[type="text"] {
        direction: ltr;
        text-align: left;
    }

    .Login .button {
        margin-top: 10px;
    }

/*GetOnlineVisit*/
.GetOnlineVisit {
    text-align: center;
    margin-bottom: 83px;
}

.top {
    background: url(../images/profileBackground.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 5px 35px;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
}

    .top img {
        border-radius: 50%;
        width: 200px;
        height: 200px;
        object-fit: cover;
        display: block;
        margin: auto;
        transition: 1s;
        box-shadow: 0px 4px 6px #010f29;
        margin-top: 5px;
    }

        .top img:hover {
            box-shadow: 0px 2px 3px #010f29;
            transition: 1s;
        }

    .top b {
        color: #fff;
        text-align: center;
        display: block;
        font-size: 25px;
        text-shadow: 0 1px 4px #868484;
        margin-top: 10px;
    }

    .top p {
        text-align: center;
    }

    .top pre {
        color: #b30000;
        font-weight: bold;
        white-space: pre-line;
    }

    .top .visitPrice {
        /* padding: 5px 10px; */
        font-size: 15px;
    }

.payAndConsultation {
    width: 15%;
    margin: 15px auto;
}

.menuIcon {
    background-color: #c5a5fd;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1;
}

    .menuIcon img {
        width: 40px;
    }

.call img {
    background-color: #3376f1;
    border-radius: 50%;
    padding: 10px;
    width: 30px;
    position: fixed;
    left: 5px;
    bottom: 120px;
    z-index: 1;
}

.exit {
    color: #f00;
    font-size: 14px;
    float: left;
    margin: 10px;
}

footer {
    bottom: 0;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
    /*box-shadow: 0 0 20px #bdbdbda8;*/
}

    footer a {
        color: #000;
        display: block;
        direction: ltr;
    }

    footer img {
        width: 30px;
        display: block;
        margin: auto;
    }

.openMenuIcon {
    padding: 7px;
    box-sizing: border-box;
    color: #000;
    position: relative;
    z-index: 1;
    display: none;
    cursor: pointer;
}

    .openMenuIcon span {
        display: block;
        background-color: #000000;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin: 4px 2px;
    }

nav {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 20%;
    z-index: 2;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ddd;
    transition: all .5s;
}

.openMenu {
    transform: translateX(0);
}

nav .menuTop {
    border-bottom: 1px solid #6e6e6e1f;
    margin-bottom: 10px;
    padding-bottom: 14px;
}

.closeMenu {
    width: 20px;
    height: 20px;
    display: none;
    vertical-align: middle;
    cursor: pointer;
}

    .closeMenu span {
        width: 20px;
        height: 2px;
        background-color: #000;
        display: block;
        transform: rotate(45deg);
        margin-top: 9px;
    }

        .closeMenu span:last-child {
            transform: rotate(-45deg);
            margin-top: -2px;
        }

nav .name {
    display: inline-block;
    width: 85%;
    vertical-align: middle;
    text-align: center;
}

nav ul {
    padding: 0 14px;
}

nav li {
    margin: 15px 0;
}

    nav li a {
        color: #000;
    }

.aroundMenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000006e;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.aroundMenuVisible {
    opacity: 1;
    visibility: visible;
}

.menu {
    margin-top: 20px;
}

    .menu .about, .menu .callus, .menu .conversations {
        background-color: #3376f1;
        padding: 10px;
        box-sizing: border-box;
        margin: 0 auto;
        display: inline-block;
        width: 15%;
        color: #fff;
    }

    .menu .conversations {
        border-radius: 0 5px 5px 0;
    }

    .menu .callus {
        border-radius: 5px 0 0 5px;
    }

/*::-webkit-scrollbar {
    display: none;
}*/
/*Conversation*/
.module {
    /*position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;*/
    background-color: white;
    overflow: auto;
}

.conversation {
    background: url(../icons/pattern.png) repeat;
    background-position: center;
    background-size: 200px;
}

header {
    background-color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 6px #979797;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
}

    header .profile {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        vertical-align: middle;
    }

    header b {
        text-align: center;
        display: inline-block;
        width: 95%;
    }

    header .back img, .head .back {
        filter: invert(1);
        float: left;
        width: 20px;
    }

/*body*/
.body {
    overflow: auto;
    padding: 0px 15px;
    box-sizing: border-box;
    position: relative;
    margin: 70px 0;
    padding-top: 16px;
}

    .body::-webkit-scrollbar {
        display: none;
    }

.emptyChat {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 71vh;
}

    .emptyChat img {
        width: 20%;
        position: absolute;
    }

    .emptyChat .moveBack {
        animation: shake 5s;
        animation-iteration-count: infinite;
    }



@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.emptyChat .drBack {
    background-color: #dddada47;
    border-radius: 20px;
    border: 1px solid #ddd;
    padding: 100px 70px;
}

table .itemConversations a {
    display: block;
    min-height: 33px;
    color: #000;
    padding: 10px 0;
    box-sizing: border-box;
}

.body .patient, .body .doctor {
    border-radius: 10px;
    max-width: 70%;
    width: auto;
    padding: 10px;
    box-sizing: border-box;
}

.body .doctor {
    align-self: flex-end;
    background-color: #3376f1;
    color: #fff;
    box-shadow: -5px 4px 5px #bbbbbb;
    border-radius: 10px 10px 10px 0;
    clear: both;
    margin-bottom: 7px;
    border: 1px solid #ddd;
    position: relative;
}

.doctor::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    background-image: url(https://online.drnoorbala.ir/AddOn/images/dr.png);
    background-size: cover;
    right: -50px;
    border-radius: 50%;
    box-shadow: 0px 1px 2px black;
}

.body .patient {
    background-color: #ffffff;
    box-shadow: 4px 4px 10px #9b9b9b87;
    clear: both;
    margin: 12px 5px;
    border-radius: 10px 10px 0 10px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    align-self: flex-start;
}

.body .chat {
    overflow: auto;
    margin: 10px 10px 60px;
    display: flex;
    flex-direction: column-reverse;
}

.chatBody {
    white-space: pre-line;
    margin-top: -10px;
    display: inline-block;
    vertical-align: bottom;
    word-break: break-word;
}

.chat .doctor .chatBody::selection, .chat .doctor .chatBody *::selection {
    background: #fff;
    color: #000;
}

.chat .chatBody::-moz-selection, .chat .chatBody *::-moz-selection {
    background: #fff;
    color: #000;
}

.body .answer .message {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.a {
    position: relative;
}

.record {
    float: right;
    margin: 15px 15px 0 0;
}

    .record .stopRecording {
        position: relative;
        width: 25px;
        height: 25px;
    }

    .record img {
        width: 25px;
        height: 25px;
        vertical-align: top;
    }

    .record .stopRecording::before, .record .stopRecording::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        border: 1px solid #f00;
        border-radius: 100%;
        z-index: -1;
        transform: scale(1);
        transition: all 0.5s;
        box-sizing: border-box;
    }

    .record .stopRecording::before {
        /*border: 1px solid #f42223;*/
        animation: animationSignal3 infinite 3s;
    }

    .record .stopRecording::after {
        animation: animationSignal4 infinite 3s;
    }


@keyframes animationSignal3 {
    /*Video Popup*/
    0% {
        opacity: 0.8;
        transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    100% {
        transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes animationSignal3 {
    /*Video Popup*/
    0% {
        transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    100% {
        transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes animationSignal4 {
    /*Video Popup*/
    0% {
        transform: scale(0.9);
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }

    100% {
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        opacity: 0;
    }
}

@-webkit-keyframes animationSignal4 {
    /*Video Popup*/
    0% {
        transform: scale(0.9);
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }

    100% {
        transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        opacity: 0;
    }
}

.uploadFiles {
    position: relative;
    margin-right: 10px;
    float: right;
    margin: 15px 15px 0 0;
}

    .uploadFiles input {
        position: relative;
        width: 25px;
        height: 25px;
        vertical-align: middle;
        z-index: 1;
        max-width: 25px;
        opacity: 0;
    }

.uploadFilesIcon::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url(../icons/paperclip.png);
    width: 25px;
    height: 25px;
    display: block;
    background-size: cover;
    right: 2px;
}

.uploadImagesIcon::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url(../icons/paperclip.png);
    width: 25px;
    height: 25px;
    display: block;
    background-size: cover;
    right: 2px;
}

.uploadPdfsIcon::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url(../icons/uploadPdf.png);
    width: 25px;
    height: 25px;
    display: block;
    background-size: cover;
    right: 2px;
}

.body .message {
    background-color: #fff;
    box-shadow: 0 0 20px #00000059;
    border-bottom: 1px solid #9d9d9d;
}

.body .openFile {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 1;
    right: 0;
    top: 70px;
}

.body .file audio {
    max-width: 100%;
}

.body .file a {
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5px 7px;
    color: #000;
    margin-left: 5px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 24%);
    font-size: 13px;
    background-color: #fff;
}

/* .body .file a:hover {
            transition: 1s;
            background-color: #ddd;
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.38);
        }*/

.body .file img {
    cursor: grab;
}

    .body .file img:active {
        cursor: grabbing;
    }

.body .openFile .file img {
    cursor: grab;
}

    .body .openFile .file img:active {
        cursor: grabbing;
    }

.body .files {
    overflow: hidden;
}

.body .file .imageFile {
    max-width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 100%;
    object-fit: contain;
    min-width: 300px;
    display: block;
}

.body .openFile .file {
    position: fixed;
    top: 70px;
    bottom: 0;
    left: 100px;
    right: 100px;
    z-index: 2;
    overflow: auto
}

.body .openFile .imageFile {
    margin: auto;
    height: 100%;
    animation: openImage .5s;
    text-align: center;
    display: block;
}

@keyframes openImage {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.body .files .icons {
    position: fixed;
    top: 13%;
    bottom: 55%;
    left: 10px;
    background-color: #fff;
    text-align: center;
    z-index: 2;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    border-radius: 4px;
    display: none;
}

.body .openFile .icons {
    display: flex;
}

.body .files .icons img {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.body .files .closeImage {
    left: 10px;
    filter: invert(1);
    background: #000;
}

.body .openFile .file::-webkit-scrollbar {
    display: block;
    width: 0;
    height: 8px;
}

.body .openFile .file::-webkit-scrollbar-thumb {
    background: #2f2ff1;
}

.body .openFile .file::-webkit-scrollbar-track {
    background: #c4c4c4;
}

.body .paperclip {
    width: 20px;
    vertical-align: middle;
    filter: invert(34%) sepia(92%) saturate(2145%) hue-rotate(209deg) brightness(100%) contrast(90%);
}

.btnSend {
    width: 25px;
    transform: rotate(-180deg);
    vertical-align: middle;
    float: left;
    margin: 15px;
}

.endMessage {
    width: 25px;
    vertical-align: middle;
    float: left;
    margin: 15px 5px;
}

/*about and contact*/
.contact .head, .about .head, .paymentBackPage .head {
    background-color: #ffffff;
    padding: 16px;
    box-sizing: border-box;
    box-shadow: 0 0 6px #979797;
    position: relative;
    z-index: 1;
    min-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact > img, .about > img, .paymentBackPage > img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 18px #8b8a8a73;
    margin: 10px;
    width: 30%;
}

.contact p, .about .aboutBody, .paymentBackPage .Body {
    margin-top: 10px;
    text-align: right;
    margin-bottom: 60px;
    padding: 0 10px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 66%;
}

    .contact p a {
        color: #000;
        display: block;
        padding: 8px 0;
    }

.paymentBackPage .Body {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 17px;
}
/*management*/
.management header {
    padding: 16px 25px 16px 16px;
    text-align: center;
    box-sizing: border-box;
    width: 80%;
    right: unset;
}

.management h2 {
    margin: auto;
    font-size: 16px;
}

.doctor .dateTime {
    color: #dedede;
}

.responsesManagement {
    position: fixed;
    background-color: #d9d8d8;
    left: 0;
    bottom: 114px;
    box-sizing: border-box;
    max-height: 0;
    overflow-y: auto;
    opacity: 0;
    transition: all .8s;
    width: 80%;
    direction: ltr;
}

.openResponsesManagement {
    max-height: 312px;
    opacity: 1;
}

.responsesManagement::-webkit-scrollbar {
    width: 10px;
}

.responsesManagement::-webkit-scrollbar-thumb {
    background: #3376f1;
}

.responsesManagement::-webkit-scrollbar-track {
    background-color: #bcbcbc;
}

.responsesManagement .responseManagement {
    display: block;
}

.management .responsesManagement .responseManagement input {
    text-align: right;
    min-width: 97%;
    border-bottom: 1px solid #b5b2b2;
    background-color: transparent;
    color: #000;
    border-radius: 0;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
}

    .management .responsesManagement .responseManagement input:hover {
        background-color: #c5c0c0;
    }

.management .form {
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    box-shadow: 0 0 17px #d6d4d4;
    border-radius: 3px;
}

.management .item {
    margin-top: 10px;
    display: inline-block;
    vertical-align: bottom;
    padding: 5px;
    box-sizing: border-box;
}

    .management .item .control textarea {
        border-radius: 5px;
        width: 100%;
        border: 1px solid #ddd;
    }

.management .buttonsItem {
    height: 60px;
}

    .management .buttonsItem input {
        border-radius: 5px;
        min-width: 10%;
        margin-top: 10px;
        float: left;
    }

.management .readyAnswer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
}

.management .readyAnswerText {
    width: calc(100% - 70px);
}

.management .operationBtn {
    width: 70px;
}

    .management .operationBtn input {
        width: 30px;
    }

.itemConversations .messageConversations {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.6rem;
    -webkit-line-clamp: 2;
    max-height: 3em;
}

.notice-useChrome {
    color: #f00;
    font-size: 20px;
}

.validator {
    color: #f00;
}

.captcha {
    margin-top: 20px;
}

.captchaImage {
    vertical-align: middle;
    width: 80%;
}

.refreshCaptcha-img {
    width: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

.sep a {
    color: #000;
}

.sep img {
    width: 70px;
    vertical-align: middle;
}

/*enamad*/
.enamad {
    position: fixed;
    left: 10px;
    bottom: 10px;
}

    .enamad img {
        width: 85px;
        height: 85px;
        display: block;
        object-fit: contain;
    }

@media only screen and (max-width: 768px) and (min-width: 0) {
    * {
        letter-spacing: -.9px;
    }

    textarea {
        width: 84%;
    }

        textarea::-webkit-scrollbar {
            display: none;
        }

    .textAreaManagement {
        width: 64%;
        padding: 0 7px;
        box-sizing: border-box;
    }

    .filtering input {
        min-width: auto;
        border: 1px solid #ffffff;
        background-color: #3376f126;
        color: #000;
        border-radius: 0;
        width: 50%;
    }

    .filtering .Selected {
        background-color: #3376f1;
        color: #fff;
    }

    .management .item,
    input[type="number"], input[type="text"] {
        width: 100% !important;
    }

    /*table*/
    table input[type="submit"], table input[type="text"] {
        min-width: auto;
        width: auto !important;
    }
    /*login*/
    .Login {
        width: 95%;
    }

    .top p {
    }

    .top pre {
        text-align: justify;
    }

    .payAndConsultation {
        width: 90%;
    }

    .menuIcon {
        background-color: #c5a5fd;
        border-radius: 50%;
        padding: 10px;
        width: 30px;
        height: 30px;
        position: fixed;
        left: 5px;
        bottom: 10px;
        z-index: 1;
    }

        .menuIcon img {
            width: 30px;
        }

    .call img {
        background-color: #3376f1;
        border-radius: 50%;
        padding: 10px;
        width: 30px;
        position: fixed;
        left: 5px;
        bottom: 120px;
        z-index: 1;
    }

    .openMenuIcon {
        display: inline-block;
        position: fixed;
        right: 10px;
        top: 6px;
        z-index: 2;
    }

    nav {
        width: 70%;
        transform: translateX(100%);
    }

    .closeMenu {
        display: inline-block;
    }

    .menu .conversations {
        width: 95%;
        border-radius: 5px;
        margin: 7px auto;
    }

    .menu .about, .menu .callus {
        width: 47%;
    }

    header .profile {
        width: 30px;
        height: 30px;
    }


    /*body*/
    .body {
        margin-top: 60px;
    }

        .body::-webkit-scrollbar {
            display: none;
        }

    .emptyChat img {
        width: 80%;
    }

    .body .patient, .body .doctor {
        max-width: 70% !important;
    }

    .body .chat {
        margin: 0;
        margin-bottom: 60px;
    }

    .body .patient {
        float: right;
        margin: 6px 5px;
    }

    .uploadFiles {
        margin-right: 5px;
        vertical-align: top;
        margin-top: 13px;
        display: inline-block;
        overflow: hidden;
    }

    .record {
        margin-right: 0;
    }

    .body .paperclip {
        width: 20px;
        vertical-align: middle;
        filter: invert(34%) sepia(92%) saturate(2145%) hue-rotate(209deg) brightness(100%) contrast(90%);
    }

    .btnSend {
        width: 20px;
        margin: 15px 5px;
    }

    /*about and contact*/
    .contact .head, .about .head {
        background-color: #ffffff;
        padding: 16px;
        box-sizing: border-box;
        box-shadow: 0 0 6px #979797;
        position: relative;
        z-index: 1;
        min-height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .head .back {
        filter: invert(1);
        width: 20px;
    }

    .contact > img, .about > img {
        max-width: 100%;
        width: auto;
        margin: 0;
    }

    .contact p, .about .aboutBody {
        width: 100%;
    }

    /*file*/
    .body .openFile .file {
        top: 55px;
        bottom: 45px;
        left: 0;
        right: 0;
    }

    .body .openFile {
        top: 50px;
    }

    .body .files .icons {
        bottom: 10px;
        left: 10%;
        right: 10%;
        flex-direction: row-reverse;
        top: unset;
    }

    /*management*/
    .management header {
        width: auto;
        right: 0;
    }

    .management h2 {
        margin: auto;
        font-size: 16px;
    }

    .doctor .dateTime {
        color: #dedede;
    }

    .responsesManagement {
        /*bottom: 83px;*/
        width: 100%;
    }

        .responsesManagement .responseManagement {
            display: block;
        }

    .management .responsesManagement .responseManagement input {
        min-width: 97%;
        border: 1px solid #3376f1;
        background-color: transparent;
        color: #3376f1;
        border-radius: 10px;
        height: auto;
        padding: 5px;
        margin: 5px;
        box-sizing: border-box;
    }

    .management .item .control textarea {
        border-radius: 5px;
        width: 100%;
        border: 1px solid #ddd;
    }

    .management .item .control input[type="checkbox"] {
        vertical-align: middle;
    }

    .management .buttonsItem {
        padding: 0 5px;
    }

        .management .buttonsItem input {
            min-width: 100%;
        }

    /*    .body .openFile .file::-webkit-scrollbar {
        display: none;
    }*/

    .body .file .imageFile {
        min-width: 50vw;
        min-height: auto;
    }

    /*enamad*/
    .enamad {
        position: unset;
        margin: 5px auto;
    }

        .enamad img {
            margin: auto;
        }
}

.icon-chat input,
img.downloadIcon {
    width: 25px;
    vertical-align: middle;
    cursor: pointer;
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalDialog:target {
        opacity: 1;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 400px;
        position: relative;
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background: #ffffff;
        box-shadow: 0 0 14px #4646468a;
        color: #000;
    }

    .modalDialog p {
        display: inline-block;
        width: 90%;
        vertical-align: middle;
    }

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #686868;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: inline-block;
    vertical-align: middle;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.paymentBack {
    text-align: center;
    padding: 50px;
}

    .paymentBack span {
        font-size: 20px;
    }

.redBtn {
    background-color: red !important;
}

.mg-t-10 {
    margin-top: 10px;
}
