/* body {
    font-size: 12px;
} */

table th {
    font-size: 14px !important;
}
table td {
    font-size: 14px !important;
}

.container_body {
    /* background-image: url('../../assets/images/bgs/007.svg'); */
    background-position: fixed;
    background-size: 100% auto;
    background-repeat: repeat;
    /* opacity: 0.5;
    z-index: -1; */
}
.sidebar-wrapper {
    /* background-image: url('../../assets/images/bgs/0064.png'); */
    background-position: fixed;
    background-size: 100% auto;
    background-repeat: repeat;
    /* opacity: 0.5;hexagon_sidebar
    z-index: -1; */
}
.container_login_body {
    /* background-image: url('../../assets/images/bgs/007.svg'); */
    background-image: url('../../assets/images/bgs/landscap_bg_05.svg');
    background-position: fixed;
    background-size: 100% auto;
    background-repeat: repeat;
    /* opacity: 0.5;
    z-index: -1; */
}
.hexagon_sidebar {
      /*width: 85%;*/
      /*height: 58px;*/
      width: 50%;
      height: 130px;
      
      /*background-color: #f5f6f8;*/
      position: relative;
      margin: 5px 0; 
      /*clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
      /*clip-path: polygon(13% 0%, 88% 0%, 100% 50%, 88% 100%, 13% 100%, 0% 50%);*/
      /*clip-path: polygon(18% 0%, 57% 0%, 75% 50%, 57% 100%, 18% 100%, 0% 50%);*/
      /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;*/
      /*border: 1px solid;*/
      margin: 0 auto;
      
      margin-top: 10px;
      display: flex;
      /*background-image: url('https://fyreboxhub.com/assets/images/bg_updated.jpeg');*/
      background-image: url('https://fyreboxhub.com/assets/images/sidebar_menu04_red.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      /*opacity: 0.5;*/
}
.page-wrapper .sidebar-wrapper .sidebar-menu li a{
    /*padding-left: 23% !important;*/
    /*color: #ffffff !important;*/
}
.page-wrapper .sidebar-wrapper .sidebar-menu li a i{
    margin-right: 5px;
    color: #000000 !important;
}

.sidebar-item{
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*.sidebar_menu {*/
/*    background-image: url('https://fyreboxhub.com/assets/images/sidebar_bg01.jpg');*/
/*    background-size: contain;*/
/*    background-position: center top;*/
/*    background-repeat: repeat-y;*/
/*}*/

.illuminated {
  /*box-shadow: 0 0 20px rgba(255, 255, 0, 0.8); /* Set your illuminated box shadow */
}
.hexagon_dashboard {
      /*width: 100%;*/
      /*height: 58px;*/
      
      width: 70%;
      height: 136px;
    
      background-color: #ffffff;
      position: relative;
      margin: 5px 0; 
      /*clip-path: polygon(50% 0%, 105% 25%, 105% 75%, 50% 100%, -5% 75%, -5% 25%);*/
      /*clip-path: polygon(13% 0%, 88% 0%, 100% 50%, 88% 100%, 13% 100%, 0% 50%);*/
      clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
      /*border: 1px solid;*/
}






/* .evacuation_map_container {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 150px;
}
.evacuation_map_container img {
    transition: transform 0.3s ease;
}
.evacuation_map_container:hover img {
    transform: scale(1.2);
} */

.evacuation_map_container {
    cursor: pointer !important;
}


.min_height_300px {
    min-height: 300px;
}


















