body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-image: linear-gradient(to bottom, rgb(254, 254, 255));
}

.main-content {
  display: flex;
  /* flex-direction: column; */

}

.option {
  width: 49%;
  height: 100px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  margin: 10px;
}



.option-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
}

.count {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  margin-left: 17px;
}
.count1 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  margin-left: 17px;
}
.icon {
  font-size: 50px;
  color: #000000;
  margin-right: 10px; /* Add some space between icon and text */
  margin-left: 10px; /* Add a small space between box and icon */
}

.option h2 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 5px;
}


.notification-box {
  width: 450px;
  height: 450px;
  background-color: #ffffff;
  /* border: 1px solid #000000; */
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 5px;
  
  padding: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  
}



.notification-box {
  position: relative;
  /* overflow: hidden; */
}
.high_light{
  background-color: #b0b0b090;
  padding: 5px;
  border-radius: 5px;
}

.scrolling-text {
  position: absolute;

  width: 100%;
  height: 100%;
  padding: 10px;
  color: #333;
}


.container1 {
  display: flex;
  align-items: flex-start;
  margin: 20px;
}

.card-container {
  display: flex;
  flex-direction: column;
  margin-left: 20px; 
}

.card2 {
  width: 480px;
  background-color: #ffffff;
  /* border: #000000; */
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
}

.card h3 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 10px;
}

.card1 {
  height: 250px;
  border: none;
}



.scroll-box {
  max-height: 150px; 
  overflow-y: auto; 
  padding: 10px; 
  border-radius: 5px; 
  width: 470px;
  
}


#university-ranking-list li {
  margin-bottom: 8px; 
  font-weight: bolder;
}


.card1 {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  /* border: 1px solid #000000; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-left: 30px;
  width: 480px;
  
}
.h33{
  margin-top: 5px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: bolder;
  font-size: 25px;
}
#university-ranking-list{
  font-family: Arial, sans-serif;
  
}
.scroll-box{
  background-color: rgba(28, 175, 201, 0.1);
}

.nh3{
  margin-bottom: 50px;
  margin-top: 50px;
}

/******* *********************************** profile  */



#star {
  margin-left: -5px !important;
  vertical-align: bottom !important;
  opacity: 0.5;
}


.more {
  opacity: 0.5 !important;
}

.btn:hover {
  color: black !important;
}

.vl {
  margin: 8px !important;
  width: 2px;
  border-right: 1px solid #aaaaaa;
  height: 25px;
}


#plus {
  opacity: 0.8;
}


.card {
  border-radius: 10px !important;
  
}

.profile_card a:hover {
  background-color: #ccc !important;
}



.btn-outlined:active {
  color: #FFF;
  border-color: #fff !important;
}


.profile_card img {
  cursor: pointer;
  overflow: visible;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.profile_card{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.h_noti{
  text-decoration: underline;
  margin-bottom: 20px;
}


/* ****************************** mobile view */
@media (max-width: 768px) {
  .option {
    width: 100%;
    font-size: x-large;
  }
  .option h2{
    font-size: x-large;
  }
  .main-content {
    width: 100%;
    flex-direction: column;
    font-size: smaller;
    font-size: x-large;
    
  }
  #courses-count{
    margin: 0;
    margin-left: 15px;
    font-size: x-large;
  }
  #university-count{
    margin: 0;
    margin-left: 15px;
    font-size: x-large;
  }

  .card1 {
    width: 100%;
    margin: 0;
    margin-top: 50px;
  }
  .notification-box{
    width: 100%;
  }
  .scroll-box{
    width: 100%;
    margin: 0;
    
  }
  .scrolling-text{
    width: 100%;
  }
  .container1{
    display: grid;
  }
}


/* conatiner sections */





.ag-courses_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  padding: 50px 0;
}
.ag-courses_item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);

  margin: 0 15px 30px;

  overflow: hidden;

  border-radius: 28px;
}
.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: whitesmoke;

  overflow: hidden;

  position: relative;
}
.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #FFF;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.ag-courses-item_title {
  min-height: 87px;
  margin: 0 0 25px;

  overflow: hidden;

  font-weight: bold;
  font-size: 30px;
  color: #000;

  z-index: 2;
  position: relative;
  text-align: center;
}
.ag-courses-item_date-box {
  font-size: 18px;
  color: #000;

  z-index: 2;
  position: relative;
}
.ag-courses-item_date {
  font-weight: bold;
  color: #03b2d5;

  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease
}
.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #f9b234;

  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;

  border-radius: 50%;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
  background-color: #3ecd5e;
}
.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
  background-color: #e44002;
}
.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
  background-color: #952aff;
}
.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
  background-color: #cd3e94;
}
.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
  background-color: #4c49ea;
}



@media only screen and (max-width: 979px) {
  .ag-courses_item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .ag-courses-item_title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}
@media only screen and (max-width: 639px) {
  .ag-courses_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ag-courses-item_title {
    min-height: 72px;
    line-height: 1;

    font-size: 24px;
  }
  .ag-courses-item_link {
    padding: 22px 40px;
  }
  .ag-courses-item_date-box {
    font-size: 16px;
  }
}