:root {
    --dark-color: #323A45;
    --color-fff: #FFFFFF;
    --color-100: #F0F0F0;
    --color-200: #EEEEEE;
    --color-300: #E0E0E0;
    --color-400: #BDBDBD;
    --color-500: #555555;
    --color-600: #757575;
    --color-700: #616161;
    --color-800: #424242;
    --color-900: #212121;
    --color-000: #000000;
    --border-color: #f0f0f0;
    --card-color: #ffffff;
    --body-color: #f9fbfd;
    --white-color: #ffffff;
    --sidebar-color: #fcfcfc;
    --text-color: #212529;
    --svg-color: #76808F;
    --hc-font-color: #555555;
    --hc-bg-color: #f0f0f0;
    --primary-color: #0d6efd;
    --secondary-color: #f7b36b;
    --chart-color1: #6aab9c;
    --chart-color2: #f7b36b;
    --chart-color3: #97B0AA;
    --chart-color4: #4D6E94;
    --chart-color5: #81A1CA;
    --buy-color: #0ecb81;
    --sell-color: #f6465d;
    --theme-primary: #512da8;
    --theme-primary-dark: #1a1f2e;
}

*:focus {
    box-shadow: none !important;
}

a {
    color: var(--theme-primary);
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

a:hover,
a:focus {
    color: var(--theme-primary-dark);
    text-decoration: underline;
}

a:active {
    color: var(--theme-primary);
    opacity: 0.8;
}

body {
    font-family: "Poppins", sans-serif;
    -moz-transition: ease 0.1s;
    -o-transition: ease 0.1s;
    -webkit-transition: ease 0.1s;
    transition: ease 0.1s;
    background-color: var(--body-color);
    color: var(--color-500);
    font-weight: 400;
    font-size: 15px
}

.btn-theme {
    color: #fff;
    background-color: var(--theme-primary);
    border: 1px solid var(--theme-primary);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.btn-theme:hover {
    background-color: var(--theme-primary-dark);
    border-color: var(--theme-primary-dark);
    color: #ffffff;
}

.btn-theme-outline {
    color: var(--theme-primary);
    background-color: transparent;
    border: 1px solid var(--theme-primary);
}

.btn-theme-outline:hover {
    background-color: var(--theme-primary);
    color: #fff;
}

.code {
    font-size: 1.25rem;
}

.color-bg-100 {
    background-color: var(--color-100);
}

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
}

.form-control:focus, .form-select:focus {
    box-shadow: 0 0 10px rgba(33, 37, 41, 0.15);
    background-color: var(--card-color);
    border-color: var(--primary-color);
    color: var(--text-color)
}

.integrations .card {
    cursor: pointer;
}

.integrations .card:hover {
    border-color: var(--theme-primary);
}

.pricing-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: transform 0.3s;
}

.pricing-card:hover {
    transform: scale(1.05);
    border-color: var(--theme-primary);
}

.price {
    font-size: 2.5rem;
    font-weight: bold;
}

.pricing-header {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-bottom: 1px solid #ddd;
}

.section {
    padding: 80px 0;
}

.section.footer .footer-bottom {
    border-top: 1px solid var(--color-400);
}

.user-message {
    text-align: right;
    margin-bottom: 10px;
}

.oracle-message {
    text-align: left;
    margin-bottom: 10px;
}

#user-input:focus {
    border-color: var(--theme-primary);
}

.user-message .message,
.oracle-message .message {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
    max-width: 80%;
}

.user-message .message {
    background-color: var(--theme-primary);
    color: white;
    cursor: pointer;
}

.oracle-message .message {
    background-color: #e9ecef;
    color: #212529;
    cursor: pointer;
}

.oracle-message .message.copied {
    color: green;
    font-weight: bold;
}

.text-theme {
    color: var(--theme-primary);
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .pricing-card {
        margin-bottom: 30px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}