<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.note {
    padding: 30px 20px 20px;
    background: #fafaf0;
    overflow: hidden;
    margin: 0 0 30px;
}
.zdev-listGrp {
    padding-bottom: 30px;
    display: flex;
    align-items: center
}
.note .select-lable{display: inline-block; width: 275px}
.note .input-lable{display: inline-block; width: 275px;}
.note .subimt-lable{display: inline-block; width: 275px; margin-top: 30px}
#answer { 
    border: 1px solid #d4d4d4;
    font-size: 14px;
    height: 32px;
    max-width: 250px;
    box-sizing: border-box;
    width: 100%;
}
		.submit {
			width: 250px;
    background: #f0483e;
			box-sizing: border-box;
    border: 1px solid #f0483e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    font-family: var(--zf-primary-semibold);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: unset;
			outline: none;
}
.api-content-inner-wrap table tr.bg-blue th {
    background: #f0f7ff;
}
		.select-edition {
    display: inline-block;
     position: relative; 
    vertical-align: middle;
}
.select-currency {
    display: inline-block;
     position: relative; 
    vertical-align: middle;
}
.select-paymentPeriod {
    display: inline-block;
     position: relative; 
    vertical-align: middle;
}
		#edition{  
			width: 250px;
                        max-width: 250px;
			cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 35px;
    padding: 7px 15px;
    box-sizing: border-box;
    border-radius: unset;
    border: 1px solid #03a9f5;
    border-radius: unset;
    background: #fff;
    font: 16px/1 var(--zf-primary-semibold);
    transition: all .4s ease;}
		.select-edition::before {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #03a9f5;
    right: 0;
    position: absolute;
    pointer-events: none;
}
#currency{  
			width: 250px;
                       max-width: 250px;
			cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 35px;
    padding: 7px 15px;
    box-sizing: border-box;
    border-radius: unset;
    border: 1px solid #03a9f5;
    border-radius: unset;
    background: #fff;
    font: 16px/1 var(--zf-primary-semibold);
    transition: all .4s ease;}
		.select-edition::before {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #03a9f5;
    right: 0;
    position: absolute;
    pointer-events: none;
}
	.select-edition::after {
    content: "";
    background: url(/sites/zweb/images/crm/price-faq.svg) no-repeat -11px 0;
    width: 18px;
    height: 10px;
    position: absolute;
    right: 8px;
    top: 13px;
    pointer-events: none;
}
.select-currency::before {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #03a9f5;
    right: 0;
    position: absolute;
    pointer-events: none;
}
	.select-currency::after {
    content: "";
    background: url(/sites/zweb/images/crm/price-faq.svg) no-repeat -11px 0;
    width: 18px;
    height: 10px;
    position: absolute;
    right: 8px;
    top: 13px;
    pointer-events: none;
}
.select-paymentPeriod::before {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #03a9f5;
    right: 0;
    position: absolute;
    pointer-events: none;
}
	.select-paymentPeriod::after {
    content: "";
    background: url(/sites/zweb/images/crm/price-faq.svg) no-repeat -11px 0;
    width: 18px;
    height: 10px;
    position: absolute;
    right: 8px;
    top: 13px;
    pointer-events: none;
}
#paymentPeriod{  
			width: 250px;
                        max-width: 250px;
			cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 35px;
    padding: 7px 15px;
    box-sizing: border-box;
    border-radius: unset;
    border: 1px solid #03a9f5;
    border-radius: unset;
    background: #fff;
    font: 16px/1 var(--zf-primary-semibold);
    transition: all .4s ease;}
		.select-edition::before {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #03a9f5;
    right: 0;
    position: absolute;
    pointer-events: none;
}
#usercount {
    border: 1px solid #03a9f5;
padding: 7px 15px;
    font-size: 14px;
    height: 32px;
    max-width: 250px;
box-sizing: border-box;
    width: 100%;
}
#extraCredits {
    border: 1px solid #03a9f5;
    font-size: 14px;
    height: 32px;
    max-width: 250px;
box-sizing: border-box;
padding: 7px 15px;
    width: 100%;
}
		.notes-1 {
    width: 95%;
    padding: 16px 18px 10px;
    margin: 30px 0;
    background: #ecf9ff;
    position: relative;
    border-left: 4px solid #c2deff;
}
.api-content-inner-wrap table{
border-bottom : 1px solid #e3e3e3 !important}
.table-sec1 {
    font-family: var(--zf-primary-regular),Arial,Helvetica,sans-serif;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.table-sec1 td, .table-sec1 th {
    border: 1px solid #ddd;
    padding: 8px;
}

.table-sec1 tr:hover {background-color: #fafcfd;}

.table-sec1 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #f0f7ff;
}

tab1 {
    padding-left: 4em;
}

tab2 {
    padding-left: 8em;
}

tab3 {
    padding-left: 12em;
}

.high-light {
    border: 1px solid #ada810;
    padding: 7px;
    background: #fbfde6;
    margin: 3px;
}

.h-light1 {
    color: #52b71e !important;
    display: inline-block;
}
.h-light2 {
    color: #b71e1e !important;
    display: inline-block;
}
.syntax-bx{
    background:#f0ebf5;
    padding:10px 18px;
    border-left:3px solid #ccc !important;
        display:inline-block;
    line-height:1.6em;
        margin-bottom:25px;
}
.syntax-bx &gt; p{ margin-bottom:0;}
.pos-re{
	position: relative;
}
.bulk-file{
	display: none;
}
.bord-non{
	border-bottom: none !important;
}
}
.two-columns, .three-columns, .four-columns, .five-columns {
	width: 100%;
	border: 1px solid #e3e3e3;
	margin: 30px 0px;
}
.two-columns th, .three-columns th, .four-columns th, .five-columns th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #fof7ff;
    border: 1px solid #e3e3e3;
}
.two-columns .left-side {
	width: 30%;
}
.two-columns .right-side {
	width: 70%;
}
.three-columns .left-side {
	width: 20%;
}
.three-columns .middle {
	width: 20%;
}
.three-columns .right-side {
	width: 60%;
}
.two-columns tr:last-child td, .three-columns tr:last-child td {
	border-bottom: none !important;
}
.two-columns th, .two-columns td, .three-columns th, .three-columns td, .four-columns th, .four-columns td, .five-columns th, .five-columns td, .second-tree td, .second-tree th, third-tree td, .third-tree th, .fourth-tree td, .fourth-tree th {
	padding: 15px 20px;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	border-bottom: 1px solid #e3e3e3;
}
.two-columns.black-table th, .two-columns.black-table td, .three-columns.black-table td, .three-columns.black-table th {
	background: #252830 !important;
	border-bottom: 1px solid #393e4a !important;
	color: #ccd4e1;
	font-family: var(--zf-primary-light);
}
.two-columns td.right-side, .two-columns th.right-side, .three-columns td.right-side, .three-columns th.right-side {
	padding-right: 30px;
}
.four-columns .left {
	width: 5%;
}
.four-columns .middle-left {
	width: 5%;
}
.four-columns .middle-right {
	width: 10%;
}
.four-columns .right {
	width: 15%;
}
.five-columns .left {
	width: 15%;
}
.five-columns .middle-left {
	width: 20%;
}
.five-columns .middle {
	width: 20%;
}
.five-columns .middle-right {
	width: 30%;
}
.five-columns .right {
	width: 15%;
}
.help-menu-panel{
	background: #ffff !important;
}
.help-content-inner-wrap ul li {
    padding-right: 20px;
}
.table-box{
overflow:scroll !important;
}</pre></body></html>