/* body h1, h2, h3, h4, h5, h6, p, span, li, a, div, input, button, table, td, tr {
  font-family: "RedHatDisplay-m" !important;
} */


.ol-p-0 ol {
  padding: 0 20px !important;
}
#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;
}

/* .card {
  min-height: 385px;
} */

.sb_dashboard_card.card {
  min-height: 285px;
}

.tagging_block {
  margin-top: 30px;
  margin-right: 10px;
  width: 100%;
}
@media (max-width: 992px) {
  .tagging_block {
    max-width: 220px;
  }
}
@media (max-width: 576px) {
  .tagging_block {
    max-width: 100%;
    margin-right: 0px;
  }
}

.tagging_block-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tagging_block-title h4 {
  font-family: "RedHatDisplay";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 31px;
  letter-spacing: 0em;
  color: #ffffff;
  text-transform: uppercase;
}
.tagging_block-title span {
  font-family: "RedHatDisplay";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  color: #ffffff;
}

.tagging_content {
  margin-top: 20px;
  padding: 20px;
  width: 100%;
  height: 100%;
  max-height: 420px;
  border-radius: 5px;
}

.tagging_inp-wrap {
  width: 100%;
  position: relative;
}
.tagging_inp-wrap input {
  width: 100%;
  padding: 0 10px 0 40px;
  background: #ffffff;
  border-radius: 4px;
  height: 44px;
}
.tagging_inp-wrap img {
  position: absolute;
  top: calc(50% - 8px);
  left: 10px;
}

.tagging_check {
  width: 100%;
  margin-top: 10px;
  min-height: 320px;
  /*max-height: 320px;*/
  overflow-y: scroll;
  padding-left: 5px;
  scrollbar-color: rgba(224, 224, 224, 0.1);
  scrollbar-width: thin;
}
.tagging_check div {
  margin-top: 10px;
}
.tagging_check::-webkit-scrollbar {
  width: 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1000px;
}
.tagging_check::-webkit-scrollbar-thumb {
  width: 6px;
  height: 20px;
  background: #ffffff;
  border-radius: 100px;
}

.tagging_title-wrap {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tagging_title-wrap .block_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 300px;
}
.tagging_title-wrap .block_title span {
  font-family: "RedHatDisplay";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  color: #ffffff;
}
@media (max-width: 576px) {
  .tagging_title-wrap {
    flex-wrap: wrap;
  }
  .tagging_title-wrap .tagging_clear-btn {
    width: 100%;
    margin-top: 5px;
  }
}

.tagging_clear-btn {
  cursor: pointer;
  transition: 0.3s;
  font-family: "RedHatDisplay";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  color: #f23939;
  text-decoration: underline;
  transition: 0.3s;
}
.tagging_clear-btn:hover {
  opacity: 0.9;
}

.tagging_cats {
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 930px;
  min-height: 212px;
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 10px 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .tagging_cats {
    padding: 7px;
  }
}

.tagging_cat {
  margin-top: 10px;
  margin-right: 10px;
  width: 110px;
  height: 28px;
  border-radius: 1000px;
  flex-direction: row;
  background: #695088;
}
.tagging_cat p {
  font-family: "RedHatDisplay";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0em;
  color: #ffffff;
}
.tagging_cat div {
  transition: 0.3s;
  cursor: pointer;
}
.tagging_cat div img {
  margin: 0 5px;
}
.tagging_cat div:hover {
  opacity: 0.5;
}
@media (max-width: 576px) {
  .tagging_cat {
    width: 71px;
    font-size: 10px;
  }
}

.tagging_btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.tagging_btns .save_btn {
  width: 300px;
  margin-right: 20px;
}
@media (max-width: 576px) {
  .tagging_btns .save_btn {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
}
.tagging_btns .tagging_btn {
  max-width: 200px;
}
@media (max-width: 576px) {
  .tagging_btns .tagging_btn {
    max-width: 100%;
    margin-top: 10px;
  }
}

.tagging_results ul::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background: #363636;
}
.tagging_results ul::-webkit-scrollbar-thumb {
  height: 6px;
  background: #8d8d8d;
}
.tagging_results ul li {
  margin-right: 5px;
}
.tagging_results ul li a {
  font-family: "RedHatDisplay";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: #ffffff;
  transition: 0.3s;
}
.tagging_results ul li a:hover {
  opacity: 0.8;
}
.tagging_results .edit_btn {
  background: #3971f2;
  width: 100px;
  height: 36px;
  cursor: pointer;
}
.tagging_results .edit_btn span {
  font-family: "RedHatDisplay";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  color: #ffffff;
}

.global_modal {
  max-width: 970px;
  width: 96%;
  min-height: auto;
  background: #ffffff;
  border-radius: 5px;
  padding: 35px 50px;
  position: fixed;
  top: 40px;
  left: 50%;
  margin-left: -300px;
  z-index: 150;
}
.modal_overlay1 {
	background: rgba(0, 0, 0, 0.5);
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	transition: background 0.3s linear;
	animation: showBlock 1s linear forwards; }


@media (max-width: 970px) {
  .global_modal {
    top: 50px;
    margin-left: -48%;
    padding: 15px 15px;
  }
}

.global_modal-wrap {
  width: 100%;
}

.global_modal .close_modal-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.cropper_btn {
  margin-top: 20px;
}

/* .cropper_img-container {
					  width: 100%;
					  max-height: 370px;
					  height: 370px;
					  margin: 10px 0;
					}
					.cropper_img-container img{
					  width: auto;
					  max-height: 100%;
					} */

.close_modal-btn {
  position: relative;
  width: 25px;
  height: 20px;
  align-self: center;
  justify-self: start;
  z-index: 400;
  cursor: pointer;
  transition: 0.3s;
}
.close_modal-btn:hover span {
  opacity: 0.6;
}
.close_modal-btn:hover::before {
  opacity: 0.6;
}
.close_modal-btn:hover::after {
  opacity: 0.6;
}

.close_modal-btn span {
  position: absolute;
  display: block;
  width: 0%;
  height: 0px;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.close_modal-btn:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.close_modal-btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: 0.3s;
}

.hidden {
  display: none !important;
}

.form-group.error input:not([type="submit"]) {
  border: 1px solid red;
}

.form-group.error textarea:not([type="submit"]) {
  border: 1px solid red;
}

/* NEW STYLE MUSIC TRACK */
.content_block {
  overflow: hidden;
  position: relative;
}
.content_block.hiden_text {
  height: 100px;
}
.content_block.hiden_text:after {
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    #fff 75%
  );
}

.sb_date_notif{
	font-size: 12px;
	color: #C0C0C0;
}

.hidden{
  display: none !important;
}


.sb_error_red{
  border: 1px solid red !important;
}
.sb_red{
  color: red !important;
}
.sb_border_error_red{
  border: 1px solid red !important;
}

.sb_moderation_true{
  color: red;
  font-size: 20px;
  font-weight: bold;
}

#crop-modal {
  max-width: 700px;
}

@media screen and (max-width: 500px) {
  #crop-modal {
    max-width: 320px;
  }
}

#crop-image{
  max-width: 100%;
  height: auto;
}

.crop-buttons{
  position: relative;
  top: 15px;
}

.sb_delete {
  position: absolute;
  right: -10px;
  bottom: -5px;
}
.sb_bg_delete {
  position: absolute;
  right: -10px;
  bottom: -5px;
}
.sb_names {
  max-width: calc(100% - 1.25rem - 100px);
}

.sb_card_adv{
  justify-content: flex-end!important;
}

.sb_main_logo {
  height: 60px;
}


.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;
}

.sb_error_tags{
  border: thick double red;
}

.sb_btn_remove{
  position: absolute;
  top: 34px;
  right: 10px;
  cursor: pointer;
}

.sb_remove_new_tag{
  position: absolute;
  top: 34px;
  right: 10px;
  cursor: pointer;
}