/********************************** SPPS GENERAL ***************************/

.spps_element{
    min-height: 475px;
    padding-top: 50px;
    padding-bottom: 200px;
    padding-left: 150px;
    padding-right: 150px;
}

.spps_element .spps_title{
    text-align: center;
}

.site-content{
    height:85%;
    width: 100%;
}

/************************************ WHO **************************************/


.spps_element #whoDiv{
    width: 100%;
    /* padding-left: inherit; */
    color:black;
}

.spps_element #whoDiv .detailText{
    width: 100%;
    min-height: 300px; /* Initially collapsed */
    overflow: hidden; /* Hide overflow content */
    background-color: rgb(255, 255, 255);
    /* // color:#777777; */
    transition: height 0.5s ease; /* Smooth transition for height */
    border-bottom: 1px solid rgb(124, 124, 124);
    background: rgb(233,233,233);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(197,197,197,0.25) 100%);
}

.spps_element #whoDiv .detailText h3{
    color:#0057ba;
    font-size: xxx-large;
    margin-left: 30px;
    margin-right: 30px;
}

.spps_element #whoDiv .detailText p{
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
}

.spps_element #whoDiv .detailText ol{
    margin-left: 30px;
    margin-right: 30px;
}


/* .spps_element #whoDiv .detailText.show{
    display: block;
    min-height: 300px;
} */

  
.spps_element #divToogleBtn{
    text-align: center;
}

/* .openBtn{ */
  /*background-color: #008CBA;*/ /* Green */
  /* border: none;
  color: white;
  border: 2px solid #fff;
  padding: 10px 27px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  border-radius: 50%;
  transition-duration: 0.4s; */
/* } */

/* .openBtn:hover{ */
    /*background-color: #fff;*/ /* Green */
    /* color:#0057ba; */
    /* border: 2px solid #0057ba; */
    /* font-weight: bold; */
/* } */


/********************** CONTACTS ************************/


#fe_sppscontacts{
     /* display:contents; */
      max-width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important;
   }

#spps-detail-table {
    padding: 2px;
    width: 100%;
    min-height:  200px;
    border: none!important;
}

#contactMap {
    border: none!important;
}
#contactDetail {
    border: none!important;
}



#spps-detail-table #contactMap{
    width: 70%;
}

#spps-detail-table #contactDetail{
    width: 30%;
}

#spps-detail-table #contactDetail a div{
    padding:5px;
}

#spps-detail-table #contactDetail div{
    pointer-events:none;
}

#spps-detail-table #contactDetail div p{
    pointer-events:none;
}


.contactBtn{
    color: black;
    text-decoration: none; /* no underline */
}
.contactBtn:hover{
    color: rgb(50, 50, 164);
    text-decoration: none; /* no underline */
    /* background-color: rgb(84, 95, 255); */

}

.btnDepartment{
    border: 1px solid rgb(195, 199, 255);
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: aliceblue;

}



#spps-detail-table #contactDetail .contactBtn div{
    /* border:1px solid black; */
    text-align: center;
}

/* Basic styling for smooth fading */
.google-map-frame {
    transition: opacity 0.6s ease;
    transform: scale(1);
}
  
.hidden {
    opacity: 0;
    transform: scale(0.95); /* Slightly shrink the iframe while it's hidden */
}

/*********************** LINKS ********************************/

.sppsLinkTbl{
    /* border:1px solid black; */
    width: 100%;
  }

/* **************LINK TABS*****************  */
#tabTable{
    /* border:1px solid grey; */
    text-align: center;
}

#tabTable div{
    /* background-color: rgb(96, 137, 250); */
    /* border: 1px solid grey; */
    border-radius: 5px;
    color:rgb(95, 180, 255);
    width: fit-content;
    padding: 10px 10px 10px 10px;
    margin: 0px 10px 0px 10px;
    display: inline-block;
    font-size:x-large;
    font-weight: bolder;
}

#tabTable div:hover{
    /* background-color: rgb(0, 68, 255); */
    color: rgb(0, 136, 255);
}


/* **************LINK DIVS*****************  */

.sppsLinkTbl#linkTable{
    display: ruby;
}

.sppsLinkTbl .linkDiv ul {
    list-style-type: none;
}
  
.sppsLinkTbl .linkDiv ul li{
    border-bottom: 1.5px solid rgb(84, 95, 255);
    width: 90%;
    color: rgb(84, 95, 255);
    font-size: larger;
}

.sppsLinkTbl .linkDiv ul li:hover{
    font-weight: bold;
    border-bottom: 2px solid rgb(84, 95, 255);
}



#linkTable{
    padding-left: 20%;
}

.linkDiv{
    width: 80%;
    display: none;
    min-height: 200px;
}

.linkDiv.open{
    display: block;
    /* padding-left: 3%; */
}

#linkTable a{
    color: rgb(8, 52, 134);
    text-decoration: none;
}

#linkTable a:hover{
    color: rgb(16, 95, 240);
}