* {
    /* font-family: "roboto-bold", sans-serif; */
}

body {
    /* overflow: hidden; */
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.left_box {
    /* position: absolute;
  top: 8px;
  left: 8px;
  width: 23%;
  height: 98%;
  background: #fff;
  box-shadow: -3px 0px 16px #686464;
  border-radius: 10px 10px 10px 10px;
  z-index: 1000;
  display: flex;
  flex-direction: column; */
    /* display:none; */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 35%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, #00739d24 100%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0.13) 54%);
}

.addgradient {
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.05) 0%, #fff 100%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0.13) 54%) !important;
}

.rbme_side {
    display: none;
    background: transparent;
    height: 100%;
    width: 26%;
    position: fixed;
    margin-left: 15px;
}

.circle_situation {
    border-radius: 100px;
    border: 3px dashed #212121;
    --s: 250px;
    --b: 8px;
    --g: 14px;
    --c: #ff5633;
    --h: rgb(87, 87, 87);
    width: var(--s);
    aspect-ratio: 1;
    /* outline: calc(var(--s)/2) solid #0009; */
    outline-offset: calc(var(--s)/-2);
    cursor: pointer;
    transition: .3s;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.circle_situation:hover {
    /* cursor: pointer;
    border-color: rgb(202, 9, 9);
    box-shadow: 0px 0px 40px #000;

    transition : .5s box-shadow;
    -o-transition: .5s box-shadow; */

    /* outline: var(--b) solid var(--h);
    outline-offset: var(--g); */

    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;

    border-left: 1px dashed #212121;
    border-right: 1px solid #212121;
}

.circle_situation+.circle_situation {
    border-radius: 50%;
}

.box_situation {
    border: 1px solid #ccc;
    width: 500px;
    position: fixed;
    /* top: -255px; */
    background: #fff9;
    box-shadow: 0px 0px 15px #aeaeae;
    border-radius: 20px;
    /* left: -500px; */
    z-index: 1000;
    padding: 12px;
}

.box_situation:hover {
    background-color: #fff;
    cursor: pointer;
    border: 2px solid #333;
}

.box_large {
    width: 200px !important;
    height: 300px !important;
    position: relative;
    z-index: 1000000000;
    background: #fff;
}

.box_situation::after {
    /* position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid #fff0;
  border-right: 13px solid #0000;
  border-bottom: 10px solid #fff0;
  border-left: 10px solid #fff;
  right: -22px;
  top: 325px; */
}

#drawer_div {
    position: absolute;
    top: -56px;
    left: -50px;
    background: #fff;
    padding: 9px;
}

#drawer_div::after {
    position: absolute;
    content: "";
    border: 10px solid #000;
    border-top: 10px solid #000;
    border-bottom: 0px solid transparent;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    bottom: -10px;
    left: 42%;
}

.selected_li_agenda {
    position: relative;
}

#drawer_div button {
    width: 137px;
    padding: 6px 10px;
    font-size: 14px !important;
}

.region9 {
    border-bottom: 1px solid #9d9c9c;
    margin-left: -50px;
}

.bor-b {
    border-bottom: 1px solid #bbb;
}

.black_text {
    color: #333 !important;
}

.rbme_left {
    padding: 0px 10px;
}

#chartdiv_bar,
#agenda_chart {
    width: 100%;
    height: 120px;
}

.logodiv {
    /* padding-top:10px;
    text-align:center;
    margin: 25px 0px 0px 0px;
    flex: 0; */
    text-align: left;
    margin: 5px 0px 0px 0px;
    flex: 0;
}

.logodiv img {
    width: 65%;
}

.p-0 {
    padding: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-38 {
    font-size: 38px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-50 {
    font-size: 50px !important;
}

.font-55 {
    font-size: 55px !important;
}

.font-60 {
    font-size: 60px !important;
}

.font-80 {
    font-size: 80px !important;
}

.font-88 {
    font-size: 88px !important;
}

.font-1-9rem {
    font-size: 1.9rem !important;
}

.white-font {
    color: #fff;
}

.mpap-select-big {
    font-size: 36px;
    background: transparent;
    border: 0px;
    color: #fff;
}

.center_it {
    text-align: center;
}

#playit {
    float: right;
    margin-top: 15px;
    /* color:#fff; */
}

#playit:hover {
    cursor: pointer;
    color: inherit;
}

.ma_icons {
    padding: 0px;
    margin: 0px;
}

.the_mindanao_agenda {
    position: fixed;
    left: 25%;
    background: #ffffff7a;
    padding: 9px 15px;
    bottom: 7px;
    border-radius: 4px;
    display: none;
    z-index: 999;
}

#top_navigation_ma_rbme {
    position: fixed;
    top: 18px;
    right: 35%;
    z-index: 1000;
    width: 35%;
}

#bottom_navigation_ma_rbme {
    position: fixed;
    bottom: 50px;
    right: 35%;
    z-index: 1000000000;
    width: 70vh;
}

#top_navigation_ma_rbme ul {
    margin: 0px;
    padding: 0px;
}

#top_navigation_ma_rbme ul li {
    display: inline-block;
    color: #050505;
    padding: 8px 20px;
    border-radius: 99px;
    font-size: 13px;
    background: #fff;
    font-weight: bold;
    box-shadow: 0px 3px 3px #ccc;
    margin-left: 10px;
}

#top_navigation_ma_rbme ul li:hover {
    background: #ebebeb !important;
}

#top_navigation_ma_rbme ul li a {
    color: #202020;
}

#top_navigation_ma_rbme ul li:hover {
    cursor: pointer;
    color: #333;
}

.top_nav_selected {
    background: #b0351b;
    color: #fff !important;
}

.ul_filter {
    width: 100%;
    display: flex;
    justify-content: end;
}

.ul_filter li {
    list-style: none;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 99px;
    background: #fff;
    margin: 0px 12px;
    text-align: center;
    align-content: center;
}

.ul_filter li:hover {
    cursor: pointer;
    background: #f1f1f1;
    box-shadow: none;
}

#agenda_info_show {
    position: fixed;
    top: 5px;
    right: 5px;
    bottom: 0px;
    width: 500px;
    z-index: 0;
    padding: 16px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    padding-top:60px;
}

.rbme_wrap {
    display: flex;
    flex-direction: column;
}

.otherinfo_wrap {
    width: 300px;
    height: 200px;
    position: absolute;
    right: -300px;
    top: 0px;
}

.theagendadiv {
    display: none !important;
}

.each_agenda_icon {
    width: 80px;
}

.ma_icons li {
    width: 65px;
    display: inline-block;
}

.ma_icons li img {
    width: 100%;
    cursor: pointer;
}

.ma_icons li img:hover {
    scale: 1.5;
    transition: .5s scale;
    box-shadow: 0px 0px 10px #000;
    background-color: #fff;
}

.width-100 {
    width: 100% !important;
}

.height-100 {
    height: 100% !important;
}

.red-it {
    color: #ff5633;
}

.button_small {
    background: #545454;
    padding: 7px 11px;
    border-radius: 15px;
    font-size: 13px;
}

.npp {
    margin-top: 3px;
    margin-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px;
}

.m-10 {
    margin: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.bold-it {
    font-weight: bold;
}

.mt-10 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px;
}

/* search_box */
/* .search_box input[type="text"] */

.mid_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_box input[type="text"] {
    border: 0px;
    width: 100%;
    outline: none;
    padding: 15px 23px;
    background: transparent;
    font-size: 16px;
}

/* .search_box input[type="text"]:focus {
    background: #ffffff;
    width:50% !important;
} */

.search_box {
    border: 0px;
    outline: 0px;
    border-radius: 99px;
    box-shadow: 0px 5px 10px #b0b0b0c2;
    margin: 0px;
    /* background: #ffffff3d; */
    background: #ffffff;
    width: 100%;
    overflow: hidden;
}

.search_box input[type="text"]::placeholder {
    color: #333;
    opacity: 0.5;
    font-size: 15px;
}

.bodydiv {
    /* padding-top:20px; */
    margin-bottom: 13px;
    flex: 0;
}

.ullist {
    margin: 0px;
    margin-left: 10px;
    padding: 10px 20px;
}

.ullist li {
    list-style: none;
    margin-bottom: 15px;
}

.li_selected {
    border-right: 8px solid #069fbe;
    margin-right: -20px;

    transition: .3s border-right;
    -webkit-transition: .3s border-right;
}

.li_selected .program_title {
    font-weight: bold;

    transition: .3s font-weight;
    -webkit-transition: .3s font-weight;
}

.program_title:hover {
    cursor: pointer;
    color: #069fbe;
}

.program_title {
    /* font-weight: bold; */
    font-size: 16px;
    margin: 0px;
}

.program_details {
    font-size: 11px;
    margin: 0px;
    color: #919090;
}

.devbox {
    border-radius: 99px;
    border: 1px solid #e2dede;
    width: 50px;
    height: 50px;
    overflow: hidden;
    padding: 0px;
}

.devbox img {
    width: inherit;
}

.ptop {
    margin-left: 10px;
}

.pt-20 {
    padding-top: 20px Imp !important;
}

.p-15 {
    padding: 15px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.icon_div i {
    font-size: 20px;
}

.float-right {
    float: right;
}

.contentdiv {
    /* overflow-y: scroll;
    overflow-x:hidden; */
    flex: 3;
}

.listtitle {
    margin: 8px 15px;
    font-size: 14px;
    font-weight: bold;
}

.li_content {
    display: none;
}

.li_content ul {
    margin-top: 15px;
    padding-left: 0px;
    margin-bottom: 30px;
}

.li_content ul li {
    font-size: 13px;
    margin-bottom: 0px;
    padding: 10px 0px 10px 10px;
    border: 1px solid #f0f0f0;
    margin-top: 6px;
    border-radius: 9px;
}

.li_content ul li:hover {
    cursor: pointer;
    color: #333;
    font-weight: bold;
}

.marker {
    /* border: 3px solid #333; */
    border-radius: 8px;
    /* box-shadow: 0px 0px 17px #333; */
    box-shadow: 0px 0px 10px #6f6b6b;
    /* background-color: #a55eea ;
    border-radius: 60px 60px 0px 60px ;
    position:relative ;
    transform: rotate(45deg);
    margin-top: -10px;
    margin-left: -10px; */
    /* box-shadow: 0px 0px 17px #333; */
}

.marker:hover {
    /* width:80px !important;
   height:80px !important;
   position:relative !important;
   z-index: 1000000000 !important; */
    border: 2px solid #000;
    position: relative !important;
    z-index: 1000000000 !important;
    cursor: pointer;
}

/* .marker:hover:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
} */

.marker_pipeline {
    /* border: 3px solid #f69a1b; */
    /* box-shadow: 0px 0px 17px #333; */
}

.marker_on-going {
    /* border: 3px solid #b6d7a8; */
    /* box-shadow: 0px 0px 17px #333; */
}

.marker_completed {
    /* border: 3px solid #6aa84f; */
    /* box-shadow: 0px 0px 17px #333; */
}

.marker_on-hold {
    /* border: 3px solid #fadc64; */
    /* box-shadow: 0px 0px 17px #333; */
}

/* .marker:after {
    top: 100%;
    right: 28%;
} */

.marker_active:after {
    border: none !important;
}

.marker_pipeline:after {
    /* position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid #f69a1b;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent; */
    /* content: "" ;
    width: 50px ;
    height: 50px ;
    background: #f69a1b ;
    position: absolute ;
    left: 26% ;
    top: 26% ;
    border-radius: 60px ; */
}

.marker_on-going:after {
    /* position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid #b6d7a8;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent; */
    /* content: "" ;
    width: 50px ;
    height: 50px ;
    background: #b6d7a8 ;
    position: absolute ;
    left: 26% ;
    top: 26% ;
    border-radius: 60px ; */
}

.marker_completed:after {
    /* position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid #6aa84f;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent; */
    /* content: "" ;
    width: 50px ;
    height: 50px ;
    background: #6aa84f ;
    position: absolute ;
    left: 26% ;
    top: 26% ;
    border-radius: 60px ; */
}

.marker_on-hold:after {
    /* position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid #fadc64;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent; */
    /* content: "" ;
    width: 50px ;
    height: 50px ;
    background: #fadc64 ;
    position: absolute ;
    left: 26% ;
    top: 26% ;
    border-radius: 60px ; */
}

.marker_active {
    width: 100px !important;
    height: 100px !important;
    z-index: 10000000000000000000000000 !important;
}

.btn-divs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 15px 0px 0px 16px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #e9e9e9;
}

.btn-divs p {
    font-weight: bold;
    font-size: 13px;
    margin: 11px 0px 0px 0px;
    color: #828181;
}

.btn-divs button {
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0px 3px 2px #81777742;
    font-size: 13px;
}

.btn-divs button:hover {
    background: #f7f4f4;
}

.refresh_page {
    float: right;
    font-size: 18px;
}

.refresh_page:hover {
    cursor: pointer;
    color: green;
}

.atts_ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 5px;
}

.atts_ul li {
    list-style: none;
    
}

.atts_ul li:hover {
    scale: 1.5;
    transition: .5s scale;
    box-shadow: 0px 0px 10px #000;
    background-color: #fff;
    position:relative;
    z-index: 999999999999999999999999999999999999999999999999999;
    cursor: pointer;
}

.atts_ul li img {
    width:100%;
}

.image_att {
    width:100%;
}
/* The animation code */
@keyframes example {
    0% {
        background: #000000;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 1) 100%, rgba(213, 217, 91, 1) 100%, rgba(0, 0, 0, 0.13) 48%);
    }

    25% {
        background: #000000;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 1) 100%, rgba(213, 217, 91, 1) 100%, rgba(0, 0, 0, 0.13) 48%);
    }

    50% {
        background: #000000;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.35) 24%, rgba(0, 0, 0, 1) 100%, rgba(213, 217, 91, 1) 100%, rgba(0, 0, 0, 0.13) 48%);
    }

    75% {
        background: #000000;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.35) 5%, rgba(0, 0, 0, 1) 100%, rgba(213, 217, 91, 1) 100%, rgba(0, 0, 0, 0.13) 48%);
    }

    100% {
        background: #000000;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 1) 100%, rgba(213, 217, 91, 1) 100%, rgba(0, 0, 0, 0.13) 54%);
    }
}

.blacker_ {
    position: absolute;
    /* background: #000000;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 1) 100%, rgba(213, 217, 91, 1) 100%, rgba(0, 0, 0, 0.13) 54%); */
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0 !important;

    animation-duration: .4s;
    animation-delay: 3s;
}

.black_it {
    background: #000000;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 1) 100%, rgba(213, 217, 91, 1) 100%, rgba(0, 0, 0, 0.13) 54%);
}

.red-it {
    color: #d64f4f !important;
}

.green-it {
    color: #357835 !important;
}

.bbm_blue {
    color: #00739d !important;
}

.bbm_red {
    color: #ef3929 !important;
}

.agenda_1_div {
    background: #afb838;
    background: linear-gradient(-270deg, rgba(0, 0, 0, 0) 0%, rgba(175, 184, 56, 0.52) 100%, rgb(213, 217, 91) 100%, rgba(0, 0, 0, 0.13) 54%);
}

.agenda_2_div {
    background: #de8b35;
    background: linear-gradient(-270deg, rgba(0, 0, 0, 0) 0%, #de8b3561 100%, rgb(222, 139, 53) 100%, rgba(0, 0, 0, 0.13) 54%);
}

.agenda_3_div {
    background: #e73b2b;
    background: linear-gradient(-270deg, rgba(0, 0, 0, 0) 0%, #e73b2b61 100%, rgb(231, 59, 43) 100%, rgba(0, 0, 0, 0.13) 54%);
}

.agenda_4_div {
    background: #e12887;
    background: linear-gradient(-270deg, rgba(0, 0, 0, 0) 0%, #e1288761 100%, rgb(222, 139, 53) 100%, rgba(0, 0, 0, 0.13) 54%);
}

.agenda_5_div {
    background: #47a7be;
    background: linear-gradient(-270deg, rgba(0, 0, 0, 0) 0%, #47a7be61 100%, rgb(222, 139, 53) 100%, rgba(0, 0, 0, 0.13) 54%);
}

.agenda_6_div {
    background: #fbb81f;
    background: linear-gradient(-270deg, rgba(0, 0, 0, 0) 0%, #fbb81f61 100%, rgb(222, 139, 53) 100%, rgba(0, 0, 0, 0.13) 54%);
}

.agenda_7_div {
    background: #7c7f37;
    background: linear-gradient(-270deg, rgba(0, 0, 0, 0) 0%, #7c7f3761 100%, rgb(222, 139, 53) 100%, rgba(0, 0, 0, 0.13) 54%);
}

.agenda_8_div {
    background: #b56216;
    background: linear-gradient(-270deg, rgba(0, 0, 0, 0) 0%, #b5621661 100%, rgb(222, 139, 53) 100%, rgba(0, 0, 0, 0.13) 54%);
}

.agenda_9_div {
    background: #7e2a1f;
    background: linear-gradient(-270deg, rgba(0, 0, 0, 0) 0%, #7e2a1f61 100%, rgb(222, 139, 53) 100%, rgba(0, 0, 0, 0.13) 54%);
}

.agenda_10_div {
    background: #bb0868;
    background: linear-gradient(-270deg, rgba(0, 0, 0, 0) 0%, #bb086861 100%, rgb(222, 139, 53) 100%, rgba(0, 0, 0, 0.13) 54%);
}

.white_it {
    position: unset !important;
    background: #fff0;
    /* background: #fff; 
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.35) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%, rgba(0, 0, 0, 0.13) 54%); */
}

.closeblacker {
    /* float: right;
  font-size: 50px;
  margin-right: 20px;
  color: #fff; */
    right: 0px;
    font-size: 50px !important;
    margin-right: 20px;
    color: #fff !important;
    position: absolute;
    z-index: 99999999999999999999999999999999999;
    margin-top: 75px;
}

.closeblacker:hover {
    cursor: pointer;
    color: #000;
}

.small_title {
    margin: 18px 0px;
    font-size: 13px;
    font-weight: bold;
}

.details_box {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0px;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* background:#fff;
    box-shadow: -3px 0px 16px #686464; */
    /* border-radius: 0px 10px 10px 0px; */
    /* padding-left:30px;
    padding-right: 12px; */
    padding-top: 10px;
    z-index: 10000000000;
    background: #fff;
}

#projecttitle {
    color: #333;
    font-size: 30px;
    text-align: left;
    line-height: 40px !important;
    font-weight: bold;
    text-transform: capitalize;
    text-shadow: 0px 1px 4px #b6b1b1;
}

#thedescs {
    color: #333;
    font-size: 16px;
    text-align: left;
    line-height: 26px;
    text-shadow: 0px 1px 4px #b6b1b1;
}

.first_box {
    flex: 0;
}

.second_box {
    flex: 2;
    overflow-y: auto;
    overflow-x: hidden;
}

.third_box {
    flex: 3;
}

.p-l {
    padding-left: 0px;
}

.imagebox {
    width: inherit;
    margin-bottom: 10px;
    display: none;
}

.imagebox img {
    width: 100%;
}

.thenavigation {
    display: flex;
    list-style: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}

.thenavigation li {
    flex: auto;
    text-align: center;
    padding: 8px 0px;
    border-right: 1px solid #ccc;
    font-size: 13px;
}

.thenavigation li:last-child {
    border: none;
}

.description {
    font-size: 13px;
    margin: 10px 0px;
    text-align: justify;
}

.small_boxes {
    padding: 5px;
}

.small_boxes:hover {
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
}

.small_boxes h5 {
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.small_boxes p {
    font-size: 11px;
}

.ullist_list {}

.ullist_list li {
    font-size: 13px;
    list-style: none;
}

#legend_div {
    position: absolute;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px;
    right: 10px;
    bottom: 30px;
    z-index: 99999;
}

.legendspan {
    padding: 0px 25px;
    border-radius: 10px;
    /* border:2px solid transparent; */
}

.legendspan:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px #716c6c;
    /* border:2px solid #fff; */
}

.pipeline {
    background: #f69a1b;
}

.onhold {
    background: #fadc64;
}

.ongoing {
    background: #b6d7a8;
}

.completed {
    background: #6aa84f;
}

.lbl {
    display: none;
    position: absolute;
    top: -20px;
    background: #fff;
    padding: 3px 14px;
    font-size: 13px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #b0b0b0;
}

.lbl_hover:hover>.lbl {
    display: block;
}

.programs_list {
    font-size: 14px;
}

.right_box {
    position: fixed;
    right: 0px;
    width: 50%;
    height: 100%;
    display: none;
    z-index: 10;
}

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

.baseline_value {
    color: #ccc;
}

.target_value {
    color: #333;
}

.uptrend {
    color: green !important;
}

.downtrend {
    color: red !important;
}

.firstbox {
    flex: 0;
}

.secondbox {
    flex: 0;
}

.thirdbox {
    flex: 3;
    overflow-y: auto;
    overflow-x: hidden;
}

.header_div_stat {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

/* macro indicators */

.macro_indicators {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 25%;
    display: none;
}

.permacro {
    /* background: #ffffff6e; */
    background: linear-gradient(-270deg, rgba(200, 200, 200, 0) 0%, rgba(166, 166, 166, 0.52) 100%, rgb(185, 185, 185) 100%, rgba(157, 157, 157, 0.13) 54%);
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 10px;
}

.permacro:hover {
    box-shadow: 0px 0px 10px #333;
    background-color: #fff;

    transition: box-shadow .3s;
    transition: background-color .3s;
}

.macrotitle {
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 29%, rgba(255, 195, 0, 0.23) 54%, rgba(255, 195, 0, 0.33) 79%);
  padding: 10px 0px;
}

.color-blue {
    --cb: #3dc1b0;

    color: var(--cb);
}

.color-yellow {
    color: #796025;
    text-shadow: 0px 1px 1px #fff;
}

.color-grey {
    color: #b3b3b3 !important;
}

.macrotitle::after {
    position: absolute;
    content: "";
    border: 5px solid #f8d174;
    top: 20px;
    left: 0;
    width: 35%;
    border-radius: 99px;
}

.ma_desc {}

.ma_desc p {
    margin: 0px;
}

.ma_loading {
    height: 10px;
    border-radius: 100px;
    margin-top: 4.5px;
    margin-right: 5px;
    width: inherit;

    transition: width 3s;
}

.green_loading {
    background: #007f00;
}

.green_loading_text {
    color: #007f00;
}

.yellow_loading {
    background: #ffd966;
}

.yellow_loading_text {
    color: #ffd966;
}

.pink_loading {
    background: #f4b084;
}

.pink_loading_text {
    color: #f4b084;
}

.red_loading {
    background-color: #ff0000;
}

.red_loading_text {
    color: #ff0000;
}

.grey_loading {
    background-color: #898989;
}

.grey_loading_text {
    color: #898989;
}

.the_loading_div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.the_loading_div span {
    font-weight: bold;
}

.lbl_p {
    font-weight: bold;
}

#theoutcomes h3 {
    margin: 0px;
}

.peroutcome {
    margin: 8px 0px;
    background: #ffffff40;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 9px;
}

.perkpi:hover {
    background: #f1f1f1 !important;
}

.perkpi_selected {
    background: #ccc !important;
}


.perkpi_selected:hover {
    background: #ccc !important;
}

.selectedoutcome {
    background: #fff !important;
    box-shadow: 0px 0px 10px #00000085;
    border-radius: 9px;
}

.selectedoutcome:hover {
    background: #ffffff !important;
}

.peroutcome:hover {
    background: #ffffff8f;
}

.thechallenges {
    background: #ffffff42;
    border: 3px dotted #ffffff5c;
}

.thechallenges li {
    list-style: none;
}

.btntool {
    font-size: 13px;
    padding: 5px 9px;
    background: #fff;
    border: 1px solid #fff;
    color: #403e3e;
    border-radius: 5px;
}

.btntool:hover {
    cursor: pointer;
    background-color: #f1f1f1;
}

.kpis {
    margin: 0px;
    padding-right: 0px;
}

.kpis li {
    list-style: none;
    border: 1px solid #f0f0f0;
    margin-top: -1px;
    padding: 4px 8px;
    border-radius: 8px;
}

.yeardiv {
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 468px;
}

.yearclickdiv ul {
    padding: 0px;
    margin: 0px;
}

#yearselect li:hover {
    cursor: pointer;
    background: #ccc;
}

.selectedyear {
    background: #544a4a !important;
    color: #fff !important;
}

.yearclickdiv ul li {
    list-style: none;
    background: #f0f0f0;
    padding: 3px 10px;
    border-radius: 3px;
}

.thewidth {
    width: 20px;
}

.thecolor {
    background-color: green;

    transition: background-color 1s;
}

.ruby-flex {
    display: block ruby;
    padding: 0;
    width: 100%;
    height: 100%;
}

.ruby-flex li {
    list-style: none;
}

#play_rbme:hover {
    color: #025b02 !important;
    cursor: pointer;
}

.boxes_div {
    background: #ffffffbf;
    border-radius: 6px;
    padding: 12px;
    /* box-shadow: 0px 0px 50px #0003; */
    position: relative;
}

.mpap_years {
    padding: 0px;
}

.mpap_years li {
    list-style: none;
    background: #ccc;
    padding: 3px 5px;
    border-radius: 3px;
}

.mpap_years li:hover {
    cursor: pointer;
    background-color: #333;
    color: #fff;
}

.yearholder {
    width: inherit;
    overflow: scroll;
}

.thegraphdiv {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 63px;
}

.bigbargraph {}

.bigbargraph li {
    width: 50%;
    padding: 0px;
    text-align: center;
    align-content: center;
    list-style: none;
}

#distributiongraph {
    /* position: fixed;
    top: 10px;
    left: 10px; */
    height: 235px;
    display: none;
}

#dist_per_reg {
    position: fixed;
    left: 10px;
    margin-top: 15px;
    z-index: 10000;
    display: none;
    top: 0px;
    box-shadow: 0px 0px 50px #000;
}

#distributiongraph_region {
    /* height: 250px; */
}

.proj_locs {
    padding: 0px;
}

.proj_locs li {
    display: flex;
    gap: 10px;
    padding: 16px;
    border-radius: 9px;
    list-style: none;
    background-color: #f0f0f0a6;
    margin-bottom: 5px;
    background: linear-gradient(270deg, rgba(200, 200, 200, 0) 0%, rgba(166, 166, 166, 0.52) 100%, rgb(185, 185, 185) 100%, rgba(157, 157, 157, 0.13) 54%);
}

.proj_locs li:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.marker_selected {
    border-color: #000;
    width: 60px !important;
    height: 60px !important;
    /* position: relative;
    z-index: 999999; */
}

.themarker_selected {
    border-color: #000;
}

.search_result {
    display: none;
    width: 800px;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 100000000000000;
    overflow: auto;
    box-shadow: 0px 0px 41px #00000087;
    border-radius: 0px 10px 10px 0px;
}

.thesearchresults {}

.thesearchresults tbody tr {}

.thesearchresults tbody tr:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.thesearchresults thead tr th {
    font-weight: bold !important;
    font-size: 14px !important;
}

.showprojs {
    color: #a58945;
}

.showprojects_click {
    cursor: pointer;
}

.showprojects_click:hover {
    color: green !important;
}

.theclosebtn {
    position: absolute !important;
    right: 0px !important;
    font-size: 32px !important;
    top: 10vh !important;
    color: black;
}

.theclosebtn:hover {
    color: red;
    cursor: pointer;
}

.borderclass_amnt {
    width: 20px;
    margin-right: 5px;
    border: 0px;
    border-top: 2px solid #5d5d5d;
}

.grandtotal {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #cea544;
    text-shadow: 0px 1px 0px #836620;
}

.the_nav_chart {
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding-left: 0px;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
}

.the_nav_chart li {
    cursor: pointer;
    list-style: none;
    padding: 5px 8px;
    border-right: 1px solid #ccc;
    border-radius: 5px 5px 0px 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 0px solid #fff;
}

.small_tab_select {
    font-weight: bold;
    background: #fff;
}

.hideit {
    display: none;
}

.closethiswindow {
    float: right;
    font-size: 18px !important;
    color: #a4a3a3 !important;
}

.closethiswindow:hover {
    cursor: pointer;
    color: #000;
}

.loaddist,
.numofprojs {
    cursor: pointer;
}

.loaddist:hover,
.numofprojs:hover {
    font-weight: bold;
    color: #000;
}

.strongit {
    font-weight: bold;
}

.hidewindow {
    position: absolute;
    left: -39px;
    font-size: 38px !important;
    margin-top: 25px;
    color: #333;
}

.hidewindow:hover {
    cursor: pointer;
    color: red;
}

.thewindow {
    display: none;
}

.showthiswindow {
    display: block;
}

.theodalist {
    padding: 0px;
    margin: 0px;
}

.theodalist li {}

.overflow-y-scroll {
    overflow-y: scroll;
}

.showprojs:hover {
    cursor: pointer;
    color: #666;
}

/* chart */
.chart {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 600px;
    margin: auto;
}

.barchart {
    display: flex;
    height: 10px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    background: #eee;
    margin-top: -13px;
}

.segmentbar {
    height: 100%;
}

.a1 {
    background: #4caf50;
}

.a2 {
    background: #2196f3;
}

.a3 {
    background: #ff9800;
}

.a4 {
    background: #af4c96;
}

.barchart[data-a1][data-a2][data-a3][data-a4] .a1 {
    width: attr(data-a1 %);
}

.barchart[data-a1][data-a2][data-a3][data-a4] .a2 {
    width: attr(data-a2 %);
}

.barchart[data-a1][data-a2][data-a3][data-a4] .a3 {
    width: attr(data-a3 %);
}

.barchart[data-a1][data-a2][data-a3][data-a4] .a4 {
    width: attr(data-a4 %);
}

/* Fallback: custom properties */
.barchart {
    --a1: 30;
    --a2: 50;
    --a3: 20;
    --a4: 10;
}

.barchart .a1 {
    width: calc(var(--a1) * 1%);
}

.barchart .a2 {
    width: calc(var(--a2) * 1%);
}

.barchart .a3 {
    width: calc(var(--a3) * 1%);
}

.barchart .a4 {
    width: calc(var(--a4) * 1%);
}

.labelchart {
    text-align: left;
    margin-top: 5px;
    font-size: 13px;
}

/* end chart*/

/* timeline design */
.timeline-mpap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.timeline-mpap::after {
    content: '';
    position: absolute;
    height: 4px;
    background-color: #555;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.container-mpap {
    position: relative;
    width: 30%;
    text-align: center;
}

.container-mpap:hover>.content-mpap h6 {
    cursor: pointer;
    color: #8c702d;
}

.container-mpap:hover::after {
    border: 4px solid #f8d174;
}

.selected_timeline::after {
    border: 4px solid #f8d174 !important;
}

.selected_timeline h6 {
    color: #8c702d;
    font-weight: bolder;
    font-size: 1.2rem;
}

.container-mpap::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 4px solid #555;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
}

.theyear_mpap {
    text-shadow: 0px 1px 1px #fff;
    font-weight: normal;
}

.content-mpap {
    padding: 10px;
    /* background-color: white;
      border-radius: 6px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1); */
}

.content-mpap h3 {
    margin: 0;
    font-size: 22px;
    color: #333;
}

.opengenstat {
    display: none;
    float: right;
    font-size: 2rem !important;
    margin-top: -4px;
}

.opengenstat:hover {
    font-weight: bold;
    cursor: pointer;
}

.h-90 {
    height: 90% !important;
    transition: 1s height;
}

.bring_up_mi {
    display: none;
    float: right;
    font-size: 31px !important;
    position: relative;
    right: 10px;
}

.bring_up_mi:hover {
    cursor: pointer;
    font-weight: bold;
    color: #000;
}

.show_up {
    bottom: -400px !important;
    top: unset  !important;
    width: 100%  !important;
    height: 80vh !important;
    position: relative  !important;
    z-index: 0  !important;
    background-color: #fff  !important ;

    transition: height 1s;
}

.borderradius {
    border-radius: 0px 20px 20px 0px;
}

.showdiv {
    width:35%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.text-center {
    justify-content: center;
}

.float-right {
    float:right;
}

#rbmetitlename {
    background: #fff;
    /*background: linear-gradient(90deg, rgba(255, 255, 255, 0) 22%, rgb(237, 237, 76) 51%, rgba(255, 255, 255, 0) 75%);*/
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 22%, rgb(255, 255, 255) 51%, rgba(255, 255, 255, 0) 75%);
    position: fixed;
    width: 100%;
    padding: 13px;
    margin-top: 5px;
    text-align: center;
    box-shadow: 0px 1px 7px #a4a4a4;
    display:none;
}

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

    body {
        overflow-y: auto;
    }

    #map {
        position: relative;
        height: 100vh;
    }

    .left_box {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 8px;
        right: 0;
        width: 95%;
        height: 13%;
        border-radius: 30px 30px 0 0;
        box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.2);
        flex-direction: column;
        padding: 10px;
        overflow-y: auto;
        z-index: 1000;
        background: #ffffff;
        margin: auto;
    }

    .logodiv img {
        width: 25%;
    }

    .box_situation {
        width: 90%;
        left: 5%;
    }

    .opengenstat {
        display: block;
    }

    .search_box .mid_box {
        display: none;
    }
    
    .timeline-mpap {}

    .container-mpap {
        position: relative;
        width: 100%;
        margin-bottom: 8px;
        background: #fff;
        padding: 3px 11px;
        border-radius: 99px;
        box-shadow: 0px 1px 1px #333;
        margin-right: 8px;
    }

    #top_navigation_ma_rbme {
        position: absolute;
        top: 10px;
        right: unset;
        width: 100% !important;
    }

    .font-30,
    .font-35,
    .font-38,
    .font-40,
    .font-50,
    .mdt_logo.png .font-55,
    .font-60,
    .font-80,
    .font-88 {
        font-size: 20px !important;
    }

    .program_title {
        font-size: 14px;
    }

    .program_details {
        font-size: 10px;
    }

    .thenavigation li {
        font-size: 11px;
        padding: 6px;
    }

    .btn-divs button {
        font-size: 11px;
        padding: 6px 10px;
    }

    .the_mindanao_agenda {
        width: 100%;
        left: 0;
        bottom: 0px;
        text-align: center;
        background-color: #fff;
    }

    .macro_indicators {
        /* bottom: 0px;
        top: unset;
        width: 100%;
        height: 25vh;  */
        bottom: 0px;
        top: unset;
        width: 100%;
        z-index: 1111;
        background: #fff;
        position: absolute !important;
    }
    
    .macrotitle {
        text-align: center;
    }

    .bring_up_mi {
        display: block;
    }

    #agenda_info_show {
        z-index: 999999999999999999999999999;
    }

    .filterbtn {
        display: block;
        position: absolute;
        width: 33%;
        right: 10px;
        height: 54px;
    }

    .search_box {
        border-radius: 100px;
        box-shadow: none;
    }

    .search_result {
        width: 95%;
        border-radius: 10px;
        position: absolute;
        margin-left: 10px;
        margin-top: 10px;
    }

    .searchMotherDiv {
       width: 65%;
        margin: auto;
        border-radius: 100px;
        overflow: hidden;
        box-shadow: 0px 2px 2px #9f9f9f;
    }

    .body_details p{
        font-size:1.3rem;   
    }

    .left_box p,
    .left_box h1, 
    .left_box h2,
    .left_box h3,
    .left_box h4,
    .left_box h5,
    .left_box h6,
    .left_box li,
    .left_box .labelchart{
        font-size: 1.6rem !important;
    }

    .removepadding {
        padding:0px;
    }

    #bottom_navigation_ma_rbme {
        top: 80px;
            width: 100%;
            right: unset;
            z-index: 1000;
            bottom: unset;
            overflow-x: auto;
            height: 85px;
    }

    .content-mpap {
        padding:2px;
    }

    .theyear_mpap {
        margin:0px;
        font-size: 1.3rem !important;
    }

    .timeline-mpap {
        width: 86%;
        margin: auto;
    }

    #dist_per_reg {
        position: unset;
        box-shadow: none;
    }

    #dist_per_reg .closethiswindow {
        /* display:none; */
    }

    .showdiv {
        width:100%;
    }

    /* RBME */
    #agenda_info_show {
        width: unset;
    }

    .hidewindow {
        right:0px;
        top: -30px;
        left:unset;
    }

    .agenda_1_div {
        background: linear-gradient(-270deg, rgba(255, 255, 255, 0.97) 0%, rgba(175, 184, 56, 0.5) 100%, rgb(213, 217, 91) 100%, rgba(0, 0, 0, 0.26) 54%);
    }

    .agenda_2_div {
        background: #de8b35;
        background: linear-gradient(-270deg, rgba(255, 255, 255, 0.97) 0%, #de8b3561 100%, rgb(222, 139, 53) 100%, rgba(0, 0, 0, 0.13) 54%);
    }

    .agenda_3_div {
        background: #e73b2b;
        background: linear-gradient(-270deg,  rgba(255, 255, 255, 0.97) 0%, #e73b2b61 100%, rgb(231, 59, 43) 100%, rgba(0, 0, 0, 0.13) 54%);
    }

    .agenda_4_div {
        background: #e12887;
        background: linear-gradient(-270deg,  rgba(255, 255, 255, 0.97) 0%, #e1288761 100%, rgb(222, 139, 53) 100%, rgba(0, 0, 0, 0.13) 54%);
    }

    .agenda_5_div {
        background: #47a7be;
        background: linear-gradient(-270deg,  rgba(255, 255, 255, 0.97) 0%, #47a7be61 100%, rgb(222, 139, 53) 100%, rgba(0, 0, 0, 0.13) 54%);
    }

    .agenda_6_div {
        background: #fbb81f;
        background: linear-gradient(-270deg,  rgba(255, 255, 255, 0.97) 0%, #fbb81f61 100%, rgb(222, 139, 53) 100%, rgba(0, 0, 0, 0.13) 54%);
    }

    .agenda_7_div {
        background: #7c7f37;
        background: linear-gradient(-270deg,  rgba(255, 255, 255, 0.97) 0%, #7c7f3761 100%, rgb(222, 139, 53) 100%, rgba(0, 0, 0, 0.13) 54%);
    }

    .agenda_8_div {
        background: #b56216;
        background: linear-gradient(-270deg,  rgba(255, 255, 255, 0.97) 0%, #b5621661 100%, rgb(222, 139, 53) 100%, rgba(0, 0, 0, 0.13) 54%);
    }

    .agenda_9_div {
        background: #7e2a1f;
        background: linear-gradient(-270deg,  rgba(255, 255, 255, 0.97) 0%, #7e2a1f61 100%, rgb(222, 139, 53) 100%, rgba(0, 0, 0, 0.13) 54%);
    }

    .agenda_10_div {
        background: #bb0868;
        background: linear-gradient(-270deg,  rgba(255, 255, 255, 0.97) 0%, #bb086861 100%, rgb(222, 139, 53) 100%, rgba(0, 0, 0, 0.13) 54%);
    }

    #welcomediv {
        z-index: 9999999;
    }

    .permacro h3, 
    .permacro h1,
    .permacro span{
        font-size: 1.5rem !important;
    }
    /* end of RBME */
}

/* mobile design */