* {
  margin: 0;
  padding: 0; }
*,
*::before,
*::after {
    box-sizing: border-box
}
body,
html {
  font-family: "Roboto", sans-serif;
  color: #202124;
  overflow-x: hidden;
  background-color: #e5e8ff;
  scrollbar-width: thin;
  padding-right: 0 !important; 
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background:-webkit-linear-gradient(top left, rgba(214, 182, 79,1.00), rgba(0, 76, 34,1.00), rgba(20, 76, 34,1.00), rgba(214, 182, 79,1.00));
  background:-moz-linear-gradient(top left, rgba(214, 182, 79,1.00), rgba(0, 76, 34,1.00), rgba(0, 76, 34,1.00), rgba(214, 182, 79,1.00));
  background:-o-linear-gradient(top left, rgba(214, 182, 79,1.00), rgba(0, 76, 34,1.00), rgba(0, 76, 34,1.00), rgba(214, 182, 79,1.00));
  background:linear-gradient(to bottom right, rgba(214, 182, 79,1.00), rgba(0, 76, 34,1.00), rgba(0, 76, 34,1.00), rgba(214, 182, 79,1.00));
  /*background: url(../images/4049034.jpg) #000 top center no-repeat;*/
  background-size: cover;
  background-attachment: fixed;
}


p {
  color: #747794;
  font-size: 14px; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #100DD1; }

ul {
  margin: 0; }
  ul li {
    list-style: none;
    text-decoration: none; }
    ul li:hover, ul li:focus {
      list-style: none;
      text-decoration: none; }

.pc-view { display: block; }
.mobile-view { display: none !important; }

ol {
  margin: 0; }

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

.blink_me {
  animation: blinker 0.75s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.no-boxshadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.headtxt {
  
}

.huaycard{
  cursor: pointer;
}
.huaycard:hover{
  box-shadow: 0 5px 20px rgba(33,214,241,0.3);
}
.huaycard.disabled{
    -webkit-filter: grayscale(1) opacity(0.7); /* Safari 6.0 - 9.0 */
    filter: grayscale(1) opacity(0.7);
}
@media only screen and (min-width: 1200px) {
/*   .container { max-width: 940px; }  */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
/*   .container { max-width: 800px; }  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
/*   .container { max-width: 640px; }  */
}


@media only screen and (max-width: 413px) {
  .pc-view { display: none; }
  .mobile-view { display: block !important; }
  .headtxt { font-size: 14px; }
}
.h-100vh {
  height: 100vh !important; }

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-fixed {
  background-attachment: fixed; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    background: #100DD1;
    background: -webkit-gradient(linear, right top, left top, from(#100DD1), to(#083afb));
    background: linear-gradient(to left, #100DD1, #083afb);
    opacity: 0.85;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1; }

.bg-gray {
  background-color: #fef8ff; }

.btn,
.btn:hover,
.btn:focus {
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn {
  font-size: 14px; }

.btn-group-lg > .btn,
.btn-lg {
  font-size: 1rem; }

.btn-group-sm > .btn,
.btn-sm {
  font-size: 12px; }

.btn-warning {
  color: #020310;
  background-color: #ffaf00;
  border-color: #ffaf00; }
  .btn-warning:hover, .btn-warning:focus {
    color: #ffffff;
    background-color: #020310;
    border-color: #020310; }

.btn-danger {
  background-color: #ea4c62;
  border-color: #ea4c62; }
  .btn-danger:hover, .btn-danger:focus {
    background-color: #020310;
    border-color: #020310; }

.btn-primary {
  background-color: #100DD1;
  border-color: #100DD1; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #020310;
    border-color: #020310; }

.btn-success {
  background-color: #00b894;
  border-color: #00b894; }
  .btn-success:hover, .btn-success:focus {
    background-color: #020310;
    border-color: #020310; }

.btn-info {
  background-color: #21d6f1;
  border-color: #21d6f1;
  color: #ffffff; }
  .btn-info:hover, .btn-info:focus {
    background-color: #020310;
    border-color: #020310;
    color: #ffffff; }

.bg-primary,
.badge-primary {
  background-color: #100DD1 !important; }

.bg-danger,
.badge-danger {
  background-color: #ea4c62 !important; }

.bg-warning,
.badge-warning {
  background-color: #ffaf00 !important;
  color: #020310; }

.bg-info,
.badge-info {
  background-color: #21d6f1 !important; }

.bg-success,
.badge-success {
  background-color: #00b894 !important; }

.text-dark {
  color: #020310 !important; }

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  line-height: 1; }
  .section-heading h6 {
    margin-bottom: 0 !important;
    color: #020310;
    line-height: 1; }
  .section-heading p {
    margin-bottom: 0; }
  .section-heading a {
    color: #747794;
    padding: 0 !important;
    line-height: 1; }
    .section-heading a:hover, .section-heading a:focus {
      color: #020310; }

/*
.card {
  border: 0 !important;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 6px; }
  .card .card-body {
    padding: 1rem; }

.card-img-top {
  border-top-left-radius: calc(.75rem - 1px);
  border-top-right-radius: calc(.75rem - 1px); }
*/

.login-meta-data a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500; }
  .login-meta-data a:hover, .login-meta-data a:focus {
    color: #ffaf00; }

.login-meta-data p {
  color: rgba(255, 255, 255, 0.7); }
  .login-meta-data p a {
    color: #ffffff;
    font-weight: 500; }
    .login-meta-data p a:hover, .login-meta-data p a:focus {
      color: #ffaf00; }

/* Hero Slide CSS */
.hero-slides {
  position: relative;
  z-index: 1; }
  .hero-slides .owl-prev,
  .hero-slides .owl-next {
    position: absolute;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.11);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    left: 0;
    margin-top: -15px;
    color: #ffffff;
    display: none; }
  .hero-slides .owl-next {
    left: auto;
    right: 0; }
  .hero-slides .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .hero-slides .owl-dots .owl-dot {
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms;
      position: relative;
      z-index: 1;
      margin: 0 5px;
      width: 8px;
      height: 8px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8px;
              flex: 0 0 8px;
      max-width: 8px;
      background-color: #ebebeb;
      border-radius: 50%; }
      .hero-slides .owl-dots .owl-dot.active {
        background-color: #ffaf00; }
        .hero-slides .owl-dots .owl-dot.active::after {
          position: absolute;
          width: calc(100% + 8px);
          height: calc(100% + 8px);
          z-index: 1;
          content: "";
          border: 2px solid #ffaf00;
          left: -4px;
          top: -4px;
          border-radius: 50%; }

.single-hero-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 160px;
  background-position: center center;
  background-size: cover;
  border-radius: 6px; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-hero-slide {
      height: 180px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-hero-slide {
      height: 200px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
      height: 270px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
      height: 300px; } }
  @media only screen and (min-width: 1200px) {
    .single-hero-slide {
      height: 420px; } }
.single-hero-slide .slide-content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10; }
  .single-hero-slide .slide-content .slide-text {
    padding-left: 2.5rem;
    padding-right: 1rem; }
  @media only screen and (max-width: 768px) {
    .single-hero-slide .slide-content .slide-text {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media only screen and (max-width: 768px) {
    .single-hero-slide .slide-content h4 {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide .slide-content h4 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide .slide-content h4 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1200px) {
    .single-hero-slide .slide-content h4 {
      font-size: 2rem; } }
  @media only screen and (max-width: 768px) {
    .single-hero-slide .slide-content p {
      font-size: 0.6rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide .slide-content p {
      font-size: 0.75rem; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide .slide-content p {
      font-size: 0.75rem; } }
  @media only screen and (min-width: 1200px) {
    .single-hero-slide .slide-content p {
      font-size: 1rem; } }
  @media only screen and (max-width: 768px) {
    .single-hero-slide .slide-content a {
      font-size: 0.75rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide .slide-content a {
      font-size: 0.9rem; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide .slide-content a {
      font-size: 0.9rem; } }
  @media only screen and (min-width: 1200px) {
    .single-hero-slide .slide-content a {
      font-size: 1.15rem; } }

.page-content-wrapper {
  margin-top: 50px;
  margin-bottom: 58px; }

.card-header span.fi {
    top: 0px;
    left: 0;
    max-width: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    float: left;
    padding: 0;
    background-position: center;
}
.card-header div.yeekee-round {
    max-width: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    float: center;
    background-position: center;
}

.table-num{
    padding: 3px;
}
.table-num .card{
    border-radius: 0;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;

}
.table-num .card-header {
    border-radius: 0 !important;
    padding: 3px 0 !important;
    background-color: #e8edf3 !important;
    color: #000;
}
.table-num .card-header#gray-color{
    border-radius: 0 !important;
    padding: 3px 0 !important;
    background-color: #eeeeee !important;
    color: #000;
    font-size: 16px;
}

.table-num .card-body{
    height: auto;
}
.table-num .card-text{
    margin-top: 0;
}

.text-golden {
    color: rgb(189, 132, 41) !important;
}

.text-gold {
    color: #D5AD6D;
    /*if no support for background-clip*/
    background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(top, rgba(213, 173, 109, 1) 0%, rgba(213, 173, 109, 1) 26%, rgba(226, 186, 120, 1) 35%, rgba(163, 126, 67, 1) 45%, rgba(145, 112, 59, 1) 61%, rgba(213, 173, 109, 1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.border-gold {
    border-color: rgb(189, 132, 41) !important;
  border: solid 1px;
}

.wallet{
  background-image: url(../../img/wallet.png);
  background-repeat: no-repeat;
  background-size:contain;
  background-position:center;
  color:rgba(165,145,85,1);
}

.rounded-top-left {
    border-top-left-radius: 0.25rem!important;
}
.rounded-top-right {
    border-top-right-radius: 0.25rem!important;
}
.rounded-bottom-left {
    border-bottom-left-radius: 0.25rem!important;
}
.rounded-bottom-right {
    border-bottom-right-radius: 0.25rem!important;
}

/* Header CSS */
.header-area {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0 8px rgba(15, 15, 15, 0.15);
          box-shadow: 0 0 8px rgba(15, 15, 15, 0.15); }

.top-search-form {
  position: relative;
  z-index: 1; }
  .top-search-form form {
    position: relative;
    z-index: 1; }
    .top-search-form form .form-control {
      max-width: 190px;
      background-color: #ffffff;
      height: 32px;
      font-size: 12px;
      padding: 10px 15px;
      padding-left: 35px;
      border: 1px solid #ebebeb;
      color: #747794; }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .top-search-form form .form-control {
          max-width: 240px;
          width: 240px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .top-search-form form .form-control {
          max-width: 280px;
          width: 280px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .top-search-form form .form-control {
          max-width: 280px;
          width: 280px; } }
      @media only screen and (min-width: 1200px) {
        .top-search-form form .form-control {
          max-width: 350px;
          width: 350px; } }
    .top-search-form form button {
      background-color: transparent;
      position: absolute;
      top: 1px;
      left: 10px;
      width: 18px;
      height: 30px;
      border: 0;
      z-index: 10;
      color: #747794; }
      .top-search-form form button:focus {
        outline: none; }

.suha-navbar-toggler {
  position: relative;
  z-index: 1;
  width: 26px;
  cursor: pointer;
  padding: .5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .suha-navbar-toggler span {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    min-width: 22px;
    width: 22px;
    height: 2px;
    background-color: #747794;
    margin-bottom: 4px; }
    .suha-navbar-toggler span:nth-child(2) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12px;
              flex: 0 0 12px;
      min-width: 12px;
      width: 12px; }
    .suha-navbar-toggler span:last-child {
      margin-bottom: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 17px;
              flex: 0 0 17px;
      min-width: 17px;
      width: 17px; }
  .suha-navbar-toggler:hover span, .suha-navbar-toggler:focus span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    min-width: 22px;
    width: 22px; }

.filter-option {
  cursor: pointer;
  text-align: right; }

.back-button a {
  color: #747794;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .back-button a:hover, .back-button a:focus {
    color: #100DD1; }

.page-heading h6 {
  font-size: 14px; }

.logo-wrapper a {
  display: block; }

/* Footer CSS */
.footer-nav-area {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  background-color: #ffffff;
  width: 100%;
  height: 58px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0 8px rgba(15, 15, 15, 0.15);
          box-shadow: 0 0 8px rgba(15, 15, 15, 0.15); }

.suha-footer-nav ul {
  width: 100%; }
  .suha-footer-nav ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    position: relative;
    z-index: 1; }
    .suha-footer-nav ul li a {
      position: relative;
      display: block;
      font-size: 12px;
      text-align: center;
      text-transform: capitalize;
      line-height: 1;
      color: rgb(189, 132, 41) !important;
      z-index: 1;
      font-weight: 500; }
      .suha-footer-nav ul li a i {
        display: block;
        font-size: 20px;
        margin-bottom: 4px; }
      .suha-footer-nav ul li a:hover, .suha-footer-nav ul li a:focus {
        color: #100DD1; }
      .suha-footer-nav ul li a img {
        max-height: 1.5rem;
        margin: 0 auto .25rem;
        display: block; }
    .suha-footer-nav ul li.active a {
      color: #100DD1; }

.suha-offcanvas-wrap {
  color: #d9ac2f;
  width: 300px;
  border-right: 0;
  background: #037d1a;
  background: -webkit-gradient(linear, right top, left top, from(#037d1a), to(#009933));
  background: linear-gradient(to left, #037d1a, #009933); }
  .suha-offcanvas-wrap .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 100; }
  .suha-offcanvas-wrap .offcanvas-body {
    scrollbar-width: thin; }

.sidenav-profile {
  position: relative;
  z-index: 1; }
  .sidenav-profile .user-profile {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 3rem auto 1.5rem; }
    .sidenav-profile .user-profile::before {
      position: absolute;
      width: 110px;
      height: 110px;
      top: -15px;
      left: -15px;
      /*background-image: url(img/core-img/dot.png);*/
      content: "";
      z-index: -10;
      opacity: 0.2;
      border-radius: 50%; }
    .sidenav-profile .user-profile img {
      border-radius: 50%; }
    .sidenav-profile .user-profile .user-designation {
      position: absolute;
      z-index: 1;
      height: 46px;
      width: 46px;
      font-size: 12px;
      border: 3px solid #ffffff;
      background-color: #100DD1;
      display: inline-block;
      border-radius: 50%;
      color: #ffffff;
      line-height: 40px;
      text-align: center;
      font-weight: 700;
      top: 0;
      right: 0; }
  .sidenav-profile .user-info {
    position: relative;
    z-index: 1;
    text-align: center; }
    .sidenav-profile .user-info h6,
    .sidenav-profile .user-info p {
      color: #ffffff; }
    .sidenav-profile .user-info .available-balance {
      margin-bottom: 0;
      display: block;
      font-size: 14px;
      font-weight: 700;
      color: #ffffff; }

.sidenav-nav {
  margin: 3rem 0;
  position: relative;
  z-index: 1; }
  .sidenav-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    font-weight: 700;
    border-radius: .375rem;
    margin-bottom: .25rem; }
    .sidenav-nav li a i {
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms;
      display: inline-block;
      margin-right: 0.5rem;
      font-size: 1rem;
      color: #ffffff; }
    .sidenav-nav li a:hover, .sidenav-nav li a:focus {
      background-color: rgba(255, 255, 255, 0.15); }
  .sidenav-nav li:last-child a {
    margin-bottom: 0; }

li.suha-dropdown-menu {
  position: relative;
  z-index: 1; }
  li.suha-dropdown-menu ul {
    display: none;
    padding-left: 1rem; }
    li.suha-dropdown-menu ul li a {
      font-size: 13px;
      padding-top: .5rem;
      padding-bottom: .5rem; }
  li.suha-dropdown-menu .dropdown-trigger-btn {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    height: 41px;
    line-height: 41px;
    color: #ffffff;
    font-size: 12px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    text-align: right;
    padding-right: 1rem;
    border-radius: .375rem;
    cursor: pointer; }
    li.suha-dropdown-menu .dropdown-trigger-btn i {
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms; }
    li.suha-dropdown-menu .dropdown-trigger-btn:hover, li.suha-dropdown-menu .dropdown-trigger-btn:focus {
      background-color: rgba(255, 255, 255, 0.15); }
    li.suha-dropdown-menu .dropdown-trigger-btn.active {
      background-color: rgba(255, 255, 255, 0.15); }
      li.suha-dropdown-menu .dropdown-trigger-btn.active i {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }

.suha-filter-offcanvas-wrap {
  width: 240px;
  border-right: 0;
  background-color: #ffffff; }
  .suha-filter-offcanvas-wrap .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 100; }
  .suha-filter-offcanvas-wrap .offcanvas-body {
    scrollbar-width: thin; }

/* Catagory Card CSS */
.catagory-card {
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms; }
  .catagory-card a {
    display: block; }
  .catagory-card i {
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
    display: block; }
  .catagory-card span {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #747794; }
  .catagory-card:hover, .catagory-card:focus {
    background-color: #fef8ff; }
    .catagory-card:hover span, .catagory-card:focus span {
      color: #100DD1; }

.catagory-single-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 160px;
  background-position: center center;
  background-size: cover;
  border-radius: 6px; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .catagory-single-img {
      height: 190px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .catagory-single-img {
      height: 220px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .catagory-single-img {
      height: 250px; } }
  @media only screen and (min-width: 1200px) {
    .catagory-single-img {
      height: 290px; } }

.awesome {
    -webkit-animation:colorchange 3s infinite alternate;
}

@-webkit-keyframes colorchange {
    0% {
        color: rgb(82, 82, 82);
    }
    20% {
        color: #9e8b1f;
    }
    40% {
        color: #554512;
    }
    60% {
        color: #7a7559;
    }
    80% {
        color: rgb(189, 171, 12);
    }
    100% {
        color: #34495e;
    }
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #0d6efd;
}

.reviewBox {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #98d2dd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

  /************* tab ***************/
  #menucredit .nav-tabs {
    border-bottom: 1px solid white;
    }
  #menucredit .nav-link{
      color: #000;
      background: #dee2e6;
      border: white 1px solid;
  }
  #menucredit  .nav-link.active{
    color: white;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    border: goldenrod 1px solid;
}

/**********************************************/

.btn-move {
    padding: 0px;
    /* border: #976f02 1px solid; */
    background: #976f02;
    font-size: 16px;
    line-height: 30px;
    height: 30px !important;
    margin-bottom: 0px;
    color: white;
    cursor: pointer;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: 1s;
}

.btn-move a {
    color: white;
    transition: 1s;
}

#hide-list-huay,
#show-list-huay {
    overflow: hidden;
    width: 100%;
    margin-bottom: 2px;
}

#hide-list-huay {
    transition: all 1s;
}

#show-list-huay {
    transition: all 1s;
}

.btn-move span {
    display: inline-block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    transition: all 1s;
    height: 100%;
    vertical-align: middle;
}

span.btn-move {
    display: inline-flex;
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 100%;
    transition: all 1s;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-right: 2px;
    white-space: nowrap;
}

.btn-move-left:before,
.btn-move-right:after {
    content: "";
    position: relative;
    height: 30px;
    display: flex;
}

.btn-move-left {
    color: #fff !important;
    background: #333;
    margin-left: 15px !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btn-move-right {
    color: #fff !important;
    background: #333;
    margin-right: 15px !important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.btn-move-left:before {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #333;
    margin-left: -15px;
}

.btn-move-right:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #333;
    margin-right: -15px;
}

.sidebar-tanghuay {
    width: 100%;
    padding-left: 7px;
}

#sidebar-huay {
    display: flex;
    flex-flow: column;
    justify-content: start;
    align-items: stretch;
    overflow: hidden;
    transition: all 1s;
}

#show_poy_list {
    opacity: 1;
    width: 30%;
    transition: all 1s;
}

#numpage_2 h3.mb-0 {
    font-family: inherit;
    font-size: 125%;
}

#numpage_1,
#numpage_2 {
    transition: all 1s;
}

.sidebar-huay {
    /* min-width: 300px; */
    width: 100%;
    background: #111;
    border-radius: 3px;
    padding: 3px;
    height: 80vmin;
    transition: 1s;
}

.sidebar-huay .btn {
    margin-bottom: -5px;
}

.sidebar-huay .title-huay {
    color: #ca8c1a;
    font-family: inherit;
    /* background: #444; */
    height: 25px;
    line-height: 1;
    width: 100%;
    padding-left: 5px;
    border-bottom: #333 1px dashed;
}

.sidebar-huay .title-huay i {
    font-size: 16px;
}

.sidebar-huay .list-huay {
    overflow-y: scroll;
    overflow-x: hidden;
    background: transparent;
    color: white;
    height: 100vmin;
}

.sidebar-huay .list-huay ol.num-huay {
    list-style: none;
    counter-reset: number;
    border-radius: 5px;
    overflow: hidden;
}

ol.num-huay li {
    counter-increment: number;
}

ol.num-huay li::before {
    content: counter(number) ". ";
    font-weight: bold;
    width: 1.9em;
    text-align: left;
    display: inline-block;
    margin-right: 10px;
    color: #555;
    padding-left: 1px;
    font-size: 80%;
}

ol.num-huay li:nth-child(odd) {
    background: rgba(255, 255, 255, .07);
}

.list-huay::-webkit-scrollbar {
    width: 8px;
    background: transparent;
    margin-left: 3px;
}

.list-huay::-webkit-scrollbar-track {

    border-radius: 6px;
    background: #523f00;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.list-huay::-webkit-scrollbar-thumb {
    border-radius: 6px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);

    background: #c7842d;
}

.num-pad {
    width: 100%;
}

.num-pad h4 {
    font-family: inherit;
    color: #aa7114;
}

.label-number {
    text-align: center;
    width: 100%;
}

label.number {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px 5px;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 1px #000000;
    color: #976f02;
    border-radius: 2px;
    background-color: rgba(229, 229, 229, 0.2);
    border: solid 1px #976f02;
    position: relative;
    vertical-align: middle;
  
}
@media only screen and (max-width: 575px) {
  label.number {
    width: 45px;
    height: 45px;
    margin: 0px 4px;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    line-height: 45px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  label.number {
    width: 45px;
    height: 45px;
    margin: 0px 4px;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    line-height: 45px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  label.number {
    width: 50px;
    height: 50px;
    margin: 0px 5px;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    line-height: 50px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  label.number {
    width: 50px;
    height: 50px;
    margin: 0px 5px;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    line-height: 50px; } }
@media only screen and (min-width: 1200px) {
  label.number {
    width: 50px;
    height: 50px;
    margin: 0px 5px;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    line-height: 50px; } }

label.number span {
    background: rgba(152, 59, 59, 0.8);
    width: 2px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 50%;
    animation-name: blink;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
    opacity: 1;
}

.key-pad>.row>.col-3,
.key-pad>.row>.col-4{
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
}

.key-pad>.row>.col-3 .btn,
.key-pad>.row>.col-4 .btn{
    font-size: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.key-pad>.row>.col-3 .btn-blank,
.key-pad>.row>.col-4 .btn-blank{
    color: #fff;
    background-color: #ccc;
    background-image: none;
    border-color: #bbb;
    width: 100%;
    height: 100%;
}

.key-pad>.row>.col-3 .btn-reset,
.key-pad>.row>.col-3 .btn-cancel,
.key-pad>.row>.col-4 .btn-reset,
.key-pad>.row>.col-4 .btn-cancel{
    font-size: 16px;
    line-height: 1;
    height: 100%;
    word-break: break-all;
}

.box__condition-info h3 {
    font-size: 18px;
    border-radius: 5px;
    background: #dc9c35;
    padding: 5px 10px;
    color: white;
    font-weight: normal;
}

.box__condition-info h2 {
    font-family: inherit;
    color: #dc9c35;
    border-bottom: #ccc 1px dashed;
    font-size: 22px;
}

.box__condition-info {
    background: rgba(0, 0, 0, .05);
    border-radius: 5px;
    border: #ccc 1px solid;
    padding: 5px;
    line-height: 1.2;
}

.box__condition-info p {
    padding: 0 5px;
    margin-bottom: 0px;
}

.bet_num_count {
    font-size: 90%;
    text-align: center;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 500;
    text-shadow: #000 1px 1px 0px;
    color: #fff;
}

.g3-huay {
    width: auto !important;
}




@keyframes blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@media screen and (max-width:992px) {
    .sidebar-huay {
        width: auto;
        /* min-width: 300px; */
        min-width: 20%;
        height: 100vmin;
    }
}

@media screen and (max-width:768px) {
    .g3-huay {
        width: 100% !important;
    }

    .sidebar-tanghuay>.d-flex>.flex-fill {
        display: inline-flex;
        flex: 1 0 26% !important;
    }

    .sidebar-huay .title-huay {
        font-size: 14px;
        height: 20px;
    }

    .sidebar-huay .title-huay i {
        font-size: 12px !important;
    }

    .sidebar-huay {
        width: auto;
        min-width: 20%;
    }

    #show_poy_list {
        opacity: 1;
        width: 28%;
        transition: all 1s;
    }

}

@media screen and (max-width:415px) {
    .sidebar-huay {
        width: auto;
        min-width: 80px;
        height: 100%;
    }

    .sidebar-huay .title-huay {
        font-size: 14px;
    }

    .sidebar-huay .title-huay i {
        font-size: 10px !important;
        display: none;
    }

    .num-huay {
        font-size: 14px;
    }

    .key-pad>.row>.col-3 .btn-reset,
    .key-pad>.row>.col-3 .btn-cancel {
        font-size: 14px;
        line-height: 1;
        height: 100%;
        word-break: break-all;
    }
}

@media screen and (max-width:376px) {
    .btn-tanghuay {
        font-size: 10px;
    }

    .row .col-3 a.menu-grid,
    .row .col-md-1 a.menu-grid,
    .row .col-lg-1 a.menu-grid,
    .row .col-4 a.menu-grid {
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 8px;
        width: 100%;
        font-size: 12px;
        min-width: 50px;
        line-height: 1.5;
    }

    .sidebar-huay {
        height: 80%;
    }

    .key-pad>.row>.col-3 .btn-reset,
    .key-pad>.row>.col-3 .btn-cancel {
        font-size: 12px;
        line-height: 1;
        height: 100%;
    }
}

@media screen and (max-width:321px) {

    .key-pad>.row>.col-3 .btn-reset,
    .key-pad>.row>.col-3 .btn-cancel {
        /* font-size: 10px; */
        line-height: 1;
        height: 100%;
        /* word-break: break-all; */
    }

    .key-pad>.row>.col-3 .btn-reset span,
    .key-pad>.row>.col-3 .btn-cancel span {
        display: block
    }

    .lotto-title>h4 {
        font-size: 18px;
    }

    ul.countdown {
        font-size: 18px !important;
    }

    .row-btn-tanghuay .btn div:first-child i {
        font-size: 14px;
        font-style: normal;
        height: 100%;
    }
    .row-btn-tanghuay .btn div:last-child {
        font-style: normal;
        text-align: center;
        width: 27%;
    }

    .row-btn-tanghuay .btn span {

        /* font-weight: 400; */
        font-size: 10px;
    }

    .btn-tanghuay {
        font-size: 12px !important;
        padding-right: 2px !important;
    }
    .btn-panghuay {
        font-size: 12px !important;
        padding-right: 2px !important;
    }
}


label.number {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/***********************************/
.flex-fill .bg-btn {
    margin: 2.5px;
}

.btn-tanghuay {
    line-height: 1;
}
.btn-panghuay {
    line-height: 1;
}

.row-btn-tanghuay .btn.active .badge {
    background: rgba(0, 0, 0, .5) !important;
}

.row-btn-tanghuay .btn div:first-child {
    margin-left: -8px;
    margin-top: -5px;
    margin-bottom: -5px;
    padding: 5px;
    padding-top: 8px;
    border-radius: 0px;
    vertical-align: middle;
}
.row-btn-tanghuay .col-6 button div:first-child{
    width:80%;
}

.row-btn-tanghuay .btn span {

    /* font-weight: 400; */
}

.row-btn-tanghuay .btn div:first-child i {
    font-size: 20px;
    font-style: normal;
    text-align: center;
}

.row-btn-tanghuay .btn div:last-child {
    font-style: normal;
    text-align: center;
    width: 20%;
}

.row-btn-tanghuay .flex-fill {
    margin: 2.5px;
    width: auto;
}

.row-btn-tanghuay .btn.active div:first-child {
    background: rgba(0, 0, 0, .5) !important;
}

.row-btn-tanghuay .btn.active{
    /* box-shadow: black 1px 1px 8px; */
    outline: 1px dashed black;
    outline-offset: 2px;
}

.btn-outline-orange {
    color: #ffaf00;
    /* background-color: transparent; */
    background-color: rgba(204, 102, 0, 0.1);
    background-image: none;
    border-color: #ffaf00;
}

.btn-outline-orange.active {
    color: #fff;
    background-color: #ffaf00;
    border-color: #ffaf00;
}

.btn-outline-red {
    color: #dc3545;
    /* background-color: transparent; */
    background-color: rgba(255, 0, 0, 0.1);
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-red.active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-blue {
    color: #007bff;
    /* background-color: transparent; */
    background-color: rgba(0, 89, 255, 0.05);
    background-image: none;
    border-color: #007bff;
}

.btn-outline-blue.active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-green {
    color: #28a745;
    /* background-color: transparent; */
    background-color: rgba(0, 255, 106, 0.1);
    background-image: none;
    border-color: #28a745;
}

.btn-outline-green.active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

@media screen and (max-width:768px) {

    .mobile-view {
        display: block !important;
    }

    .container-fluid {
        padding: 0px;
        height: auto;
        /* margin-bottom: 52px; */
        z-index: 1;
    }

    .row-menu-grid {
        border-radius: 0px;
        margin-bottom: 0px;
    }

    .main-content {
        border-radius: 0px;
        margin-bottom: 90px;
        position: relative;
        z-index: 1;
    }

    .txt-box-news {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .txt-box-news .d-flex {
        margin-bottom: 8px;
        padding-bottom: 10px !important;
        border-bottom: #ccc dashed 1px;
    }

    .bubblechat {
        display: none;
    }

    ul.countdown {
        list-style: none;
        margin: 0px 0;
        padding: 0;
        display: flex;
        text-align: right;
        overflow: hidden;
        height: 25px;
    }

    ul.countdown li {
        display: inline-block;
    }

    ul.countdown li span {
        font-size: 25px;
        font-weight: 300;
        line-height: 25px;
    }

    ul.countdown li.seperator {
        font-size: 15px;
        line-height: 30px;
        vertical-align: middle;

    }

    ul.countdown li p {
        color: #a7abb1;
        font-size: 14px;
    }

    .lotto-head>h5 {
        font-weight: 400 !important;
        text-align: right;
        margin-bottom: 0px;
        font-size: 14px;
    }

    .ribbon-lotto {
        background: rgba(0, 0, 0, .3);
        height: 20px;
        width: auto;
        display: inline-block;
        position: absolute;
        color: #FFF;
        line-height: 20px;
        padding: 0px 5px;
        margin-top: 5px;
        border-left: rgba(0, 0, 0, .3) 1px solid;
        font-size: 16px;
    }

    .ribbon-lotto i {
        font-size: 14px;
    }

    .ribbon-lotto:after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        border: 10px solid rgba(0, 0, 0, .3);
        right: -10px;
        height: 20px;
        border-left-width: 0px;
        border-right-color: transparent;
        filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.04));
    }

    .lotto-close .ribbon-lotto:after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        border: 10px solid rgba(0, 0, 0, 1);
        right: -10px;
        height: 20px;
        border-left-width: 0px;
        border-right-color: transparent;
        filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.04));
    }

    .lotto-close .ribbon-lotto span.round {
        color: black;
        background: rgba(255, 255, 255, 0.5);
        padding: 0px 2px;
        padding-bottom: 2px;
    }

    .bg-option>.d-flex>.flex-fill {
        flex: 1 0 21% !important;
    }

    .bg-option .bg-btn button {
        padding: 5px;
    }
    .option2btn:active, .option2btn.active, .option2btn.focus{
        background: black !important; 
        outline: #000 1px dashed !important;
        outline-offset: 1px !important;
    }


    .bar-powerball {
        display: block;
    }

    .bar-powerball-pc {
        display: none;
    }

    .btn-tanghuay {
        font-size: 9px !important;
        padding-right: 4px;
    }
    .btn-panghuay {
        font-size: 9px !important;
        padding-right: 4px;
    }
}
/********************/