HEX
Server: Apache
System: Linux 185.122.168.184.host.secureserver.net 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
User: barbeatleanalyti (1024)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/barbeatleanalyti/public_html/mbaris.beatleanalytics.com/assets/survey/css/demo-acc.css
/*------------------------------------*\
-------- Page Styles: Accordion
\*------------------------------------*/
body {
	position:relative;
	z-index:0;
}
.main:before {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	content:'';
	background:-webkit-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
	background:-moz-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
	background:-o-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
	background:radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
}

.site-header-wrap {
	margin-bottom:60px;
	border-bottom:1px solid #cd9ad6;
}

/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/
/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	text-align:center;
	border-radius:3px;
	background:#FFF;
	margin-left:6%;
}

/*----- Section Titles -----*/
.accordion-section-title {
	background: #55cdd3 none repeat scroll 0 0;
    border-bottom: 0px solid #1a1a1a;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-size: 1.2em;
    padding: 15px;
    text-align: center;
    /* text-shadow: 0 1px 0 #1a1a1a; */
    transition: all 0.15s linear 0s;
    width: 98% !important;
	margin-top:24px;
}
.accordion-section-title-head {
	 background: #BC625A none repeat scroll 0 0;
    border-bottom: 1px solid #1a1a1a;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-size: 1.2em;
    padding: 15px;
    text-align: center;
    text-shadow: 0 1px 0 #1a1a1a;
    transition: all 0.15s linear 0s;
    width: 50%;margin-top:10px;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background:#55CDD3;
	/* Type */
	text-decoration:none;
}
.accordion-section
{
	margin-top:-23px;
}
.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	 
	display:none;
	width:50%;
	text-align:center;
	margin-left:25%;
}