.support-form-content-panel {background-color: #fff;box-shadow: -5px 0 25px 0 rgba(0, 0, 0, 0.14);border: 0;display: flex;flex-direction: column;font-family: arial, helvetica, sans-serif;height: 100vh;left: auto;max-block-size: none;max-inline-size: none;overflow-y: auto;padding: 0;position: fixed;top: 0;transform: translateX(100%);transition: transform 0.25s ease-in-out;width: 420px;z-index: 50;}.support-form-content-panel:not([open]) {visibility: hidden;pointer-events: none;}.support-form-content-panel::backdrop {background-color: rgb(0 0 0 / 0.75);}.support-form-content-panel.support-form-is-open {transform: translateX(0);}.support-panel-header {display: flex;justify-content: space-between;}.support-panel-heading {display: inline-block;font-size: 1.25rem;margin: 0;padding: 25px 20px;}.close-support-button-wrapper {align-items: center;display: flex;justify-content: flex-end;font-size: 1.125rem;padding: 10px;}.close-support-form-button {background-color: transparent;border: none;color: #dc3545;}.close-support-form-button:hover {text-decoration: underline;}.close-support-form-button:focus {outline: auto;}.support-section {background: #f8f9fa;border: 1px solid #e9ecef;border-radius: 8px;margin: 0 1rem;padding: 1.5rem;}.support-section-title {color: #212529;font-size: 1.125rem;font-weight: 600;margin: 0 0 0.5rem 0;}.support-section-description {color: #6c757d;font-size: 0.875rem;line-height: 1.4;margin: 0 0 1rem 0;}.support-section-divider {align-items: center;display: flex;margin: 0.5rem 1rem;text-align: center;}.support-section-secondary {margin-bottom: 20px;}.support-section-divider::before,.support-section-divider::after {background: #dee2e6;content: "";flex: 1;height: 1px;}.support-section-divider-text {background: #fff;color: #6c757d;padding: 0 1rem;font-size: 0.875rem;font-weight: 500;}.support-panel-kb-link {background: #1d4ed8;border-radius: 6px;color: #fff;display: inline-block;font-size: 1rem;font-weight: 500;margin: 0;padding: 0.75rem 1.5rem;text-align: center;text-decoration: none;transition: background-color 0.2s ease;}.support-panel-kb-link:hover,.support-panel-kb-link:focus {background: #2563eb;color: #fff;outline: 2px solid #0066cc;outline-offset: 2px;text-decoration: none;}.support-form {flex: 1 1 0;padding: 15px 20px 20px;}.support-form .form-error {background: #f8d7da;border: 1px solid #f5c6cb;border-radius: 4px;color: #721c24;margin-top: 1rem;padding: 1rem;}.support-panel-error {background: #ffe9ec;border: 1px solid #dc3545;border-radius: 4px;color: #b02a37;font-size: 90%;line-height: 1.4;margin: 20px;padding: 15px;}html.support-form-is-open {overflow: hidden;}.screen {align-items: center;background: linear-gradient(to bottom, #fff, #1d4ed8);bottom: 0;display: flex;justify-content: center;left: 0;position: fixed;right: 0;text-align: center;top: 0;}.support-loader {align-items: center;background: linear-gradient(#fff, #1d4ed8);display: flex;flex: 1 1 0;flex-direction: column;justify-content: center;}.loader-title {color: #fff;display: block;font-size: 30px;margin-bottom: 65px;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.dot {display: inline-block;height: 15px;margin: 0 2px;position: relative;width: 15px;}.dot:first-child:before {animation-delay: 0ms;}.dot:first-child:after {animation-delay: 0ms;}.dot:last-child:before {animation-delay: 200ms;}.dot:last-child:after {animation-delay: 200ms;}.dot:before {content: "";position: absolute;left: 0;width: 15px;height: 15px;background-color: blue;animation-name: dotHover;animation-duration: 900ms;animation-timing-function: cubic-bezier(0.82, 0, 0.26, 1);animation-iteration-count: infinite;animation-delay: 100ms;background: white;border-radius: 100%;}.dot:after {content: "";position: absolute;z-index: -1;background: black;box-shadow: 0px 0px 1px black;opacity: 0.2;width: 100%;height: 3px;left: 0;bottom: -2px;border-radius: 100%;animation-name: dotShadow;animation-duration: 900ms;animation-timing-function: cubic-bezier(0.82, 0, 0.26, 1);animation-iteration-count: infinite;animation-delay: 100ms;}@keyframes dotShadow {0% {transform: scaleX(1);}50% {opacity: 0;transform: scaleX(0.6);}100% {transform: scaleX(1);}}@keyframes dotHover {0% {top: 0px;}50% {top: -50px;transform: scale(1.1);}100% {top: 0;}}.support-form-content-panel.mobile-view {box-shadow: none;height: 100vh;position: static;right: 0;top: 0;transform: none;visibility: visible;width: 100%;}@media (max-width: 640px) {.support-form-content-panel {width: 100vw;padding-top: 60px;padding-bottom: 40px;}.support-form-content-panel.mobile-view {padding-top: 0px;padding-bottom: 0px;}}