.casino-img{
    cursor: pointer;
}
.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000004d;
}

.modal-sec {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99;
    display: none;
}

.modal-header {
    background-color: #e2e2e2;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-content {
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    position: relative;
}

.close-btn {
    width: 22px;
    height: 22px;
    background-color: #000;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
}

.modal-sec.show {
    display: block;
}

.modal-body iframe{
    width: 100%;
    height: calc(100vh - 44px);
}
.header-logo{
     width: 60px;
     display: block;
}

.header-menu li{
    cursor: pointer;
}
.login-logo img{
    height: 100px;
}

.sm-modal.show{
    display: flex;
    align-items: center;
    justify-content: center;

    .modal-content{
        max-width: 60%;
        max-height: 80%;
    }
}

.cmn-page-navigation{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.table-rows-count .cmn-ul-list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
table thead{
    background: #e7ecf0;
}

.header-user-balance{
    color: #fff;
    font-weight: bold;
}

.tabler-icon{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards-row .flex-col{
    aspect-ratio: 1 / 1; 
    .card {
        width: 100%;
        height: 100%;
    }
    .bg-white{
        width: 100%;
        height: 100%;
        img{
            width: 100%;
            height: 100%;
            object-fit: fill;
        }
    }
  }
 .custom-select-option {
    padding: 2px 1rem 2px 5px;
    background-position: right .2rem center;
    margin: 0px 8px;
    border-radius: 4px;
    font-size: 14px;
}
.credi-text{
    color:#09db09;
}
.align-item-end{
    align-items: end;
}

  
.pagination {
  margin: 20px 0 0;
  font-size: 0;
  text-align: center;
}

.pagination a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    background: #e7ecf0;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
}
.pagination a:hover {
  text-decoration: underline;
}

.pagination ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.pagination li {
  display: inline-block;
  margin: 0 2.5px;
}
.pagination li.active a {
    background: #0085db;
    color: #fff;
    border: 1px solid #0085db;
}
.pagination li.active a:hover {
  text-decoration: none;
  cursor: default;
}

.prev.disabled, .next.disabled {
    cursor: default;
    background: #e6e6e6;
    color: #a4a4a4;
    border-color: #c0c0c0;
}
.prev.disabled:hover, .next.disabled:hover {
  cursor: default;
  text-decoration: none;
}

.prev {
  margin-right: 2.5px;
}

.next {
  margin-left: 2.5px;
}

.pagi-outer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    column-gap: 15px;
}
.pagi-number select {
    min-width: 80px;
    padding: 5px 10px;
}