/*  */
.total-user{
    background: #ffe800;
    border-radius: 20px;
    height: 150px;
    text-align: center;
  }

  .containerTable{
    display: flex;
    justify-content: center;
    margin-bottom: 5pc;
  }
  .a-color{
    color: #ffffff;
  }
  .admin-haeding{
    margin-top: 5pc;
  }
  .text-style{
    padding: 10px;
    font-size: 19px;
    /* background: #ffe800; */
    /* border-radius: 20px; */
    text-align: center;
    /* margin-top: 2pc; */
    text-align: revert;
    margin-left: 5px;
  }
  .text-style:hover{
    background: #632b51;
    color: #0de5cf;
  }

  .navbar {
      padding: 15px 10px;
      background: #fff;
      border: none;
      border-radius: 0;
      margin-bottom: 40px;
      -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

    .navbar-btn {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none !important;
      border: none; }

    .wrapper {
      width: 100%; }

    #sidebar {
      height: 100vh;
      min-width: 250px;
      max-width: 250px;
      background: linear-gradient(to bottom, #0f0c29, #632b51, #24243e);
      color: #fff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      position: relative; }
      #sidebar .h6 {
        color: #fff; }
      #sidebar.active {
        margin-left: -250px !important; }
        #sidebar.active .custom-menu {
          margin-right: -50px; }
      #sidebar h1 {
        margin-bottom: 20px;
        font-weight: 700; }
        #sidebar h2 .logo {
          color: #ffe800; }
      #sidebar ul.components {
        padding: 0; }
      #sidebar ul li {
        font-size: 16px; }
        #sidebar ul li > ul {
          margin-left: 10px; }
          #sidebar ul li > ul li {
            font-size: 14px; }
        #sidebar ul li a {
          padding: 10px 0;
          display: block;
          color: rgba(255, 255, 255, 0.8);
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
          #sidebar ul li a:hover {
            color: #fff; }
        #sidebar ul li.active > a {
          background: transparent;
          color: #fff; }
      @media (max-width: 991.98px) {
        #sidebar {
          margin-left: -250px; }
          #sidebar.active {
            margin-left: 0; }
          #sidebar .custom-menu {
            margin-right: -50px !important;
            top: 10px !important; } }
      #sidebar .custom-menu {
        display: inline-block;
        position: absolute;
        top: 20px;
        right: 0;
        margin-right: -50px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media (prefers-reduced-motion: reduce) {
          #sidebar .custom-menu {
            -webkit-transition: none;
            -o-transition: none;
            transition: none; } }
        #sidebar .custom-menu .btn {
          width: 40px;
          height: 40px;
          border-radius: 50%; }
          #sidebar .custom-menu .btn.btn-primary {
            background: #4e0061 ;
            border-color: #6726cf ; }
            #sidebar .custom-menu .btn.btn-primary:hover, #sidebar .custom-menu .btn.btn-primary:focus {
              background: #8327b9  !important;
              border-color: #520275  !important; }

    a[data-toggle="collapse"] {
      position: relative; }

    .dropdown-toggle::after {
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

    @media (max-width: 991.98px) {
      #sidebarCollapse span {
        display: none; } }

    #content {
      width: 100%;
      padding: 0;
      /* min-height: 100vh; */
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }



  /*  */
  .table2{
      width: 90%;
      background-color: #F6F1E9 !important;
      /* border-radius: 20px; */
      padding: 10px;
      text-align: center;
      height: 10% !important;

  }

  .table-haed{
    height: 4pc;
  }
  .table-td{
      color: #ffffff;
      font-size:20px ;
  }
  .table-tr{
      height: 4pc;
      background-color: #632b51;
      color: #fff;
  }

  .table-root{
      width: 100%;
  }
  .serchField{
    display: flex;
    justify-content: end;
    align-items: end;
    margin-right: 6pc;
    margin-bottom: 2pc;
  }
  .serchField-input{
    border-radius: 12px;
    padding: 10px;
    background-color: #ffe800;
  }
  .login_h1{
      color: #ffff;
  }

  /*  */
  * {
      box-sizing: border-box;
  }

  html {
      scroll-behavior: smooth;
  }

  body {
      margin: 0;
      box-sizing: border-box;
      font-family: "poppins";
  }
  .login-root{
      background: linear-gradient(to bottom, #0f0c29, #632b51, #24243e);
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  a {
      text-decoration: none;
  }

  h1 {
      font-size: 2.5rem;
  }

  .container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
  }

  .login-container {
      position: relative;
      width: 22.2rem;
  }
  .form-container {
      border: 1px solid hsla(0, 0%, 65%, 0.158);
      box-shadow: 0 0 36px 1px rgba(0, 0, 0, 0.2);
      border-radius: 10px;
      backdrop-filter: blur(20px);
      z-index: 99;
      padding: 2rem;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
  }

  .login-container form input {
      display: block;
      padding: 14.5px;
      width: 100%;
      margin: 2rem 0;
      color: var(--color);
      outline: none;
      background-color: #ffffff45;
      border: none;
      border-radius: 5px;
      font-weight: 500;
      letter-spacing: 0.8px;
      font-size: 15px;
      backdrop-filter: blur(15px);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
  }

  .login-container form input:focus {
      box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.2);
      animation: wobble 0.3s ease-in;
      -webkit-animation: wobble 0.3s ease-in;
  }

  .login-container form button {
      background:#ffe800;
      opacity: 1;
       color: #000000;
      display: block;
      padding: 13px;
      border-radius: 5px;
      outline: none;
      font-size: 18px;
      letter-spacing: 1.5px;
      font-weight: bold;
      width: 100%;
      cursor: pointer;
      margin-bottom: 2rem;
      transition: all 0.1s ease-in-out;
      border: none;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
  }

  .login-container form button:hover {
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
      transform: scale(1.02);
      -webkit-transform: scale(1.02);
      -moz-transform: scale(1.02);
      -ms-transform: scale(1.02);
      -o-transform: scale(1.02);
  }

  .circle {
      width: 8rem;
      height: 8rem;
      background: var(--primary-color);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      position: absolute;
  }

  .illustration {
      position: absolute;
      top: 0%;
      right: -200px;
      width: 90%;
  }

  .circle-one {
      top: 0;
      left: 0;
      z-index: -1;
      transform: translate(-45%, -45%);
      -webkit-transform: translate(-45%, -45%);
      -moz-transform: translate(-45%, -45%);
      -ms-transform: translate(-45%, -45%);
      -o-transform: translate(-45%, -45%);
  }

  .circle-two {
      bottom: 0;
      right: 0;
      z-index: -1;
      transform: translate(45%, 45%);
      -webkit-transform: translate(45%, 45%);
      -moz-transform: translate(45%, 45%);
      -ms-transform: translate(45%, 45%);
      -o-transform: translate(45%, 45%);
  }

  .register-forget {
      margin: 1rem 0;
      display: flex;
      justify-content: space-between;
  }
  .opacity {
      opacity: 0.6;
  }

  .theme-btn-container {
      position: absolute;
      left: 0;
      bottom: 2rem;
  }

  .theme-btn {
      cursor: pointer;
      transition: all 0.3s ease-in;
  }

  .theme-btn:hover {
      width: 40px !important;
  }.table-responsive {
    height:300px;
    /* height: 20pc !important; */
    overflow-y: scroll !important;
}
.img-set{
  /* left: -28px; */
  position: relative;
  display: flex;
  justify-content: center;
  top: 24pc;
  margin-right: 2pc;
}
.img-width{
  width: 200px;
}
.card{
  background: linear-gradient(to bottom, #a6527c, #45273ced, #050505);
    color: rgb(245, 245, 244);
    border-radius: 20px ;
    text-align: center;
    height: 13pc;
    display: flex;
    align-items: center;
}
.card-body{
  /* margin-top: 3pc !important; */
}

.card-text{
  font-size: 50px !important;
  font-weight: bold !important;
}
.cardtextName{
  font-size: 20px !important;
}
.dataTables_wrapper{
  width: 100% !important;
  margin-left: 2pc;
}
/* .table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #632b51;
   color: white;
   text-align: center;
 }
 .table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: #632b51;
   color: rgb(12, 12, 12);
   text-align: center;
 } */
 .table{
  border-radius: 20px;
 }
 .table>:not(caption)>*>* {
  background-color: #632b51;
  color: #ffea00;
  text-align: center;
  border-bottom-width:0px;
}
#dtBasicExample_filter{
  display: flex !important;
  justify-content: end !important;
}
[type=search] {
  background: #ffe800;
  padding: 10px;
  border-radius: 13px;
  align-content: end !important;
  border: 1px solid #ffe800 ;
  margin-bottom: 1pc;
}
#dtBasicExample_length{
  /* width: 95%;
  display: flex; */
  /* justify-content: center; */
    width: 16%;
    display: flex;
    justify-content: center;
    background: #fff200;
    padding: 5px;
    border-radius: 10px;
}
.paging_simple_numbers{
  display: flex;
  justify-content: center;
  /* width: 122px; */
  /* margin-right: 5pc; */
  /* background: rgb(235, 235, 235); */
}
#dtBasicExample_previous{
  background: #4e0061;
  padding: 10px;
  border-radius: 10px;
  color: white;
  font-size: 20px;
  cursor: pointer;
}
#dtBasicExample_next{
  background: #ffe800;
  padding: 10px;
  border-radius: 10px;
  color: #000000;
  font-size: 20px;
  cursor: pointer;
}
.paginate_button {
    padding: 10px;
    background: #ffd269;
    margin-top: -15px;
    border-radius: 12px;
    cursor: pointer;
    margin-left: 10px;
    padding: 14px 25px;


}
.dtBasicExample_length{
  padding: 10px;
  background: #45273ced;
}
select {
  background: #ffea00;
  padding: -5px;
  border-radius: 7px;
  text-align: center;
  border: 1px;
}
#leaderbord{

}
.leaderBord-Table{
  width: 90%;
  margin-left: 5pc;
  background: #462450;
  color: #ffea00;
  padding: 10px;
  border-radius: 20px;
}
.leaderBord-th{
  height: 4pc;
  background: linear-gradient(to bottom, #a6527c, #45273ced, #050505);
  color: #ffffff;
  /* text-align: center; */
}
.leaderBord-tr{
  height: 4pc;
  padding: 10px;
  text-align: center;
  color: #ffea00;
}
.leaderbord-td{
  color: #ffea00;
}
.sign-btn_1{
  color:#ffff;
  font-size: 19px;
  text-align: start;
  margin-left: -15px;
  margin-top: -7px;

}
.sign-btn_1:hover{
  color:#ffff ;
}
.leaderBord-th-chart{
  text-align: start;
  color:#ffff ;
  height: 3pc;
  background: linear-gradient(to bottom, #a6527c, #45273ced, #050505);
}
.chart-haeding{
 text-align: left;
 padding: 20px;
}
.leaderBord-Table-chart{
  /* width: -webkit-fill-available; */
  width: 95%;
}
.leaderBord-Table-Radious{
  border: 1px solid #45273ced;
  height: 555px;
}
.set-ScrollBar{
  height: 555px;
  overflow-y:auto ;
  overflow-x: hidden;
  padding: 0px;

}.active{

  background-color: #65567c;
  line-height: 1px;
  border-radius: 10px;
}
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
  background: transparent;
}

::-webkit-scrollbar-thumb:hover {
  /* background: transparent; */
}
.tbody, tfoot{
  border-radius: 20px;
}
