/* arabic */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cairo/v20/SLXGc1nY6HkvalIkTpu0xg.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
/* latin-ext */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cairo/v20/SLXGc1nY6HkvalIvTpu0xg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cairo/v20/SLXGc1nY6HkvalIhTps.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* arabic */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cairo/v20/SLXGc1nY6HkvalIkTpu0xg.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
/* latin-ext */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cairo/v20/SLXGc1nY6HkvalIvTpu0xg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cairo/v20/SLXGc1nY6HkvalIhTps.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


html{
    direction: rtl;
}
*,
.topnav .navbar-nav .nav-link{
    font-family: 'Cairo';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-weight: 800;
    font-family: 'Cairo';
}

/* StepBar */
.nav-progress {
  display: table;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 43px;
  border: 3px solid #fff;
  background-color: #edeff4;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.nav-progress > div {
  position: relative;
  display: table-cell;
  padding: 6px 0;
  color: #444;
  text-align: center;  
}
.nav-progress > div.complete {
  background-color: #848c94;
  color: #fff;
}
.nav-progress > div.complete .arrow {
  border: 3px solid #fff !important;
  background: #848c94 !important;
}
.nav-progress > div.active {
  background-color: #3c4854;
  color: #FFF;
}
.nav-progress > div.active .arrow {
  background: #3c4854 !important;
}

.arrow-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
}
.arrow-wrapper .arrow-cover {
  position: absolute;
  overflow: hidden;
  width: 24px;
  height: 43px;
}
.arrow-wrapper .arrow-cover .arrow {
  position: absolute;
  right: -34px;
  z-index: 2;
  width: 50px;
  height: 43px;
  border: 3px solid #fff;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Chart */
.apexcharts-pie-label, .apexcharts-datalabel, .apexcharts-datalabel-label, .apexcharts-datalabel-value {
  fill: #ffffff !important;
}
.apexcharts-yaxis text, .apexcharts-xaxis text {
  font-family: "Cairo", sans-serif !important;
  fill: var(--ct-text-muted);
  font-weight: 600;
}
.apexcharts-tooltip-title, .apexcharts-tooltip-text, .apexcharts-legend-text {
  font-family: "Cairo", sans-serif !important;
  padding-right: 2px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.tx-12, .tx-13, .tx-14{
    float: right;
    font-weight: bold;
    padding-right: 10px;
}
.d-flex > button{
    float: left;
    /* background: transparent; */
}

.content-student{
    text-align: center;
    font-weight: bold;
}
.item1{
    border-radius: 4px 4px;
    /* box-shadow: 1px 1px #888888; */
    background-color: aliceblue;
    text-align: right;
    font-size: 20px;
    margin: 2px 5px;
    padding-left: 0px;
    width: 23%;
}
.popup-box > span{
    margin-bottom:15px;
}
.popup-box {
    align-items: center;
    width:100px;
}
.popup-box a{
    text-align: center;
    position: absolute;
    list-style-type: none;
    width:100px;
    border-radius: 4px;
    color: #8191a5;
    background-color: #f2f4f6;
    border-color: #f2f4f6;
    font-weight: bold;
}
.popup-box a:hover{
    border: 1px solid green;
    background-color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.form-group {
    margin-bottom: 10px;
}
.box-header{
    text-align: center;
    text-decoration: underline;
    font-weight: 700;
}
.box-header2{
    text-align: center;
    font-weight: 700;
}

.alert{
    text-align: center;
}
html{
    direction: rtl;
}
*,
.topnav .navbar-nav .nav-link{
    font-family: 'Cairo';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-weight: 800;
    font-family: 'Cairo';
}