body {
  max-width: 1920px;
  margin: 0 auto!important;
}

.tool-option {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.tool-option img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.settingsTitle {
  background-color: #fff;
  border-radius: .65rem;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.settingsTitle h1 {
  margin: 0;
}

.settingsContainer {
  background-color: #fff;
  border-radius: .65rem;
  padding: 20px 30px;
}

.euLogos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.loginBody {
  padding: 3rem;
}

.loginBody .bg-body {
  padding: 5rem;
}

.footer-menu-container .menu-item {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .loginBody {
    padding: 5rem;
  }
}

@media screen and (max-width: 550px){

  .tool-option-svg span {
    font-size: 1.5rem;
  }

  .loginBody {
    padding: 1rem !important;
  }

  .loginBody .bg-body {
    padding: 3rem;
  }

  .euLogos {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

  .loginLinks {
    flex-direction: column;
    gap: 25px;
  }

  .footer-menu-container {
    flex-direction: column;
    width: 100%;
    gap: 5px;
    margin-top: 10px;
    padding: 0;
  }

  .footer-links {
    justify-content: space-around;
  }

}


#kt_app_sidebar_secondary_wrapper {
  padding-bottom: 115px;
}

#nav-link-sec{
  text-align: left !important;
}

.dashboard-page #kt_app_sidebar_mobile_toggle {
  display: none!important;
}

#btn-dimensions:hover{
    color: #fff !important;
    background-color: #049dff!important;
  }

  .btn.btn-secondary i:hover{
    color: #fff !important;
    background-color: #049dff!important;
  }


.select{
    color: #fff !important;
    background-color: #049dff!important;
  }


  .full-nav{
    width: 100%;
  }



  .flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
  }
  
  .single-chart {
    width: 33%;
    justify-content: space-around ;
  }
  
  .circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    min-height: 120px;
    max-height: 250px;
  }

  .ovrlScore-container .circular-chart {
    min-height: 180px;
  }

  .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
  }
  
  .circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
  }
  
  @keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
  }
  
  .circular-chart.orange .circle {
    stroke: #ff9f00;
  }
  
  .circular-chart.green .circle {
    stroke: #4CC790;
  }
  
  .circular-chart.blue .circle {
    stroke: #3c9ee5;
  }
  
  .percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
  }


  .col-20 {
    flex: 0 0 auto;
    width: 20%;
  }

  .scoreboard-title{
    justify-content: start !important;
  align-items: center !important;
  }

  .flex-wrapper {

    justify-content: center;
  }

  .textcenter {

   text-align: center !important;
  }


  .width-30px {
    min-width: 30px !important;
    max-width: 30px !important;
  }


  #chartdiv {
    width: 100%;
    height: 300px;
  }

.tool-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tool-option-svg {
  display: flex;
  font-size: 25px;
  color: #fff;
  padding: 30px 14%;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  max-width: 650px;
  width: 100%;
  transition: background-image 0.3s;
  position: relative;
  z-index: 1;
}

.tool-option-svg::before {
  border-radius: 20px;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.3s linear;
  opacity: 0;
}

.tool-option-svg svg, .tool-option-svg path {
  fill:#fff;
}

.scoreboard {
  background-image: linear-gradient(to right, #ebdd05, #988b02);
}

.scoreboard::before {
  background-image: linear-gradient(to left, #ebdd05, #988b02);
}

.scoreboard:hover::before {
  opacity: 1;
}

.campaigns {
  background-image: linear-gradient(to right, #9f1680, #3f0230);
}

.campaigns::before {
  background-image: linear-gradient(to left, #9f1680, #3f0230);
}

.campaigns:hover::before {
  opacity: 1;
}

.indicators {
  background-image: linear-gradient(to right, #016f92, #034158);
}

.indicators::before {
  background-image: linear-gradient(to left, #016f92, #034158);
}

.indicators:hover::before {
  opacity: 1;
}

.admin-tool {
  background-image: linear-gradient(to right, #009946, #035d33);
}

.admin-tool::before {
  background-image: linear-gradient(to left, #009946, #035d33);
}

.admin-tool:hover::before {
  opacity: 1;
}

.recommendations-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 1rem;
  border: 1px solid;
  padding: 10px;
  text-align: center;
}

.recommendationsHead {
  font-weight: bold;
  font-size: 22px;
  padding-left: 2rem !important;
  display: flex;
  gap: 20px;
  align-items: center;
  color:#fff;
}

.recommendationsHead svg {
  width: 48px;
  height: 48px;
}

.recommendationsList {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.singleRecommendation {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
    padding: 1rem;
    border-radius: 1rem;
}

.recTitle {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.recTitle img {
  max-width:6rem;
}

.recTitle span {
  font-weight: bold;
  font-size: 1.35rem;
  display: inline-block;

}

.ellipsis-text {
  width: 50rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recDescription {
  display: none;
  padding-left: 20px
}

.pdfBTN {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  border-radius: 1rem;
  border: 1px solid #8e8e8e;
  padding: 10px 15px;
  color: #8e8e8e;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pdfBTN:hover {
  background-color: #8e8e8e;
  color: #fff;
}

.pdfBTN svg {
  fill: #8e8e8e;
  transition: fill 0.3s ease;
}

.pdfBTN:hover svg {
  fill: #fff;
}

/*Footer CCS*/

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #e0e0e0;
  width: 100%;
}
.footer-logo-container {
  display: flex;
  gap: 30px;
  align-items: center;
}
.footer-logo-container p {
  font-size: smaller;
  width: 500px;
  margin:0
}
.footer-menu-container {
  display: flex;
  gap: 20px;
  margin: 0;
}

@media screen and (max-width: 1200px){
  .dashboard-logo {
    display: none!important;
  }
  .tool-options {
    align-items: center;
  }
}
@media screen and (max-width: 1334px){
  .footer-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 900px){
  .footer-logo-container {
    flex-direction: column;
    gap: 10px;
  }
  .footer-menu-container {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px){
  .footer-logo-container {
    flex-direction: column;
    gap: 10px;
  }
  .footer-logo-container p {
    width: 100%;
  }
}

.institution_profile {
  width: 35%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%); z-index:9999;
}

@media screen and (max-width: 1200px){
  .institution_profile {
    width: 50%;
  }
}

@media screen and (max-width: 800px){
  .institution_profile {
    width: 90%;
  }
}

@media screen and (max-width: 767px){
  .aLogo {
    display: flex;
    justify-content: center;
  }

  .aLogo img {
      width: 50%;
  }
}