<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-panel-wrap .ztwo-col .api-content-inner-wrap {
       max-width:100%;
}
.help-menu-panel{
	background: #ffff !important;
}
.api-content-inner-wrap .help-wrap{
    list-style:none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.help-group a {
    color: #000;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.help-content-inner-wrap ul li {
    padding-right: 20px;
}
.api-content-inner-wrap .help-group {
        list-style:none;
	display: inline-block;
	width: 31%;
	margin: 1%;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 15px;
	background: #fff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	float: left;
	position: relative;
}
.read-more {
      display: inline-block;
}
.img-par {
    position: relative;
    height: 56px;
    margin-bottom: 15px;
}
.help-group:hover {
	box-shadow: 0px 0px 20px 4px rgb(237, 237, 238);
}
.help-box {
	min-height: 150px;
	box-sizing: border-box;
	padding: 35px 30px 60px;
	text-align: left;
        height:100%
}
.help-box .sprite-icon {
	background: url(/sites/zweb/images/crm/help-icons-new.svg) left top no-repeat;
	display: inline-block;
	position: absolute;
	bottom: 0;
}
.help-box h3 {
	font: 24px/1.2 var(--zf-primary-semibold);
}
.api-content-inner-wrap .help-box a{
       color:#000;
       text-decoration:none;
}
.api-content-inner-wrap  .help-box .read-more p {
	font-size: 16px;
	border-bottom: 1px solid #03a9f5;
	margin: 0;
        color:#03a9f5;
        text-decoration:none;
}
.help-box p {
	font-size: 17px;
}
.help-box .icon1 {
    background-position: 0 -13px;
    width: 48px;
    height: 47px;
}
.help-box .icon2 {
    background-position: -65px -16px;
    width: 60px;
    height: 44px;
}
.help-box .icon3 {
    background-position: -142px -12px;
    width: 64px;
    height: 48px;
}
.help-box .icon4 {
    background-position: -223px -7px;
    width: 51px;
    height: 53px;
}
.help-box .icon2 {
    background-position: -65px -16px;
    width: 60px;
    height: 44px;
}
@media(max-width:1200px){
       .api-content-inner-wrap .help-group{
              width:45%; 
       }
       .api-content-inner-wrap .help-wrap{
              justify-content:center;
              margin:0px 0px 50px 0px;
       }
}
@media(max-width:992px){
      .api-content-inner-wrap .help-group {
        width: 90%;
        margin: 15px auto;
     }
}
@media(max-width:768px){
     .api-content-inner-wrap .help-group {
        width: 100%;
     }
}
@media(max-width:500px){
     .content-panel-wrap .api-content-inner-wrap &gt; div{
          padding: 10px 10px 20px 25px;
     }
}</pre></body></html>