@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    /*--green: #A4863D;*/
    /*--green-light: #A4863D;*/
    --green-gradient: linear-gradient(165deg, rgba(223,255,109,1) 0%, rgba(160,208,0,1) 56%);
    --gray: rgb(199, 198, 198);
    --gray-dark: rgb(136, 133, 133);
    --gray-light: #f1eff5;
    --black-color: #000;
    --white-color: #fff;
    --red-color: #912c13;
    --light-red-color: #ce4726;
    --background-gradient: linear-gradient(165deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 56%);
    
    /*--sidebar: #333333;*/
    --sidebar: #FCF8F8;
    
    --green: #d4000b;
    --green-light:#ed212f;

    --btn-color:#fff;
    --btn-bg:#d4000b;
    --login-bg:#f5f5f5;

p {
    margin-bottom: 0;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    color: #fff;
}

hr {
    margin: 0.5rem 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* For Chrome, Safari, Edge */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

input:read-only {
    background: #f0ebeb !important;
}

body {
    background-color: #F9F8F6;
    color:#1C2938;
    font-family: "Poppins", sans-serif;
    padding-bottom: 70px;
}

    input::placeholder {
      color: var(--black-color) !important;
    }
    input {
      background-color: var(--white-color) !important;
      border: 2px solid var(--green) !important;
      border-radius: 20px !important;
      color: var(--black-color) !important;
    }


button,
a {
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}


a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

.btn-green:disabled {
    background-color: var(--green) !important;
    color: white !important;
}

.btn-red:disabled {
    background-color: var(--light-red-color) !important;
    color: white !important;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

button:focus,
input:focus {
    /*outline: 0 !important;*/
    box-shadow: none !important;
}

.input-group-text {
    background-color: white !important;
}

.form-control,
.input-group-text {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.fw-600 {
    font-weight: 600 !important;
}

.form-control-inner,
.input-group-text-inner {
    border: 1px solid var(--gray);
}

.btn-green,
.btn-green:hover {
    background-color: var(--green) !important;
    color: white !important;
}

.btn-red,
.btn-red:hover {
    background-color: var(--light-red-color) !important;
    color: white !important;
    padding: 7px 0;
    font-size: 16px;
    font-weight: 600;
}

.btn-green-light,
.btn-green-light:hover {
    background-color: var(--green-light) !important;
    color: white !important;
}

.btn-red-light,
.btn-red-light:hover {
    background-color: var(--light-red-color) !important;
    color: white !important;
}

.form-label {
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: 500;
    color: #fff !important;
}

.modal input {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
    color: #939090;
}

.modal input::placeholder {
    color: #939090;
}

.modal .form-control:focus {
    background-color: transparent;
    border: 2px solid #fff;
    color: #939090;
}

.text-green {
    color: var(--green) !important;
}

.text-red {
    color: var(--red-color) !important;
}

.white-bg-card {
    background-color: white;
    border-radius: 8px;
    padding: 15px;
}

.section-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
}

.white-bg-card-footer {
    background-color: rgb(180, 178, 178);
    border-radius: 8px;
}

.navigate-pane {
    background-color: var(--green);
    color: white;
    text-align: center;
    padding: 10px;
    position: relative;
}

.navigate-pane-inner {
    background-color: var(--green);
    color: var(--white-color);
    text-align: center;
    padding: 15px;
    position: relative;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-weight: 600;
}

.navigate-pane-back-btn {
    background: transparent;
    color: white;
    border: 0;
}

.navigate-pane-back-btn-inner {
    background: transparent;
    color: var(--green);
    border: 0;
}

.otp-box-sec {
    display: flex;
    justify-content: center;
}

.otp-box {
    width: 100%;
    margin: 0 5px;
    border: 1px solid var(--green);
    border-radius: 5px;
    text-align: center;
    height: 40px;
    font-size: 20px;
}

.auto-amount {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
}

.auto-amount-btn {
    border: 0;
    background-color: var(--gray);
    border-radius: 5px;
    color: rgb(65, 65, 65);
    font-weight: 500;
    font-size: 15px;
}

.auto-amount-btn-active {
    background-color: var(--green) !important;
    color: white !important;
}

.operation-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
}

.operation-btn {
    background-color: #222127;
    padding: 17px 5px;
    border-radius: 8px;
}

.transaction-card-inner {
    background-color: #222127;
    border-radius: 8px;
    padding: 9px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.new-balance {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    font-size: 11px;
    background-color: #18b718;
    color: white;
    border-radius: 8px;
    padding: 0px 9px;
}

.trans-badge {
    padding: 0px 8px;
    border-radius: 1rem;
}

.modal-content {
    border-radius: 20px !important;
}

.bet-cell-number {
    background-color: var(--green);
    color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0px 5px;
}

.bet-cell {
    border-radius: 8px;
    border: 2px solid var(--gray);
    background-color: var(--gray);
    font-weight: 600;
    width: 20%;
    margin: 5px;
}

.bet-grid {
    display: flex;
    flex-wrap: wrap;
    /* Allows boxes to wrap onto new rows */
    justify-content: center;
}

.upcoming-market{
     
}

.play-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 22px;
    background: var(--white-color) !important;
    color: var(--green) !important;
}

.head-wallet {
       background-color: var(--green) !important;
      color: var(--white-color) !important;
      border-radius: 9px;
      padding: 1px 7px;
      font-size: 13px;
}

.navbar-toggler {
    background-color: transparent !important;
    border: 0;
    color: black;
}

.offcanvas.offcanvas-start {
    width: 75%;
}

.market-title {
    /*font-size: 14px !important;*/
    font-size: 4.2vw !important;
    ;
}

.market-sec {
    padding: 15px 27px;
    padding-top: 0;
}

.upcoming-market .market-card-outer{
    flex: 1 1 40%;
    margin: 0px 8px;
}

.upcoming-market .market-card-outer img{
    width: 58%;   
}


.market-card {
    display: grid;
    grid-template-columns: 1fr 2fr .7fr;
    
    background: var(--green);
    border: 1px solid white;
    padding: 10px;
    border-radius: 11px;
}

.market-card-footer {
    background-color: var(--green-light);
    color: white;
    display: flex;
    font-size: 10px;
    justify-content: space-around;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 3px 0px;
}

.sidebar-menu li {
    border-bottom: 1px solid var(--gray);
    background-color: var(--sidebar);
    padding: 12px;
    transition:all .4s linear;
}

.sidebar-menu li:hover  {
    background-color: var(--gray-light);
}
.sidebar-menu li a {
    color: inherit;
    transition:all .4s linear;
}
.sidebar-menu li:hover a {
    color: var(--green-light);
}

/*================================*/
.#header .logo img{
   filter: drop-shadow(5px 5px 10px rgba(255, 255, 255, 0.5));
}
/*================================*/
/*================================*/

/*================================*/
.bid-card {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-radius: 18px;
    padding: 12px 17px;
    background: var(--green);
}

.slick-dots {
    bottom: -14px;
}

.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    background: #545454;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight: bold;
    width: 100%;
    position: fixed;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    /*padding: 8px 0px;*/
    overflow:hidden;
}

.footer-menu-text {
    font-size: 10px;
    line-height: 0.5;
    color: var(--gray-dark);
    font-weight: 600;
}

.footer-active,
.footer-active .footer-menu-text {
    color: #fff !important;
    background: var(--green);
}

.footer-home-outer {
    background-color: white;
    position: absolute;
    color: white;
    top: -25px;
    border-radius: 50%;
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-home {
    /* margin: 10px 10px 0px 10px; */
    background-color: var(--green);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 5px 0px rgba(36, 22, 125, 0.75);
}

.footer-sec {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    color: #fff;
    position: relative;
    padding: 8px 0;
}

.footer-sec:hover,
.footer-sec:hover .footer-menu-text {
    color: #fff !important;
}

.footer-sec-active {
    color: var(--green) !important;
}

.nav-tabs .nav-link.active {
    border-color: transparent transparent var(--green-light) transparent !important;
    border-width: 2px !important;
    background: transparent !important;
    color: var(--white-color) !important;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-link {
    color: var(--white-color);
}

.jodi-sec,
.andar-sec,
.bahar-sec {
    display: flex;
    flex-wrap: wrap !important;
}

.jodi-cell,
.andar-cell,
.bahar-cell {
    background-color: transparent;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    color: white;
}

.jodi-amount-badge,
.andar-amount-badge,
.bahar-amount-badge {
    background-color: var(--black-color);
    border-radius: 5px;
    color: white;
    font-size: 12px;
    font-weight: 600;
    width: 90%;
}

.jodi-sec-inner,
.andar-sec-inner,
.bahar-sec-inner {
    flex: 1 1 16%;
    background: var(--green);
    
    border-radius: 10px !important;
}

.modal-header,.modal-footer{
    background: var(--green) !important;
    color:white;
}


.jodi-sec-inner-again,
.andar-sec-inner-again,
.bahar-sec-inner-again {
    padding: 0px 0px;
    border-radius: 8px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.jodi-cross,
.andar-cross,
.bahar-cross {
    background-color: red;
    color: white;
    position: absolute;
    right: -5px;
    top: -10px;
    border-radius: 10px;
    padding: 0px 5px !important;
    border: 0;
}

.jodi-total,
.andar-total,
.bahar-total,
.crossing-total {
    width: 100%;
    position: fixed;
    bottom: 64px;
    left: 0;
    padding: 0 10px;
}

.jodi-total-inner,
.andar-total-inner,
.bahar-total-inner,
.crossing-total-inner {
    display: grid;
    /*background-color: var(--black-color);*/
    background-color: var(--white-color);
    color:var(--black-color);
    grid-template-columns: 2fr 1fr;
    border-radius: 8px;
    padding: 8px 10px;
}

.tab-pane {
    height: 100vh;
}

.swal-title:not(:last-child) {
    margin-bottom: 0;
}

.swal-icon {
    transform: scale(0.5) !important;
    margin: 0 auto !important;
}

.swal-title {
    font-size: 17px !important;
    padding: unset !important;
}

.swal-button {
    padding: 5px 13px !important;
}

.swal-footer {
    padding: 0 16px !important;
    margin-top: 0;
}

.contact-us {
    background-color: var(--green);
}

.support-sec {
    display: flex;
    margin-top: 15px;
    align-items: center;
    font-size: 19px;
}

.contact-icon {
    margin-right: 10px;
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 10px;
    color: white;
}

.contact-number {
    font-weight: 600;
    padding-bottom: 6px;
}

.fa-indian-rupee-sign {
    font-size: 16px;
}

.last-result-circle {
    background-color: var(--green-light);
    color: white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-pagination {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    text-align: center;
    margin-top: 20px;
}

.pagination-info {
    font-weight: 600;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
}

.pagination-button {
    background-color: transparent;
    border: none;
}

/* .loader */
.loader {
    width: 50px;
      aspect-ratio: 1;
      display: grid;
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  --c: no-repeat radial-gradient(farthest-side, #f44236 92%, #0000);
  background:
    var(--c) 50% 0,
    var(--c) 50% 100%,
    var(--c) 100% 50%,
    var(--c) 0 50%;
  background-size: 12px 12px;
  animation: l12 1s infinite;
}

.loader::before {
  margin: 4px;
  filter: hue-rotate(45deg);
  background-size: 8px 8px;
  animation-timing-function: linear
}

@keyframes l12 {
  100% {
    transform: rotate(.5turn)
  }
}

#transaction-area {
    position: relative;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-sec {
    width: 100%;
    /* background: white; */
    height: 100%;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}