.axis-lead-package-select {
    width: 100%;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}

.axis-lead-toast {
    position: fixed;
    top: 5.5rem;
    left: 50%;
    z-index: 10050;
    width: min(520px, calc(100% - 32px));
    margin: 0;
    padding: 14px 40px 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -140%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}

.axis-lead-toast.is-visible {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto;
}

.axis-lead-toast--success {
    background: #0f3d22;
    color: #fff;
    border-left: 4px solid #2ecc71;
}

.axis-lead-toast--error {
    background: #4a1214;
    color: #fff;
    border-left: 4px solid #d12b2f;
}

.axis-lead-toast--info {
    background: #1a1a1a;
    color: #fff;
    border-left: 4px solid #d12b2f;
}

.axis-lead-toast-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    background: transparent;
    color: inherit;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

@media (max-width: 768px) {
    .axis-lead-toast { top: 4.5rem; }
}

#submitmsg .thnk-social-share-main,
#submitmsg .thnk-msg-social-share,
#submitmsg .link-share-box,
#aftersubmitmsg .thnk-social-share-main,
#aftersubmitmsg .thnk-msg-social-share,
#aftersubmitmsg .link-share-box {
    display: none !important;
}
