body {
    overflow-x: hidden;
}
.backgroundparent {
    position: fixed;
    top: 0;
    min-height: 100%;
    width: 100%;
}
.sizeauto {
    width: 100%;
    height: 100%;
}
.imagescale {
    background-size: cover;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
}
/* 
@font-face{
    font-family:"Font B";
    font-style:normal;
    font-display:auto;
    src:url([[font:theme|FontB.woff]]);
} */

@keyframes changeimages1 {
    0% { opacity:1; }
    10% { opacity:1;  }
    11% { opacity:0; transform: scale(1.1);}
    100% { opacity:0; }
}
@keyframes changeimages2 {
    0% { opacity:0; }
    9% { opacity:0;transform: scale(1); }
    10% { opacity:1; }
    21% { opacity:1; }
    22% { opacity:0; transform: scale(1.1);}
    100% { opacity:0; }
}
@keyframes changeimages3 {
    0% { opacity:0; }
    20% { opacity:0;transform: scale(1); }
    21% { opacity:1; }
    32% { opacity:1; }
    33% { opacity:0; transform: scale(1.1);}
    100% { opacity:0; }
}
@keyframes changeimages4 {
    0% { opacity:0; }
    31% { opacity:0; transform: scale(1);}
    32% { opacity:1; }
    43% { opacity:1; }
    44% { opacity:0; transform: scale(1.1);}
    100% { opacity:0; }
}
@keyframes changeimages5 {
    0% { opacity:0; }
    42% { opacity:0; transform: scale(1);}
    43% { opacity:1; }
    54% { opacity:1; }
    55% { opacity:0; transform: scale(1.1);}
    100% { opacity:0; }
}
@keyframes changeimages6 {
    0% { opacity:0; }
    53% { opacity:0; transform: scale(1);}
    54% { opacity:1; }
    65% { opacity:1; }
    66% { opacity:0; transform: scale(1.1);}
    100% { opacity:0; }
}
@keyframes changeimages7 {
    0% { opacity:0; }
    64% { opacity:0; transform: scale(1);}
    65% { opacity:1; }
    76% { opacity:1; }
    77% { opacity:0; transform: scale(1.1);}
    100% { opacity:0; }
}
@keyframes changeimages8 {
    0% { opacity:0; }
    75% { opacity:0; transform: scale(1);}
    76% { opacity:1; }
    87% { opacity:1; }
    88% { opacity:0; transform: scale(1.1);}
    100% { opacity:0; }
}
@keyframes changeimages9 {
    0% { opacity:0; }
    87% { opacity:0; transform: scale(1);}
    88% { opacity:1; }
    100% { opacity:1; transform: scale(1.1);}
}

#scale1 {
    animation-name: changeimages1;
    animation-iteration-count: infinite;
    animation-duration: 30s;
    animation-direction: normal;
}
#scale2 {
    animation-name: changeimages2;
    animation-iteration-count: infinite;
    animation-duration: 30s;
    animation-direction: normal;
}
#scale3 {
    animation-name: changeimages3;
    animation-iteration-count: infinite;
    animation-duration: 30s;
    animation-direction: normal; 
}
#scale4 {
    animation-name: changeimages4;
    animation-iteration-count: infinite;
    animation-duration: 30s;
    animation-direction: normal;
}
#scale5 {
    animation-name: changeimages5;
    animation-iteration-count: infinite;
    animation-duration: 30s;
    animation-direction: normal;
}
#scale6 {
    animation-name: changeimages6;
    animation-iteration-count: infinite;
    animation-duration: 30s;
    animation-direction: normal;
}
#scale7 {
    animation-name: changeimages7;
    animation-iteration-count: infinite;
    animation-duration: 30s;
    animation-direction: normal;
}
#scale8 {
    animation-name: changeimages8;
    animation-iteration-count: infinite;
    animation-duration: 30s;
    animation-direction: normal;
}
#scale9 {
    animation-name: changeimages9;
    animation-iteration-count: infinite;
    animation-duration: 30s;
    animation-direction: normal;
}

div#textdashboard {
    position: absolute;
    top: 20%;
    display: block;
    right: 5%;
    text-align: right;
}
.ltr div#textdashboard {
    left: 5%;
    right: unset;
    text-align: left;
}

#moodletext {
    color: #FFFFFFD1;
    font-family: "Poppins", Sans-serif;
    font-size: 10vw;
    font-weight: 900;
    line-height: 30vh;
    margin-top:20px;
}
#firstline {
    color: #FFFFFFBD;
    /* font-family: "Alef", Sans-serif; */
    font-size: 5em;
    font-weight: 600;
    line-height: 1px;
}
.typewrite {
    color: #F98325;
}
/* section#newssection */
#areawhite {
    position: relative;
    background-color: white;
    height: 50vh;
    min-height: 50vh;
    width: 50%;
    top: 95%;
    margin: auto;
    text-align: center;
    margin-top:15%;
}
@keyframes blink {
    50% { border-color:unset ; } 
}
.rtl .typewrite > .wrap { 
    border-left: 0.09em solid #F98325;
    animation: blink 1s;
}
.ltr .typewrite > .wrap {
    border-right: 0.09em solid #F98325;
    animation: blink 1s;
}

a.editnews {
    color: #ffffff;
    text-decoration: unset;
    font-size: 1em;
    margin: 0px 10px;
    float: right;
    background: #ef8335;
    padding: 3px 5px;
}

section#newssection {
    width: 100%;
    height: 100%;
}

#newstitle {
    color: #FFFFFF;
    /* font-family: "Alef", Sans-serif; */
    font-size: 1.5em;
    font-weight: 900;
    letter-spacing: 0.1em;
    padding: 8px 18px 8px 29px;
    background-color: #F98325;
    position: relative;
    top: -20px;
}
.headernews {
    color: #0D6F99;
    /* font-family: "Alef", Sans-serif; */
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 9px;
}
.detailsnews {
    color: grey;
    /* font-family: "Alef", Sans-serif; */
    padding-bottom: 20px;
    /* font-family: "Alef", Sans-serif; */
    font-weight: 400;
}
.newscontent {
    position: absolute;
    left: 50%;
    /* sara */
    width: 80%;
    top: 5vh;
    /* padding: 0 25%; */
    transform: translateX(-50%);
    display: none;
    animation: fade 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.messagenews {
    /* max-height: 38vw; */
    max-height: 28vh;
    overflow-y: auto;
    overflow-x: auto;
    padding: 0 5%;
}

.newsparents .prev,
.newsparents .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #F98325;
    font-weight: bold;
    font-size: 20px;
    transition: all 0.6s ease;
    user-select: none;
    text-decoration: none;
}
section.rtl .newsparents .prev,
section.rtl .newsparents .next {
 transform: rotate(180deg);
}
.newsparents .prev {
    left: 2px;
}
  
.newsparents .next {
    right: 2px;
}

.dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: absolute;
    top: 44vh;
    width: 100%;
}

.dots-container .dot {
    cursor: pointer;
    margin: 5px;
    width: 10px;
    height: 10px;
    color: #333;
    border-radius: 50%;
    background-color: #dfd6ce;
}

.dots-container .dot.active {
    color: #F98325;
    background-color: #F98325;
}


#areablue {
    height: fit-content;
    padding: 0 0 250px 0;
    position: relative;
    top: 100%;
    margin: -10px;
    background-color: #0D6F99;
    text-align: center;
    margin-top:15vh;
}
span#linkstitle {
    color: white;
    /* font-family:"Font B"; */
    background-color: #ef8335;
    padding: 8px 16px;
    font-size: 1.5em;
    letter-spacing: 0.1px;
    font-weight: 900;
    position: relative;
    top: 100px;
}

.linkcampus {
    display: inline-block;
    width: 30%;
    margin: 0 7px;
    animation: fadeIn 1s ease-in both;
}
#linkscampus div:nth-child(2) {
	animation-delay: 0.5s;
}
#linkscampus div:nth-child(3) {
	animation-delay: 1s;
}
#linkscampus div:nth-child(4) {
	animation-delay: 1.5s;
}
#linkscampus div:nth-child(5) {
	animation-delay: 2s;
}
#linkscampus div:nth-child(6) {
	animation-delay: 2.5s;
}
#linkscampus div:nth-child(7) {
	animation-delay: 3s;
}
#linkscampus div:nth-child(8) {
	animation-delay: 3.5s;
}
#linkscampus div:nth-child(9) {
	animation-delay: 4s;
}
div#linkscampus {
    width: 90%;
    direction: rtl;
    right: 5%;
    position: relative;
    top: 170px;
    display: block;
}
.ltr div#linkscampus {
    direction: ltr;
    right: unset;
    left: 5%;
}
img.imglinkcampus {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.titlelinkcampus {
    font-size: 20px;
    color: #0d6f99;
    font-weight: bold;
    letter-spacing: 0.6px;

}

.textlinkcampus {
    background-color: white;
    height: 140px;
    padding: 30px 0px;
}
a.linklinkcampus {
    background-color: #ef8335;
    padding: 8px 14px;
    color: white;
    text-decoration: unset;
    font-size: 14px;
    font-weight: bold;
}
.contentlinkcampus {
    width: 70%;
    padding: 0 20px;
    height: 70px;
    overflow: auto;
    margin: auto;
    margin-bottom: 20px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media(max-width: 1000px) {
    .newscontent {
        width: 80%;
        margin: auto
    }
    .linkcampus {
        width: 40%;
        margin: 7%;
    }
    span#linkstitle{
        letter-spacing:1px;
    }

}

@media(max-width: 700px) {
    
    #areawhite {
        width: 95%;
        top: 95%;
        
    }
    #firstline{
        font-size: 1.5em;
    }

    div#linkscampus {
        display: block;
    }

    .linkcampus {
        width: 90%;
        
    }

    a.editnews {
        font-size:0.7em;
        top:-15px;
        position: inherit;
    }
    span#linkstitle{
        letter-spacing:1px;
    }
 
}
span#linkstitle{
        letter-spacing:1px;
    }












.fadeinright {
    animation-name: fadeInRight;
    animation-duration: .75s;
    position: absolute;
    
}
.slideindown {
    animation-name: slideInDown;
    animation-duration: .75s;
    width: 30%;
    display: inline-block;
    
    
}
#learninggauge {
    height: 137px;
    width: 137px;
    perspective: 1000;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
    position: absolute;
    right: -50px;
    top: 50px;
}
#learninggauge:hover {
    transform: rotateY(180deg);
}

#learninggaugefront, #learninggaugeback {
    border-radius: 200px;
    height: 137px;
    width: 137px;
    background-color: #11183A;
    color: #fff;
    font-family: "south west", south-west;
    text-align: center;
    position: absolute;
    backface-visibility: hidden;
}
#learninggaugeback {
    transform: rotateY(180deg);
}
#precent {
    padding: 30px 20px 0px 20px;
    margin-bottom: 2px;
    font-family: "south west", south-west;
    font-size: 41px;
    font-weight: 400;
    letter-spacing: -0.4px;
}
div#strive {
    font-size: 16px;
    font-weight: 200;
}

h3#learninggaugefrontask {
    line-height: 21px;
    font-size: 21px;
    font-weight: 200;
    padding: 20px;
    letter-spacing: -0.0415625em;
}
div.toyou {
    background: white;
    margin: -60px 16px 085px 16px;/*chaya*/
    padding: 31px 20px 55px 20px;
    
    text-align: center;
    border-radius: 9px;
    height: 360px;
}
div.toyou:hover {
    box-shadow: 0px 0px 30px 0px rgba(150, 150, 150, 0.5);
}
@keyframes slideInDown {
    from {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }
    to {
        transform: translate3d(0,0,0)
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}


.displayflex {
    display: flex;
}
.titledashboard {
    color: #000F57;
    font-family: "south west", south-west;
    font-size: 22px;
    font-weight: 200;
    letter-spacing: -0.0415625em;
}
.divider {
    width: 38px;
    height: 7.3px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #f3aa03;
}
.numberdashboard {
    color: #11183A;
    font-family: "south west", south-west;
    font-size: 148px;
    font-weight: 900;
    line-height: 0.8em;
}
.explainnumberdashboard {
    color: #999999;
    font-family: "south west", south-west;
    font-size: 29px;
    font-weight: 200;
    letter-spacing: -0.0415625em;
}
.course {
    color: #000F57;
    font-family: "south west", south-west;
    font-size: 27px;
    font-weight: 100;
    line-height: 0.8em;
    padding-bottom: 10px;
}
.coursename {
    color: #11183A;
    font-family: "south west", south-west;
    font-size: 44px;
    font-weight: 600;
    line-height: 0.9em;
    letter-spacing: -0.7px;
}
.opencourse {
    color: #999999;
    font-family: "south west", south-west;
    font-size: 23px;
    font-weight: 200;
}
a.arrow {
    position: relative;
    width: 67px;
    height: 64px;
    margin-top: -100px;
    display: inline-block;
    margin-right: 140px;
}
.imgarrow {
    border-radius: 9px;
    height: 64px;
    width: 67px;
}
img.backtotopimg {
    height: 80px;
    width: 80px;
}
div#backtotop {
    position: fixed;
    bottom: 30px;
    left: 30px;
}
/*chaya 10/5/2020*/
img.soonimg {
    width: 120px;
}
a.soonlink {
    position: absolute;
    margin: -60px 16px;
    width: 80%;
}
.extendedsearchdiv {
    margin: 10px 5px;
    width: 20%;
}
.iconfont {
    margin-right: -20px;
    font-style: normal;
    font-size: 18px;
}

.extendedsearchhover:hover {
    transform: scale(1.1);
}
#page-local-mydashboard-index section[data-region="blocks-column"]{
    display: none;
}
#page-local-mydashboard-index .fpwonderbox{
    display: none;
}
#page-local-mydashboard-index .markettiles{
    display: none;
}
#page-local-mydashboard-index section#region-main{
    width:100%;
}

/* width */
#page-local-mydashboard-index ::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  #page-local-mydashboard-index ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  #page-local-mydashboard-index ::-webkit-scrollbar-thumb {
    background: #0c6f99; 
  }
  
  /* Handle on hover */
  #page-local-mydashboard-index ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  #page-local-mydashboard-index ::-webkit-scrollbar-thumb:horizontal{
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
 /* Track */
 #page-local-mydashboard-index ::-webkit-scrollbar-track:horizontal{
    width: 0px;
    background: transparent;
    height: 0px;
  }
  @media screen and (min-width: 576px){
       #page-local-mydashboard-index #region-main-box{
      padding: 0 !important;
    }
  }


