@font-face {
    font-family: "Vazir-Bold";
    src: url("../font/vazir/Vazir-Bold-FD.eot");
    src: url("../font/vazir/Vazir-Bold-FD.woff");
    src: url("../font/vazir/Vazir-Bold-FD.ttf");
}
@font-face {
    font-family: "Vazir";
    src: url("../font/vazir/Vazir-FD.eot");
    src: url("../font/vazir/Vazir-FD.woff");
    src: url("../font/vazir/Vazir-FD.ttf");
}
@font-face {
    font-family: "Lalezar";
    src: url("../font/lalezar/Lalezar-Regular.ttf");
}
@font-face {
    font-family: "iransans";
    src: url("../font/iransans/IranianSans.ttf");

}
@font-face {
    font-family: "Byekan";
    src: url("../font/BYekan/Yekan.ttf");

}
@font-face {
    font-family: "pelak";
    src: url("../../font/pelak/PelakFA-Regular.eot");
    src: url("../../font/pelak/PelakFA-Regular.woff");
    src: url("../../font/pelak/PelakFA-Regular.woff2");

}
@font-face {
    font-family: "pelak-bold";
    src: url("../../font/pelak/PelakFA-Bold.eot");
    src: url("../../font/pelak/PelakFA-Bold.woff");
    src: url("../../font/pelak/PelakFA-Bold.woff2");

}
@font-face {
    font-family: "pelak-light";
    src: url("../../font/pelak/PelakFA-light.eot");
    src: url("../../font/pelak/PelakFA-light.woff");
    src: url("../../font/pelak/PelakFA-light.woff2");

}
body {
    direction: rtl !important;
    background-color: white;
    font-family: pelak-bold;
    color: black;
    padding: 0px;
    margin: 0px;
}
#top-nav{
    background-color: white;
    margin: 0px !important;
    padding: 0px !important;
    font-family: pelak;

}
.container-fluid{
    font-family: pelak,pelak;
}
.front-section{
    background-color: #ffffff;
    box-shadow:0px 0px 1px  #3aafa6;
    border-top: 3px solid #003da5;


}
.content-card{
    background-color: #ffffff;
    box-shadow:0px 0px 3px  rgba(0,0,0,0.2);
    border-radius: 0px;
}
.content-card:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-width: 40px 0px 0px 40px;
    border-style: solid;
    border-color: rgba(0,0,0,0.2) rgba( 0,0,0,0.2) #ffffff #ffffff;
    background:  #ffffff;
    -webkit-box-shadow: -1px 1px 10px rgba(0,0,0,0.2);
    -moz-box-shadow:  -1px 1px 10px rgba(0,0,0,0.2);
    box-shadow:  -1px 1px 10px rgba(0,0,0,0.2);
    /* Firefox 3.0 damage limitation */
    display: block; width: 0;
    transform: rotate(-90deg);
}
#profile-main #profile-sidebar{
    min-height: 600px;
    padding: 0px ;
    margin: 0px;
}
#profile-main #profile-sidebar  div{
    padding: 0px ;
}
.section-header{
    font-family: pelak-bold;
    height: 50px;
    color: #024480;
    font-size: 20pt;
}
h1,h2,h3,h4,h5,h6,h7{
    font-family: pelak-bold;
}
#user-profile{
}
#user-profile-pic img{
    height: 100px;
    width: 100px;
    border-radius: 10px;
    border: 1px solid #3aafa6;
    padding: 2px;
}
#user-profile-info h4{
    color: #dc4f4f !important;
}
#profile-sidebar .menu ul{
    list-style-type: none;
    padding: 0px;
    font-family: pelak;
}
#profile-sidebar .menu ul li {
    font-size: 10pt;
    border-bottom: 1px solid #d86e78;

    padding-right: 10px !important;

}
#profile-sidebar .menu ul li a{

    color: inherit;
    font-weight: bolder;
}
#profile-sidebar .menu ul li:hover{


    color: #d86e78;
    cursor: pointer;
}
#profile-sidebar .menu ul li:hover:last-child{

}

#profile-sidebar .menu ul li a:hover{
    text-decoration: none;

}

#profile-sidebar .menu ul li i{
    font-size: 15pt;
    font-weight: bolder;
    color: #dc4f4f;
}
#profile-sidebar .menu ul li:hover i{
    color: white;
}
.custom-input{
    background-color: transparent;
    outline: transparent;
    border: 1px solid #d86e78;
    border-radius: 5px;
    color: black;
    font-weight: bolder;
}
.custom-input:focus{

    background-color: transparent;
    outline: transparent;
    border-color: #3aafa6;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    margin-top: 1px;

}


label{
    color: #024480;
    font-family: pelak;
}


.hasval{
    margin-top: 20px;
    height: 20px;
    border-bottom: solid 1px #2d80ff;
}
.alert{
    font-family: pelak;
}



.courses-filter-panel .content-card{
    border-radius: 5px;
    color: #4b4c4c;
    box-shadow:0px 0px 1px  rgba(0,0,0,0.2);
}
.courses-filter-panel ul{
    text-align: right;
    list-style-type: none;
    font-size: 12pt;
    font-family: pelak;
    padding-right: 0px;
    color: #3aafa6;

}
.courses-filter-panel ul li{
        border-top: 1px solid gray;
}
.courses-filter-panel ul li:first-child{
    border: none;
}
.courses-filter-panel #search input {
    border: 0px !important;
    border-bottom: 1px solid #282727 !important;
    border-radius: 0px;
    background-color: transparent;
    outline: transparent;
    margin-top: -7px;
}
.courses-filter-panel #search input:focus {
    border: 0px !important;
    border-bottom: 1px solid #282727 !important;
    border-radius: 0px;
    background-color: transparent !important;
    outline: transparent !important;
}
.courses-filter-panel .info{
    font-weight: bolder;
    font-family: pelak-bold;
}
.courses-filter-panel #display-type i{
    font-size: 15pt;
    cursor: pointer;
}
.courses-filter-panel #display-type i.active{
    font-size: 15pt;
    color: #007bff;
}
.courses-filter-panel #display-type i:hover{
    font-size: 13pt;
}
#course-display-tile .card .card-img-top{
height: 200px;


}
#course-display-tile .card .course-title{
    font-size: 13pt;
    font-family: pelak;
}
#course-display-tile .course-admin{
    font-size: 10pt;
    font-family: pelak;
    color: #3aafa6;
}

#course-display-tile .course-admin .course-admin-name{
   margin-top: 25px !important;
    color: #4b4c4c;
}
#course-display-tile .course-detail{
    font-size: 10pt;
    color: #3aafa6;
}
#course-display-tile .course-detail i{
    font-size: 12pt;
    color: #003da5;
}
#course-display-tile .course-detail .detail-stat{
    font-family: pelak-bold;
    color: #4b4c4c;
    font-size: 10pt;
}

#course-display-tile   i{
    color: #174aa2;
}
#course-display-tile   .detail-title{
    color: #3aafa6;
    font-family: pelak;
    font-size: 10pt;
}

#course-display-tile .course-admin-name img{
    height: 50px;
    width: 50px;
    border: 2px solid #1b7e5a;
}
#course-display-bar .course-title{
    font-size: 13pt;
    font-family: pelak;
}
#course-display-bar .course-admin{
    font-size: 10pt;
    font-family: pelak;
}
#course-display-bar .card{
    border-radius: 0px !important;
}
#course-display-bar .course-admin .course-admin-name{
    color: #4b4c4c;
}
#course-display-bar .course-detail{
    font-size: 10pt;
    color: #3aafa6;
}
#course-display-bar .course-detail i{
    font-size: 12pt;
    color: #003da5;
}
#course-display-bar .course-detail .detail-stat{
    font-family: pelak-bold;
    color: #4b4c4c;
    font-size: 10pt;
}
.course-card:hover{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.header-section{
    min-height: 150px;
    background-color: #003da5;
    border-radius: 10px;

    color: white;
}
.header-section-alternate{
    min-height: 150px;
    background-color: #003da5;
    color: white;
    box-shadow: 0px 5px 5px #dc4f4f;
}
.header-section .breadcrumb{
    background-color: transparent;
    color: white !important;
    font-family: pelak-bold;
}
.header-section .breadcrumb-item a,.header-section .breadcrumb-item.active,.header-section .breadcrumb-item:before{
    color: white;
}
.breadcrumb-item:before{
    margin-left: 5px;
}
.header-section .breadcrumb-item.active{
    text-shadow: 0px 0px 10px white;
}
.course-cover-photo{
    border-bottom: 2px solid #003da5;
}
#course-admin-stats .course-admin-stat{
    border-top: 2px solid #d96d6d;
}
#course-admin-stats .course-admin-stat-title,.answer_sheet_panel .answer_sheet_panel_title{
    font-size: 15pt;
    font-family: pelak;
    color: #4b4c4c;
}
#course-admin-stats .course-admin-stat-number,.answer_sheet_panel .answer_sheet_panel_number{
    color: #d96d6d;
    font-size: 20pt;
    font-family: pelak;
}
#user-profile-specialisation{
font-size: 8pt;
}
.course-cover-photo img{
    border-radius: 10px;
    height: 300px;
    width: 100%;
    object-fit: fill;

}

#single-course .course-info i,.course-info-keyword, .course-info-keyword a{
    color: #003da5 ;
}
#single-course .course-info{
    color: #4b4c4c;
}
#single-course .course-info p{
    line-height: 30px;
}
.course-price .money{
    font-family: pelak;
}
div.iradio_line.checked{
    background-color: #003da5;
}
#single-course .course-description{
    border-bottom: 2px dashed #3aafa6;
    text-align: justify;
}
#single-course .experiments ul {
    list-style-type: none;
}
#single-course .experiments ul li p{
    list-style-type: none;
    text-align: justify;
    margin-left: 20px;
}
#single-course .experiments .exp-title{
    font-size: 12pt;
    font-weight: bolder;
    font-family: pelak;
    color: #003da5;
}
.data-table{
}
.data-table thead{
    color: black;
    font-family: pelak-bold;
    font-size: 10pt;
    background-color: #d96d6d !important;
    color: white;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(102,125,182,0.1);
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #3aafa6 !important;
}
.irs{
    font-family: pelak-bold !important;
    cursor: pointer;
}
#question-container .content-card{
    min-height: 100px !important;
}
#question-container .question-number{
    font-family: pelak;
    font-size: 13pt;
    color: #d96d6d;
    margin-left: 5px;
}
#question-container .question-statement{
    color: #4b4c4c ;
}
.paginator{
    font-size: 15pt;
}
.text-small{
    color: #3aafa6;
    font-size: 10pt;
    font-family: pelak;
}
#single-exam .exam-info{
    color: #4b4c4c;
}
#complete-modal .modal-content{
    border-radius: 10px;
    background-color: #003da5;
}
#reward-modal .modal-content{
    border-radius: 10px;
    background-color: #fcbc71;
}
#complete-modal .modal-body{
    border-radius: 10px;
    background-color: #003da5;
    color: white;
    font-family: pelak;
}
#error-modal .modal-content{
    border-radius: 10px;
    background-color: #ef473a;
}
#error-modal .modal-body{
    border-radius: 10px;
    background-color: #ef473a;
    color: white;
    font-family: pelak;
}
.answer_sheet_panel .answer_sheet_panel_title{
    font-family: pelak;
}
#my-single-course .course-description{
    text-align: justify;
}

#my-single-course .nav-tabs{
    font-family: pelak;
    font-size: 15pt;
    border: none;


}
#my-single-course .nav-tabs .nav-item a{
    background-color: white;
    border-radius: 0px;
    color: #4b4c4c;
    border: none;
    box-shadow: none;


}
#my-single-course .nav-tabs .nav-item a.active{
    background-color: white;
    border-bottom: 4px solid #003da5;
    color: #003da5;
}
#my-single-course .nav-tabs .nav-item a:hover{
}
#my-single-course .tab-content {
    background-color: white;
    box-shadow: none;
}
.nav-tabs{
    font-family: pelak-bold;
    font-size: 15pt;
    border: none;


}
.nav-tabs li.nav-item{
    background-color: none ;

}
.nav-tabs .nav-item a{
    background-color: #cc7572 ;
    border-radius: 10px 10px 0px 0px;
    color: white;
    box-shadow: 0px -5px 10px gray;
    font-size: 8pt;


}
.nav-tabs .nav-item a.active{
    background-color: #d4d4d4 ;
    border-bottom: 1px solid #d4d4d4;

}
.tab-content{
    background-color: #d2d2d2 ;
    border-radius: 10px;
    box-shadow: 0px 5px 10px gray;

}
.content-card .nav-tabs .nav-item a:hover{
}
#my-single-course .course-intro-video{
    border: 2px solid #3aafa6;
}
.jalali-date{
    font-family: pelak;
}

.section-deactive{
   cursor: pointer;
    background-color: #003da5;


}

.section-active{

    background-color: transparent;
    border-radius: 0px 10px 10px 0px;

}
.course-section-header{
    border-bottom: 2px solid #3aafa6;
    color: #4b4c4c ;
}




.section-info{

    color: #003da5;
}
.section-info .body-title{
    font-family: pelak;
    font-size: 11pt;
    color: #d96d6d;
}
.section-info .body-title i{
    font-size: 13pt;
    color: #d96d6d;
}
.section-done .section-instruction p.description{
    border-right: 5px solid #3aafa6;
    height: 100px;
    overflow-y: scroll;
}
.section-active .section-info .section-instruction p.description{
    max-height: 400px;
    overflow-y: scroll;
    border-right: 5px solid #3aafa6;
    text-align: justify;
}
.body-info{
    font-family: pelak-bold;
    color: black;
}
.section-active .section-detail{
    border-bottom: 2px solid #3aafa6;
}
.section-deactive{
    color: #05437b !important;
    background-color: #cfbbab;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.section-detail-row{
    border-bottom: 1px dashed #3aafa6;
}
.section-detail-row:last-child{
    border: none;
}
.content-panel a{
    color: #003da5;
    text-decoration: none;
}
.content-panel a:hover{
    color: #4b4c4c;
}
#single-content .content-cover-photo{
    border: 2px solid #3aafa6;

}
#single-content .content-cover-photo img{
    max-height: 300px;
    width: 100%;
}
.content-video-container #content{
    border: 2px solid #3aafa6;
    max-height: 300px;
}
.section-done .section-number {

    font-family: pelak-bold !important;
    font-size: 16pt;
    color: #3CA55C;
}
.section-done{
    border: 1px solid #3CA55C;
}
.section-done .section-detail{
    border-bottom: 2px solid #3aafa6;
}
.section-done .section-detail:last-child{
    border: none;
}
.section-done .section-contents{
    display: none ;
}
.section-done .toggle-btn{
    cursor: pointer;
}
.finished_course{
    background: linear-gradient(to left, #3CA55C , #B5AC49);
    border-radius: 15px;
    color: white;
}
.finished_course p{
    font-size: 15pt;
}
.finished_course p .jalali-date{
    font-style: italic;
}
.nav-item a.disabled{
    color: gray !important;
}
.course-card .therapist_name{
    color: #003da5;
    font-family: pelak;
}
.course-card .therapist-icon {
    color: #003da5;
    font-size: 15pt;
}
.course-card .therapist-courses{
    font-family: pelak-bold;
}
.card-container {
    perspective: 700px;
    display: grid;
    width: 100%;
}

.card-flip, .card-container {
    transform-style: preserve-3d;
    transition: all 0.7s ease;
}

.card-flip div {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.back {
    transform: rotateY(-180deg);
}

.card-container:hover .card-flip {
    transform: rotateY(180deg);
}
.card-flip {
    display: grid; grid-template: 1fr / 1fr;
    grid-template-areas: "frontAndBack";
    transform-style: preserve-3d;
    transition: all 0.7s ease;
}

.front {
    grid-area: frontAndBack;
}

.back {
    grid-area: frontAndBack;
    transform: rotateY(-180deg);
}

.select-panel{
    background-color: #ffffff;
    box-shadow:0px 0px 3px  rgba(0,0,0,0.2);
    border-radius: 10px;
}
.select-panel .group-icon{
    color: #c1c1c1;
}
.select-panel .group-info{
    border-right: 2px solid #c1c1c1;
}
.select-panel#behjoo .group-info h3{
    color: #003da5;
}
.select-panel#behgar .group-info h3{
    color: #dc4f4f;
}
.select-panel#behpazhoh .group-info h3{
    color: #B5AC49;
}
.select-panel .group-info p{
    color: #c1c1c1;
}
.select-panel:hover{
    cursor: pointer;

}
.select-panel#behjoo:hover .group-icon i{
   color: #003da5;
}
.select-panel#behgar:hover .group-icon i{
    color: #dc4f4f;
}
.select-panel#behpazhoh:hover .group-icon i{
    color: #B5AC49;
}
.select-panel:hover .group-info p{
    color: #000000;
}
.select-panel:hover {
    background-color: #ffffff;
    box-shadow:0px 0px 5px  rgba(0,0,0,0.7);
    border-radius: 10px;
}
.select-panel .group-info p {
    font-size: 15pt;
}
.conversation-bubble{

    width: 400px;
    border-radius: 20px;
}
.user-bubble{
    border: 2px solid #003da5;
}
.admin-bubble{
    border: 2px solid #dc4f4f;
}
#my-courses{
    background-color: #d2d2d2 ;
    border-radius: 10px;
    box-shadow:0px 0px 5px  rgba(0,0,0,0.7);

}
.course-box{
    background-color: #edbc58 !important;
    border-radius: 8px;
    height: 100px;
    width: 100px;
}
.course-box i{
    color: #05437b !important;
}
.btn-help {
    color: #fff;
    background:#d96d6d;
    border-color: #174aa2;
    border-radius: 10px;
    margin: 0px;
    font-family: pelak-bold;
}

.btn-help:hover {
    color: #ffffff;
    background: #d96d6d;
    border-color: #d96d6d;
    box-shadow: 0px 0px 2px #174aa2;
}

.btn-help:focus, .btn-help.focus {
    box-shadow: 0 0 2px #174aa2;
}
.user-profile-picture{
    max-height: 50px;
}
