﻿body {
   
}
/*home page start*/

/* header css start*/
.mirror {
    display: inline-block;
    font-size: 30px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.create-account-button {
    background-color: #35a20e;
    margin-right: 20px;
}

.create-account-link {
    border: 0;
    color: #ffffff;
    border-radius: 4px;
    padding: 10px 15px !important;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.header-nav{
    border-bottom: 0;
}

/* header css end*/

/* search section css start*/

.section-search {
    background: none;
    min-height: 150px;
    background-color: #3e4070;
    padding: 30px 0 !important;
}

.search-title{
    width: 50%;

}

.title {
    color: #ffffff;
    text-transform: uppercase;
}

.search-input {
    height: 100%;
}

.search-button {
    background-color: #35a20e;
    height: 60px;
    width: 85px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.search-icon {
    font-weight: 900;
    font-size: 25px;
    color: #ffffff;
}

/* search section css end*/

/* specialty section css start*/

.specialities-title {
    width: 80%;
    margin: 0 auto;
    padding: 0 30px;
    text-transform: uppercase;
    color: #3e4070;
}

.specialities-title p {
    margin: 5px 20px 45px 0;
    text-transform: lowercase;
    color: #000000;
}

.speicality-item .speicality-img {
    width: 150px;
}
/* specialty section css end*/

/* emergency section css start*/

.emergency-medical-provider-title h2{
    text-align: center;
}

.emergency-medical-provider-title p {
    text-align: center;
    color: #000000;
    margin-top:0;
}

.about-content {
    width: 80%;
    margin: 100px auto 50px;
    font-size: 18px;
}

.load-more-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 60px;
    margin: 0px auto;
    background-color: #3e4070;
    
}

.load-more-button h2 {
    color: #ffffff;
    text-transform: uppercase;
     margin-bottom: 0;
    font-weight: 1000;
   
}

.emergency-section {
    background-color: #dedfe7;
    padding: 80px 0;
}

.emergency-medical-provider .slick-slide {
    display: block;
    margin-left: 0;
    padding: 10px;
    width: 450px;
    margin-top: 80px;
}

.emergency-medical-provider .slick-slide .profile-widget .doc-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    bottom: 100px;
    background-color: #eaf3f7;
}
.emergency-medical-provider .slick-slide .profile-widget .doc-img img {
    height: 100%;
}

.emergency-medical-provider .slick-slide .profile-widget .pro-content {
   position: relative;
    bottom: 90px;
    width: 80%;
    margin: 5px auto
}

.emergency-medical-provider .slick-slide .profile-widget .pro-content h2 {
  font-size: 18px;
}

.emergency-medical-provider .slick-slide .profile-widget .pro-content h1 {
    font-weight: 700;
    font-size: 90px;
    margin-bottom: 0;
}

.evaluation-section {
    margin-top: 20px;
}

.speciality-title {
    margin-top: 20px;
}

.emergency-medical-provider-description-title {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}


.rate-section {
    display: flex;
}


/* emergency section css end*/

/* popular section css start*/
.popular-medical-provider-title {
    
    margin: 0 auto;
    padding: 0 30px;
    text-transform: uppercase;
    color: #3e4070;
    text-align: center;
}

.popular-medical-provider-title p {
    margin: 5px auto 0 !important;

    text-transform: lowercase;
    color: #000000;
}

.popular-medical-provider-description {
    width: 50%;
    text-align: center;
    margin: 30px auto 120px;
}

.popular-provider {
    background-color: #f2f4f6 !important;
}

.view-more-button {
    width: 20%;
    margin: 10px auto;
    background-color: #3e4070;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-more-button-on-mobile {
    margin: 10px auto;
    background-color: #3e4070;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-more-button p {
    margin: 0;
}

/* popular section css end*/

/* popular section css end*/

/* country section css start*/
.countries-title {
   /* width: 50% !important;*/
    margin-bottom: 100px;
}
.countries-title h2 {
    text-align: center;
}
.countries-title p {
    text-align: center;
    color: #000000;
    margin-top: 0;
}

.feature-item img {
    width: 250px !important;
    height: 250px !important;
}

.feature-item {
    margin-top: 13px;
    margin-bottom: 10px;
}

.countries-section {
    width: 80%;
    margin: 0 auto;
}

.section-features {
    background-color: #e8e9ee !important;
}
/* country section css end*/

/*advice section start*/
.advices-title {
   /* width: 50% !important;*/
    margin-bottom: 100px;
}

.advices-title h2 {
    text-align: center;
}

.advices-title p {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin: 5px auto 45px !important;
}

.blog-content {
    padding: 0 20px !important;
}

.fa-clock{
    color:#000000 !important;
}
/*advice section end*/


/*download app section start*/
.download-section {
    padding: 80px 0;
    /*width: 70%;*/
    margin: 0 auto;
}

/*.download-app-mockup {
    background-image: url("../img/mockup_page.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}*/

.download-about-content {
    width: 80%;
    margin: 50px auto 20px;
    font-size: 18px;
}

.download-title h2 {
    text-align: right !important;
}
.download-title {
    padding: 0 !important;
}

.download-title p {
    text-align: center;
    color: #000000;
    margin-top: 0;
}

.download-app-description-title {
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-left: auto;
    text-align: right !important;
    margin-top: 80px;
}

.download-form {
    width: 80% !important;
    margin: 0 auto !important;
}

.download-form input {
   background: #dedfe7 no-repeat 10px center !important;
    font-size: 22px;
    font-weight: 1000;
}

.computer img, .download-button img {
    width: 100% !important;
}

.download-button {
    margin-top: 20px;
}

/*download app section start*/

/*covid test section start*/
.get-covid-test-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 60px;
    margin: 0px auto;
    background-color: #ce1326;
}

.get-covid-test-button h2 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 1000;
}

.call-button {
    position: relative !important;
    top: 290px !important;
}

.covid-test-info {
    position: relative  !important;
    top: 50px !important;
    font-size: 16px !important;
}
/*covid test section start*/

/*separator start*/
.separator {
    height: 20px;
}
/*separator end*/

/*home page end*/

/*advices page start*/

/*search bar start*/

.advice-banner{
    padding-left:30px;
    padding-right: 30px;
}

.breadcrumb-link {
   /* width: 20px !important;*/
    color: #fff !important;
}

.categoiries-option {
    width: 40%;
}

.advice-search-button {
    width: 185px !important;
}

.breadcrumb-li {
    width: fit-content;
}
/*search bar end*/

/*Recents posts section start*/
.recents-posts-title {
    width: 80%;
    margin: 0 auto;
    padding: 0 30px;
    text-transform: uppercase;
    color: #3e4070;
}

.advices-items-widget{
    padding: 0;
}

.post-item {
    width: 260px !important;
    display: flex !important;
}

.post-item .speicality-img {
    width: 150px;
    margin: 0;
}
.post-item div{
   background-color: #fff !important;
}

.advices-items-widget .slick-slide {
    width: 260px !important;
}

.advice-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.posts {
    width: 78%;
    margin: 30px auto !important;
}

.posts-section {
    background-color: #ffffff;
}
/*Recents posts section end*/

/*advices listing section start*/
.post-details {
    width: 130px !important;
    font-size: 12px !important;
}


.details-posts {
   justify-content:normal !important;
}

.post-item-details{
    font-size: 11px;
}

.advices-filter {
    display: flex;
    justify-content: right;
    width: 100%;
}

.advices-filter .categoiries-option {
    width: 70%;
    background-color:#eaf3f7;
}

.advices-filter-label p {
    color: #000000 !important;
    font-weight: 500 !important;
    margin-right: 10px;
}

.advices-filter .categoiries-option select {
    background: none !important;
}

.page{
    width: 30%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.advices-load-more-button {
    background-color: #eaf3f7 !important;
    border: 1px solid #eaf3f7 !important;
    color: #000000;
}

.active-button {
    color: #fff;
    background-color: #3F4079 !important;
}


@media only screen and (max-width: 767.98px){
    .categoiries-option {
        width: 100%;
    }
    .advice-search-button {
        width: 100% !important;
    }

    .posts-title{
        padding: 0;
    }

    .filt{
        margin-top: 20px;
    }

    .posts {
        width: 100%;
    }

    .posts-title h2{
        text-align:center;
    }
}
/*advices listing section end*/

/*advices page start*/

/*providers page start*/

/*providers listing section start*/
.providers-title h2{
    font-size: 30px ;
}

.provider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #eeeff3;
}

.provider-name {
    font-size: 30px !important;
    color: #000000 !important;
}

.description {
    font-size: 18px !important;
    color: #000000 !important;
}

.available-for-providers {
    font-size: 18px !important;
    color: #000000 !important;
}

.provider-rate i {
    font-size: 18px!important;
}

.provider-image {
    height: 150px;
    border-radius: 50%;
    background-color: #eaf3f7;
    margin-top: 10px;
}

.calender-header {
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-weight: 700;
}
.calender-body {
    margin: 20px 0;
}

.calender-header div{
    width: 60px;
    text-align: center;
}
.calender {
    flex: 0 0 500px !important;
    max-width: 500% !important;
}


.calender-body .calender-timeslot {
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px auto;
}
.calender-body .calender-timeslot div {
    width: 60px;
    text-align: center;
}

.active-slot {
    background-color: #3e4070;
    color: #fff;
}

.inactive-slot {
    background-color: #35a20e;
    color: #fff;
}

.view-profile-button {
    margin-left: auto;
    width: 100px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #000000;
}

@media only screen and (max-width: 767.98px) {
    .provider {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: #eeeff3;
        height: 800px;
    }
    .calender-body .calender-timeslot div {
        font-size: 12px;
    }

    .providers-title div {
        padding: 0 ;
    }

    .advices-filter .categoiries-option {
        width: 100%;
    }


    .pharmacy-info {
        margin: 20px auto;
    }

    .review {
        margin: 20px auto;
    }
   
}

.message-image {
    width: 100px;
    margin-left: auto;
}
.loc-image {
    width: 50px;
    margin-left: auto;
    margin-right: 30px;
}

.review {
    width: 100px;
    margin-left: auto;
}

.message-image img, .loc-image img{
    margin: 0 auto;
}

/*providers listing section end*/
    /*providers page end*/


/*pharmacy page start*/

/*calender section start*/
.pharmacy-calender {
    margin: 0 auto;
}

.pharmacy-calender-header {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    background-color: #3e4070;
}

.pharmacy-calender-header div{
    width: 25%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.today, .open {
    font-weight: 500;
    font-size: 28px !important;
}

.open {
    background-color: #35a20e;
}

.calender-section{
    padding: 0 !important;
}

.pharmacy-calender-body .pharmacy-calender-body-item {
    display: flex;
    justify-content: space-between;
}
.pharmacy-calender-body {
    padding: 20px 0;
}

.pharmacy-calender-body .pharmacy-calender-body-item {
    height: 60px;
    padding-left: 20px;
     padding-right: 20px;
}

   

.pharmacy-calender-body .pharmacy-calender-body-item .time {
    width: 25%;
    font-size: 28px;
    display: flex;
    justify-content: end;
    align-items: center;
    color: #a6a6a6;
}

    .pharmacy-calender-body .pharmacy-calender-body-item .date {
        width: 25%;
        font-size: 28px;
        font-weight: 500;
        display: flex;
        justify-content: start;
        align-items: center;
        color: #000;
    }

.active-date {
    background-color: #3376e6;
    color: #fff !important;
}

.orther-tabs {
    font-size: 25px;
}

/*review section start*/

.review-listing .reviewer-avatar{
    width: 150px;
    height: 150px;
}

.recommended {
    color: #3376e6;
}

.review-content {
    width: 50%;
}
/*review section end*/
@media only screen and (max-width: 767.98px) {
    .pharmacy-calender-header div {
        font-size: 10px;
    }

    .today, .open {
        font-weight: 500;
        font-size: 12px !important;
    }

    .pharmacy-calender-body .pharmacy-calender-body-item .time, .pharmacy-calender-body .pharmacy-calender-body-item .date {
        font-size: 12px;
    }
}
/*calender section start*/

/*pharmacy page end*/

/*provider page start*/

/*provider-info start*/
.provider-details-image {
    height: 230px !important;
    flex: 0 0 230px !important;
    margin-right: 20px;
    width: 230px !important;
}

.pro-name {
    margin-top: 35px;
}

.prof-left{
    display: block !important;
}

.prof{
    display: flex !important;
}

.pro-details, .pro-spec {
    width: 100%;
    background-color: #ececf1;
    margin-right: 0 !important;
    margin-left: 0 !important;     
}

.spec {
    border-bottom: solid 1px #fff;
    padding: 10px 0;
    ;
}
.spec .spec-item{
   text-align: center;
    font-size: 12px;
    font-weight: 800;
    border-right: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 27px;
}

.eval {
    font-size: 100px;
    font-weight: bold;
}

.eval-rat {
    padding: 0 20px !important;
}

.avail {
    font-size: 16px;
    padding: 20px 0 !important;
    color: #000;
}

.pro {
    width: 90%;
    margin: 0 auto;
}

.right {
    max-width: none !important;
    flex: none !important;
    background-color: #ececf1;
    padding: 30px;
}

.title{
    color: #000;
    font-weight: 600;

}

.subtitle {
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}
.right label {
    color: #000;
    font-weight: bold;
}

.card-tabs {
    background-color: #ececf1;
}

.card-profile{
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 767.98px) {
    .provider-details-image {
        height: 120px !important;
        flex: 0 0 120px !important;
        margin-right: 20px;
        width: 120px !important;
    }
    .pro-name {
         margin-top: 0; 
    }

    .spec .spec-item {
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        border-right: solid 1px #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 27px;
    }
}
/*provider-info end*/

/*provider page end*/

/*advice page start*/

/*recent post section start*/
.post {
    margin-bottom: 20px !important;
}

.advice-content {
    background-color: #fff;
}

.advice-content .recents-posts-title{
    padding: 0 !important;
        margin-bottom: 10px;
}

.advice-content .post-item div {
    background-color: #fff !important;
    margin-left: 10px;
}

.advice-content .blog {
    background-color: #fff !important;
    padding: 0 !important;
    border: 0 !important;
}

.advice-content .blog-title{
   font-size: 35px !important;
    font-weight: bold;
    color: #3e4070;
    text-transform: uppercase;
}

.advice-content .post-author img {
    border-radius: 100%;
    width: 80px;
    margin-right: 5px;
}
.advice-content .post-author a, .advice-content .blog-info span {
    color: #3e4070;
    font-size: 18px;
    font-weight: bold;
}

.advice-content .blog-info i {
    color: #3e4070;
    font-size: 30px;
    margin-right: 5px;
    margin-left: 20px;
}

.advice-content .post-left ul {
    justify-content: space-between;
}

.advice-content .sidebar-right .card {
    margin-left: 50px !important;
    border-radius: 0 !important;
}

.advice-content .sidebar-right .card-header {
    background-color: #dbdbe4;
    text-transform: uppercase;
    font-weight: bold;
    color: #3e4070;
    border-radius: 0 !important;
}

.advice-content .sidebar-right .card-body {
    background-color: #ececf1;
    font-size: 12px;
    color: #3e4070;
    border-radius: 0 !important;
}

.advice-content .content, .advice-content .blog-content{
    padding: 0 !important;
}

.advice-content .blog-content{
   margin-bottom: 50px !important;
}


.advice-content .comment-by{
   display: flex !important;
}

.advice-content .comment-by .blog-date{
  margin-left: auto !important;
  margin-right: 30% !important;
}

.comment-card {
    border: 0px solid #f0f0f0 !important;
}

.comment-card .card-header {
    border-bottom: 8px solid #f0f0f0 !important;
}

.comment-card .comments-list li .comment-author{
   position: static !important;
}

.comment-card .comments-list li .comment{
   display: flex !important;
}

.comment-card .comments-list li{
   padding-left: 0 !important;
}

.comment-card .comments-list li img.avatar {
    height: 150px;
    width: 150px;
}

.comment-card .comments-list li .comment-block{
  padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
}

.popup-title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #3e4070;
}

.submit-section, .submit-section button {
    width: 100%;
}

.modal-content, .modal-content .card, .modal-content .card-header {
    background-color: #dde5ed !important;
    border-bottom: 1px solid #dde5ed !important;
}

@media only screen and (max-width: 575.98px) {
    .advice-content .sidebar-right .card {
        margin-left: 0 !important;
        border-radius: 0 !important;
    }
    .post {
        padding: 20px 0;
    }
}

/*recent post section end*/

/*advice page end*/

/*login page start*/
.login-content{
    padding: 0;
}
.login-content .container-fluid {
    width: 80%;
    background-color: #f0f0f4;
    padding: 0;
}
.login-content .col-md-10 {
    margin: 0 auto;
}

.login-content .login-header{
    width: 80%;
    margin: auto;
}
.login-content .login-header h3{
    font-size: 30px !important;
    margin-bottom: 3px  !important;
    font-weight: bold  !important;
    text-align: center  !important;
    text-transform: uppercase  !important;
}

.login-content .login-right{
    background: none !important;
}

.login-content .btn-primary {
    background-color: #35a20e !important;
    border: 0 !important;
    border-radius: unset !important;
}

.login-content label {
    color: #000;
    font-weight: bold;
}

.login-content select, .login-content input{
    border: 0 !important;
    border-radius: unset !important;
}
/*login page end*/
/*signup page start*/
.signup-nav {
    background-color: #3e4070;
}

.signup-nav a{
    font-size: 30px;
    color: #fff !important;
}

.signup-nav a.active{
    background-color: #6c6e92 !important;
    border: none !important;
}

.signup .login-header h3 {
    font-size: 30px !important;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.signup .login-right{
    border: none !important;
}

.signup .btn-primary {
    background-color: #35a20e !important;
    border: 0 !important;
    border-radius: unset !important;
    width: 100% !important;
}

.signup label {
    color: #000;
    font-weight: bold;
}

.signup select, .signup input {
    border: 0 !important;
    border-radius: unset !important;
    background-color: #f0f0f4 !important;
}

.signup .col-md-6 {
    padding: 2px !important;
}

.gender-radio-button {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

/*signup page end*/


/*admin dashboard start page*/

.side-bar-widget {
    padding: 0;
    background-color: #ececf1;
}


.admin-content {
    padding: 5px 0 !important;
}

.admin-content .admin-contents{
    padding-right: 0; 
    padding-left: 5px;
}

.admin-content .profile-sidebar, .admin-content .profile-sidebar .pro-widget-content{
    background:none !important;
}

.admin-content .profile-info-widget a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 200px !important;
    height: 200px !important;
    padding: 8px;
    background-color: #f7f7f7;
    border-radius: 50%;
    margin: 0 auto !important;
}

.admin-content .profile-det-info{
    text-align: left !important;
}

.admin-content .profile-det-info .provider-dashboard-name{
    font-size: 25px !important;
    color: #000000 !important;
    margin-top: 5px;
}

.admin-content .profile-det-info p, 
.admin-content .profile-det-info div, 
.admin-content .profile-det-info ul{
    margin: 0 !important;
}

.admin-content .active {
    background-color: #3e4070 !important;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 20px;
}

.admin-content ul li a {
   padding-left: 50px !important;
   color: #000000 !important;
   font-weight: bold;
   font-size: 18px;
}

.admin-content .active i{
  font-size: inherit;
}

.stat-description {
    margin-top: 37px;
}

.stat-section, .stat-section .widget-profile {
    background-color: #ececf1;
}

.stat-description p {
    font-weight: bold;
    color: #000000;
}

.stat-description h4, .stat-description ul {
    font-weight:100;
    color:#000000;
}

.stat-section a{
    background: none !important;
}

.stat-section img{
    width:150px !important;
    height: 150px !important;
}

.dashboard-action-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    background-color: #3e4070 !important;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 20px;
}

.dashboard-action-bar .dashboard-action-bar-appointment{
    padding-left: 50px !important;
}

.dashboard-action-bar .dashboard-action-bar-test-ticket{
    padding-right: 50px !important;
}

.last-appointment {
    padding: 0 50px;
}

.last-appointment .last-appointment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    color: #000000;
    font-weight: bold;
}

    .last-appointment .last-appointment-header div, .last-appointment .last-appointment-content .appointment-item div {
        width: 25%;
    }


.last-appointment-content .appointment-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid #dde5ed 8px;
    margin-bottom: 25px;
}

.last-appointment-content .appointment-item .appointment-price{
    color: #3376e6;
}

.last-appointment-content .appointment-item .appointment-raison{
    font-weight:100;
}


@media only screen and (max-width: 575.98px) {
    .admin-content .admin-contents {
        padding: 0;
    }

    .admin-content .profile-det-info {
        text-align: center !important;
    }

    .stat-description {
        margin-top: 0;
    }

    .last-appointment {
        padding: 0 10px;
    }

    .dashboard-action-bar .dashboard-action-bar-appointment {
        padding-left: 10px !important;
    }

    .dashboard-action-bar .dashboard-action-bar-test-ticket {
        padding-right: 10px !important;
    }

    .last-appointment-content .appointment-item {
        
        font-size: 13px;
    }
}

/*admin dashboard end page*/


/*admin edt articles start*/

.edit-article-form-content {
    background-color: #ececf1;
    padding: 10px 20px;
    height:100%;
}

.vignette {
    font-size: 18px;
    font-weight: bold;
}

.image-box {
    width: 150px;
    height: 150px;
    background-color: #fff;
    margin: 10px 0;
    border: solid lightgray 2px
}

.image-box img {
    width: 100%;
    height: 100%;
}

.image-selector-widget {
    display: flex;
}

.upload-button-image-widget {
    height: fit-content;
    margin-top: auto;
}

.upload-button {
    width: 80%;
    height: 50px;
    background-color: #35a20e;
    margin: 5px auto;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.upload-button i {
    margin-right: 10px;
}

.edit-article-form-content .form {
    margin-top: 20px;
}

.save-button {
    width: 200px;
    height: 50px;
    background-color: #35a20e;
    margin: 5px auto;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.form label{
    font-weight: bold;
    
}

.upload-button-image-widget p {
    font-weight: 100;
    text-align: center;
    margin-left: 3px;
}

.form .form-group input, .form .form-group textarea {
    border: none;
    border-radius: 0;
}

/*admin edit article end*/


/*admin prescriptions page start*/
.prescriptions-header {
    display: flex;
    height: 30px;
    justify-content: space-between;
    font-weight: bold;
}

.prescriptions-header div, .prescriptions div{
    width: 50%;
}

.prescriptions .prescription-item, .prescription .prescription-item {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    margin-bottom: 10px;
    font-weight: 100;
}

.patient-information {
    margin-left: 20px;
}

.patient-information p {
    margin-bottom: 5px;
}

.patient-information .patient-name {
    font-weight: bold;
    text-transform:uppercase
}

.patient-information .patient-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.patient-information .patient-image img {
    width: 100%;
    height: 100%;
}

.prestataire {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}
.prestataire .prestataire-name {
    width: 100%;
}

.prescription-date,
.prescription-name,
.prestataire-name {
    margin-top: 30px;
}

.details-button {
    width: 50% !important;
    height: 50px;
    margin-bottom: 5px;
    background-color: #35a20e;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

@media only screen and (max-width: 575.98px) {
    .prescriptions-header, .prescriptions{
        font-size:10px !important;
    }

    .details-button {
        width: 80% !important;
    }

    .patient-information .patient-image {
        width: 60px;
        height: 60px;
        
    }
}

/*admin prescriptions page end*/

/*admin prescrition details start*/

.prescription-header {
    display: flex;
    height: 30px;
    justify-content: space-between;
    font-weight: bold;
    padding-right:50px;
}

.patient-information .details-patient-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}



/*amin prescription details page end*/