/*
Theme Name: TWG - Hello Child Theme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: TWG
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1685059822
Updated: 2023-05-26 12:10:22

*/
.access-box,.pdf-box-display{
    display: flex;
    justify-content: center;
}
.access-box-ul{
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
}
.access-box-ul-li{
    padding: 30px;
      width: 30%;
      text-align: center;
      border: 1px solid #8080805c;
      margin: 10px;
      border-radius: 5px;
}
.access-box-ul-a{
    display:block;
    margin-bottom:15px;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip i{
    margin-right:10px;
}
#pdf-controls{
    display: flex;
    margin-bottom: 20px;
}
#pdf-canvas{
    border: 1px solid;
}
#page-number{
    display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color:#000 !important;
}
#pdf-controls button{
    margin-right:10px;
    background-color: #286090;
  font-family: "Humanii", Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 10px;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px 5px 15px;
  border-color:#286090;
}
@media (max-width: 768px) { 
    .access-box-ul-li{
        width: 1000%;
    }
}