p{
    color: #000 !important;
}
a:hover{
    color: #fac075;
}

.navbar{
    background-color: darkolivegreen; 
}

.spacer{
    flex: 1 1 auto;
}

.navbar-text{
    padding-left: 1.5rem;
}

.footer{
    background: #fac075;
}

.dataTables_length{
    margin: 10px auto;
}
.pagination{
    margin-bottom: 10px !important;
}

.paginate_button{
    border: 1px solid sandybrown;
    border-radius: 5px;
    margin: 5px;
    list-style: none;
}

.paginate_button a{
    padding: 5px 10px;
    text-decoration: none;
    color: olivedrab;
    width: 100%;
    border-radius: 5px;
}

.paginate_button :hover{
    background-color: olivedrab;
    color: wheat;
}

.previous .next{
    background-color: darkolivegreen !important;
}

.loading-pag{
    width: 100vw;
    height: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter{
    text-align: center;
}

.desc{
    font-size: 40px;
    font-weight: 100;
    color: darkolivegreen;
}

.percent{
    color:#8a491d;
    font-size: 60px;
    margin-top: -10px;
}

hr{
    background: #8a491d;
    border: 1px solid #8a491d;
    height: 40px;
}

.main{
    background-color: #cacaca;
    margin: 50px auto 120px;
}
.container{
    padding: 10px;
    margin: auto;
    background-color: white;
}
.link-btn{
    color: wheat;
    font-size: large;
    padding-right: 15px;
    text-decoration: none;
    width: 20%;
}
label{
    padding-bottom: 10px;
    font-size: larger;
    font-weight: bolder;
    color: rgb(57, 71, 31);
}
.thumbnail{
    width: 15rem !important;
    margin: 20px 0;
}
.thumbnail a{
    text-decoration: none;
    margin: auto;
}

.card-img-top{
    width: 90% !important;
    height: 8rem;
    margin: 10px 0 5px 10px !important;
}
.case{
    color: #8a491d;
    cursor: pointer;
    margin: 0 auto 10px;
    border: none;
    background: none;
    transition: ease-in-out .5s;
    /* width: 5rem; */
    height: 5rem;
    background-image: url(./assets/images/closed-case.png);
    background-repeat: no-repeat;
    background-size: 80% !important;
    background-position: center;
}

.opened{
    font-weight: bold;
    color: white;
    cursor: pointer;
    margin: 0 auto 10px;
    border: none;
    background: none;
    transition: ease-in-out .5s;
    width: 5rem;
    height: 5rem;
    background-image: url(./assets/images/open-case.png) !important;
    background-repeat: no-repeat;
    background-size: 80% !important;
    background-position: center;
}

.my-case{
    color: #333333;
    font-weight: bold;
    font-size: 0.8em;
}

.case:hover{
    color: #b1744b;

}
.list{
    background: #c75a01;
    width: 90%;
    margin: auto;
}
.list-title{
    color: #e2caaa;
    text-align: center;
    letter-spacing: 5px;
    word-spacing: 10px;
    font-stretch: condensed;
    padding: 5px 0;
    border-bottom: 1px dashed #020116;
}
.cash{
    color: #e2caaa;
    text-align: center;
    padding: 5px 0;
    cursor:pointer;
    font-size: 1.1em;
    transition: ease-in-out 1s;
}
.cash:hover, .disabled{
    background-color: #e2caaa;
    color: #020116;
    border-radius: 5px;
}

.balance{
    background: darkolivegreen;
    padding: 8px;
    color: lightgreen;

}
.btn label{
    font-size: small;

}

.offer{
    font-weight: bolder;
}

.offer-div button{
    font-size: 1.8em;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bolder;
    border: 1px double #8a491d;
    border-radius: 10px;
    color: darkolivegreen;
    padding-bottom: 10px;
}
.board2 > li{
    display: inline-block;
    min-width: 49%;
}
.board2, .board3{
    margin: 0;
    padding: 5px;
}
.board3 > li{
    display: inline-block;
    min-width: 32%;
}

ul{
    padding: 0;
}

.card{
    margin: 15px;
}
.slide, .para{
    text-align: justify;
    padding: 20px 20px 0 20px;
    margin: auto;
}
.swipe{
    margin-top: 40px;
    display: flex;
    color: #999;
}
.Won{
    color: green !important;
}
.Lost{
    color: red !important;
}
.modal-header, .modal-footer{
    background-color: #fad4a2 !important;
}
.modal-title{
    text-align: center !important;
    align-content: center;
}
.modal-body{
    background-color: #f8dbb4;
}
@media screen and (max-width: 400px) {
    .thumbnail{
        width: 40% !important;
        overflow: hidden;
        height: 8rem;
    }
    .card-img-top{
        height: 5rem;
        margin: 10px 0 5px 10px !important;
    }
  }
@media screen and (min-width: 750px) {
    .case{
    height: 8rem;
    }

    .opened{
        height: 8rem;
    }
}
  