.page_function img{
    width: 50px;
	transition: filter .3s ease-in;
}
.page_function img:hover{
    filter: hue-rotate(160deg);
}
.ie_menu {
    text-align: center;
    width: 14.28%;
}
.ie_menu img{
    width: 50px;
    margin-bottom: 5px;
	margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}
.ie_menu2 {
    text-align: center;
    width: 16.66%;
}
.ie_menu2 img{
    width: 50px;
    margin-bottom: 5px;
	margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}
.ie_menu_websitelink{
    background-color: #D0933B;
}
.ie_body{
    height: 460px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 1.5rem;
}
.ie_body{
	 &::-webkit-scrollbar{
      width: 6px;
    }
    &::-webkit-scrollbar-track {
      background-color: #EBEBEB;
      border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;	
    }
    &::-webkit-scrollbar-thumb{
      border-radius: 10px;
      background-color: #0070BA;
    }
}
.nav-link.active img{
filter: brightness(100);	
}
@media screen and (max-width:1199px){
.ie_body{
    height: auto;
    overflow-y: auto;
    overflow-x: auto;
    padding-right: 0rem;
}
}
@media screen and (max-width:991px){
.ie_menu {
    text-align: center;
    width: 25%!important;
    border: thin solid #EBEBEB;
}
.ie_menu2 {
    text-align: center;
    width: 25%!important;
    border: thin solid #EBEBEB;
}	
}
@media screen and (max-width:767px){

}
@media screen and (max-width:575px){
.ie_menu {
    text-align: center;
    width: 100%!important;
    border-left: thin none #EBEBEB;
    border-right: thin none #EBEBEB;
    border-bottom: thin solid #EBEBEB;
    border-top: thin none #EBEBEB;
}
.ie_menu img{
    width: 30px;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    float: left;
}
.ie_menu p{
    margin-top: 7px;
    margin-bottom: 5px;
}
.ie_menu2 {
    text-align: center;
    width: 100%!important;
    border-left: thin none #EBEBEB;
    border-right: thin none #EBEBEB;
    border-bottom: thin solid #EBEBEB;
    border-top: thin none #EBEBEB;
}
.ie_menu2 img{
    width: 30px;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    float: left;
}
.ie_menu2 p{
    margin-top: 7px;
    margin-bottom: 5px;
}	
}
@media screen and (max-width:320px){

}