PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/live2news.com/wp-content/plugins/zeus-gpt/static/scss/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/live2news.com/wp-content/plugins/zeus-gpt/static/scss/_api-form.scss

.api-form-wrapper {
    width: 100%;
    // height: calc(100vh - 140px);
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.api-form-container {
    width: 60%;

    h2 {
        font-size: 24px;
        line-height: 40px;
        font-weight: 500;
        color: var(--color-white);
        // margin-bottom: 30px;
        margin-left: 28px;
    }
}

.api-form {
    display: flex;
    gap: 10px;

    .form-group {
        width: calc(100% - 67px);
    }

    .submit-button {
        width: 67px;

        border-radius: 50% !important;
        padding: 0 !important;

        background-color: var(--zeus-brand-color) !important;

        &::before {
            background-color: var(--color-white) !important;
        }

        span {
            width: 100%;
            height: 100%;

            display: inline-flex;
            justify-content: center;
            align-items: center;
        }

        svg {
            width: 40%;
        }
    }
}