/* COMMON CSS FOR REQUEST SUPPORT, NEED FEATURE, DEMO & QUOTE */
.heading-menu,#maincontent{display:none}
:root {
    --bg: #fff;
    --panel-bg: #edf3ff;
    --panel-active: #dfeafc;
    --text: #111827;
    --muted: #60646c;
    --border: #d7dbe3;
    --border-strong: #9ca3af;
    --blue: #155dfc;
    --blue-dark: #0f51ef;
    --link: #155dfc;
    --card-shadow: 0 0 0 1px #1118270a;
    --radius-md: 12px;
    --radius-sm: 8px
}

.request-shell *,.request-shell ::before,.request-shell ::after {
    box-sizing: border-box
}

.request-shell html,.request-shell body {
    margin: 0;
    padding: 0;
    background: var(--bg)
}

.request-shell body, .request-shell button, .request-shell input, .request-shell select, .request-shell textarea {
    font-family: 'ZohoPuvi',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    font-weight: 300
}

.request-shell body {
    min-width: 320px
}

.request-shell ul {
    padding: 0;
    list-style: none
}

.request-shell a {
    color: var(--link)
}

.request-shell {
    max-width: 1165px;
    margin: 0 auto;
    padding: 50px 24px 70px
}

.page {
    display: grid;
    grid-template-columns: 300px minmax(0,1fr);
    gap: 78px;
    align-items: start
}

.sidenav-card {
    border-radius: 12px;
    background: var(--panel-bg);
    padding: 30px 0 30px 30px;
    overflow: hidden
}

.sidenav-section + .sidenav-section {
    margin-top: 31px
}

.sidenav-title {
    margin-bottom: 11px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 500;
    color: #1a1d24
}

.sidenav-list {
    display: flex;
    flex-direction: column
}

.sidenav-list li {
    margin-bottom: 5px
}

.nav-item a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 38px;
    padding: 5px 26px 5px 0;
    font-size: 14.5px;
    line-height: 1.5;
    color: #4b5563;
    text-decoration: none
}
.nav-item a:hover span {
	color: var(--blue);
}
.nav-item a span {
    font-size: 14.5px;
    line-height: 1.5;
    color: #4b5563
}

.nav-item.active a {
    background: linear-gradient(45deg,#edf3ff,#d2e3ff);
    color: #111827
}

.nav-item.active a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: var(--blue)
}

.main-content {
    min-width: 0;
    max-width: 723px;
    padding-top: 4px;
    order: 1
}

.form-panel h1 {
    font-size: 31px;
    line-height: 1.16;
    font-weight: 500;
    letter-spacing: -.03em;
    color: #000;
}

.form-panel .form-desc {
    margin-top: 13px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--muted);
    border: 0;
    border-bottom: 1px solid var(--border);
    margin-bottom: 25px;
    padding-bottom: 25px;
	font-weight: 300;
}

.unified-main-form {
    margin-top: 0;
    max-width: 100%;
    padding: 0;
    color: #111827;
    font-family: 'ZohoPuvi',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif
}

.unified-main-form form {
    margin: 0;
    border-bottom: 1px solid #d7dbe2;
    padding-bottom: 40px
}

.unified-main-form .config-field {
    display: none
}

.unified-main-form ul {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 16px 14px;
    margin: 0;
    padding: 12px 0 0;
    list-style: none
}

.unified-main-form ul li {
    position: relative;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none
}

.unified-main-form ul li:nth-child(5),.unified-main-form ul li:nth-child(6) {
    grid-column: 1 / -1
}

.unified-main-form .placeholder {
    position: absolute;
    top: 15px;
    left: 16px;
    z-index: 2;
    pointer-events: none;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 300;
    color: #5d6067;
    transform-origin: left top;
    transition: top .18s ease,left .18s ease,font-size .18s ease,color .18s ease
}

.unified-main-form .placeholder label {
    display: block;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: text;
    font-size: 15px;
    font-weight: 300
}

.unified-main-form ul li:focus-within .placeholder,.unified-main-form ul li.is-filled .placeholder {
    top: -7px;
    left: 10px;
    font-size: 11px;
    color: #155dfc;
    background: #fff;
    padding: 0 5px
}

.unified-main-form ul li:focus-within .placeholder label,.unified-main-form ul li.is-filled .placeholder label {
    font-size: 12px
}

.unified-main-form ul li:has(input:autofill) .placeholder,
.unified-main-form ul li:has(input:-webkit-autofill) .placeholder,
.unified-main-form ul li:has(input:-internal-autofill-selected) .placeholder {
    top: -7px;
    left: 10px;
    font-size: 11px;
    color: #155dfc;
    background: #fff;
    padding: 0 5px
}

.unified-main-form ul li:has(input:autofill) .placeholder label,
.unified-main-form ul li:has(input:-webkit-autofill) .placeholder label,
.unified-main-form ul li:has(input:-internal-autofill-selected) .placeholder label {
    font-size: 12px
}

.unified-main-form ul li input,.unified-main-form ul li select,.unified-main-form ul li textarea {
    width: 100%;
    margin: 0;
    border: 1px solid #8c919b;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
    outline: 0;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 300;
    color: #23262d;
    transition: border-color .18s ease,box-shadow .18s ease;
    appearance: none;
    -webkit-appearance: none
}

.unified-main-form ul li input,.unified-main-form ul li select {
    height: 48px;
    padding: 7px 15px
}

.unified-main-form ul li select {
    padding-inline:14px 40px;color: #5d6067;
    background-image: linear-gradient(45deg,transparent 50%,#4b5563 50%),linear-gradient(135deg,#4b5563 50%,transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 1px),calc(100% - 13px) calc(50% - 1px);
    background-size: 5px 5px,5px 5px;
    background-repeat: no-repeat;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.unified-main-form ul li textarea {
    min-height: 78px;
    padding: 10px 14px;
    resize: vertical;
    line-height: 1.45
}

.unified-main-form.with-state li select {
    width: 55%;
    float: left;
    padding-right: 25px;
    font-size: 13px
}

.unified-main-form.with-state li select.commonselect {
    margin: 0 0 0 2%;
    padding-left: 10px;
    width: 43%
}

.unified-main-form ul li textarea::placeholder,.unified-main-form ul li input::placeholder {
    color: #5d6067;
    opacity: 1
}

.unified-main-form ul li input:autofill,
.unified-main-form ul li input:-webkit-autofill,
.unified-main-form ul li input:-internal-autofill-selected {
    -webkit-text-fill-color: #23262d;
    caret-color: #23262d;
    transition: background-color 9999s ease-out 0s,color 9999s ease-out 0s
}

.unified-main-form ul li input:focus,.unified-main-form ul li select:focus,.unified-main-form ul li textarea:focus {
    border-color: #155dfc;
    box-shadow: 0 0 0 2px #155dfc1f;
    outline: none
}

.unified-main-form .f-ic-description .placeholder {
    display: none
}

.unified-main-form .ffw-errmsg {
    display: none;
    position: relative;
    color: red;
    padding: 2px 0 0;
    font-size: 11px;
    line-height: 15px;
    text-align: left
}

.unified-main-form .ffw-both-buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding-top: 2px
}

.unified-main-form .ffw-privacy, .unified-main-form #meGDPRMessage * {
    order: 1;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 300;
    color: #2a2f38
}

.unified-main-form .ffw-privacy a {
    color: #2a2f38;
    text-decoration: underline;
    text-underline-offset: 2px
}

.unified-main-form .ffw-privacy strong {
    font-weight: 400
}

.unified-main-form .ffw-submit {
    order: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 18px;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(180deg,#2c66f6 0%,#155dfc 100%);
    box-shadow: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    transform: translateY(0);
    transition: background .28s ease,transform .28s ease,box-shadow .28s ease;
    appearance: none;
    -webkit-appearance: none
}

.unified-main-form .ffw-submit:hover {
    background: linear-gradient(180deg,#255ce2 0%,#0f51ef 100%);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(21,93,252,.22)
}

.unified-main-form .ffw-submit:focus-visible {
    outline: 2px solid #155dfc;
    outline-offset: 2px
}

.help-banner {
    display: flex;
    align-items: center;
    gap: 35px;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 30px 25px 30px 30px;
    background: #fff;
    box-shadow: var(--card-shadow);
    margin-top: 40px
}

.help-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    flex: 0 0 auto
}

.help-title {
    margin-bottom: 2px;
}
.help-body p.help-title{
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
	color: #111827;
	margin-bottom: 12px;
	font-weight: 500;
}
.help-body p {
    font-size: 15px;
    line-height: 1.5;
    color: #262b33;
    margin: 6px 0;
	font-weight: 300;
}

.help-body a {
    text-decoration: underline
}

.ic,.flag {
    display: inline-block;
    flex: 0 0 auto;
    background-image: url(../images/support-form-sprite-icons-unified-26.png);
    background-repeat: no-repeat;
    background-size: 150px
}

.ic {
    width: 20px;
    height: 20px
}

.flag {
    width: 18px;
    height: 13px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #0e0e110f
}

.admin-guide {
    background-position: 0 -5px
}

.knowledge-base {
    background-position: -1px -49px
}

.forums {
    background-position: -1px -97px
}

.pricing,.get-quote {
    background-position: 2px -142px
}

.workshop {
    background-position: 0 -188px
}

.request-support {
    background-position: -48px -5px
}

.request-features {
    background-position: -47px -144px
}

.schedule-demo {
    background-position: -48px -49px
}

.custom-onboarding {
    background-position: -48px -97px
}

.premium-support {
    background-position: -96px -3px
}

.ic-monitor-check {
    width: 58px;
    height: 47px;
    background-position: -92px -49px
}

.ic-chevron {
    width: 14px;
    height: 14px;
    background-position: -154px -76px
}

.ic-chevron-sm {
    width: 10px;
    height: 10px;
    background-position: -158px -78px
}

.gb {
    background-position: 0 -50px
}

.in {
    background-position: -99px -50px
}

:focus-visible {
    outline: 2px solid var(--blue);
    outline-offset: 2px
}

.ffw-additional-data,.ffw-hidden-data {
    display: none
}

#meGDPRMessage .checkmarkgdpr {
    height: 12px !important;
    width: 12px !important;
}

#meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {
    width: 4px !important;
    height: 7px !important;
}

@media (max-width: 1024px) {
    .request-shell {
        padding-inline:20px
    }

    .page {
        gap: 36px;
        grid-template-columns: 270px minmax(0,1fr)
    }

    .form-panel h1 {
        font-size: 28px
    }

    .unified-main-form ul {
        gap: 14px 12px
    }
}

@media (max-width: 860px) {
    .page {
        grid-template-columns:1fr
    }

    .sidenav-card {
        padding-bottom: 18px;
        order: 2
    }
}

@media (max-width: 640px) {
    .request-shell {
        padding:24px 16px 48px
    }

    .form-panel h1 {
        font-size: 24px;
        padding-top: 20px;
    }

    .nav-item a {
        padding-inline:18px}

    .sidenav-title {
        padding-inline:18px}

    .help-banner {
        flex-direction: column;
        align-items: flex-start
    }

    .unified-main-form ul {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .unified-main-form ul li:nth-child(5),.unified-main-form ul li:nth-child(6) {
        grid-column: auto
    }
}
