/************************************/


.no_border_tr tr{
    border-bottom: transparent;
  }
  .no_border_last_tr tr:last-child{
    border-bottom: transparent;   
  }
  
  .btn-grey-hover:hover {
    background-color: #8898aa !important;
    color: #fff !important;
    border-color: #8898aa !important;
  }
  .btn-plum, .btn-plum-hover:hover{
    background-color: #32325d;
    color: #fff !important;
    border-color: #32325d !important;
  }
  
  .bg-cloud-alt{
    background-color: #f5f7fb !important;
  }
  
  .border-blue{
    border-color: #6772e5 !important;
  }
  .border-plum{
    border-color: #32325d !important;
  }
  .border-10{
    --bs-border-width: 10px
  }
  
  /************************************/
  
  /**** Country flags list****/
  
   /* .countrieslist > div {
        width: 12%;
        margin-bottom: 2.5rem;
        text-align: center;
        line-height: 1.75 !important;
    }*/
   /* .countrieslist a img {
        width: 60%;
        height: auto;
        margin-bottom: .75rem;
		border-bottom-right-radius: 20px;
		transform: rotate(0deg) skewX(-15deg);
		    background: #fff;
		
    }

    .countrieslist a img {
       width: 170px;
      height: 70px;
      transform: skew(0deg);
	border-bottom-right-radius: 20px;
   
		
    }*/
  .countrieslist a img {
       width: 122px;
      height: ;
      transform: skew(0deg);
	border-bottom-right-radius: 20px;
   
		
    }

    .countrieslist a {
        transition: .3s;
    }
  .hover a:hover {
        /* scale: 1.05; */
        transform: translateY(-3px);
    }
    .countrieslist a:hover {
        /* scale: 1.05; */
        transform: translateY(-3px);
    }

.countrieslist figcaption p:hover {
	color: #6772e5!important;}

    .countrieslist .countriesnames {
        color: var(--bs-gray-800);
        transition: .3s;
    }
    .countrieslist a:hover .countriesnames {
        color: var(--bs-indigo) !important;
    }
    .countrieslist a {
        transition: .3s;
    }
  
    @media (max-width: 575.98px) {
        .countrieslist > div {
            width: 15%;
            margin-bottom: 2.5rem;
        }
        .countrieslist a img {
            width: 100%;
            height: auto;
            margin-bottom: .75rem;
        }
    }
    @media (max-width: 540px) {
        .countrieslist > div {
            width: 20%;
            margin-bottom: 2rem;
        }
    }
    @media (max-width: 400px) {
        .countrieslist > div {
            width: 25%;
            margin-bottom: 1.5rem;
        }
    }
  
  /**** Courses ****/
  
  /*** SDG floating images ***/
  
  .floating.image {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: end;
    max-height: 64px;
    width: 100%;
    /* margin: -25px 5px 0 -5px; */
    position: absolute;
    /* top: 42%; */
    transition: all .6s;
    margin: 5px 5px 5px -5px;
    bottom: -10%;
  }
  .course-hover:hover .floating.image{
  }
  .floating.image img{
    width: 13%;
    margin-left: 5px;
    margin-top: 5px;
    z-index: 10;
  }
  .mb-70 .floating.image{
    margin-bottom: -20px;
  }
  
  /*** external link icon ***/
  
  .ext{
      position: relative;
  }
  .ext::after {
      position: absolute;
      right: 0.25rem;
      top: 0.25rem;
      content: "\f11c";
      font-family: "flaticon";
      color: #fff;
      font-size: 8px;
  }
  
    /*** course hover ***/
  
    .course-hover{
      position: relative;
      overflow: hidden;
    }
    .course-hover .img-block{
      height: auto;
      width: 100%;
      position: relative;
    }
    .course-hover .img-block .course-img{
      height: 235px;
      object-fit: cover;
      background: no-repeat;
    }
    .course-hover .course-text{
      height: auto;
      margin-top: 20px;
    }
    .course-hover::before{
      content: " ";
      position: absolute;
      z-index: 1;
      height: 100%;
      width: 100%;
      top: 100%;
      left: 0;
      background-color: #6772e5;
      border-radius: 0.375rem !important;
      transition: 0.5s; 
    }
    .course-hover:hover::before{
      z-index: 20;
      top: 0;
      border-radius: 0.375rem !important;
    }
    .card.course-hover .card-body {
      position: relative;
      z-index: 20;
    }
    .card.course-hover .card-footer {
      position: relative;
      z-index: 30;
    }
    .course-hover:hover .img-block {
      opacity: 0;
    }
    .course-hover:hover .course-text{
      position: relative;
      z-index: 10;
      opacity: 0;
    }
    .course-hover .course-text-hover{
      position: absolute;
      top:100%;
      left:0;
      opacity: 0;
    }
    .course-hover .course-text-hover h3, .course-hover .course-text-hover p{
      color: #fff;
    }
    .course-hover:hover .course-text-hover{
      transition: opacity 1.7s;
      top: 0;
      opacity: 1;
      padding: 1rem;
      height: 100%;
      position: absolute;
      z-index: 100;
      background-color: #6772e5;
    }
    .course-hover:hover .btn.btn-tra-unblue{
      color: #fff !important;
      border-color: #fff !important;
    }
    .course-hover:hover .btn.btn-unblue{
      background-color: #32325d ;
    }
    .course-hover:hover .btn:hover{
      color: #181828 !important;
      border-color: #fff !important;
      background-color: #fff !important;
    }
    .course-hover:hover .btn.ext:hover .ext::after{
      color: #181828 !important;
    }
    
  /**** Search input form*****/
  
    .search-input-holder{
        position: relative;
    }
    .search-input-holder .form-control {
        padding-left: 30px;
    }
    .flaticon-search{
        position: relative;
    }
    .flaticon-search::before{     
        position:absolute;
        top: 10px;
        left: 7px;
        color: #8898AA;
    }
  
  /**** Explore data ****/
  
    /*** Index ranking ***/
    .fs-xs::before{
        font-size: 14px !important;
    }
  
    /*** external link icon 2 ***/
  .ext-2{
        position: relative;
        transition: all .6s;
    }
    .ext-2::after {
        position: absolute;
        right: 0.75rem;
        top: 0.75rem;
        content: "\f11c";
        font-family: "flaticon";
        color: #fff;
        font-size: 10px;
    }
    .ext-2:hover{
        transform: translateY(-3px);
    }
  
  /**** inclusion ****/
  .inclusion_ul li {
    border-bottom: 2px solid #dee2e6;
  } 
  .inclusion_ul li a{
    margin-right: 20px;
    padding-bottom: 14px;
    border-bottom: 4px solid transparent;
  }
  .inclusion_ul li.active a{
    color: #6772e5;
    border-bottom: 4px solid #6772e5;
  }
  
  /**** Table ****/
  
  .rounded table th:first-child{
  border-top-left-radius: 5px;
  }
  .rounded table th:last-child{
  border-top-right-radius: 5px;
  }
  
  
  table.dataTable.no-footer{
    border-bottom: none
  }
  .dataTables_wrapper{
    overflow-x: hidden;
  }
  table .filters{
    background-color: #6772e5;
  }
  table .filters th{
    width: 10%;
  }
  table .filters th input{
    width: 100%;
  }
  table .filters th:first-child{
    border-top-left-radius: 5px;
  }
  table .filters th:last-child{
    border-top-right-radius: 5px;
  }
  
  #table_1_filter{
    display: none;
  }
  
  table thead tr th.sorting{
  text-align: center;
  }
  
  
  #fillters_holder select+.select2-container--bootstrap-5{
  width: 23% !important;
  margin-right: 10px;
  }
  