.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
    font-family: "Ubuntu", sans-serif;
    margin: 0; 
    background-color: #1e1e1e; 
    color: #ffffff;
    padding: 20px;
}


.container {
    margin: 40px; 
}

.logo_main {
  width: 80px;
  height: 100%;
  margin-right: 42px;
  }
  
.position_main {
  display: flex;
  }
  
.btn_position {
  display: flex;
  justify-content: space-between;
  }
  
.btn_main {
  text-decoration: none;
  border: solid 1px #4bc0c0;
  border-radius: 2px;
  padding: 10px 20px;
  color: #4bc0c0;
  height: fit-content;
  }
  
.btn_main:hover {
  border: solid 1px #4bc0c0;
  color: white;
  background-color: #4bc0c0;
  }
  
.btn_main_two:hover {
  border: solid 1px #4bc0c0;
  color: #4bc0c0;
  background-color: #1e1e1e;
  }
  
.btn_main_two {
  text-decoration: none;
  border: solid 1px #4bc0c0;
  border-radius: 2px;
  padding: 10px 20px;
  color: white;
  background-color: #4bc0c0;
  margin-left: 20px;
  height: fit-content;
  }
  
.positon_graph {
  display: flex;
  justify-content: start;
  }
  
h1 {
  margin: 0px;
  }
  
.check_main {
  display: flex;
  margin-top: 32px;
  }
  
.check_positon {
  display: flex;
  margin-bottom: 10px;
  }
  
.check_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 0 10px;
    }
    
  .check_icon {
      width: 20px;
    }
    
    
.date {
    margin-bottom: 10px;
    }
    
.icon_title {
  display: flex;
  }
    
.icon_main {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  }
  
.title_h2 {
  margin: 0px;
  font-size: 24px;
  margin-bottom: 32px;
}

.title_faq {
  margin-top: 60px;
}
    
.title_main {
  margin: 0;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }

.descrip_main {
  margin-top: 6px;
  border-bottom: solid 1px #4bc0c047;
  padding-bottom: 30px;
  font-size: 14px;
  }
  
.stat_main {
  margin-left: 62px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  }
  
#chartContainer {
    width: 100%;
    max-width: 1000px; 
    height: 400px;
}
canvas {
    width: 100% !important; 
    height: 100% !important; 
}

#availability {
    margin-top: 20px;
    font-size: 18px;
}

#availabilityChart {
    cursor: pointer;
}

.color-circle {
    width: 15px; 
    height: 15px; 
    border-radius: 50%;
    margin-right: 8px; 
    display: inline-block; 
}

.copy {
  text-align: center;
  padding: 80px;
  }
  
.title_mob {
  display: none;
}

.all_pers {
  margin-top: 20px; 
  margin-bottom: 10px;
  }
  
.main_title_desc {
  display: block;
  }
  
.main_title_mob {
  display: none;
  }

@media (max-width: 1000px) {

header {
    margin: 10px;
    }
  
body {
  padding: 0px;
  }
  
.positon_graph {
  flex-direction: column;
}

#chartContainer {
  height: auto;
}

h1 {
  font-size: 20px;
  }
  
.stat_main {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 0;
}
  
.title_desc {
  display: none;
  }
  
.title_mob {
  display: block;
  }
  
.position_main {
  display: flex;
  flex-direction: column;
}

.text_mobile {
  display: block;
  }
  
.text_desctop {
  display: none;
  }
  
.container {
  padding: 10px;
  margin: 10px;
}

.position_mobile {
  margin-top: 10px;
  }

.all_perc {
  margin-top: 0px; 
  }
}

@media (max-width: 600px) {
  .stat_main {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0;
  }
  
  .perc_top {
    margin-top: 20px;
    }
  
.logo_main {
  width: 46px;
  margin-right: 10px;
  }
  
.main_title_desc {
  display: none;
  }
  
.main_title_mob {
  display: block;
  margin-top: 40px;
  }
  
.btn_position {
  flex-direction: column;
}

.check_icon {
  width: 14px;
}

.check_text {
  font-size: 14px;
}
}
