@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}
@font-face {
    font-family: "Font Awesome 5";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/webfonts/fa-solid-900.eot);
    src: url(../fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-solid-900.woff2) format("woff2"), url(../fonts/webfonts/fa-solid-900.woff) format("woff"), url(../fonts/webfonts/fa-solid-900.ttf) format("truetype"), url(../fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}
.fa, .fas {
    font-family: "Font Awesome 5";
    font-weight: 900
}
.container {
    width: 1344px ;
}
/* html {
    overflow-x: hidden;
    height: 100%;
} */
body { 
    direction: rtl;
    position: relative;
    font-family: 'IRANSans', sans-serif;
    font-size: 14px;
    color: #444444;
    width: 100%; 
    height: 100%;
    margin: 0;
    background-color: #f3f5f9;
    height: 100%;
}
a{
    text-decoration: none !important;
}
.kctable .green {
    color: #2ecc71 !important;
}

.kctable .red {
    color: #ff0000 !important;
}
button,
input{
    
    outline: none !important;
}
main {
    min-height: 80vh !important;
    margin-bottom: 20px;
}
.centerContent main{
    height: 100%;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
code {
  padding: 0;
  font-size: 100%;
  color: #000;
  background-color: transparent;
  border-radius: 0;
}
header {
    background-color: #ffffff; 
    box-shadow: 0 0 11px rgba(0,0,0,0.09);
    margin: 0 0 20px;
}
header .navbar-nav{
    margin-top: 0 !important;
}
header .navbar{
    margin: 0 !important;
} 
header .navbar-brand {
    height: auto;
    padding: 0;
}
#logo {
  width: 45px;
  margin-top: 5px;
}

.navbar {
    z-index: 2;
    width: 100%; 
}
.navbar-toggle {
    font-size: 14px;
    background-color: #5176fb;
    color: #ffffff;
    margin-top: 1em;
    padding: 5px 15px;
    line-height: normal;
  }

.navbar-collapse {
    background-color: #ffffff;
}

.navbar-nav {
    margin-top:0 !important;
}

.nav-item a {
    color: #777777;
} 
li.nav-item.active a {
    color: #333; 
}
li.nav-item.active a::after{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #3080ed;
    position: absolute;
    bottom: -1px;
    right: 0;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
    background-color: transparent;
    color: #333; 
    transition: ease .2s;
}

.nav .open > a, .nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border: none;
}
.footer {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer a{
    color: #3080ed;
}
.head_section {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  align-items: center;
}
.head_section h1 {
  margin: 0;
  font-size: 22px;
}
.head_section .add-btn {
  background: #3080ed;
  color: #fff !important;
  padding: 7px 21px;
  border-radius: 25px;
  line-height: 25px;
  display: inline-block;
  text-decoration: none !important;
  box-shadow: 0 0 7px rgba(48, 128, 237,0.4);
  height: 40px;
  font-size: 14px;
}
.head_section .add-btn .fas{
    margin-left: 4px;
    position: relative;
    top: 1px;
}
.count_alert{
    text-align: center;
    display: inline-block;
    margin: 0;
    min-height: 40px;
    padding: 7px 15px;
    line-height: normal;
}
.kctable {
  width: 99%;
  max-width: 100%;
  margin: 0 auto 20px;
}
.kctable th {
  color: #666;
  font-weight: normal;
  border: none !important;
  text-align: center !important;
  vertical-align: middle !important;
  padding: 15px 5px !important;
} 
.kctable tbody tr{
    box-shadow: 0 0 10px rgba(0,0,0,0.04);
    border-radius: 10px;
}
.kctable tbody tr.separator{
    height: 10px; 
    box-shadow: none;
} 
.kctable tbody tr td {
  border: none; 
  vertical-align: middle !important;
  background: #fff;
  text-align: center;
  color: #666;
}
.kctable tbody tr td:first-child{
    border-radius:0 10px 10px 0; 
}
.kctable tbody tr td:last-child{
    border-radius:10px 0 0 10px; 
}
.kctable tbody tr td .btn {
  font-weight: normal !important;
  font-size: 14px;
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 33px;
  text-align: center;
}

.kctable .green {
    color: #2ecc71 !important;
}

.kctable .red {
    color: #ff0000 !important;
}

.kctable tbody tr td.title_box > div{ 
    height: 100px;
    overflow: hidden;
}
.kctable tbody tr td.title_box table,
.kctable tbody tr td.title_box img{
    display: none;
}

.kctable2 {
  width: 99%;
  max-width: 100%;
  margin: 0 auto 20px;
}
.kctable2 th {
  color: #fff;
  background-color: #7e8aad;;
  font-weight: normal;
  border: none !important;
  text-align: center !important;
  vertical-align: middle !important;
  padding: 15px 5px !important;
} 
.kctable2 th:first-child{
    border-radius:0 10px 0 0;
}
.kctable2 th:last-child{
    border-radius:10px 0 0 0;
}
.kctable2 tbody tr{
    border-bottom: solid 1px #eee;
    border-radius: 10px;
}
.kctable2 tbody tr.separator{
    height: 10px; 
    box-shadow: none;
} 
.kctable2 tbody tr td {
  border: none; 
  vertical-align: middle !important;
  background: #fff;
  text-align: center;
  color: #666;
  padding: 10px 5px;
font-size: 13px;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
}
.kctable2 tbody tr:last-child td:first-child{
    border-radius:0 0 10px ; 
}
.kctable2 tbody tr:last-child td:last-child{
    border-radius:0 0 0 10px; 
}
.kctable2 tbody tr.green td {
  background: rgba(46, 204, 113,0.15);
}
.kctable2 tbody tr td .btn {
  font-weight: normal !important;
  font-size: 14px;
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 33px;
  text-align: center;
}
.kc_card {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
.kc_card .form-group label {
  font-weight: normal;
  margin: 0 0 12px;
  display: block;
  font-size: 15px;
}
.form-group input.form-control {
  height: 40px !important;
  box-shadow: none !important;
  font-size: 13px;
}
.form-group select.form-control{
    height: 40px !important;
    box-shadow: none !important;
    font-size: 13px;
}
.table-responsive{
    border: none !important;
}
.filter_row{
    margin-bottom: 15px;
}
.flex_row{
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.flex_row .form-group{
    margin: 0 !important;
}
.kc_button2{
    height: 40px !important;
    background: #ff870a !important;
    color: #fff !important;
    padding: 7px 21px;
    border-radius: 25px;
    line-height: normal;
    display: inline-block;
    text-decoration: none !important;
    box-shadow: 0 0 7px rgba(255, 135, 10,0.4);
    border: none;
}
.kc_button3{
    height: 40px !important;
    background: #ff8399 !important;
    color: #fff !important;
    padding: 7px 21px;
    border-radius: 25px;
    line-height: normal;
    display: inline-block;
    text-decoration: none !important;
    box-shadow: 0 0 7px rgba(255, 131, 153,0.4);
    border: none;
}
.kc_button4{
    height: 40px !important;
    background: #18c18f !important;
    color: #fff !important;
    padding: 7px 21px;
    border-radius: 25px;
    line-height: normal;
    display: inline-block;
    text-decoration: none !important;
    box-shadow: 0 0 7px rgba(24, 193, 143,0.4);
    border: none;
}
.kc_button{
    height: 40px !important;
    background: #3080ed !important;
    color: #fff !important;
    padding: 7px 21px;
    border-radius: 25px;
    line-height: normal;
    display: inline-block;
    text-decoration: none !important;
    box-shadow: 0 0 7px rgba(48, 128, 237,0.4);
    border: none;
}
.filter_row .kc_button{
    width: 100%;
}
.kc_button3 .fas,
.kc_button2 .fas,
.kc_button .fas {
  margin-left: 4px;
  position: relative;
  top: 1px;
}
ul {
    list-style: none;
    padding: 0;
}
ul.tree li{
    margin: 0 0 10px;
}
#admin_lessons {
  margin: 10px 0 0;
}
ul.tree li label {
    font-weight: normal !important;
    margin: 0 !important;
    font-size: 14px !important;
    display: inline-block !important;
  }
ul.tree li label span {
  display: inline-block;
}
ul.tree .btn.btn-angle {
  background: none;
  padding: 0;
  width: 20px;
  height: 22px;
  line-height: normal;
  font-size: 17px;
  color: #3080ed;
}
ul.tree ul {
    display: none;
    padding-right: 25px;
    margin-top: 10px;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0;
    outline: none !important;
}

input[type="checkbox"]:active, input[type="checkbox"]:checked:active,
input[type="radio"]:active, input[type="radio"]:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #3080ed;
    vertical-align: middle;
}

input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
    content: '\2714';
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 3px;
    color: #3080ed;

}

input[type="text"], input[type="number"], input[type="tel"], select {
    height: 3em !important;
}


.multiple_select .btn-group{
    margin: 0;
    width: 100%;
    display: inline-block;
}
.multiple_select .btn-group > button{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    box-shadow: none  !important;
    height: 40px;
}
.multiple_select .dropdown-menu { 
    height: 300px;
    overflow-y: scroll;
    width: 100%;
} 
.multiple_select .dropdown-menu > li > a { 
  padding: 10px; 
}
.multiple_select .dropdown-menu > li > a label{
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}
.multiple_select .dropdown-menu > li > a input{
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
} 
.multiple_select .caret{
    position: absolute;
    left: 10px;
    top: 17px;
}

.phone_page h1{
    font-size: 18px;
    text-align: center;
    margin: 0px 0 10px;
}
.phone_page p{
    text-align: center;
    color:#666;
    margin: 0px 0 30px;
}
.phone_page-brand {
  margin: 0 0 20px;
  display: block;
  text-align: center;
}
.kc_card.phone_page {
  margin: 0 0 20px;
}

.btn-angle, .btn-angle:active, .btn-angle:focus, .btn-angle:active:focus {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 1.3em;
    vertical-align: middle !important;
    line-height: 1.2 !important;

}

.report_modal {
  direction: rtl !important;
  text-align: right !important;
  font-family: 'IRANSans', sans-serif;
}
.report_modal .modal-header,
.message_modal .modal-header {
  display: flex;
  justify-content: space-between; 
}
.report_modal .modal-header:after,
.report_modal .modal-header:before,
.message_modal .modal-header:after,
.message_modal .modal-header:before{
    display: none;
}
.report_modal .modal-header h3,
.message_modal .modal-header h3 {
  margin: 0;
  text-align: right;
  font-size: 17px;
  color: #333;
}
.report_modal .modal-header .close ,
.message_modal .modal-header .close {
  opacity: 1;
  margin: 0;
}
.report_modal .modal-header .close:after,
.message_modal .modal-header .close:after{
    content: '';
    background: url(../images/close.png);
    width: 12px;
    height: 12px;
    display: block;
    opacity: 1 !important;
    background-size: contain;
}
.simulations_modal img{
    width: 400px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    max-width: 100%;
}
.message_modal .description{
    text-align: right;
    line-height: 25px;
}
.majors .each_box {
  background: linear-gradient(to bottom right, #6d71ff , #b621e9);
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}
.majors .each_box::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  border: 10px solid #fff;
  top: 0;
  right: 24%;
  transform: rotate(30deg);
  opacity: 0.12;
}
.majors .each_box::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  border: 7px solid #fff;
  bottom: 50%;
  left: 10px;
  transform: rotate(10deg);
  opacity: 0.12;
}
.majors .each_box h2 {
  font-size: 20px;
  margin: 10px 0 20px;
}
.majors .each_box .actions {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.majors .each_box .fas.fa-graduation-cap {
  font-size: 48px;
  opacity: 0.7;
}
.majors .each_box .actions a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  line-height: 35px;
  color: #9644F3;
  text-align: center;
}

.majors .each_box.box1{
    background: linear-gradient(to bottom right, #e97d68 , #e89f68);
}
.majors .each_box.box2{
    background: linear-gradient(to bottom right, #69d6ff , #5a6de9);
}
.majors .each_box.box3{
    background: linear-gradient(to bottom right, #53ecbd , #18c18f);
}
.majors .each_box.box4{
    background: linear-gradient(to bottom right, #fede1e , #ffa522);
}
.majors .each_box.box5{
    background: linear-gradient(to bottom right, #f483ba , #e84393);
}
.majors .each_box.box6{
    background: linear-gradient(to bottom right, #fea99f , #fc5d5b);
}
.majors .each_box.box7{
    background: linear-gradient(to bottom right, #4ad2cf , #00cec9);
}
.majors .each_box.box1 .actions a {
    color: #e89f68;
}
.majors .each_box.box2 .actions a {
    color: #619EF3;
}
.majors .each_box.box3 .actions a {
    color: #18c18f;
}
.majors .each_box.box4 .actions a {
    color: #ffa522;
}
.majors .each_box.box5 .actions a {
    color: #ED5DA3;
}
.majors .each_box.box6 .actions a {
    color: #FD7E78;
}
.majors .each_box.box7 .actions a {
    color: #00cec9;
}


.accordion {
    padding: 0;
    position: relative;
    background: #fff;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    border-radius: 5px;
} 
.accordion h4.panel-title {
    position: relative;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    margin: 0 ;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    border-right: solid 6px #2196f3;
    min-height: 60px;
    line-height: 30px;
} 
.accordion h4.panel-title[aria-expanded="true"]{  
    background: #2196f3 !important;
    color: #fff;
    border-radius: 5px 5px 0 0;
} 
.accordion h4.panel-title::after {
  position: absolute;
  left: 15px;
  top: 15px;
  border: none;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  line-height: 27px;
  font-size: 10px;
  color: #0f45ff;
  margin: 0;
  background: rgba(230, 235, 254,0.6);
} 
.accordion h4.panel-title[aria-expanded="false"]::after {
    content: "\f078";
    font-family: "Font Awesome 5" !important;
}
.accordion h4.panel-title[aria-expanded="true"]::after {
    content: "\f077";
    font-family: "Font Awesome 5" !important; 
}
.accordion .simulation_lessons label {
  display: block;
  margin: 0 0 10px;
  font-weight: normal;
} 
.lesson_groups label span,
.lesson_groups label .form-check-label {
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
}
.lesson_groups .input_box > label{
    width: 100%;
    font-weight: normal;
}
.lesson_groups .input_box input#group_title {
    text-align: right;
    width: 300px;
    display: inline-block;
} 
.lesson_groups .input_box.multiple_select .btn-group{
    width: 300px !important;
}
.group {
  border: solid 1px #eee;
  padding: 10px;
  background: #f4f4f4;
  border-radius: 10px;
  position: relative;
  font-size: 14px;
  margin: 0 0 15px;
}
.group button {
  position: absolute;
  left: 11px;
  background: none;
  border: none;
  color: #666;
  top: 8px;
}

#category_title {
  display: inline-block;
  width: 280px;
  text-align: right;
}
.chapters {
  border: solid 1px #eee;
  padding: 15px;
  background: #f4f4f4;
  border-radius: 10px;
  position: relative;
  font-size: 14px;
  margin: 0 0 15px; 

}
.chapters .title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background: rgba(33, 150, 243,0.1);
  padding: 10px;
  border-radius: 10px;
  margin: 0 0 15px;
  color: rgb(33, 150, 243);
}
.lesson_box {
  background: #fff;
  margin: 0 0 30px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 0 16px rgba(48, 128, 237,0.08);
}
.lesson_box h2{
    font-size: 16px;
    margin: 0 0 10px;
    line-height: normal;
}
.lesson_box .btn{
    font-weight: normal !important;
    font-size: 14px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}
.lesson_box .green {
    color: #2ecc71 !important;
}
.lesson_box .red {
    color: #ff0000 !important;
}
.lesson_box .badge{
    background: #fff;
    color: #333;
    font-weight: normal;
    font-size: 13px;
    margin: 0 0 10px;
}
.lesson_box .badge.info{
    background: #efefef;
    font-size: 12px;
    padding: 3px 9px;
    line-height: normal;
    border-radius: 33px;
}
#float-btn{
    position: fixed;
    bottom: 5%;
    right: 0;
    left: 0;
    z-index: 999;
}
.edit_question .answer-number {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  height: 35px;
  width: 35px;
  padding: 0;
  position: absolute;
  background: #eceff1;
  font-size: 13px;
  border-radius: 5px;
  margin-left: 1rem;
  vertical-align: middle;
  cursor: pointer;
  right: 15px;
  top: 0;
}
.edit_question .question-part {
  margin: 0 0 15px;
  line-height: 25px;
  display: inline-block;
  font-size: 15px;
  width: 100%;
}
.edit_question .question-part ul{
    list-style: initial;
    padding-right: 15px;
}
.edit_question .answer_row{
    position: relative;
    padding-right: 60px;
    min-height: 35px;
    line-height: 35px;
}
.edit_question .answer.my {
    margin: 0 0 15px;
    line-height: 25px;
    display: inline-block;
    font-size: 15px;
    width: 100%;
}
.question_row .answer-box ul,
.edit_question .answer-box ul,
.edit_question .answer.my ul{
    list-style: initial;
  padding: revert;
}
.edit_question .answer-part{
    display: block;
    margin: 0;
}
.edit_question .mb {
    margin-bottom: 15px !important;
}
.edit_question .question-number {
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 14px;
  padding: 5px;
  background: #eceff1;
  text-align: center;
  line-height: 20px;
  box-sizing: content-box;
  white-space: nowrap;
  margin-left: 1rem;
  vertical-align: middle;
}
.edit_question .card-footer {
  background: #f3f3f3;
  padding: 10px;
  margin: 20px 0 0;
  border-radius: 6px;
}
.edit_question .text-muted {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.edit_question .text-muted .fas{
    margin-left: 5px;
    font-size: 14px;
}
.edit_question .text-left .btn {
  font-weight: normal !important;
  font-size: 14px;
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 33px;
  text-align: center;
  margin: 0 0 10px;
}
.edit_question .answer-box {
  padding: 1em 2em;
  margin: 20px 0 0;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  text-align: right;
} 
 
.edit_question.is_ltr .title_row{ 
    text-align: left;
    direction: ltr;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: flex;
}
.edit_question.is_ltr .answer_row{
    text-align: left;
    direction: ltr;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    float: left;
    padding-left: 60px;
    padding-right: 0;
}
.edit_question.is_ltr .answer-number{
    right: auto;
    left: 15px;
    margin-right: 1rem;
    margin-left: 0;
}
.edit_question.is_ltr .question-number { 
  margin-left: 0; 
  margin-right: 1rem;
}
.kcalert {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px 5px 5px;
    align-items: center;
    font-size: 13px;
}
.kcalert.alert-warning .btn {
    background: #fff;
    color: #8a6d3b;
    border: solid 1px #faebcc;
    font-size: 13px;
    border-radius: 50px;
}
.kcalert.alert-info .btn {
    background: #fff;
    color: #31708f;
    border: solid 1px #bce8f1;
    font-size: 13px;
    border-radius: 50px;
}
.kcalert.alert-danger .btn {
    background: #fff;
    color: #a94442;
    border: solid 1px #ebccd1;
    font-size: 13px;
    border-radius: 50px;
}
.kcalert.alert-info .badge{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    font-weight: normal;
    border-radius: 2px;
}

.question_head { 
    margin: 0 0 20px; 
}
.question_head > button {
    margin-left: 10px;
}


.qloading,
.loading {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255,255,255,0.8);
  width: 100%;
  height: 100%;
  z-index: 11;
  border-radius: 1.5rem;
  text-align: center;
  display: none;
}
.qloading::before,
.loading::before {
    content: '';
    background: url(../images/loader.gif) no-repeat; 
    background-position: center;
    width: 200px;
    height: 48px;
    display: inline-block;
    margin-top: 30px;
}
.loading.small::before {
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-top: 0;
    background-size: contain;
}
.btnloading::before {  
  width: 100px;
  height: 40px;   
  margin-top: 0;
  background-size: 90px;
}

.time_loading {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  width: 100%;
  z-index: 11;
  border-radius: 1.5rem;
  text-align: center;
  display: none;
  height: 71px;
}
.time_loading::before{
    content: ''; 
    background: url(../images/loader.gif) no-repeat; 
    background-position: center;
    width: 200px;
    height: 40px;
    display: inline-block;
    margin-top: 0;
}

.simulations_modal #simulations_form {
    position: relative;
}
.simulations_modal .loading:before{
    margin: 0 !important;
}

#simulations_konkur_it label,
#simulations_konkur label,
#simulations_admins label{
    font-weight: normal;
}
#simulations_konkur_it select ,
#simulations_konkur select ,
#simulations_admins select {
  height: 40px !important;
  box-shadow: none !important;
  font-size: 13px;
  max-width: 300px;
  display: inline-block;
}
#resources .modal-dialog,
#simulations_chapters .modal-dialog {
    background: #fff;
    background-clip: border-box;
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    padding: 0 !important;
    border-radius: 20px;
    align-items: start;
    height: 97%;
    min-height: 90%;
    margin: 10px auto;
}
#resources .modal-content ,
#simulations_chapters .modal-content {
    box-shadow: none !important;
    border: none !important; 
}
#resources .modal-content form,
#simulations_chapters .modal-content form{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    margin: 0 !important;
}


#timer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.base-timer {
    position: relative;
    width: 100px;
    height: 100px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 5px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 5px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: red;
}

.base-timer__label {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.fixed_wrapper {
    display: flex;
    justify-content: space-between;
}
.fixed_sidebar {
    width: 25%; 
    padding: 0;
    position: relative;  
    margin-top: 0;
}
.fixed_content {
    width: 73%; 
    position: relative;
    height: auto !important;
}
.affix[data-spy]{
    width: 17% !important;
    top: 15px;
    margin: 0 !important;
} 
div.scroll{
    width: 100%;
    max-height: 189px;
    overflow-y: auto;
}
.scroll.answer_items {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.scroll.answer_items .answer {
    width: 13.66%;
}
#trial_review_box .scroll.answer_items .answer,
#simulation_review_box .scroll.answer_items .answer,
#review_box .scroll.answer_items .answer {
    width: 7.66%;
    margin: 0 0 10px;
}
#trial_review_box .scroll.answer_items .answer .answer-number,
#simulation_review_box .scroll.answer_items .answer .answer-number,
#review_box .scroll.answer_items .answer .answer-number{
    border-radius: 5px; 
}

.question-number {
  display: inline-block;
  border-radius: 50%;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: normal;
}

/* .question-number:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%;
    height: 0;
} */

.answer-number {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-width: 2.5em;
    text-align: center;
    height: 35px;
    width: 35px;
    padding: 0;
    position: relative;
    background: #eceff1;
    font-size: 13px;
    border-radius: 5px;
    margin-left: 1rem;
    vertical-align: middle;
    cursor: pointer;
}

.answer-number.question {
  border-radius: 5px;
  margin: 0 0 3px;
  width: 35px;
  height: 35px;
}

.answer-number.correct {
    background: #40d200 !important;
    color: #fff;
    border-left: none !important;
}

.answer-number.wrong {  
    background: #f00 !important;
    color: #fff;
    border-left: none !important;
}
.answer-number.correct.noans {
    border: solid 1px #40d200 !important;
    border-spacing: 21px;
    border-collapse: separate;
    background: rgba(64, 210, 0,0.01) !important;
    color: #333 !important;
}
.answer-number span.fa-bookmark {
    position: absolute;
    top: -1px;
    left: 5px;
    font-size: 10px;
}
.answer-number span.fa-bookmark{
    color: #ff870a ;
}

.form-check-label .text-muted{
    font-weight: normal;
    font-size: 13px;
}

.questions {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
}
.exam_details .top_row{
    display: flex;
    align-items: center;
}
.exam_details .top_row ul{
    margin: 0 ;
}
.exam_details .top_row ul li{
    color: #666;
    font-size: 13px;
    margin: 0 0 2px;
}
.exam_details .kc_button2{
    width: 100%;
    margin: 20px 0;
}
.exam_details .info {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
  font-size: 12px;
}
.exam_details .info > div{
    display: flex;
    align-items: center;
}
.exam_details .info .noans_icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #eceff1;
  border-radius: 10px;
  border: solid 1px #ccc;
  margin-left: 5px;
}
.exam_details .info .bookmark_icon {
    color: #ff870a;
    margin-left: 5px;
}
.exam_details .info .bold{
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
}
.question_row .card {
  border: solid 1px #eee !important;
  border-radius: 10px;
  padding: 10px;
  margin: 0 0 15px;
  position: relative;
}
.question_row hr:last-child {
  display: none;
}

.passage_title .fa {
    margin-right: 5px;
    font-size: 22px;
}
.passage_title {
    color: #3080ed;
    font-weight: bold;
    display: flex;
    margin: 0 0 10px;
}
.question_row .title_row{
    margin: 0 0 15px;
    line-height:25px;
}
.question_row .answers.mb {
  margin: 0 0 15px;
}
.question_row .answer-box{
  padding: 1em 2em;
  margin: 20px 0 0;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  text-align: right;
  font-family: 'IRANSans';
  direction: rtl;
  text-align: right;
}
.question_row .buttons {
    margin-top: 10px;
}
.question_row .buttons .btn {
  background: none;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 13px;
  color: #aaa;
  border: solid 1px #eee;
  box-shadow: none;
  line-height: 30px;
  font-family: 'IRANSans'; 
}
.question_row .buttons .btn.bookmark.active {
    color: #ff870a;
    border-color: #ff870a;
}
.question_row .buttons .btn.selected.isselected {
  color: #f9ca24;
  border-color: #f9ca24;
}
.question_row .buttons .btn.blue {
    border-color: blue;
    color: blue !important;
}
.question_row.is_ltr {
    text-align: left;
    direction: ltr;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.question_row .card-footer {
  background: #f3f3f3;
  padding: 10px;
  margin: 20px 0 0;
  border-radius: 6px;
  font-family: 'IRANSans';
  direction: rtl;
  text-align: right;
}
.question_row .card-footer .text-muted {
  display: flex;
  align-items: center;
  font-size: 11px;
}
.question_row .card-footer .text-muted .fas {
  margin-left: 3px;
  font-size: 10px;
}
.scroll.answer_items .answer-number.correct {
    color: #3080ed !important;
    border: solid 1px #3080ed !important;
    background: rgba(48, 128, 237,0.1) !important;
}
.question_row.is_ltr .answers{
    float: left;
} 
.question_row.is_ltr .answer-number {
    margin-right: 1rem;
    margin-left: 0 !important;
}
.head_group {
  border-radius: 5px;
  direction: ltr;
  text-align: left;
  color: #2196f3;
  font-weight: bold;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0 0 10px;
}
.head_title {
  text-align: right;
  font-size: 16px;
  margin: 10px 0;
  font-weight: bold;
}

.question-part , .answer-part {
    margin: .5em 0;
}

.question-part div:not(.MathJax_Display):first-of-type , .answer-part div:not(.MathJax_Display):first-of-type{
    display: inherit !important;
}


.question-part img , .answer-part img {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    max-width: 100%;
    height: auto;
}

.answer-part img{
    float: none !important;
}

.answer-part table{
    display: inline-table !important;
}

  
#trial_review_box_footer,
#simulation_review_box_footer,
#review_box_footer {
    float: right;
    text-align: center;
    font-size: 14px;
}
#trial_review_box_footer > div,
#simulation_review_box_footer > div,
#review_box_footer > div {
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
    font-size: 14px;
}
#trial_review_box_footer > div span,
#simulation_review_box_footer > div span,
#review_box_footer > div span {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    display: inline-block;
    margin-left: 5px;
}
#trial_review_box_footer > div.total span::before,
#simulation_review_box_footer > div.total span::before,
#review_box_footer > div.total span::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    display: inline-block;
    border-radius: 50%;
    margin-left: 4px;
    position: relative;
    top: 2px;
}
#trial_review_box_footer > div.noans span::before ,
#simulation_review_box_footer > div.noans span::before ,
#review_box_footer > div.noans span::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: 2px;
    background: #eceff1;
    border-radius: 10px;
    border: solid 1px #ccc;
}
#trial_review_box_footer > div.bookmark span::before,
#simulation_review_box_footer > div.bookmark span::before,
#review_box_footer > div.bookmark span::before {
    display: inline-block;
    margin-left: 4px;
    font-family: "Font Awesome 5";
    content: "\f02e";
    color: #ff870a !important;
    font-size: 12px;
}
#trial_review .btn,
#simulation_review .btn,
#review .btn{
    margin: 0 !important;
}
#trial_review .modal-footer,
#simulation_review .modal-footer,
#review .modal-footer{
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-footer:before,
.modal-footer:after{
    display: none;
}
.question_nav {
  border-bottom: solid 1px #eee !important;
}
.question_nav > li {
    float: right !important;
    width: 50% !important;
    margin: 0 !important;
}
.simulation_reports .question_nav > li { 
    width: 33.33% !important; 
}
.question_nav > li.active a{
    color: #3080ed !important;
}
.question_nav > li.active a:after{
    content: '';
    width: 100%;
    height: 2px; 
    position: absolute;
    bottom: -1px;
    right: 0; 
    background: #3080ed !important;
}
.question_nav > li a{
    padding: 15px 5px !important;
    border: none !important;
    background: none !important;
    color: #333 !important;
    border-left: solid 1px #eee !important;
    border-radius: 0 !important;
    margin: 0 !important;
}
.question_nav > li:last-child a{
    border: none !important;    
}
.question_tab {
  padding: 15px;
}

#customizeForm .info_card{
    background: #f9f9f9;
    border: solid 1px #eee;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    margin:0 0 15px 0;
}
#customizeForm .selected_counts{ 
    margin:0 0 10px 0;
} 
#customizeForm .kc_button2{
    width: 100%;  
}
#customizeForm .filter_box .panel-group .panel {
  border-radius: 4px;
  border: solid 1px #eee;
  box-shadow: none;
  text-align: right;
  margin: 0 0 10px !important;
}
#customizeForm .filter_box .panel-default > .panel-heading {
  color: #333;
  background: none;
  border: none;
  text-align: right;
  box-shadow: none;
  position: relative;
  cursor: pointer;
}
#customizeForm .filter_box .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee !important;
}
#customizeForm .filter_box .kc_button{
    width: 100%;  
}
#customizeForm .filter_box .panel-heading::after {
  position: absolute;
  left: 0;
  top: 5px;
  border: none;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  line-height: 27px;
  font-size: 10px;
  color: #0f45ff;
  margin: 0;
} 
#customizeForm .filter_box .panel-heading[aria-expanded="false"]::after {
    content: "\f078";
    font-family: "Font Awesome 5" !important;
}
#customizeForm .filter_box .panel-heading[aria-expanded="true"]::after {
    content: "\f077";
    font-family: "Font Awesome 5" !important; 
} 
#customizeForm .filter_box label {
    font-weight: normal;
    font-size: 13px;
    display: block;
}
#customizeForm .filter_box #start, 
#customizeForm .filter_box #end {
    width: 45%;
    float: right;
    box-shadow: none;
}

#estimate.modal label {
    font-weight: normal;
}
#estimate.modal .test_type {
    width: 20%;
    float: right;
    padding: 0 15px;
}
#estimate.modal .test_type label{
    width: 100%;
}
#estimate_simple.modal #total_questions_simples,
#estimate_simple.modal #total_questions_simple {
    background: #2ecc71 !important;
    color: #fff;
    width: 33px;
    height: 33px;
    display: inline-block;
    font-weight: normal;
    line-height: 33px;
    border-radius: 5px;
}
#estimate.modal #total_questions {
    background: #2ecc71 !important;
    color: #fff;
    width: 33px;
    height: 33px;
    display: inline-block;
    font-weight: normal;
    line-height: 33px;
    border-radius: 5px;
}
#estimate.modal #time{
    font-size: 19px;
    height: 42px !important;
    color: #ff0000 !important;
}
#estimate.modal .sortall_box{
    text-align: center;
    margin: 0 0 15px;
}
#estimate.modal .sortall_box label{
    background: #f4f4f4;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
#estimate.modal .test_type label {
    margin: 0 0 15px !important;
}
.report_list .questions {
  background: none;
  padding: 0;
}
.report_list .question_row .card { 
  background: #fff;
  border-radius: 10px;
  border: none !important;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
.question_row .answers > div {
  border: solid 1px #eee;
  border-radius: 5px;
  display: flex;
}
.question_row .answers > div.wrong_row {
  background: rgba(255, 0, 0,0.06);
  border: solid 1px rgba(255, 0, 0,0.1);
}
.question_row .answers > div.correct_row.noans_row {
  background: rgba(64, 210, 0,0.06);
  border: solid 1px rgba(64, 210, 0,0.1);
}
.question_row .answers > div.correct_row {
  background: rgba(64, 210, 0,0.08);
  border: solid 1px rgba(64, 210, 0,0.1);
}
.question_row .answers > div .answer-number {
    border-radius: 0 5px 5px 0;
    height: auto;
}
.question_row .answers.is_ltr > div .answer-number {
    border-radius: 5px 0 0 5px;
}
.question_row .answer-part{
    width: 100%;
}
.report_info {
  margin: 0;
}
.report_info li {
  position: relative;
  padding: 5px 20px 5px 0;
}
.report_info li::before {
  content: '\2714';
  font-size: 15px;
  position: absolute;
  top: 5px;
  right: 0;
  color: #8F8F8F;
}
#report-box{
    width: 300px;
}
.percent_row {
  font-size: 13px;
  background: #7e8aad;
  color: #fff;
  padding: 6px;
  border-radius: 5px;
  text-align: center;
  margin: 0 0 15px;
}
.percent_rows{
    display: flex;
    align-items: center;
    justify-content: end;  
}

 
.simulation_reports .keys .each_col {
  border: solid 1px #eee;
  margin: 0 0 5px;
  border-radius: 5px;
  padding: 5px
}
.simulation_reports .keys .each_col span {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  border-radius: 5px;
}
.simulation_reports .keys .each_col > span:first-child{
    background: #eee;
}
.simulation_reports .keys .each_col span.ans.correct {
  background: #40d200;
  color: #fff;
}
.simulation_reports .keys .each_col span.ans.wrong {
  background: #f00;
  color: #fff;
}
.simulation_reports .keys .each_col span.ans.correct.noans {
  background: #333;
  color: #fff;
}
.karname h3 {
  text-align: center;
  margin: 10px  0 20px;
  font-size: 18px;
  line-height: normal;
} 
.report_questions.questions {
  margin: 0;
  padding: 0;
} 
.pagination li{
    margin:0 ; 
    display: inline-block;
}
#pagination-links {
  display: flex;
  gap: 5px;
  justify-content: center;
}

#pagination-links a.active,
.pagination li:not(.disabled) span.page-link {
  background: #3080ed !important;
  color: #fff !important;
  font-size: 14px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  border: none;
  position: relative;
}
#pagination-links a.active:after,
.pagination li:not(.disabled) span.page-link:after{
    content: '';
    width: 35px;
    height: 2px;
    background: #3080ed;
    position: absolute;
    bottom: -4px;
    right: 0;
} 
#pagination-links span,
#pagination-links a,
.pagination li.disabled span.page-link,
.pagination li a.page-link {
  background: #f6f8fa !important;
  color: #333 !important;
  font-size: 14px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  border: solid 1px #e4e4e4;
    display: inline-block;
}
#pagination-links a.next,
#pagination-links a.prev,
.pagination li.disabled span.page-link *,
.pagination li:last-child *,
.pagination li:first-child *{
    font-size: 24px !important;
}



.selected_questions .info_card{
    background: #f9f9f9;
    border: solid 1px #eee;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    margin:0 0 15px 0;
}
.selected_questions .selected_counts{ 
    margin:0 0 10px 0;
}
.selected_questions .choose_all {
  margin:0 0 10px 0;
} 
.selected_questions .choose_all label{
    font-weight: normal; 
}
.selected_questions .info_card .kc_button2{
    width: 100%;  
}
.selected_questions .filter_box .panel-group .panel {
  border-radius: 4px;
  border: solid 1px #eee;
  box-shadow: none;
  text-align: right;
  margin: 0 0 10px !important;
}
.selected_questions .filter_box .panel-default > .panel-heading {
  color: #333;
  background: none;
  border: none;
  text-align: right;
  box-shadow: none;
  position: relative;
  cursor: pointer;
}
.selected_questions .filter_box .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee !important;
}
.selected_questions .filter_box .kc_button{
    width: 100%;  
}
.selected_questions .filter_box .panel-heading::after {
  position: absolute;
  left: 0;
  top: 5px;
  border: none;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  line-height: 27px;
  font-size: 10px;
  color: #0f45ff;
  margin: 0;
} 
.selected_questions .filter_box .panel-heading[aria-expanded="false"]::after {
    content: "\f078";
    font-family: "Font Awesome 5" !important;
}
.selected_questions .filter_box .panel-heading[aria-expanded="true"]::after {
    content: "\f077";
    font-family: "Font Awesome 5" !important; 
} 
.selected_questions .filter_box label {
    font-weight: normal;
    font-size: 13px;
} 

.payment_page .kc_button2{
    width: 100%;  
}
.payment_page .fixed_sidebar ul{
    margin: 0 0 10px;
}
.payment_page .fixed_sidebar ul li{
    border-bottom: solid 1px #eee;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.payment_page .fixed_sidebar ul li .badge{
    background: none;
    color: #333;
    font-weight: normal;
    font-size: 15px;
    margin: 0;
    padding: 0;
} 
.payment_page .fixed_sidebar ul li .badge.green {
    color: #2ecc71 !important;
}
.payment_page .fixed_sidebar ul li .badge.red {
    color: #ff0000 !important;
}
.payment_page .choose_all {
  margin: 0 0 10px 0;
  text-align: center;
}
.payment_page .choose_all label{
    font-weight: normal;
    margin: 0;
}
.pay_box {
  background: #fff;
  margin: 0 0 30px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 0 16px rgba(48, 128, 237,0.08);
}
.pay_box h2{
    font-size: 16px;
    margin: 0 0 10px;
    line-height: normal;
}
.pay_box .count {
  color: #666;
  font-size: 13px;
}
.pay_box .info{
    display: flex;
    justify-content: space-between;
    align-items: center;    
    margin-top: 10px;
    min-height: 30px;
}
.pay_box .info .buyed {
  font-size: 11px;
  background: #f2f2f2;
  border: none;
  border-radius: 5px;
  padding: 4px 8px;
  color: #666;
  line-height: normal;
} 
.pay_box .price {
  font-size: 16px;
  color: #000;
}
.pay_box .desc {
  font-size: 11px;
  background: #3080ed;
  border: none;
  border-radius: 5px;
  padding: 4px 8px;
  color: #fff;
  line-height: normal;
  cursor: pointer;
}
.payment_page .description{
    text-align: right !important;
    line-height: 25px;
}
.dashboard_menu a {
  color: #777777;
}


.passages_nav {
  border-bottom: solid 1px #eee !important;
}
.passages_nav > li {
    float: right !important;
    width: 16.66% !important;
    margin: 0 !important;
} 
.passages_nav > li.active a{
    color: #3080ed !important;
}
.passages_nav > li.active a:after{
    content: '';
    width: 100%;
    height: 2px; 
    position: absolute;
    bottom: -1px;
    right: 0; 
    background: #3080ed !important;
}
.passages_nav > li a{
    padding: 15px 5px !important;
    border: none !important;
    background: none !important;
    color: #333 !important;
    border-left: solid 1px #eee !important;
    border-radius: 0 !important;
    margin: 0 !important;
}
.passages_nav > li:last-child a{
    border: none !important;    
}
.passages_tab {
  padding: 15px;
}
#report button.submit.hidden{
    display: none;
} 
.major_infos{
    width: 99%;
    max-width: 100%;
    margin: 0 auto 20px;
}
.major_infos th {
  color: #fff;
  background-color: #7e8aad;;
  font-weight: normal;
  border: none !important;
  text-align: center !important;
  vertical-align: middle !important;
  padding: 15px 5px !important;
} 
.major_infos th:first-child{
    border-radius:0 10px 0 0;
    background: #6952f9 !important;
}
.major_infos th:nth-child(2){ 
    background: #6952f9 !important;
}
.major_infos th:last-child{
    border-radius:10px 0 0 0;
}
.major_infos tbody > tr{
    border-bottom: solid 1px #eee;
    border-radius: 10px;
} 
.major_infos tbody > tr > td {
  border: none; 
  vertical-align: top !important;
  background: #fff;
  text-align: center;
  color: #666;
  padding: 0px;
  font-size: 13px;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
}
.major_infos .table{
    margin: 0;
}
.major_infos tbody > tr > td td{
    border: none !important;
    font-size: 12px;
    padding: 10px 5px; 
    border-left: solid 1px #e3e3e3 !important;
    height: 55px;
    vertical-align: middle !important;
}
.major_infos tbody > tr > td td.head{ 
    background: #f5f5f5; 
}
.major_infos tbody > tr > td td:last-child{
    border: none !important; 
}
.major_infos .table td:last-child{
    border-left: solid 1px #7e8aad !important;
}
.major_infos .table tr:last-child td{
    border-bottom: solid 1px #7e8aad !important;
}
#chapter_lessons > div {
  margin: 10px 0 0;
  position: relative;
  padding-right: 18px;
  font-size: 13px;
  color: #666;
}
#chapter_lessons > div::before {
  content: '\2714';
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
  color: #A1A1A1;
} 
#chapter_lessons > div label {
  margin: 0 0 0 10px;
  color: #333;
}


.majors_nav {
  border-bottom: solid 1px #eee !important;
}
.majors_nav > li { 
    margin: 0 !important;
} 
.majors_nav > li.active a{
    color: #3080ed !important;
}
.majors_nav > li.active a:after{
    content: '';
    width: 100%;
    height: 2px; 
    position: absolute;
    bottom: -1px;
    right: 0; 
    background: #3080ed !important;
}
.majors_nav > li a{
    padding: 15px 5px !important;
    border: none !important;
    background: none !important;
    color: #333 !important;
    border-left: solid 1px #eee !important;
    border-radius: 0 !important;
    margin: 0 !important;
}
.majors_nav > li:last-child a{
    border: none !important;    
}
.majors_tab {
  padding: 15px;
}
.majors_tab label {
  display: inline-block !important;
  margin: 0 0 0 10px !important;
}
.majors_tab input.form-control {
  width: auto;
  display: inline-block;
  margin: 0 0 0 10px;
}
.user-tooltip {
  position: relative;
  margin-left: 5px !important;
  display: inline-block;
  cursor: pointer;
  line-height: 19px;
  border-radius: 50%;
  font-size: 17px;
  padding: 5px;
}
.user-tooltip span {
  width: 150px;
  font-size: 12px;
  margin-right: 0;
  padding: 6px 8px;
  position: absolute;
  white-space: normal;
  background-color: #424750;
  border: 1px solid rgba(3, 10, 22, .3);
  top: 125%;
  left: 20%;
  margin-top: -7px;
  margin-left: -66px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 19px;
  z-index: 9999;
  border-radius: 5px;
  display: none;
}
.user-tooltip:hover span{
    display: block;
}
.user-tooltip span::after {
  left: 49%;
  bottom: 100%;
  content: " ";
  margin-left: -5px;
  position: absolute;
  border: 5px solid transparent;
    border-bottom-color: transparent;
  border-bottom-color: #000;
}
.user-tooltip .orange {
    color: orange;
}

.passage_questions {
  margin: 20px 0;
}
.passage_questions .panel-default {
  border-color: transparent;
}
.passage_questions .panel-default > .panel-heading {
     background-color: rgba(48, 128, 237, 0.1);
    color: rgb(48, 128, 237);
    text-align: center;
    font-size: 15px;
    font-family: 'IRANSans', sans-serif;
    border: rgba(48, 128, 237, 0.3) solid 1px !important;
    cursor: pointer;direction: rtl !important;
}
.passage_questions .panel-body {
  border: none !important;
}
.passage_questions .answer_row {
  text-align: left;
  direction: ltr;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  float: left;
  padding-left: 60px;
  padding-right: 0;
  line-height: 35px;
  margin-bottom: 15px !important;
}
.passage_questions .answer-number {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  height: 35px;
  width: 35px;
  padding: 0;
  position: absolute;
  background: #eceff1;
  font-size: 13px;
  border-radius: 5px;
  margin-left: 1rem;
  vertical-align: middle;
  cursor: pointer;
  right: 15px;
  top: 0;
  right: auto;
  left: 15px;
  margin-right: 1rem;
  margin-left: 0;   
}
.passage_questions .answer-part {
  display: block;
  margin: 0;
}
.passage_questions .title_row {
  text-align: left;
  direction: ltr;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  display: flex;
}
.passage_questions .question-number {
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 14px;
  padding: 5px;
  background: #eceff1;
  text-align: center;
  line-height: 20px;
  box-sizing: content-box;
  white-space: nowrap;
  margin-left: 1rem;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 1rem; 
}
.passage_questions .question-part {
  margin: 0 0 15px;
  line-height: 25px;
  display: inline-block;
  font-size: 15px;
  width: 100%;
}


.gotoquestion_box {
  width: 250px; 
  position: relative;
  margin: 0 0 20px;
}
.gotoquestion_box > span.title {
  display: flex;
  border: solid 1px #eee;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}
.gotoquestion_box > span.title:after{
    content: "\f078";
    font-family: "Font Awesome 5" !important;
    font-size: 12px;
    line-height: 9px;
}
.gotoquestion_box ul {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: #fafafa;
  width: 100%;
  border-radius: 10px;
  z-index: 1;
  margin: 0;
  box-shadow: 0 1px 6px rgba(0,0,0,0.15);
  padding: 10px 0;
}
.gotoquestion_box:hover ul {
  display: block;
}   
.gotoquestion_box ul li span {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
}
.gotoquestion_box ul li span:hover{
    color: #ff870a;
}


.prepare h5{
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
    line-height: 32px;
}
.prepare > div{
    display: flex;
    justify-content: center;
}
.prepare > div a {
  min-width: 250px;
  margin: 20px 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  background: #3080ed !important;
  color: #fff !important;
  border-radius: 5px;
  box-shadow: 0 0 7px rgba(48, 128, 237,0.4);
  font-size: 18px;
}
.prepare > div a .fas{
    margin: 0 0 17px;
    display: inline-block;
}
.prepare > div a.start_simulation{
    box-shadow: 0 0 7px rgba(24, 193, 143,0.4);
    background: #18c18f !important;
}
@media only screen and (max-width: 1400px) {
    .container {
        width: 95% ;
    }
}
@media only screen and (max-width: 1000px) {
     
  .dashboard_box .row{
    display: block !important;
  }
  .user_note textarea {
    height: 170px !important;
  }
    .fixed_wrapper {
        display: block;
    }
    .fixed_sidebar {
        width: 100%;
        margin:  20px 0 0;
    }
    .fixed_content {
        width: 100%;
    }
    #estimate.modal .test_type {
        width: 100%; 
    }  
}
@media only screen and (max-width: 780px) {
    .prepare > div{
        display: block;
    }
    .block_head{
        display: block;
    }
    .block_head > h1{
        margin: 0 0 10px;
    }
    .block_head > div{
        text-align: left;
        margin: 10px 0 0;
    }
    .block_head .count_alert{
        margin: 0 0 10px;
    }
    #report-box {
        margin: 10px auto 0;
    }
    .kcalert{
        display: block; 
        text-align: center;
    }
    .kcalert.alert-info .btn { 
        margin: 10px 0 0;
    }
    .question_head > button { 
        margin: 0 10px 10px 0;
    }
}
@media only screen and (max-width: 490px) {
    #trial_review_box .scroll.answer_items .answer ,
    #simulation_review_box .scroll.answer_items .answer ,
    #review_box .scroll.answer_items .answer {
        width: 12.66%;
        margin-left: 3px;
    }
    #trial_review_box_footer,
    #simulation_review_box_footer,
    #review_box_footer {
        float: right;
        text-align: right;
        font-size: 14px;
        width: 100%;
        margin: 0 0 20px;
    }
    #trial_review .modal-footer,
    #simulation_review .modal-footer,
    #review .modal-footer { 
        text-align: right;
    } 
    #trial_review .btn ,
    #simulation_review .btn ,
    #review .btn { 
        margin: 0 auto !important;
    
    }
}


.timer_box {
    background: linear-gradient(#6c68cb, #774ea5);
    color: #fff;
    border-radius: 5px;
    margin: 0 0 20px;
    padding: 30px 50px;
    text-align: center;
    position: relative;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}
.timer_box h3 {
    margin: 0 0 30px;
    text-align: center;
    color: #fff;
}
.timer_counter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.timer_counter .each_counter {
    margin: 0 10px;
}
.timer_counter .each_counter_number {
    width: 120px;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 50%);
    display: block;
    text-align: center;
    font-size: 41px;
    line-height: 120px;
    margin: 0 0 10px;
    border-radius: 10px;
    border: solid 1px rgba(255, 255, 255, 0.3);
    position: relative;
} 
.timer_counter .each_counter_number::before {
    content: '';
    width: 4px;
    height: 30px;
    background: #d8d8d8; 
    position: absolute;
    top: 45px;
    right: 0;
    border-radius: 4px 0 0 4px;
    box-shadow: -2px 0 3px rgba(0,0,0,0.2);
  }
  .timer_counter .each_counter_number::after {
    content: '';
    width: 4px;
    height: 30px;
    background: #d8d8d8; 
    position: absolute;
    top: 45px;
    left: 0;
    border-radius:0 4px 4px 0;
    box-shadow: 2px 0 3px rgba(0,0,0,0.2);
}
.timer_counter .each_counter_title {
    display: block;
    font-size: 17px;
}
@media (max-width : 580px) { 
  .dashboard_nav .nav_head{
    display: block !important;
  }
  .dashboard_nav .nav_head .nav > li > a { 
    padding: 5px !important;
  }
  .dashboard_nav .periods-tab-content h2 {
    font-size: 18px !important;
    margin: 0 0 15px !important; 
  }
    .timer_box{
        padding: 20px 10px;
    }
    .timer_box h3 {
        font-size: 17px;
        line-height: 29px;
      }
      .timer_counter .each_counter_number {
    width: 85px;
    height: 85px;
    font-size: 28px;
    line-height: 85px;
    }
    .timer_counter .each_counter_number::after, 
    .timer_counter .each_counter_number::before {
        top: 27px;
    }
}


.dashboard_box{
    margin-top: 20px;
}
.dashboard_box > .row{
  display: flex;
}
.clock_box {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  color: #333;
  font-size: 28px;
  box-shadow:0 0px 10px rgba(0, 0, 0, 0.15);
  margin: 0 0 20px;
  font-weight: bold;
  text-align: center;
}
.clock_box h4{
    font-size: 14px;
    margin: 0 0 15px;
    color: #666;
}
#clock-txt { 
  font-size: 28px; 
  font-weight: bold;
}
.locale-fa{
    margin-bottom: 20px;
}
.stopwatch_box {
    background: #fff !important;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 100px 20px 20px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
} 
#stopwatch {
  font-size: 22px;
  letter-spacing: 3px;
  background: #2196f3;
  position: absolute;
  right: -5%;
  top: 25px;
  width: 110%;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  padding: 9px;
  font-weight: bold;
  height: 50px;
}
.stopwatch_box .buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.stopwatch_box .buttons span,
.stopwatch_box .buttons button {
  background: rgba(33, 150, 243,0.1);
  border: none;
  color: rgb(33, 150, 243);
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 0px 3px rgba(33, 150, 243,0.1);
  cursor: pointer;
}
.stopwatch_box .buttons span:hover,
.stopwatch_box .buttons button:hover{
    background: #2196f3;
    color: #fff;
}
.stopwatch_box.exam {
  box-shadow: none;
  border: solid 1px #eee;
  margin: 10px 0 0;
  padding: 10px;
}
.stopwatch_box.exam #stopwatch {
  position: static;
  margin: 0 0 10px;
  width: 100%;
  font-size: 15px;
  height: auto; 
}
.user_note {
  background: #fff !important;
  box-shadow:0 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
/* .user_note::before {
  content: '';
  background-color: rgba(33, 150, 243,0.1);
  position: absolute;
  right: -114px;
  top: -82px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
} */
.user_note::after {
  content: '';
  background-color: rgba(33, 150, 243,0.1);
  position: absolute;
  left: -117px;
  top: -76px;
  width: 400px;
  height: 500px;
  border-radius: 50%;
}
.user_note .form{
    position: relative;
    z-index: 1;
}
.user_note h3 {
  font-size: 16px;
  text-align: center; 
  line-height: normal;
  margin: 0 0 5px;
}
.user_note textarea{
    width: 100%;
    height: 470px;
    padding: 15px;
    border-radius: 10px;
    border: solid 1px #ddd;
    resize: vertical;
    outline: none;
}
.user_note #btn-save-note {
  background: #2196f3; 
  color: #fff;
  border-radius: 5px;
  float: right;
  height: 35px;
  margin-left: 10px;
  text-decoration: none;
}
.user_note #btn-remove-note { 
  background: #e84393;
  color: #fff;
  border-radius: 5px;
  float: right;
  height: 35px;
  text-decoration: none;
}
.star_exams {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 20px;
  line-height: 25px;
}
.star_exams .each {
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  box-shadow:0 0px 6px rgba(0, 0, 0, 0.1); 
  text-align: center;
  width: 105px;
  height: 105px; 
}
.star_exams .each a{ 
  display: flex;
  justify-content: center; 
  flex-direction: column;
  height: 100%;
  width: 100%;
} 
.star_exams .each.examicon img {
  width: 40px;  
  margin: 0 auto;
}
.star_exams .each.main img {
  width: 40px;
  opacity: 0.2;
  margin: 0 auto;
}
.star_exams .each.plus img{
  opacity: 0.2;
  margin: 0 auto;
  width: 40px;
}
.star_exams  h4 {
  font-size: 14px;
  color: #333;
  text-align: center;  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
}


/**************/
.faq h2{
  margin: 30px 0;
  font-size: 21px;
}
.faq {
  position: relative; 
  margin: 0 auto 100px;
} 
.bg4 {
  position: absolute;
  left: 20px;
  top: 0;
  right: auto;
  bottom: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 300px;
}
.faq .panel-group {
  width: 70%;
} 
.faq .panel-group .panel {
  border-radius: 5px;
  border: solid 1px #eee;
  margin: 0 0 20px;
  box-shadow: 0 0 14px rgba(0,0,0,0.1);
}
.faq .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
  padding: 20px 15px 20px 50px;
  background: rgba(255, 131, 251,0.05);
  position: relative;
  line-height: normal;
}
.faq .panel-title[aria-expanded="true"]::after {
  background-color: #6952f9;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 15px;
  font-family: "Font Awesome 5";
  content: "\f077";
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 13px;
  font-size: 14px;
}
.faq .panel-title[aria-expanded="false"]:after{
  background-color: #ff83fb;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 15px;
  font-family: "Font Awesome 5";
  content: "\f078";
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 13px;
  font-size: 14px;
}
.faq .panel-body {
  padding: 0 15px 15px;
  font-size: 14px;
  line-height: 25px;
  color: #666;
}



@media (max-width: 1300px){
  .bg4{
      display: none;
  }
   
  .faq .panel-group {
   width: 100%;
 }
  .faq {
    min-height: auto;
    padding: 0 ;
    margin: 0 auto 20px;
  }

  .faq h2{
    text-align: center;
    }
}

/**************/
.avgaccordion {
  position: relative;
  min-height: 400px; 
  margin: 0 auto 100px;
}  
.avgaccordion h2{
  margin: 30px 0;
  font-size: 21px;
}
.avgaccordion .panel-group .panel {
  border-radius: 5px;
  border: solid 1px #eee;
  margin: 0 0 20px;
  box-shadow: 0 0 14px rgba(0,0,0,0.1);
}
.avgaccordion .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
  padding: 20px 15px 20px 50px;
  background: rgba(255, 131, 251,0.05);
  position: relative;
  line-height: normal;
}
.avgaccordion .panel-title[aria-expanded="true"]::after {
  background-color: #6952f9;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 15px;
  font-family: "Font Awesome 5";
  content: "\f077";
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 13px;
  font-size: 14px;
}
.avgaccordion .panel-title[aria-expanded="false"]:after{
  background-color: #ff83fb;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 15px;
  font-family: "Font Awesome 5";
  content: "\f078";
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 13px;
  font-size: 14px;
}
.avgaccordion .panel-body {
  padding: 0 15px 15px;
  font-size: 14px;
  line-height: 25px;
  color: #666;
}



@media (max-width: 1300px){
  
  .avgaccordion {
    min-height: auto;
    padding: 0 ;
    margin: 0 auto 20px;
  }

  .avgaccordion h2{
    text-align: center;
    }
}


.show_periods {
  padding: 0;
  direction: rtl;
  text-align: center;
  border: none;
}
.show_periods .nav-item {
  float: none !important;
  display: inline-block;
}
.show_periods > li > a {
color: #333;
position: relative;
border: solid 1px #eee !important;
border-radius: 5px !important;
margin: 0 2px 5px; 
background: #fff;
}
.show_periods > li > a:hover,
.show_periods > li.active > a { 
  background: #2196f3 !important;
  color: #fff !important;
  border: solid 1px #2196f3 !important;
}
.show_periods > li.show_more > a:hover ,
.show_periods > li.show_more > a {
background: #e84393;
border-color: #e84393 !important;
color: #fff;
}  
.periods-tab-content .alert.alert-warning {
  margin: 20px 0 0;
  padding: 10px;
}
.periods-tab-content h3 {
  font-size: 18px;
  margin: 20px 0;
  color: #333;
}
.kc_table {
  direction: rtl;
  border: solid 1px rgb(230, 235, 254) !important;
}
.kc_table td {
font-size: 13px;
font-weight: normal;
text-align: center;
vertical-align: middle;
padding: 12px 10px !important;
color: #333;
border-bottom: solid 1px rgb(230, 235, 254) !important;
border-top: none !important;
}
.kc_table tr:nth-child(even) td{
  background: rgba(230, 235, 254,0.3) !important;
}
.kc_table thead th {
border: none !important;
color: #0f45ff !important;
font-size: 14px !important;
font-weight: normal !important;
text-align: center;
vertical-align: middle !important;
padding: 15px 10px !important;
background: rgba(230, 235, 254,0.6) !important;
border-radius: 0px !important;
}
.kc_table thead th:first-child{
  border-radius:0 5px 0 0 !important;
}
.kc_table thead th:last-child{
  border-radius: 5px 0 0 0 !important;
} 
.kc_table .after td {
  background: rgba(91, 155, 213, 0.3) !important;
  color: #333 !important; 
}
.kc_table .before td {
  background: rgba(0, 184, 169, 0.3) !important;
  color: #333 !important;
}
.kc_table tr.current td {
  background:rgb(246,65, 108) !important;
  color: #fff !important;
}
.dashboard_nav > .show_periods{
  background: #f6f6f6;
  border-radius: 10px 10px 0 0;
  padding: 10px;
}
.dashboard_nav > .show_periods > li > a {  
  padding: 13px 17px;
  min-width: 180px;
}
.dashboard_nav .nav_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
.dashboard_nav .periods-tab-content h2 {
  font-size: 20px;
  margin: 0;
  color: #000;
  text-align: center;
} 
.dashboard_nav .periods-tab-content {
  padding: 20px;
}
.dashboard_nav .periods-tab-content .periods-tab-content {
  padding: 0;
}
.dashboard_nav .periods-tab-content .nav-tabs {
  display: flex;
  justify-content: center;
}
.dashboard_nav .periods-tab-content .nav-tabs > li {
  float: none;
}
.dashboard_nav .periods-tab-content .nav-tabs > li a {
  border-radius: 35px !important;
  min-width: 100px;
}
.dashboard_nav .periods-tab-content .show_periods > li > a:hover, 
.dashboard_nav .periods-tab-content .show_periods > li.active > a{
  background: #e84393 !important;
  border-color: #e84393 !important;
}
.dashboard_nav .panel-body {
  padding: 0;
}
.dashboard_nav .periods-tab-content h3 {
  font-size: 17px;
  margin: 0 0 10px 0;
  color: #333;
}
.dashboard_nav .periods-tab-content h6{
  color: #666;
  font-size: 13px;
  margin: 0 0 20px;
}
h2.record {
  text-align: center;
  margin: 40px 0 30px;
  font-size: 25px;
}

.glowing {   
  border: none !important;
  color: #fff !important;
  animation: glowing 1300ms infinite;
}
@keyframes glowing {
  0% {
    background-color: #a94442;
    box-shadow: 0 0 5px #9d6e6e;
  }
  50% {
    background-color: #a94442;
    box-shadow: 0 0 20px #9d6e6e;
  }
  100% {
    background-color: #a94442;
    box-shadow: 0 0 5px #9d6e6e;
  }
} 


#paymentErr ol{
  counter-reset: item;
  list-style: none; 
  padding: 0; 
  margin: 10px 0;
} 
#paymentErr ol li{
  display: block;
  padding: 8px 25px 0 0px;
  position: relative; 
  line-height: 27px;
  counter-increment: item;
  clear: both;
}  
#paymentErr ol li:before{
  content: counter(item); 
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 12px;
  border-radius: 50%;  
  background: #337ab7;
  color: #fff; 
}   


.trial_counter {
  display: flex;
  justify-content: center;
}
.trial_counter .each_counter {
  display: flex;
  margin: 0 4px;
  position: relative;
  text-align: center;
  color: #888;
  font-size: 16px;
  flex-direction: column-reverse;
  justify-content: center;
  width: 40px;
  background: #f4f4f4;
  padding: 5px;
  border-radius: 5px;
}
.trial_counter .each_counter span {
  display: block;
  line-height: 18px;
  font-size: 12px;
}
.trial_counter .each_counter span:last-child {
  font-size: 20px;
  color: #000;
}


.active_trials {
  margin-bottom: 50px;
}
.active_trials .kc_card{
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.active_trials .kc_card .badge {
  position: absolute;
  left: -21px;
  top: 5px;
  transform: rotate(-45deg);
  font-weight: normal;
  font-size: 15px;
  border-radius: 0;
  width: 83px;
  height: 28px;
  line-height: 21px;
}
.active_trials .kc_card h3 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 29px;
}
.active_trials .kc_card h3 span {
  font-size: 13px;
  color: #666;
  background: #f3f3f3;
  display: inline-block;
  padding: 0px 7px;
  border-radius: 5px;
  margin-right: 7px;
}
.active_trials .kc_card ul {
  margin: 0 0 15px;
}
.active_trials .kc_card ul li {
  margin: 0 0 10px;
  color: #666;
}
.active_trials .kc_card ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5";
  color: #888;
  font-size: 11px;
}
.active_trials .kc_card ul li .btn{
  position: relative;
  width: auto !important;
  padding: 3px 5px;
  font-size: 13px;
}
.active_trials .kc_card .btn.start{
  position: relative;
  padding: 15px;
  width: 100% !important;
  height: 46px;
  line-height: 13px;
  font-size: 16px;
  border-radius: 10px;
}


.topquiz_head{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 17px rgba(0,0,0,0.18);
  align-items: center;
}
.topquiz_head h3{
  margin: 0 !important;
  text-align: right !important;
  font-size: 18px;
}
.topquiz_head audio{
  border-radius: 5px;
  width: 400px;             
}
@media only screen and (max-width: 1000px) {
  .topquiz_head{
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .topquiz_head h3{
      text-align: center;
  }
  .topquiz_head audio{
      width: 100%;
  }
}

.counter{
  
  background: #e50001;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}


.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


#percent-box * {
    font-family: 'IRANSans', sans-serif;
}
#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1111;
}

#overlay  {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255,255,255,0.8);
  width: 100%;
  height: 100%;
  z-index: 111111;
  border-radius: 1.5rem;
  text-align: center; 
  display: none;
}
#overlay::before{
    content: '';
    background: url(../images/loader.gif) no-repeat; 
    background-position: center;
    width: 200px;
    height: 48px;
    display: inline-block;
    margin-top: 30px;
}