﻿/*fonts*/
/* Generated by script */
@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*fonts\VazirMatn*/
/*پایان فونت وزیر متن*/ /*پایان فونت وزیر متن*/ /*پایان فونت وزیر متن*/ /*پایان فونت وزیر متن*/
@font-face {
    font-family: 'Yeka';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/Yekan.eot);
    src: local('Yekan'), local('Yekan-Regular'), url(/fonts/Yekan.eot) format('embedded-opentype'), url(/fonts/Yekan.woff) format('woff');
}

@font-face {
    font-family: 'BMitr';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/BMitra.eot);
    src: local('BMitra'), local('BMitra-Regular'), url(/fonts/BMitra.eot) format('embedded-opentype'), url(/fonts/BMitra.woff) format('woff');
}

@font-face {
    font-family: 'LibertinusSerif';
    src: url("~/fonts/English/LibertinusSerif-Regular.otf") format("otf");
}


body {
    width: 100%;
    display: inline-block;
    margin: 0;
}

html {

}
.HeaderMainDiv {
    background-color: green;
    width: 100%;
    height: 60px;
    display: inline-block;
    color: white;
 
}


.HeaderClass {

    display: block;
    direction: rtl;
  
}
    .HeaderClass ul {
        list-style-type: none;
        color: white;
      
    }

        .HeaderClass ul li {
            display: inline-block;
            border: 1px solid whitesmoke;
            background-color: whitesmoke;
            border-radius: 8px;
            padding: 5px;
        }

            .HeaderClass ul li:hover {
                background-color: #888888;
                border: 1px solid #888888;
                color: white;
            }
        .HeaderClass ul a:hover {
            color: white;
        }

            .HeaderClass ul li a {
                font-size: 16px;
                text-decoration: none;
                text-decoration-style: unset;
                color: blue;
                font-weight: bold;
                padding: 10px;
               
            }
.DataListArticles {
    margin: 0 auto;
    direction: rtl;
    max-width: 100%;
    /*max-height: 100vh;*/
    object-fit: contain;
    height: auto;
    width: 100vw;
    padding: 1px;
}

.TaskBuyHyperlinkCell {
    /*    background: green;*/
    border-color: #38AFEB;
    border-radius: 6px;
    text-align: center;
    font-size: 15px;
    font-family: 'BMitr';
    direction: rtl;
    padding: 1px;
    margin: 0;
  
}

.TaskBuyHyperlinkCell:hover {
    background: white;
}

@media only screen and (max-width : 1115px) {

    .TaskBuyHyperlinkCell {
      /*  visibility: hidden;
        display: none;*/
    }

}

.LoginmodalPopup {
    padding: 20px 0px 24px 10px;
    border: 1px solid #A9C1D9;
    border-radius: 10px;
/*    display: inline-block;*/
    horiz-align: center;
    vertical-align: center;
    background-color: whitesmoke;
  
    box-shadow: 7px 12px #888888;
    margin: 0 auto;
    max-width: 300px;
    min-height: 300px;
    width: 95%;
    margin-top: 20px;
}

.LoginLabelSubTitle {
    font-size: 22px;
    font-family: 'BMitr';
    direction: rtl;
    /* text-align: right;*/
    alignment: right;
    color: navy;
}


.LoginTxt {
    font-size: 17px;
    font-family: 'BMitr';
    /* direction: rtl;*/
    /* text-align: right;*/
    alignment: center;
    text-align: center;
    width: 57%;
    border-radius: 6px;
    border-color: #000000;
    margin: 0 auto;
    margin-bottom: 5px;
}

.LoginTxt:hover {
    font-size: 17.1px;
    border-radius: 5px;
}

.btnLogin {
    width: 60%;
    font-size: 22px;
    font-family: 'BMitr';
    padding: 4px;
    color: white;
    background-color: #006fe1;
    border-radius: 8px;
}

.btnLogin:hover {
    font-weight: bold;
}
.LoginPanelCssClass {
    margin: 0 auto;
    width: 100%;
    alignment: center;
    text-align: center;
}
.doctorImageiconCssClass {
    width: 30%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
}
.LiClassMasterPage {
    border: 1px solid whitesmoke;
    background-color: whitesmoke;
    border-radius: 5px;

    padding: 5px;
}
.menueItemDivClass {
    border: 1px solid whitesmoke;
    background-color: whitesmoke;
    border-radius: 8px;
    box-shadow: 5px 7px #888888;
    width: 400px;
  /*  float: right;
    display: flex;*/
    min-height: 400px;
    margin: 0 auto;
    margin-top: 50px;
}
.profileTitle {
    font-size: 22px;
    font-family: 'BMitr';
    direction: rtl;
    line-height: 40px;
}
.PatientLinkButtonCssClass {
    padding: 5px 5px 5px 5px;
    border: 1px solid #38afeb;
    background-color: #38afeb;
    color: white;
    border-radius: 5px;
    font-size: 24px;
    font-family: 'BMitr';
    margin: 0 auto;
    text-decoration: none;
    display: block;
    width: 50%;
    height: 30px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold
}
.SessionBtnCssClass {
    text-decoration: none;
    font-size: 22px;
    font-family: 'BMitr';
    direction: rtl;
    color: white;
    font-weight: bold;
    padding: 15px 3px 15px 3px;
}
    .SessionBtnCssClass:hover {
        color: blue;
    }
.patientInfoTitle {
    direction: rtl;
    float: right;
    font-weight: bold;
    font-size: 25px;
    font-family: 'BMitr';
    margin-right: 30px;
    text-align: center;
    align-content: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.SessionTableCellCssClass {
    background: #4682b4;
    border-color: #4682b4;
    border-radius: 6px;
    text-align: center;
    font-size: 15px;
    font-family: 'BMitr';
    direction: rtl;
    padding: 1px;
    margin: 0;
    width: 150px;
}
.SessionTableCellCssClass:hover {
    background: whitesmoke;

}
.SessionDetailsMainDiv {

}
.PatientInfo {
    direction: rtl;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    background-color: #e6e6fa;
    box-shadow: 5px 7px #888888;
    border-radius: 7px;
    padding: 2px 5px 25px 5px;
}
.lblPatientInfoTitle {
    font-size: 22px;
    font-family: 'BMitr';
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 40px;
    
}
.lblPatientInfoTxt {
    font-size: 20px;
    font-family: 'BMitr';

}
.lblPatientInfoTitleMain {
    font-size: 27px;
    font-family: 'BMitr';
    font-weight: bold;
}
.lblPatientInfoTxtTreatmentFinish {
    font-size: 22px;
    font-family: 'BMitr';
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    background-color: #38afeb;
    color: yellow;
 
  
}
.LoginBtnCssClass {
    display: inline-block;
    border: 1px solid whitesmoke;
    background-color: whitesmoke;
    border-radius: 8px;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
  
}
    .LoginBtnCssClass:hover {
        background-color: #888888;
        border: 1px solid #888888;
        color: white;
    }

