html,
body {
    height: 100%;
}

html, body, input, textarea, select, button {
    background-color: rgb(20, 28, 50);
    color: #e8e7e3;
}

.card-header {
    background-color: transparent;
}

#footer {
    background-color: rgb(18, 25, 43);
}

.card {
    border-radius: 15px;
    border-color: rgba(140, 130, 115, 0.13);
    background-color: rgb(22, 31, 56) !important;
}

.bg-dark {
    background-color: rgb(22, 31, 56) !important;
}

.table-dark {
    background-color: rgb(22, 31, 56) !important;
}

.dataTables_wrapper {
    width: 100%;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: white !important;
}

@media only screen and (min-width: 1000px) {
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.form-control:focus {
    color: rgb(201, 197, 191);
    background-color: rgb(20, 28, 50);
    border: 1px solid #2ebe7b;
}

.form-control:read-only {
    background-color: rgb(20, 28, 50);
    border: 1px solid #eceeef;
}

.form-control {
    color: rgb(201, 197, 191);
    background-color: #161f36;
    border: 1px solid #eceeef;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control:disabled {
    background-color: rgb(30, 32, 34) !important;
}

tbody tr {
    background-color: rgb(22, 31, 56) !important;
}

@media only screen and (max-width: 425px) {
    #logo {
        content: url("//storage.googleapis.com/web.buckets.aycd.io/aycd.io/images/logo/logo-aycd-sm.svg");
    }
}

@media only screen and (min-width: 500px) {
    #logo {
        content: url("//storage.googleapis.com/web.buckets.aycd.io/aycd.io/images/logo/logo-aycd.svg");
    }
}

.imageCard {
    max-width: 80%;
}

@media only screen and (max-width: 992px) {
    .imageCard {
        max-width: 100%;
    }
}

.dropdown-menu {
    color: #fff;
    background-color: #19233F;
    border: none;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:hover {
    color: #fff;
    background-color: #007bff;
}

.round {
    border-radius: 15px;
}

a {
    color: #3391ff;
}

::placeholder {
    color: #b9b4ac;
}

#cover {
    min-height: 100%;
    display: flex;
    align-items: center;
}

#cover-top {
    min-height: 100%;
    padding-bottom: 50px;
}

#cover-caption {
    width: 100%;
}

.apiInput {
    width: 100%;
    margin-bottom: 10px;
}

.mainContent {
    padding-top: 115px;
    min-height: 100vh;
}

.sectionBlock {
    display: none;
}

.modal-footer {
    padding: 0 1rem 1rem 1rem;
    border-top: none;
    display: block;
    text-align: center;
}

.lead {
    font-weight: normal;
}
.close {
    color: rgb(227, 94, 107);
    text-shadow: none;
    opacity: 1;
}

.modal-body {
    text-align: center;
}

.modal-header {
    border-bottom: none;
}
.nav-link {
    font-size: 20px;
}

::-webkit-scrollbar {
    background-color: #1b1c21;
    color: #c4c0ba;
}

::-webkit-scrollbar-thumb {
    background-color: #252a33;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #2a323e;
}

::-webkit-scrollbar-thumb:active {
    background-color: #303d4f;
}

::-webkit-scrollbar-corner {
    background-color: #17181c;
}

.btn-outline-info {
    color: rgb(107, 219, 237);
}

.btn-outline-success {
    color: rgb(127, 224, 149);
}

.btn-outline-danger {
    color: rgb(227, 94, 107);
}

.no-padding {
    padding-left: 0;
}

.dash-btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.view-block {
    display: none;
}

#notification {
    visibility: hidden;
    width: 500px;
    margin-left: -250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#notification.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 9.5s;
    animation: fadein 0.5s, fadeout 0.5s 9.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    background-color: #19233f;
    color: white;
    border: 1px solid #eceeef;
}

.StripeElement--focus {
    color: rgb(201, 197, 191);
    background-color: #161f36;
    border: 1px solid #2ebe7b;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #212529 !important;
}

a[disabled="disabled"] {
    pointer-events: none;
}

.icon-button, .icon-button:focus {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    cursor: pointer;
    font: inherit;
    outline: none;
}

.center {
    margin: auto;
    width: 60%;
    padding: 10px;
}

.loader {
    border: 16px solid #212529; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.page-item.disabled .page-link {
    background-color: #17181c;
    border: 1px solid #212529;
    color: rgb(189, 184, 174);
}

.pagination > li > a {
    background-color: #17181c;
    border: 1px solid #212529;
    color: white;
}

.pagination > li > a:hover {
    background-color: #007bff;
    border: 1px solid #007bff;
    color: white;
}

.pagination > li.active > a:hover {
    background-color: #007bff;
    border: 1px solid #007bff;
    color: white;
}
