body {
        background: #23064c;
}

.top-nav {
        border-bottom: 1px solid #FFFFFF3B;
}
.top-nav a {
        border-radius: 15px;
        font-weight: 600;
        padding-left:20px;
        padding-right:20px;
        background-color: transparent;
        background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
        border: none;
        transition: all 1s !important;
      }

      .top-nav a:hover {
        background-image: linear-gradient(-60deg, #f09819 0%, #ff5858 100%);
      }

      


.logo {
        height: 60px;
}

.logo img {
        max-width: 100%;
        height: auto;
}

.top-info {
        background: #3F0F5E;
        color: #ffc107;
}

.top-info-int {

        color: #ffc107;
        font-size: 20px;
}

.top-info-int-hd {
        font-size: 24px;
        color: #fff;
        text-align: center;
}


.result-cont {
        background-color: transparent;
        background-image: linear-gradient(174deg, #7d2385 22%, #23064c 100%);
        margin-top: 10px;
        margin-bottom: 0px;
        padding: 10px;
        border-radius: 10px;
        color: #fff;
        text-align: center;
}

.result-box {
        background-color: transparent;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
}

@keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
     }

.all-results {
        background-color: transparent;
        background-image: linear-gradient(174deg, #7d2385 22%, #23064c 100%);
        margin-top: 10px;
        margin-bottom: 0px;
        padding: 10px;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        max-width: 500px;
        min-width: 138px;
        min-height: 116px;
}

.result-area {
        font-weight: bold;
        color: #7f4cf6;
}

.result-no {
        font-weight: bold;
        color: #7f4cf6;
        font-size: 1.5rem;
        animation: blink .8s infinite;
}

.cont {
        padding: 0 10px;
        margin: 30px 0;
        width: 100%;
}

.draw-tables-hd {
        width: 100%;
        min-height: 40px;
        line-height: 40px;
        height: auto;
        text-align: center;
        border-radius: 10px 10px 0 0;
        background: #D07A2F;
        color: #000;
        margin-top: 15px;
        font-weight: bold;
        background-image: linear-gradient(180deg, #ff5858 0%, #f09819 100%);
}

.draw-tables {
        overflow: auto;
        /* max-height: 452px; */
}
/* .draw-tables table thead
{position: sticky;top:0;} */
/* .draw-tables table thead > tbody {
        text-align: center;
      } */

.draw-timewise-hd {
        background: #7d2385;
        color: #fff;
        height: auto;
}

.result-form {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
}

.result-form .form-select {
        padding: 2px 5px;
        font-weight: 600;
        border-radius: 4px;
        font-size: 14px;
        border: 2px solid #D07A2F;
        background-image: #7d2385;
        background-position: center right;
}

.result-form .form-select:focus {
        border-color: #D07A2F;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(125, 35, 133, 1);
        /* background: #D07A2F; */

}

.payment-rate {
        font-size: 16px;
}

.payment-rate1 {
        font-size: 14px;
}

.result-cont p {
        margin: 0;
}

.about-us-cont,
.record-chart-cont {
        background-color: #23064CE8;
        background-image: url("../images/element.png");
        background-position: top center;
        background-size: auto;
}

.about-us,
.record-chart {
        padding: 30px 10px;
        color: #ccc;
}

.record-chart {
        text-align: center;
}

.about-us a {
        color: #7d2385;
        text-decoration: none;
}

.about-us a:hover {
        color: #7f4cf6;
}

.faq-cont {
        background-color: #23064CE8;
        background-image: url("../images/element.png");
        background-position: top center;
        background-size: auto;
}

.faq {
        padding: 30px 10px;
        margin-top: 30px;
}

.faq .accordion-button {
        font-weight: bold;
        background-color: #D07A2F;
        background-image: linear-gradient(174deg, #23064c 22%, transparent 100%);
        color: #ffc107;
}

.faq .accordion-body {
        background: #23064c;
        color: #ccc;
}

.faq .accordion-button:focus {
        box-shadow: none;
}

.results-cont {
        background-color: #23064CE8;
        background-image: url("../images/element.png");
        background-position: top center;
        background-size: auto;
}

.results {
        padding: 50px 10px;
        color: #ccc;
        text-align: center;
}

.whatsapp-icon {
        position: fixed;
        bottom: 80px;
        right: 5px;
        width: 50px !important;
        height: 50px;
}

.footer {
        background-color: #23064CE8;
        background-image: url("../images/element.png");
        background-position: top center;
        background-size: auto;
        padding: 30px 10px;
        text-align: center;
        border-top: 1px solid #FFFFFF3B;
        margin-top: 30px;
}

.footer ul {
        margin: 0;
        padding: 0;
}

.footer ul li {
        margin: 0;
        padding: 0 3px;
        display: inline-block;
}

.footer ul li a {
        text-decoration: none;
        color: #cc3366;
}

.footer ul li a:hover {
        color: #7f4cf6;
}

#btn-back-to-top {
        position: fixed;
        bottom: 20px;
        right: 5px;
        display: none;
        width: 50px;
        height: 50px;
        border-radius: 50px;
}

.record-chart ul {
        margin: 0;
        padding: 0;
}

.record-chart ul li {
        list-style-type: none;
        margin:5px 0;
        padding:10px 0;
}

.record-chart ul li:first-child {
        margin:0;
}
.record-chart ul li{
        background: #3F0F5E;
}
.record-chart ul li:hover{
background-color: transparent;
background-image: linear-gradient(174deg, #7d2385 22%, #23064c 100%);
color:#fff;
}
.record-chart ul li a {
        text-decoration: none;
        color: #cc3366;
        transition:all .3s;
}

.record-chart ul li:hover a, .record-chart ul li a:hover {
        text-decoration: none;
        color: #f09819;
}

.record-chart-hd {
        margin: 15px 0 5px 0;
        font-size: 22px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #7d2385 22%, #23064c 100%);
  width: auto;
  display: inline-block;
  border-radius: 15px 15px 0 0;
  padding: 10px 10px 15px;
  /* margin-bottom: 15px; */
  font-weight: 600;
}

.record-chart-txt {
        background: #f8d7da;
        text-align: left !important;
        padding: 5px 0 10px 0;
}

.record-chart-txt h3 {
        font-weight: bold;
}

@media (max-width: 768px) {
        .faq {
                padding: 10px 10px;
                margin-top: 10px;
        }

        .about-us {
                padding: 10px;
        }

        .cont {
                margin: 10px 0;
        }

        .results {
                padding: 10px;
        }

        .top-info, .top-info-int-hd, .top-info-int {
                font-size: .9em;
        }
        .top-info-int {
                padding: 0 !important;
        }
        h3.text-warning {
                font-size: 18px;
        }
}

.draw-tables thead tr th{
        background: #EABC94;
        color:#000;
}

.logo img{width:auto;max-width:100%;height:auto;}

p strong {
        font-size: 1.3em;
        font-weight: 600;
      }