﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html {
    position: relative;
    min-height: 100vh;
}


@font-face {
    font-family: 'iransans';
    src: url('/fonts/IRANSans(FaNum)_Bold.ttf');
}

@font-face {
    font-family: 'AGhasem';
    src: url('/fonts/AGhasem.ttf');
}

@font-face {
    font-family: 'Ojan';
    src: url('/fonts/Mj_Ojan_0.ttf');
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: iransans;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */



.main {
    margin: auto;
}

@keyframes glowingPurple {
    50% {
        box-shadow: inset 20px 0 30px -4px rgb(69 24 102 / 0%), inset -20px 0 30px -4px rgb(69 24 102 / 0%);
    }
}

.glowbox {
    box-shadow: inset 20px 0 30px -4px rgb(69 24 102), inset -20px 0 30px -4px rgb(69 24 102);
    background-color: white;
    height: 100vh;
    background-image: linear-gradient(0deg, #341a5f33, #341a5f0f, transparent, transparent);
    animation: glowingPurple 4s infinite;
}

    .glowbox.signup {
        background-image: linear-gradient(0deg, #451866,#45186645,transparent,transparent);
    }

        .glowbox.signup p {
            color: #451866;
        }

    .glowbox.signup1::after {
        content: '';
        position: absolute;
        width: 200%;
        height: 122%;
        background: linear-gradient( 0deg,white, white,#451866 );
        bottom: -57%;
        right: -50%;
        border-radius: 100%;
        z-index: 0;
        pointer-events: none;
    }

    .glowbox .form-control {
        border-radius: 25px;
        text-align: center;
        border: 1px #a6acb1 solid;
        height: 40px;
    }

        .glowbox .form-control::placeholder {
            opacity: 0.6;
        }

.btn-purple {
    font-size: 18px;
    border-radius: 30px;
    background-color: #451866;
    color: #fff;
    border: 2px solid #451866;
}

.btn-outline-purple {
    font-size: 18px;
    border-radius: 30px;
    background-color: transparent;
    border: 2px solid #451866;
    color: #451866;
}

    .btn-outline-purple:hover {
        background-color: #451866;
        border-color: #451866;
        color: #fff;
    }

.boxing {
    border: 1px solid #c4c4c4;
    border-radius: 5%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.btn-next {
    margin: auto;
    width: 100%;
    border-radius: 25px;
}


.slider-notif {
    margin: 3%;
    border-radius: 5px;
    background-color: #c4c4c4;
}

/*.carousel-indicators {
    background-color: #fff;
    position: relative !important;
    top: 190px;
    border-radius: 10px;
}

    */
.carousel-indicators li {
    margin-right: 0;
}

.carousel-item, .carousel, .slider-notif, .carousel-inner {
    border-radius: 15px;
}

    .carousel-item img {
        width: 100%;
        border-radius: 15px;
    }

.services-box {
    margin-top: 5%;
    width: 95%;
    margin: auto;
    border-radius: 10px;
    /*border: 1px solid #e1e1e1;*/
    /*box-shadow: inset 0px 0px 10px 3px #e1e1e1;*/
}

    .services-box i {
        margin: 15px;
        opacity: 80%;
    }

    .services-box .swiper-container-horizontal > .swiper-pagination-bullets,
    .services-box .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0px;
        margin-bottom: -5px;
    }

    .services-box .swiper-container {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 60px;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .services-box .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 175px;
        height: 200px;
        text-align: center;
        font-family: Ojan;
        transition: ease-in-out 3s all;
    }

        .services-box .swiper-slide img {
            width: 110px;
            height: 110px;
        }


    .services-box .swiper-slide-active {
        transition: ease-in-out 3s all;
    }

        .services-box .swiper-slide-active img {
            width: 140px;
            height: 140px;
        }


        .services-box .swiper-slide-active i {
            font-size: 8em;
            text-shadow: 0px 0px 6px #ae1eaa;
        }

        .services-box .swiper-slide-active a div {
            font-size: 3em;
            color: #771a87;
        }

    .services-box .swiper-pagination-bullet-active {
        background: #6f339b;
    }

footer {
    position: fixed;
    /*border-top: 1px solid #8B008B;*/
    border-top: 1px solid #d4d4d4;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background-color: #6f339b;
    width: 100%;
    white-space: nowrap;
    z-index: 20;
    text-align: center;
    max-width: 450px;
}

    footer a {
        display: block;
        color: gray;
        text-align: center;
        padding: 5px 0px;
        text-decoration: none;
        font-size: 17px;
    }


    footer .col-4 div {
        height: 28px;
        display: inline-block;
    }

    footer i {
        font-size: 1.5em;
        display: contents !important;
        color: #868686;
        position: absolute;
    }

    footer p {
        text-align: center;
        display: block;
        font-size: 0.7em;
    }

    footer a.active i, footer a.active p {
        color: #7a1b89;
    }

.user {
    right: 15px;
    top: 6px;
}

.home-center {
    left: 47%;
    top: 6px;
}

.covid-left {
    left: 15px;
    top: 6px;
}

.form p {
    direction: rtl;
    display: inline-block;
    border-bottom: 2px solid #c4c4c4;
}

.form-profile input {
    border-color: transparent;
    box-shadow: none;
    border: 1px solid #c4c4c4;
    border-radius: 30px;
}

    .form-profile input:focus {
        border-color: transparent;
        border-bottom: 1px solid rebeccapurple;
        box-shadow: none;
    }

.form-profile select {
    border-color: transparent;
    box-shadow: none;
    border: 1px solid #c4c4c4;
    border-radius: 30px;
}

    .form-profile select:focus {
        border-color: transparent;
        border: 1px solid rebeccapurple;
        box-shadow: none;
    }

.form-control textarea {
    border-color: #c4c4c4;
    box-shadow: none;
    min-height: 100px;
    width: 100%;
    word-break: break-word;
    border-radius: 15px;
}

.form-control.textarea {
    border-color: #c4c4c4;
    box-shadow: none;
    min-height: 100px;
    width: 100%;
    word-break: break-word;
    border-radius: 15px;
}

.img-profile {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

    .img-profile img {
        border: 4px solid #ffc107;
        border-radius: 50px;
    }

.select {
    border: 1px solid #c4c4c4;
    border-radius: 30px;
    direction: rtl;
}

    .select:focus {
        outline: none;
    }




.box {
    border: 1px dashed #c4c4c4;
    border-radius: 7px;
    width: 90%;
    height: 180px;
    margin: auto;
}

.form {
    margin: auto;
}

.head {
    position: relative;
    top: 44px;
    color: #c4c4c4;
}

.address-bar {
    width: 106%;
    margin-left: 2%;
}

.form-control {
    /*border-color: rebeccapurple;*/
}

    .form-control:focus {
        box-shadow: 0 0 0 0.2rem #EE82EE;
    }

.doctors-list {
    list-style: none;
    direction: rtl;
    text-align: right;
    border: 1px solid rebeccapurple;
    border-radius: 7px;
    padding: 8px;
    width: 90%;
    margin: auto;
}

.homeli {
    display: inline !important;
    position: relative;
    bottom: 6px;
    right: 8px;
}

.svg {
    position: relative;
    left: -48%;
}

.btn-submit {
    width: 100%;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.validation-summary-errors ul {
    margin-bottom: 0
}

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');



/* ---------------------------------------------------
    Card
----------------------------------------------------- */

.gr-blue {
    background: linear-gradient(170deg, rgb(0, 213, 243) 0%, rgb(5, 106, 255) 100%);
}

.gr-green {
    background: linear-gradient(170deg, rgb(79, 214, 101) 0%, rgb(25, 181, 191) 100%);
}

.gr-purple {
    background: linear-gradient(170deg, #c86dd7 0%, #3023ae 100%);
}

.gr-orange {
    background: linear-gradient(170deg, rgb(253, 199, 1) 0%, rgb(255, 50, 1) 100%);
}

* {
    transition: 0.5s;
}

.h100 {
    height: 100vh;
}

.column {
    margin-top: 3rem;
    color: rgba(255, 255, 255, 1);
}







/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100vh;
    z-index: 999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        right: 0;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #dismiss:hover {
        background: #fff;
        color: #7386D5;
    }

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.active {
        top: 0;
        display: block;
        opacity: 1;
    }

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: white;
}

    #sidebar ul li a:hover {
        color: #7386D5;
        background: #fff;
    }

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}


.divtblmobile {
    overflow-x: auto;
}


.tablebeautiful {
    text-align: center;
    margin-top: 20px;
    border: solid #e1e1e1 1px;
    border-radius: 3px;
    border-left: 0px;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
}

    .tablebeautiful > thead > tr > th {
        padding: 6px;
        font-size: 1.1em;
        text-align: center;
        vertical-align: bottom;
        border-bottom: 0px solid #e1e1e1;
    }

    .tablebeautiful th:last-child {
        border-radius: 3px 0 0 0;
        border-left: 1px solid #e1e1e1 !important;
    }

    .tablebeautiful tr > td:first-child {
        color: #0061ab;
        text-align: right;
        max-width: 180px;
        margin-left: 10px;
        padding-left: 15px;
        background: #f8f8f8;
    }

    .tablebeautiful td {
        padding: 6px;
        border-left: 1px solid #e1e1e1;
    }

    .tablebeautiful tr:hover {
        background: #f8f8f8;
        transition: all 0.2s ease 0s !important;
    }

    .tablebeautiful thead {
        background: #f8f8f8;
    }

    .tablebeautiful td {
        border-top: 1px solid #e1e1e1;
    }

    .tablebeautiful .green {
        background: #f0fff6;
        color: #2ecc71;
    }

.mynoskhebox {
    background-color: white;
    padding-right: 10px;
    padding-left: 10px;
    white-space: pre-line;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-family: 'Segoe UI',iransans;
    font-weight: bold;
    font-size: 1.25em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 10px 4px #9200db3d;
}
.mynoskheboxtitle {
    box-shadow: 0px 0px 10px 4px #9200db3d;
    background: linear-gradient(0deg, #451866,#b11eac);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 100px;
}

.myrequestbox {
    background-color: white;
    border-radius: 10px;
    border: 1px #cccbcb solid;
    box-shadow: 1px 1px 5px 2px #e1e1e1;
    margin: 10px;
    padding: 10px 20px 0px 10px;
    font-family: Ojan;
    /*background-color: rgb(250 250 250 / 30%);
    backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);*/
}

    .myrequestbox h3 {
        color: purple;
    }

    .myrequestbox span {
        font-size: 0.7em;
    }

    .myrequestbox p {
        color: #b01eab;
    }

    .myrequestbox h5, .myrequestbox p, .myrequestbox span {
        font-family: iransans;
    }

    .myrequestbox.me {
        margin-right: 0px;
        margin-left: 25px;
    }

    .myrequestbox.you {
        margin-right: 25px;
        margin-left: 0px;
        background-color: #e9fff5;
    }

    .myrequestbox.created {
        background-image: linear-gradient(-90deg,white,white,white,#c0dbec);
    }

    .myrequestbox.dranswered {
        background-image: linear-gradient(-90deg,white,white,white,#efebab);
    }

    .myrequestbox.new {
        background-image: linear-gradient(-90deg,white,white,white,#FFC108);
    }

    .myrequestbox.noskhe {
        background-image: linear-gradient(-90deg,white,white,white,#c0f9e5);
    }

    .myrequestbox.closed {
        background-image: linear-gradient(-90deg,white,white,white,#9e9e9e82);
    }

.mychatbox {
    background-color: white;
    border-radius: 10px;
    margin: 10px;
    padding: 10px 20px 0px 10px;
    width: auto;
    position: relative;
    min-height: 55px;
}

    .mychatbox p {
        /*width:auto;
    display:inline-block;*/
    }

    .mychatbox span {
        font-size: 0.75em;
        color: gainsboro;
    }

    .mychatbox.me {
        margin-left: 70px;
        margin-right: 0px;
        background-color: white;
        /*border-bottom-right-radius: 0px;*/
    }

    .mychatbox.you {
        margin-right: 70px;
        margin-left: 0px;
        background-color: #fff5fc;
        /*border-bottom-left-radius: 0px;*/
    }

        .mychatbox.you:after {
            content: "";
            position: absolute;
            margin-top: -6px;
            margin-right: -5px;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #fff5fc;
            transform: rotate(45deg);
            left: -12px;
            top: 10px;
        }
        .mychatbox.me:after {
            content: "";
            position: absolute;
            margin-top: -6px;
            margin-left: -5px;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid white;
            transform: rotate(-45deg);
            right: -12px;
            top: 40px;
        }

/*.mychatbox::after {
        content: '';
        width: 2.5em;
        height: 2.5em;
        position: absolute;
        bottom: 0;
    }

    .mychatbox.you::after {
        left: 0;
        transform: translateX(-100%);
        background: radial-gradient(circle at 0 0, transparent 72%, #fff5fc );
    }

    .mychatbox.me::after {
        right: 0;
        transform: translateX(100%);
        background: radial-gradient(circle at 100% 0, transparent 72%, white);
    }*/
.divloading {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 19;
    left: 0;
    top: 0;
    opacity: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(255,255,255, 0.4);
    overflow-x: hidden;
    transition: opacity 0.3s ease-in;
}

    .divloading img {
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }



header {
    position: fixed;
    box-shadow: gray 0px 2px 10px;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background-image: linear-gradient(90deg, #451866,#b11eac);
    width: 100%;
    white-space: nowrap;
    z-index: 20;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-family: AGhasem;
}

    header .img-top {
        text-align: center;
        margin-top: 12px;
    }

        header .img-top img {
            border-radius: 50px;
            border: 1px solid plum;
        }

    header .img-logo img {
        opacity: 0.5;
    }

    header .img-logo-prototype img {
        /*opacity: 0.7;*/
    }

    header .titleheader {
        opacity: 0.7;
        color: white;
    }

.sign-content {
    margin-top: 85px;
    margin-bottom: 90px;
    max-width:450px;
}

body, html {
    background: #f2f3f7;
}



.patientfile {
}

.myfileboxheader {
    background-image: url('/img/myfile-header.png');
    background-repeat: no-repeat;
    background-position: right top;
    font-family: Ojan;
    font-size: 1.7em;
    color: #0117b3;
    margin-right: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
}

.myfilebox {
    color: #061790;
    background-color: #cfebff;
    border-top-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0px 5px;
    margin-bottom: 20px;
    padding: 10px 0px 9px 30px;
    line-height: 1.8;
    white-space: pre-line;
    box-shadow: 4px 4px 5px 2px #e1e1e1;
    /*background-color: rgb(157 239 255 / 30%);
    backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);*/
}

.glassgray {
    background-color: rgb(255 255 255 / 80%);
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .glassgray {
        background-color: rgb(255 255 255 / 50%);
        backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
        -webkit-backdrop-filter: blur(10px);
    }
}

.introheader {
    font-family: Ojan;
    font-size: 3em;
    color: #771a87;
}

    .introheader img {
        height: 100px;
        width: 100px;
    }

.card {
    box-shadow: 2px 2px 5px 2px gainsboro;
    border-radius: 20px;
    border: 0px;
}

    .card .txt {
        /*font-family:Ojan;*/
        text-align: center;
    }

.btn {
    border-radius: 30px;
}

a.btn-outline-warning {
    color: #ffc107 !important;
}

a.btn-outline-purple {
    color: #451866 !important;
    border-width: 1px;
}

.purple-text {
    color: #451866;
}

.text-green {
    color: rgb(79, 214, 101);
}

.text-orange {
    color: rgb(253, 199, 1);
}

.text-blue {
    color: rgb(5, 106, 255);
}

textarea {
    border-radius: 10px !important;
}

    textarea::placeholder {
        opacity: 0.6 !important;
    }

input::placeholder {
    opacity: 0.6 !important;
}

.mydoctorbox {
    background-color: white;
    border-radius: 10px;
    border: 1px #cccbcb solid;
    box-shadow: 1px 1px 5px 2px #e1e1e1;
    margin: 10px;
    padding: 10px 20px 0px 10px;
    background-image: linear-gradient(90deg,white,#08e5ff2e);
}

.pezeshktitle {
    margin-top: 10px;
    font-size: 0.5em;
}

.NotificationBottom {
    display: none;
    position: fixed;
    bottom: 68px;
    left: 5%;
    right: 5%;
    height: 60px;
    width: 90%;
    white-space: nowrap;
    z-index: 20;
    text-align: center;
    background-image: url('/img/arrowDown.png');
    background-size: 13%;
    background-repeat: no-repeat;
    background-position: 7% 90%;
}

    .NotificationBottom.left {
        background-position: 7% 90%;
    }

    .NotificationBottom.center {
        background-position: 50% 90%;
    }

    .NotificationBottom.right {
        background-position: 93% 90%;
    }

    .NotificationBottom p {
        /*border: 1px solid #8B008B50;*/
        background-color: #800080;
        padding-top: 6px;
        padding-bottom: 5px;
        color: white;
    }


footer #FooterMyFileIcon.new p {
    animation: beating 1.5s infinite;
}

footer #FooterMyFileIcon.new i {
    animation: beating 1.5s infinite;
}


@keyframes beating {
    70% {
        color: red;
    }
}

.btn-disable {
    color: #495057;
    border: 1px solid #c4c4c4;
    background-color: #e9ecef;
    text-align: right;
}


.modalalert .modal-content {
    border-radius: 15px;
}
    .modalalert .modal-content .modal-header {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background-color: #fad7d7;
    }

.iransans{
    font-family:iransans;
}

.text-big {
    font-size: 18px;
}

.mobileInPc{

}