@charset "UTF-8";
/* CSS Document */

/* ----------------------------------*/
/* Logo */
/* ----------------------------------*/
#logo {width:220px; padding-top:1rem; padding-bottom:1rem;}
#logo img {width:100%; max-width:220px; max-height:100px;}
.logoFooter {width:150px;}

#sideShare {background-color:var(--bs-body-bg)!important; background-image:url('../img/album/_offcanvasBg02.gif'); background-position:bottom right; background-repeat:no-repeat; background-size: 200px auto;}
footer.wrapper-border {
    border-top: 1px solid rgba(164,174,198,.2);
}

/* ----------------------------------*/
/* WhatsHelp IO */
/* ----------------------------------*/
body #wh-widget-send-button { transition:bottom 0.1s linear !important; bottom: 0px !important;}
body.whbt #wh-widget-send-button { transition:bottom 0.1s linear !important; bottom: 65px !important;}

body #keyreply-container { transition:bottom 0.1s linear !important; right:6px!important; bottom: 0px !important;}
body.whbt #keyreply-container { transition:bottom 0.1s linear !important; bottom: 75px !important;}

body [id^="gb-widget-"] { transition:bottom 0.1s linear !important; right:20px!important; bottom: 20px !important;}
body.whbt [id^="gb-widget-"] { transition:bottom 0.1s linear !important; bottom: 105px !important;}
body.whbt .progress-wrap.active-progress { opacity: 1!important;}

.dIJqiO {height: auto !important;}

/* ----------------------------------*/
/* Wiki */
/* ----------------------------------*/
.wikiNav, .wikiNav li {margin:0; padding:0; list-style:none;}
.wikiNav a {color:#343F52; padding:.35rem 1rem; display:block; border:1px solid rgba(0,0,0,.125); border-bottom-width:0px; background-color:#FFF;}
.wikiNav a i {display:none;}
.wikiNav li:first-child a {border-top-left-radius:.5rem; border-top-right-radius:.5rem;}
.wikiNav li:last-child a {border-bottom-left-radius:.5rem; border-bottom-right-radius:.5rem; border-bottom-width:1px;}
.wikiNav .active a {background-color:#b79251; color:#FFF;}
.wikiNav .active a i {display:inline-block; margin-right:.5rem;}

@media only screen and (max-width: 991px) {
	#logo {width:180px; padding-top:.5rem; padding-bottom:.5rem;}
	#sideMenu {background-color:#b79251!important; background-image:url('../img/album/_offcanvasBg01.gif'); background-position:bottom right; background-repeat:no-repeat; background-size: 200px auto;}
	.wikiNav {display:flex; flex-wrap: wrap;}
	.wikiNav li {margin:0 .25rem .25rem 0;}
	.wikiNav a { border-radius:.25rem!important; -webkit-border-radius:.25rem!important; -moz-border-radius:.25rem!important; -ms-border-radius:.25rem!important; -o-border-radius:.25rem!important; border-bottom-width:1px; }
	.wikiNav .active a {position:relative; background-color:#FFF; border:1px solid #b79251; color:#b79251; box-shadow: 0px 0px 0px 3px rgba(183,174,81,.3);}
	.wikiNav .active a::after {content: ""; position: absolute; bottom: 0; right: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 25px 25px; border-color: transparent transparent #b79251 transparent; z-index:1;}
	.wikiNav .active a i {position:absolute; color:#FFF; margin:0; bottom:-8px; right:0px; z-index:2;}
	.accordion-wrapper .card {margin-bottom: 0.75rem;}
}
