﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    position: relative;
}

body {
    overflow: hidden;
    font-family: 'DM Sans', sans-serif;
    background-color: #000033;
    color: var(--bs-white);
}

main {
    overflow-y: auto;
}

.api-key-generate {
    width: 80%;
    height: auto;
    border-radius: 0;
}

.api-key-input {
    width: 100%;
    height: auto;
    border-radius: 0;
}

label {
    display: block;
}

button.k-button {
    height: 2.5rem;
    width: 11rem;
    margin-left: 6px;
    border-radius: 18px;
}

input[readonly="readonly"], input[readonly] {
    background-color: #eaeaea;
}

div.alert.alert-warning.alert-dismissible {
    display: none;
}

.box h3 {
    text-align: center;
    position: relative;
}

.box {
    background: #ffb88e;
    background: rgba(255, 128, 54, 0.2);
    color: #f35800;
    padding: 8px;
}

.shadow-effect {
    -webkit-box-shadow: 0 10px 6px -6px #d0d0d0;
    -moz-box-shadow: 0 10px 6px -6px #d0d0d0;
    box-shadow: 0 10px 6px -6px #d0d0d0;
}

.copy-button-container {
    background: #22274a;
}
    .copy-button-container:hover {
        background: #3d4891;
        color: #fff;
    }

    .copy-button-container span button#copyButton, 
    .copy-button-container span button#copyButton:hover {
        border-style: none;
        color: #fff;
    }

span button.btn {
    font-size: 12px;
}

.flintfox-logo {
    content: url("../images/logo-white-purple-star.svg");
    width: 130px;
    padding: 7px 0 0 0;
}

.flintfox-rmx-white-logo {
    content: url("../images/Flintfox-RMx-white.svg");
}

.main-content {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.main-nav {
    background-color: #09124a;
    height: 4em;
}

.logo-container {
    width: 50%;
    height: 50%;
    padding-top: 300px;
}

#navbarNav ul > li.nav-item a {
    color: var(--bs-white);
}
    li.nav-item {
        margin-right: 10px;
    }

        li.nav-item:hover, li.nav-item:focus, li.nav-item:active {
            border-bottom: 3px solid #7b41ff;
        }

button.navbar-toggler {
    background-color: var(--bs-white);
    border-color: var(--bs-gray);
}

main > .container {
    padding: 90px 0 0 0;
}

.container div.row {
    width: 100%;
}

div.api-keys-header {
    padding: 0;
}

label[for="txtMessageApiKey"], label[for="txtMessageApiKey"]:hover {
    background-color: transparent;
    color: #fff;
    width: 160px;
    padding-top: 8px;
}

#txtMessageApiKey {
    width: 25% !important;
}

#apiKeyInput {
    margin-top: 8px;
}

.dashboard {
    padding-top: 90px;
}

.date-tile {
    text-align: center;
}
