:root{
    --color1: #7597de;
    --color2: #2b1055;
    --skyblue:#37f5f9;
    --white:#fff;
    --brown:#607d8b;
}   
.opacity-0{
    opacity: 1 !important;
}

.transactions-list .card{
    margin-top: 35px;
}
.transactions-list button.btn--base{
    font-weight: 500 !important;
}
body{
    margin-bottom: 75px !important;
}

.footer{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    padding: 0 !important;
    background: linear-gradient(359deg, var(--color2),var(--color1));
    z-index: 100;
}
.footer > *{
    flex-basis: 20%;
    text-align: center;
}
.footer a img{
    width: 26px;
    margin: 0 auto;
}
.footer a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 13px 0 8px;
    text-decoration: none;
}
.footer a span{
    color: #fff;
}
.footer a:hover span{
    color: #37f5f9;
}
.footer a:hover img{
    filter: brightness(0) saturate(100%) invert(73%) sepia(28%) saturate(917%) hue-rotate(131deg) brightness(103%) contrast(106%);
}
.btn--base, .bg--base{
    background-color: var(--color2) !important;
}
.btn--base:hover,.bg--base:hover{
    background-color: var(--skyblue) !important;
}
.ss1,.ss,.header-2{
    background: linear-gradient(359deg, var(--color1), var(--color2)) !important;
    padding: 25px 0 !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    margin-bottom: 25px;
    position: sticky;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 100;
    text-align: center;
    color:var(--white);
}

.header-2 .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 74px !important;
}
.header-2.logged .inner{
    width:64% ; 
}
.header-2 p{
    margin:0 !important;
}
.header-2 img{
    width: 45px;
}
.header-2 a{
       padding: 5px 20px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    background-color: #832c84c7;
    color: yellow;
}
.header-2 a:hover{
    cursor:pointer !important;
}

.cumtom--nav-tabs .nav-item .nav-link.active, .custom--table thead, .inline-social-links li a:hover, .button-nav-tabs .nav-item .nav-link.active, .scroll-to-top{
    background-color: #7597de !important;
}







/*------------dashboard------------*/
.dashboard .title-homes{
    background-color: var(--brown);
    text-align: center;
    padding: 25px 0;
    border-radius: 4px;
    margin-bottom: 30px;
}
.dashboard .title-homes .image{
    margin-bottom: 23px;
}
.dashboard .title-homes p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--white);
}
.dashboard .timing p{
    background-color: #832c84c7;
    padding: 10px 0;
    text-align: center;
    border-radius: 4px;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
    color:yellow;
}

.dashboard .recharge-wallet a{
    /*background-color: var(--color1); */
    display: inline-block;
     width: 100%; 
    padding: 20px;
    /*text-align: center;*/
    border-radius: 6px;
    margin-bottom: 25px;
    text-align: center;
}
.dashboard .recharge-wallet a:hover .image{
   background-color: var(--color1);
    border-color:var(--color2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}
.dashboard .recharge-wallet a .image{
    margin-bottom: 23px;
    border: 3px solid #fff;
    background-color: #eee;
    border-radius: 10px;
    padding: 25px 0;
    margin: 0 auto 25px;
    max-width: 130px;
    height: 130px;
    display: flex
;
    justify-content: center;
    align-items: center;
        margin: 0 auto 15px;
           transition: transform 0.3s ease;
}
.dashboard .recharge-wallet a .image img{
        width: 60px;
}
.dashboard .recharge-wallet a p{
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

.dashboard .recharge-wallet a:hover .image {
    transform: scale(1.1);
}

/* Text hover color change */
.dashboard .recharge-wallet a:hover p {
     color: var(--color2);
}

.dashboard .apk-link{
    margin-bottom: 20px;
}
.dashboard .heading h2{
    background-color: #832c84c7;
    padding: 19px;
    border-radius: 5px;
    font-size: 23px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.dashboard .heading.sub{
    text-align: center;
}
.dashboard .heading.sub h2{
    color: yellow;
    font-size: 17px;
    padding: 10px;
    display: inline-block;
    text-align: center;
}
.dashboard .details h3{
    color: #2b1055;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px;
}
.dashboard .details p{
    font-size: 17px;
}
.dashboard .price{
    background-color: var(--color1);
    display: inline-block;
    width: 100%;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 25px;
}
.dashboard .price >*{
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 19px;
    color: var(--white);
}

/*.dashboard .quick-menu a{*/
/*    background-color: var(--color1);*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    padding: 20px;*/
/*    text-align: center;*/
/*    border-radius: 6px;*/
/*    margin-bottom: 25px;*/
/*}*/
/*.dashboard .quick-menu a .image{*/
/*    margin-bottom: 20px;*/
/*}*/
/*.dashboard .quick-menu a .image img{*/
/*    width: 80px;*/
/*}*/
/*.dashboard .quick-menu a p{*/
/*    color: var(--white);*/
/*    font-weight: 500;*/
/*    font-size: 18px;*/
/*}*/







.dashboard .quick-menu a{
    /*background-color: var(--color1); */
    display: inline-block;
     width: 100%; 
    padding: 20px;
    /*text-align: center;*/
    border-radius: 6px;
    margin-bottom: 25px;
    text-align: center;
}

.dashboard .quick-menu a:hover .image{
    background-color: var(--color1);
    border-color:var(--color2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.dashboard .quick-menu a .image{
    margin-bottom: 23px;
    border: 3px solid #fff;
    background-color: #eee;
    border-radius: 10px;
    padding: 25px 0;
    margin: 0 auto 25px;
    max-width: 130px;
    height: 130px;
    display: flex
;
    justify-content: center;
    align-items: center;
         margin: 0 auto 15px;
             transition: transform 0.3s ease;
}
.dashboard .quick-menu a .image img{
        width: 60px;
}
.dashboard .quick-menu a p{
    color: #000;
    font-weight: 500;
    font-size: 18px;
}


.dashboard .quick-menu a:hover .image {
    transform: scale(1.1);
}

/* Text hover color change */
.dashboard .quick-menu a:hover p {
    color: var(--color2); /* You can change this to your brand color */
}




.dashboard .table-design h3{
       color: #2b1055;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px;
}

.dashboard .table-design table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.dashboard .table-design table th {
  background-color: #2b1055;
  color: #ffffff;
}

.dashboard .table-design table tbody tr {
  background-color: #7597de;
  color: #000000;
}

.dashboard .table-design table th,
.dashboard .table-design table td {
  padding: 12px;
  text-align: center;
  border: 1px solid #ffffff;
}

.dashboard .chat-link{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 100px;
    margin: 30px 0;
}
.card .card-body form > .d-flex{
    gap: 0 !important;
}
.card .card-body form .flex-grow-1{
    flex-basis:25%;
    padding: 0 12px;
}



/*----------user-recharge------------*/
.user-recharge .heading a{
    background-color: #832c84c7;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 20px;
    color: yellow;
    font-size: 17px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
}


.user-recharge .image-widgets a{
    background-color: var(--color1);
    display: inline-block;
    width: 100%;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 25px;
}
.user-recharge .image-widgets a .image{
    margin-bottom: 10px;
}
.user-recharge .image-widgets a .image img{
    width: 120px;
    filter: brightness(0) saturate(100%) invert(90%) sepia(100%) saturate(0%) hue-rotate(228deg) brightness(105%) contrast(109%);
}
.user-recharge .image-widgets a p{
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
}



/*-------mannual-recharge-----------*/
.mannual-recharge .amount-box{
        border-radius: 10px;
    border: 2px solid #C4C4C4;
    background-color: #fff;
    font-size: 16px !important;
    color: #000;
    font-weight: 500;
    padding: 5px 26px;
    margin-bottom: 20px;
}
.mannual-recharge .amount-box:hover{
    background-color: var(--color1);
    color: var(--white);
    border: 2px solid var(--color1);
}
.mannual-recharge .heading{
    text-align: center;
    margin-bottom: 20px;
}
.mannual-recharge .heading h2{
    background-color: #832c84c7;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 20px;
    color: yellow;
    font-size: 17px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
}

.mannual-recharge .payment-method{
    border: 2px solid #C4C4C4;
}
.mannual-recharge .amount-input::placeholder{
    color: #000;
}
.mannual-recharge .amount-input{
        background-color: #eee;
    color: #000;
    font-weight: 500;
}
.mannual-recharge .amount-box.selected{
        background-color: var(--color2);
    color: white;
    border-color: var(--color2);
}

.mannual-recharge .pay-button{
    background-color: var(--color2);
}
.mannual-recharge .pay-button:hover{
    background-color: var(--color1);
}
.mannual-recharge .payment-method.selected{
    border-color: var(--color1);
}



/*-----mannual-recharge-confirm----------*/
.m-recharge-confirm .heading{
    text-align: center;
}
.m-recharge-confirm .heading h2{
        background-color: #832c84c7;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 20px;
    color: yellow;
    font-size: 17px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center
}
.m-recharge-confirm small{
        background-color: #11ace7;
    font-weight: 500;
    color: #fff;
    padding: 6px 15px;
    margin-top: 20px;
    display: inline-block;
    border: 2px solid #000;
    border-radius: 4px;
}

.m-recharge-confirm .upload-btn{
    background-color: var(--color2);
}
.m-recharge-confirm .input-field{
    background-color: #eee;
    border: 1px solid #0000004d;
    border-radius: 4px;
}







/*--------user-withdraw------------*/
.user-withdraw .heading{
    text-align: center;
}
.user-withdraw .heading h2{
        background-color: #832c84c7;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 20px;
    color: yellow;
    font-size: 17px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center
}
.user-withdraw .account-wrapper{
    z-index: 0;
    box-shadow: #37f5f9 0px 0px 0px 0px !important;
    border-color: #000;
}
.user-withdraw form label{
    color: #000;
    font-size: 17px;
}

.user-withdraw form [type=submit]{
      background-color: var(--color2);
    color: var(--white);
    font-weight: 400;
    border-radius: 4px;
}
.user-withdraw form .input-group-text{
    background-color: var(--color2) !important;
    color: #fff;
    border-color: var(--color2) !important;
}
.user-withdraw form .list-group-item{
    border-color: var(--color2) !important;
}


/*------user-setting-----------*/
.user-setting form input{
    border: 1px solid #000000 !important;
}
.user-setting form input::placeholder{
    color:#00000051 !important;
}
.user-setting form [type=submit] {
    background-color: var(--color2);
    color: var(--white);
    font-weight: 400;
    border-radius: 4px;
    padding: 0;
}

/*-----------user-deposit-history-----------*/
.user-deposit-history table{
    border: 1px solid #5a66ac;
}
.user-deposit-history table tbody td span.badge{
    background: var(--color2) !important;
    border: 1px solid var(--color1);
    padding: 6px 12px 10px;
    font-size: 12px;
}
.user-deposit-history table tbody td span.text-primary{
    color: var(--color2) !important;
}
.user-deposit-history table tbody td{
    border-bottom: 1px solid rgb(30 0 0 / 33%);
}
.user-deposit-history table tbody td a.btn{
    background-color: #29c3c6 !important;
}

.user-deposit-history button.input-group-text{
    background-color: var(--color2) !important; 
    border-color: var(--color2) !important;
}
.user-deposit-history button.input-group-text i{
    color: var(--white);
}






/*---------referal------------*/
.referal input.referralURL{
    color: #000 ;
    background-color: transparent !important;
}
.referal .input-group-text{
    background-color: var(--color2) !important; 
    border-color: var(--color2) !important;
}
.referal .input-group-text i{
    color: var(--white);
}
.referal a.buc3{
    font-weight: 100 !important;
   
}
.referal a.buc3:hover{
    cursor: pointer;
}
.bank-acc form [type=submit]{
    background-color: var(--color2) !important;
}
.bank-acc form [type=submit]:hover{
    background-color: var(--color1) !important;
}
.result-table-th{
    background-color: var(--color1) !important;
}
.result-table-th div:not(.digit-balls) {
    color: var(--white) !important;
    font-size: 15px !important;
}
.result-table-th div.digit-balls div{
    color: #000 !important;
}
.result-table-header.result-digit-table-title{
    color: var(--color2) !important;
    font-weight: 500 !important;
}
.result-table-td .result-digit-table-item .flex-1:nth-child(2){
    font-weight: 100 !important;
    font-size: 14px !important;
}
.sss{
    background-color: #832c84c7 !important;
    font-weight: 500 !important;
    color: yellow !important;
}
.adm-selector-item-active{
    background-color: var(--color2) !important;
    color: var(--white) !important;
        border-color: var(--skyblue) !important;
}
.result-top-bar .adm-selector-item:not(.adm-selector-item-active){
    border: 2px solid var(--color2) !important;
}


/*------------login-form--------*/
/*.login-form .account-wrapper{*/
/*        background: linear-gradient(359deg, var(--color1), var(--color2)) !important;*/
/*    z-index: 0;*/
/*    margin-top: 50px;*/
/*}*/
/*.login-form .but1{*/
/*    background-color: #832c84c7 !important;*/
/*      border-radius:4px !important;*/
/*}*/
/*.login-form .but1:hover{*/
/*    background-color: var(--skyblue) !important;*/
/*    color:var(--white) !important;*/
/*}*/
/*.login-form input{*/
/*    border-radius:4px !important;*/
/*}*/











.login-form .account-wrapper {
  background: linear-gradient(145deg, #7597de, #2b1055) !important;

  padding: 30px 25px;
  border-radius: 12px;
  width: 100%;
  max-width: 800px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 60px auto;
  z-index: 0;
}

.login-form .account-form {
  display: flex;
  flex-direction: column;
}

.login-form .account-form .form-title {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: bold;
}

.login-form .form-group {
  margin-bottom: 20px;
}
.login-form .form-group.form-check{
    display:flex;
    column-gap:10px;
}

.login-form .form-group label {
  color: #ffffff;
  display: block;
  margin-bottom: 8px;
}

.login-form .form-group input {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 6px;
  outline: none;
  font-size: 16px;
}
.login-form .form-group input.form-check-input{
        width: 20px !important;
    height: 20px !important;
}

.login-form .options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 14px;
}

.login-form .options a {
  color: #ffffff;
  text-decoration: underline;
}

.login-form .but1,
.login-form .but2,
.login-form .but3 {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 15px;
  transition: background-color 0.3s ease;
}

.login-form .but1 {
  background-color: #0099ff;
  color: #ffffff;
}

.login-form .but1:hover {
  background-color: #007acc;
}

.login-form .but2 {
  background-color: #ffffff;
  color: #2b1055;
  font-weight: bold;
}

.login-form .but2:hover {
  background-color: #e0e0e0;
}

.login-form .but3 {
  background-color: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  border: 1px solid #ffffff;
}

.login-form .but3:hover {
  background-color: #ffffff;
  color: #2b1055;
}

.login-form .text-center {
  text-align: center;
  color: #ffffff;
}

.login-form .or {
  margin: 10px 0;
  font-weight: bold;
  color: #ffffff;
}











/*-------------Mobile view------*/

/*-------------kerala tickets------*/

.kerala-tickets .ticket {
  background: linear-gradient(359deg, var(--color1), var(--color2));
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 0 15px #7597de;
  font-family: 'Segoe UI', sans-serif;
  color: white;
  max-width: 400px;
  margin: 20px auto;
}

.kerala-tickets .ticket p {
  margin: 8px 0;
  font-size: 14px;
  color: #ffffff;
}

.kerala-tickets .ticket p:first-child {
      font-size: 21px;
    font-weight: 600;
    color: #fff;
}

.ticket-number {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #ffeb3b !important;
  margin-bottom: 10px !important;
  background-color:transparent !important;
}

.ticket-info {
  font-size: 18px !important;
  font-weight:500 !important;
  color: #fff !important;
  text-align: center;
  margin: 15px 0  !important;
}

.ticket-header {
  border-bottom: 2px solid #7597de;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.kerala-tickets .ticket a i {
  font-size: 22px !important;
  color: #ffffff !important;
  padding: 10px 20px;
  background-color: #832c84c7;
  border-radius: 10px;
  font-weight: bold;
  transition: 0.3s ease;
      padding: 12px 36px 37px;
      font-weight:500 !important;
}

.kerala-tickets .ticket a i:hover {
  background-color: #ffeb3b;
  color: #2b1055;
}



/*.forget-page .account-wrapper{*/
/*    margin-top:30px ;*/
/*}*/
/*.forget-page .account-wrapper{*/
/*    border:2px solid var(--color2) !important;*/
/*}*/
/*.forget-page .account-wrapper .btn {*/
/*       font-weight: 500 !important; */
/*}*/

.forget-page .account-wrapper {
  margin-top: 50px;
  padding: 30px 25px;
  border-radius: 10px;
  /*max-width: 400px;*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, #7597de, #2b1055);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: none; /* removed old border */
}

.forget-page .account-form {
  display: flex;
  flex-direction: column;
}

.forget-page .account-form p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.forget-page .form-group {
  margin-bottom: 20px;
}

.forget-page .form-group label {
  color: #ffffff;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}

.forget-page .custom--field {
  position: relative;
}

.forget-page .form--control {
  width: 100%;
  padding: 10px 12px 10px 40px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  outline: none;
}

.forget-page .custom--field i {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #2b1055;
  font-size: 18px;
}

.forget-page .btn {
  background-color: #0099ff !important;
  color: #ffffff;
  border: none;
  padding: 12px;
  border-radius: 6px;
  width: 100%;
  font-size: 16px;
  font-weight: 600 !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.forget-page .btn:hover {
  background-color: #007acc;
}
.main-content .remember .form-group.form-check{
    padding:0;
    display:flex;
    column-gap:5px;
    align-items:center;
}
.main-content i{
    margin-top: 12px;
}
.main-content input[type=checkbox]{
    width:20px;
    height:20px;
        padding: 0;
    margin: 0;
}
.main-content h1,.main-content h2{
        font-size: 32px;
    margin: 0 0 16px;
    font-weight: 700;
    color: #ffff;
}
/*-----------OTP page---------*/
.login-form .otp-slide{
    display:none;
}
.main-content label{
        display: inline-block;
    text-align: left;
    width: 100%;
    margin: 0;
    font-size: 16px;
    
}
.custom--field .form--control:placeholder-shown~i{
        color: #e31a62 !important;
}
.main-content input{
    box-shadow: 1px 1px 2px 0 #07094c !important;
}
@media only screen and (max-width: 992px) {
    .user-deposit-history .table-responsive--md{
        overflow-x: scroll;
        max-width: 100%;
    }
    .user-deposit-history table{
        width: 1200px;
    }
  
    .user-deposit-history table [data-label]::before{
                top: 2px;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--color1);
        padding: 1px 20px !important;
        color: #fff;
        padding: 1px;
        border-radius: 4px;
        font-weight: 500;
    }
    .bank-acc{
        margin-bottom: 150px ;
    }
       .header-2 .inner{
         padding: 0px 13px !important;
    }
    .header-2 p{
        font-size: 19px;
    }
}
@media only screen and (max-width: 768px) {
    .transactions-list button.btn--base{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 576px) {
    .header-2.logged .inner {
        width: 84%;
    }
    

}



.customer-service{
    display:none;
}
.slick-slide img{
    object-fit:cover;
}
.home-banner-slider .slick-dots li.rounded-sm{
    background-color:#fff !important;
}
.w-4.h-4.bg-white.text-main.rounded-sm{
    color:#000 !important;
}
.relative.click-op.rounded-lg.flex.flex-col.justify-between.overflow-hidden,.relative.rounded-lg.flex.flex-col.justify-between.overflow-hidden{
        height: 9.3125rem !important;
    }

@media only screen and (min-width: 992px) {
    
    .slick-slider{
        height:500px;
    }
    .slick-slider .bg-light-grey.rounded-lg.overflow-hidden.w-full{
          height:500px;
    }
    .slick-slider .bg-light-grey.rounded-lg.overflow-hidden.w-full img{
         height:500px;
    }
    .relative.click-op.rounded-lg.flex.flex-col.justify-between.overflow-hidden,.relative.rounded-lg.flex.flex-col.justify-between.overflow-hidden{
        width: 25% !important;
    }

}





@media screen and (min-width: 576px) and (max-width: 991.98px) {
    
    .slick-slider{
        height:300px;
    }
    .slick-slider .bg-light-grey.rounded-lg.overflow-hidden.w-full{
          height:300px;
    }
    .slick-slider .bg-light-grey.rounded-lg.overflow-hidden.w-full img{
         height:300px;
    }

}













