@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@400;600;700&display=swap");

p,
div,
ul,
lable,
h1,
h2,
h3,
h4,
h5,
h6,
button,
span {
  font-family: "Assistant", "Open Sans";
  direction: rtl;
  /* color: #404040; */
}

ul {
  /* margin-right: 20px; */
  padding: 0 2em 0 0 !important;
}

p,
div,
ul,
lable,
button {
  font-size: 13pt !important;
}

h3 {
  font-size: 18pt !important;
  margin: 0 0 8px !important;
  font-weight: 900 !important;
}

h4 {
  font-size: 16pt !important;
  margin: 4% 0 10px !important;
}

/* קו לדיב מתחת לכותרת */
.underline_Purple {
  border-bottom: 4px solid #8f7cf0;
  display: inline-block;
  margin-bottom: 15px;
}


h2 {
  font-size: 21pt !important;
  font-weight: 600 !important;
  color: #404040 !important;
  margin: 20px 0px 17px !important;
}

/* כותרת יחידה */
h1.mb-0.h3 {
  font-size: 21pt !important;
  font-weight: 600 !important;
  color: white !important;
  margin: 20px 0px 17px !important;
  background-color: #47c9e7;
  display: table;
  padding: 4px 20px;
  border-radius: 7px;
}


/* אופציה לשני פסים ליד כותרת */
.H2line {
  background-color: #8f7cf0;
  height: 3px;
  width: 60px;
  border-radius: 10px;
  max-width: 10%;
  display: inline-block;
  /* vertical-align: middle; */
}

/*באנר עליון*/
.nav-underline-tabs {
  margin: 0 0 -1px;
  background-color: #f8f7f7;
  height: 88px;
  background-repeat: no-repeat;
  background-image: url(https://openedx-dev.comrax.com/asset-v1:CampusIL+qualitest_sandbox9+2024_1+type@asset+block@Banner_B.png);
  background-size: cover;
  /*הצמדת הפונט לחלק התחתון של הבאנר*/
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.nav-underline-tabs .nav-link  {
  color: white;
}

/* הקוד שמתקן את הטאב הפעיל :  */
.nav-underline-tabs .nav-link.active, .nav-underline-tabs .nav-link:focus, .nav-underline-tabs .nav-link:hover {
  border-bottom-color:white;
  color: white;
  font-weight: 400;
}

.course-tabs-navigation .nav a:not(.active):hover {
  background-color: #e9e6e400;
  border-bottom: 4px solid white;
}

.course-tabs-navigation .nav a:hover, .course-tabs-navigation .nav button:hover {
  background-color: #e9e6e400;
}
/* תיקון הצבע בלחיצה */
a.nav-item.flex-shrink-0.nav-link {
  color: white !important;
}

/* דיב של צבע כהה */
.ColorDiv {
  background-color: #004352;
  border-radius: 5px;
  margin: 3% 0;
}

/* צבע לבולטים */
::marker {
  color: #8f7cf0;
}

/* כותרת */
.DivBigTitle {
  display: inline-block;
  text-align: center;
  margin: 2% 0;
}

.DivIconTitle {
  display: inline-block;
  vertical-align: middle;
}

.IconTitle_Img {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
}

.DivTitle {
  height: 40px;
  margin: 0px auto;
  background: #004352;
  border-radius: 7px;
  color: white;
  font-family: "Assistant", "Open Sans";
  line-height: 40px !important;
  display: inline-block !important;
  vertical-align: middle;
  margin-right: -15px;
  font-size: 17pt !important;
  font-weight: 600;
  min-width: 188px;
  padding: 0 30px;
}

.DivTitle_Seker {
  height: 40px;
  margin: 0px auto;
  background: #47c9e7;
  border-radius: 7px;
  color: white;
  font-family: "Assistant", "Open Sans";
  line-height: 40px !important;
  display: inline-block !important;
  vertical-align: middle;
  margin-right: -15px;
  font-size: 17pt !important;
  font-weight: 600;
  min-width: 188px;
  padding: 0 30px;
}

/* פס סגול בסוף יחידה */
.hrPurple {
  background-color: #8f7cf0;
  height: 3px;
  border-width: 0;
  width: 50%;
  border-radius: 10px;
  margin: 0 auto;
}

/* הורדת הפסים בין הרכיבים */
.course-wrapper .course-content .vert-mod .vert,
.course-wrapper .courseware-results-wrapper .vert-mod .vert {
  border-bottom: none !important;
  margin-bottom: 15px;
  padding: 0 0 15px;
}

.underline_Purple {
  border-bottom: 4px solid #8f7cf0;
  display: inline-block;
  margin-bottom: 15px;
}

.item-content {
  color: white;
}

/* דיב תמונה בתוך שאלה */
.img-in-ques {
  display: flex;
  justify-content: center;
  padding: 2%;
}

.fun-fact {
  background-color: #71d5ec45;
  padding: 2%;
  border-right: 6px solid #71d5ec;
  border-radius: 15px 0px 0px 15px;
}

.think-about {
  background-color: #8f7cf026;
  padding: 2%;
  border-right: 6px solid #8f7cf0;
  border-radius: 15px 0px 0px 15px;
}

/* דיב מרכוז תמונה */
.div-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2%;
}

/* טקסט אחרי סקר */
.text-after-seker {
  background: #47c9e7;
  border-radius: 15px;
  color: white;
  font-family: "Assistant", "Open Sans";
  line-height: 30px !important;
  font-size: 15pt !important;
  font-weight: 600;
  padding: 3% 2%;
  width: 80%;
  margin: auto;
  text-align: center;
}

/* קטעי קוד */

.code-black {
  background-color: black;
  padding: 1em 2em;
  direction: ltr;
  text-align: left;
}

.code-black span {
  color: white;
  display: block;
  direction: ltr;
  margin: 0.5em;
}

.code-black .type1 {
  margin-left: 1em;
}

.code-black .type2 {
  margin-left: 2.5em;
}

.code-black .type3 {
  margin-left: 3.5em;
}

.code-black .type4 {
  margin-left: 4.5em;
}

/* הוספת אורך לאקורדיון */
div.panel.show {
  max-height: 100000px !important;
}

/* עיצוב קוד SQL */
.SQL_Code {
    background-color: #f2f2f2;
    padding: 2%;
    border-left: 6px solid #b1b1b1;
    border-radius: 0 15px 15px 0px;
    text-align: left;
    direction: ltr;
    padding-left: 4%;
    margin-block: 2%;
    line-height: 1.7;
}

span.Code_Blue {
    color: blue;
}

span.Code_Green {
  color: green;
}

span.Code_Red {
  color: red;
}


.wrapper-course-modes {
  height: 227px;
  background-image: url(https://courses.campus.gov.il/asset-v1:DigitalTech+GOV_SQA_HE+2025_1+type@asset+block@Campus_Tech_Logo_BLACK__1_.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 10px;
}

.search-bar .search-field{
display: none;
}

.search-bar .search-button, .search-bar .cancel-button, .search-bar .search-button:hover, .search-bar .cancel-button:hover {
  display: none;
  }

/* תיקון הצקבוקסים(כפתורי רדיו), משמאל לימין */
.xmodule_display.xmodule_ProblemBlock div.problem .choicegroup input[type="radio"], .xmodule_display.xmodule_ProblemBlock div.problem .choicegroup input[type="checkbox"] {
  position: absolute;
  top: 0.35em;
  width: 22px;
  height: 22px;
  z-index: 1;
  right: 1%;
}

.xmodule_display.xmodule_ProblemBlock div.problem .choicegroup label {
  padding: 10px;
  padding-right: 46px !important;
  position: relative;
  font-size: 1em;
  line-height: normal;
  cursor: pointer;
}



