* {
    box-sizing: border-box;

    font-size: 16px;
}

@font-face {
    font-family: Aptos;
    src: url(font/aptos.ttf);
}

body {
    font-family: Aptos !important;
    background-color: #000 !important;
    margin: 0;
    color: #FFD600 !important;

}

.system-messages .system-messages-inner {
    margin-top: 20px;
    margin-bottom: 20px;
    display: none
}

.system-messages .system-messages-inner .alert {
    margin-bottom: 0
}

.system-messages {
    position: fixed;
    top: 0px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 9999;
}

.content {
    max-width: 400px;
    width: 100%;
    margin: 0px auto 0px auto;
    border-radius: 0px;
    background-color: #000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 823px !important;
}

.content h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px 0;

}

.content h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px 0;

}

.close span {

    font-size: 26px;

}

.btn {
    font-size: 26px !important;
    border-radius: 3.25rem !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.centerdiv {
    min-height: 716px;
    width: 100%;
    margin: 0 auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.hidden,
.has-hidden {
    display: none !important;
}

.has-loading:not(:required) {

    position: relative;
    overflow: hidden;

    width: 28px;
    height: 28px;
}

.borderBottom {
    border-bottom: 1px solid #FFD600 !important;
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #FAF8B6 !important;
}

.table-striped>tbody>tr:nth-child(even) {
    background-color: #E7EAED !important;
}

.nav-link {
    color: #FFD600 !important;
}