﻿/* Hide */
#page-header-nav {
	display:none !important
}
/* end::Hide */


.btn-group-vertical button {
    background-color: #EFECE7;
    color: #897449;
    border-color: transparent !important;
}

.btn-group-vertical button.active {
    background-color: #897449;
    color: #F2EFDD;
}

.btn-group-vertical {
    row-gap: 10px;
    width: -webkit-fill-available;
}


.info-tab {
	display:flex;width:100%;height:fit-content;-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;

} 
.info-tab.collaped {
	max-height:0;    overflow: hidden;
}
.info-tab.expanded {
	max-height:400px;min-height:fit-content; overflow-y:auto
}
#g-grpup-visit, .Exp-btn {-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.Exp-btn {width: 25px; height:25px}
.Exp-btn:hover { cursor:pointer}
.rotate-x {rotate: 45deg;}

.faq-sub-menu > span {padding:5px 10px;align-items: center; margin-right:15px}
.faq-sub-menu span .label { font-size:20px}
.faq-sub-menu span .ico {width:30px;height: 25px; padding:0 5px}
.faq-sub-menu span .ico svg {width:22px;height: 25px;}
