.datatable-table {
  overflow-x: scroll !important;
}
.datatable-table tbody {
  overflow: visible !important;
}
.datatable-table thead {
  overflow: visible !important;
}
.sb_no_scroll_table .datatable-table {
  overflow: hidden !important;
}
.sb_no_scroll_table tbody {
  overflow: hidden !important;
}
.sb_no_scroll_table thead {
  overflow: hidden !important;
}
.ol-p-0 ol {
  padding: 0 20px !important;
}
/* footer to bottom */
#kt_wrapper {
  padding-bottom: 70px !important;
  position: relative;
}
#kt_footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
#kt_footer {
  width: 100%;
}
@media (max-width: 991px) {
  #kt_footer {
    width: 100%;
  }
}

.school_dashboard {
  background-color: rgba(9, 3, 36, 0.45);
}

.input-rtl {
  direction: rtl;
  text-align: right;
}

.text_d span {
  display: block;
}

.btn_center {
  display: flex;
  flex-direction: column;
}

.sb_table_colored tbody .datatable-row .color_t {
  background: rgb(255, 233, 233);
}

.sb_table_colored tbody .datatable-row:nth-child(2n) .color_t {
  background: rgb(236, 236, 236);
}

.sb_block {
  max-width: 25%;
}

.sb_button_disabled {
  /* color: #fff; */
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}

.sb_svg .svg-icon.svg-icon-success svg g [fill] {
  fill: #689ec5 !important;
}

.sb_text_questionnaire {
  text-align: center;
  padding-bottom: 10px;
}

.button_margin {
  margin-top: 10px;
}

.sb_title {
  font-size: 20px;
  font-weight: 500;
  font-size: 1.275rem;
  color: #181c32;
}

#sb_table_size {
  width: 100%;
}

.issue li {
  color: #ff0000;
}

.error li {
  color: #ff0000;
}

.sb_card {
  display: flex;
  background-color: #fff;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888);
}

.sb_edit {
  position: absolute;
  top: 15px;
  right: 33px;
}

.sb_add_slider {
  position: absolute;
  top: 15px;
  right: 33px;
}

.sb_edit_faq  {
  position: absolute;
  top: 15px;
  left: 165px;
}


/* report's tab-panel styles */

.report_panel {
  width: 100%;
}
.report_panel-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.report_block {
  background: #f8f8f8;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  padding: 15px;
}
.report_select {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.report_select select{
  cursor: pointer;
  outline: none;
  background: #fff;
  padding: 0 8px;
  border: 1px solid #c0c0c0;
  border-radius: 8px;
  width: 70%;
  max-width: 250px;
  height: 38px;
  font-family: "Rubik";
  font-size: 15px;
  font-weight: 400;
  color: rgb(107, 107, 107);
}
.report_select button{
  height: 38px;
  max-width: 70px;
  width: 30%;
  border: none;
  border-radius: 8px;
  background:  #c2c2c2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.report_select button:hover{
  filter: brightness(90%);
}
.report_select button svg{
  fill: #ffff;
}

.report_block:nth-child(1) {
  width: 70%;
  margin-right: 10px;
}

.report_block:nth-child(2) {
  width: 30%;
  margin-left: 10px;
  background:  #e9e9e9;
}
@media (max-width: 950px){
  .report_panel-wrap {
    flex-direction: column;
  }
  .report_block:nth-child(1) {
    width: 100%;
    margin-right: 0px;
  }

  .report_block:nth-child(2) {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .report_select {
    margin-top: 20px;
    justify-content: flex-start;
  }
  .report_select button{
    margin: 0 15px;
  }
}
@media (max-width: 500px){
  .report_select{
    flex-direction: column;
  }
  .report_select select{
    width: 100%;
    max-width: 100%;
  }
  .report_select button{
    margin: 0;
    margin-top: 10px;
  }
}



.report_block-desc {
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 400;
  color: rgb(107, 107, 107);
}
.report_counter {
  width: 100%;
  display: flex;
}
.report_counter-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 60px;
  margin: 0 15px;
  padding-bottom: 10px;
}
.report_counter-block:first-child {
  margin-left: 0;
}
.report_counter-block p {
  font-family: "Arial";
  font-size: 16px;
  font-weight: 500;
  color: rgb(107, 107, 107);
}
.report_counter-block span {
  position: relative;
  font-family: "Arial";
  font-size: 20px;
  font-weight: 600;
  color: rgb(107, 107, 107);
  line-height: 0;
  margin-left: 5px;
}
.report_counter-block:first-child span {
  font-size: 35px;
  line-height: 10px;
}
.report_counter-block span::before {
  content: "\0024";
  position: absolute;
  left: -6px;
  top: -9px;
  font-size: 10px;
}
.report_counter-decor {
  width: 1px;
  min-height: 100%;
  background: #c0c0c0;
}
@media (max-width: 650px){
  .report_counter {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .report_counter-block{
    margin: 0 5px !important;
  }
  .report_counter-decor{
    display: none;
  }
}



.report_print {
  margin: 10px 0px;
}
.report_print a {
  font-family: "Arial";
  font-size: 16px;
  font-weight: 400;
}

.report_type-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;

  margin: 10px 0;
  padding: 0;
}
.report_type{
  padding: 8px 12px;
  background: #e9e9e9;
  margin: 0 1px;
  margin-top: 10px;
  transition: 0.2s;
  display: flex;
  cursor: pointer;
  list-style: none;
}
.report_type a{
  display: flex;
}
.report_type.active,
.report_type:hover{
  background: rgb(92, 92, 92);
}
.report_type.active p,
.report_type:hover p{
 color: #fff;
}
.report_type.active svg g rect,
.report_type:hover svg g rect{
  fill: #fff;
 }
.report_type:first-child{
  margin-left: 0px;
  border-radius: 5px 0px 0px 5px;
}
.report_type:last-child{
  margin-right: 0px;
  border-radius: 0px 5px 5px 0px ;
}
.report_type p{
  font-family: "Arial";
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: rgb(107, 107, 107);
  transition: 0.2s;
}
.report_type svg g rect{
  fill: rgb(107, 107, 107);;
 }

 @media (max-width: 950px){
   .report_type{
     border-radius: 3px !important;
   }
 }

.tabs_panel-wrap{
  width: 100%;
  overflow: scroll;
}

.report_table-wrap{
  width: 100%;
  min-width: 1000px;
}
.report_table-wrap table {
  width: 100%;

}
.report_table-header{
  width: 100%;
  border-radius: 5px;
  background: rgb(92, 92, 92);
}
.report_table-header th{
    padding: 10px 8px;
}
.report_table-header th:nth-child(1){
  width: 10%;
}
.report_table-header th:nth-child(2){
  width: 10%;
}
.report_table-header th:nth-child(3){
  width: 20%;
}
.report_table-header th:nth-child(4){
  width: 50%;
}
.report_table-header th:nth-child(5){
  width: 10%;
}
.report_table-header th:nth-child(6){
  width: 10%;
}
.report_table-header th p{
  font-family: "Arial";
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

.report_table-row td{
  padding: 10px 8px;
  background: #f5f5f5;
}
.report_table-row td p{
  font-family: "Arial";
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: rgb(92, 92, 92);
}

.report_table-row .report_table-type div{
  padding: 3px 3px;
  background: #e9e9e9;
  width: fit-content;
}
.report_table-row .report_table-type div p{
 font-size: 13px;
 font-weight: 600;
}


.report_table-row td:nth-child(1){
width: 10%;
}
.report_table-row td:nth-child(2){
width: 10%;
}
.report_table-row td:nth-child(3){
width: 20%;
}
.report_table-row td:nth-child(4){
width: 50%;
}
.report_table-row td:nth-child(5){
width: 10%;
}
.report_table-row td:nth-child(6){
width: 10%;
}
.report_message{
  padding: 15px 0;
}

.tabs-panel{
  display: none;
}
.tabs-panel.active{
  display: flex;
}

.sb_category_add {
  position: absolute;
  right: 30px;
}

.sb_banner{
  width: 500px !important;
  height: 400px !important;
}
.form-group label.error{color:#f00 !important;}
.form-group input.error{border: 1px solid #f00 !important;}

.sb_demo {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 5;
	text-align: center;
	padding: 20px;
	font-size: 40px;
	color: #fff;
}

.sb_demo p {
	position: relative;
	top: 300px;
}

.tab-content.col-xl-9 {
	position: relative;
}

.filter-option-inner-inner{
	text-align: right;
}

.sb_hidden	{
	display: none !important;
}

.sb_sing_app_error  {
  border: 2px solid red!important;
}
