<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.note {
    padding: 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%;
}</pre></body></html>