.btn-gold {
    background-color: #ffb900 !important;
    border-radius: 5px;
}

.btn-gold-dark {
    background-color: #ffb800 !important;
}

.text-gold {
    color: #ffb900 !important;
}

.text-gold-dark {
    color: #ffb800 !important;
}

.border-gold {
    border-color: #ffb900 !important;
}

.border-gold-dark {
    border-color: #ffb800 !important;
}

.text-black {
    color: black;
}

.border-black {
    border-color: black;
}

.bg-dark-white {
    background-color: #f2f2f2;
}

.bg-black {
    background-color: black;
}

.bg-green-dark {
    background-color: #013107 !important;
}

#app {
    min-height: 100vh;
    padding-top: 4.5rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(248,186,23)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.card-default {
    border-color: black !important;
    border-radius: 9px !important;
    border-top: none !important;
}

.card {
    border: 1px solid black;
    border-radius: 5px;
}

.plan-body {
    border: 1px solid black;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.form-control {
    border: 1px solid #b0b0b1;
}

.form-control:focus {
    box-shadow: none !important;
}

.text-semi-bold {
    font-weight: 500;
}

.div-sign {
    text-align: center;
    /* margin: 20px 0px 25px 0px; */
    font-weight: bold;
    color: black;
    font-size: 18px;
}

.rounded-10 {
    border-radius: 10px !important;
}

.dropdownLogs {
    background-color: black !important;
}

.item-logs:hover {
    background-color: black !important;
    color: #ffd66d !important;
}

.form-date {
    border-right: none !important;
    background-color: white !important;
    border-radius: 6px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.form-date-append {
    background-color: white !important;
    border: 1px solid #b0b0b1;
    border-radius: 6px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.container-logs, .closed-container-logs {
    /*
    border: 1px solid #b0b0b1; */
    margin-bottom: 12px;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 6px 2px;
    border-top: 1px solid rgba(133, 132, 132, 0.35)!important;
}

.container-div {
    max-height: 400px;
    overflow: auto;
    overflow-x: auto;
}

.btn-sign {
    background-color: #ffb800;
    width: 100%;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    height: 38px;
}

.for-mobile {
    display: none;
}

.hide-for-mobile {
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .btn-sign {
        margin-top: 10px;
    }
}

hr {
    border: 1px solid rgb(177, 177, 177);
}

.btn-dashboard {
    background-color: white;
    width: 100%;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    height: 38px;
    border: 1px solid #ffb800 !important;
}

.data-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
    border: 1px solid #ffb800 !important;
    background-color: white;
    z-index: 1;
}

.dl-staking {
    top: 70% !important;
}

.nav-edc .nav-item .nav-link.active {
    background-color: black;
    color: white;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(255, 185, 0, 1);
    -moz-box-shadow: inset 0 -3px 0 0 rgba(255, 185, 0, 1);
    box-shadow: inset 0 -3px 0 0 rgba(255, 185, 0, 1);
}

.nav-edc .nav-item .nav-link {
    color: black;
    background-color: #e2e2e2;
}
