
/* Import Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  /* margin: 0;
  padding: 0; */
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

a{
  text-decoration: none;
}

/* ::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background: #DF0505;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
} */

.btn-brand{
  height: 10px;
  width: 70px;
  margin-left: 0px;
  margin-top: 0px;
  color: rgb(250, 248, 248);
  background-color: #5207BF;
  border-radius: 7px !important;
  transition: all 300ms ease;
  font-size: 10px;
}
.btn-brand:hover{
  color: #ffffff;
  background-color: #9751FC;
  box-shadow: 0 2px 3px rgb(239, 230, 230);
}

/* .sidebar {
  position: fixed;
  height: 100%;
  width: 220px;
  background: #F87373;
  padding: 10px;
  z-index: 99;
}
.logo {
  font-size: 25px;
  padding: 0 15px;
  color: #DF0505 !important;
}
.sidebar a {
  color: #fff;
  text-decoration: none;
} */
.menu-content {
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: 20px;
  overflow-y: scroll;
  margin-left: -30px;
}
.menu-content::-webkit-scrollbar {
  display: none;
}
.menu-items {
  height: 70%;
  width: 100%;
  list-style: none;
  transition: all 0.4s ease;
}
.submenu-active .menu-items {
  transform: translateX(-56%);
}
.menu-title {
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
}
.item a,
.submenu-item {
  padding: 12px;
  display: inline-block;
  width: 100%;
  border-radius: 12px;
}
.item i {
  font-size: 12px;
}
.item a:hover,
.submenu-item:hover,
.submenu .menu-title:hover {
  background: rgba(255, 255, 255, 0.1);
}
.submenu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.submenu {
  position: absolute;
  height: auto;
  width: 100%;
  top: 10px;
  right: calc(-100% - 26px);
  height: calc(100% + 100vh);
  background: #491205;
  display: none;
}
.show-submenu ~ .submenu {
  display: block;
}
.submenu .menu-title {
  border-radius: 12px;
  cursor: pointer;
}
.submenu .menu-title i {
  margin-right: 10px;
}
/* .navbar,
.main {
  left: 220px;
  width: calc(100% - 220px);
  transition: all 0.5s ease;
  z-index: 1000;
}
.sidebar.close ~ .navbar,
.sidebar.close ~ .main {
  left: 0;
  width: 100%;
} */
/* .navbar {
  position: fixed;
  color: #fff;
  padding: 15px 20px;
  font-size: 25px;
  background: #DF0505;
  cursor: pointer;
  height: 70px;

} */
/* .navbar h6{
font-size: 14px;
}
.navbar p{
font-size: 8px;
}
.navbar #sidebar-close {
  cursor: pointer;
} */
.main {
  position: relative;
  /* display: flex;
  align-items: start;
  justify-content: start; */
  top: -5px;
  z-index: 100;
  background: #ffffff;
  padding: 10px;
  overflow-x: hidden;

  width: 80%;
}
.logout button{
  background-color: #491205;
  color: white;
  border: none;
  width: auto;
  height: auto;
  font-size: 16px;
  padding: 5px 14px;
  border-radius: 20px;
  transition: .3s;
}
.logout button:hover{
  background-color: #ffc697;
}
.main::-webkit-scrollbar {
  display: none;
}
.main h2 {
  color: #11101d;
  font-size: 12px;
  padding-top: 20px;
}
.main .card {
  width: 350px;
  /* padding: 8px; */
  border: none;
}
.main .card p {
  font-size: 13px;
}
.icon-1 {
  background-color: #DF0505;
  color: #ffffff;
  padding: 10px;
  border-radius: 50%;
}
.icon-2 {
  background-color: #06a885;
  color: #ffffff;
  padding: 10px;
  border-radius: 50%;
}
.icon-3 {
  background-color: #e299f5;
  color: #ffffff;
  padding: 10px;
  border-radius: 50%;
}
.icon-4 {
  background-color: #b0d7fc;
  color: #000000;
  padding: 10px;
  border-radius: 50%;
}

#quick-btns .row .card {
  width: 50px;
  height: auto;
  display: flex;
  align-items: center;
  background: transparent;
}
#quick-btns .card {
  background-color: #ff836409;
  padding: 20px;
  border: none !important;
  width: auto;
}
#quick-btns .row .card i {
  font-size: 22px;
  background-color: #ffc69725;
  text-align: center;
  color: #DF0505;
  padding: 8px 4px;
  width: 40px;
  border-radius: 50%;
}
#quick-btns .row .card p {
  text-align: center;
  padding-top: 10px;
}
.table-box {
  width: auto;
  overflow-x: scroll;
  margin-bottom: 60px;
  height: auto;
  padding: 20px;
}
.table-box h5 {
  color: #ff0000;
}
.table-box th,
td {
  padding: 14px auto !important;
  background-color: #F87373;
  word-wrap: break-word !important;
  width: 50px;
}
.table {
  width: auto;
  height: auto;
  overflow-x: scroll;
  font-size: 14px !important;
  overflow-wrap:break-word;
}
.top-link {
  width: 100%;
  padding: 0 !important;
}
.top-link i {
  font-size: 20px;
  margin-right: 6px;
  color: #F87373;
}
.top-link a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #11101d;
}
.top-link a:hover {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #F87373;
}

.card-content {
  width: 100%;
}
.card-content .card {
  min-width: 50%;
  background-color: #ffc69709 ;
}
.card-content .card form label {
  font-size: 12px;
}
.card-content .card form select{
  font-size: 12px;
  padding: 12px 5px !important;
}
.card-content .card form input {
  font-size: 12px;
  padding: 12px 5px !important;
}
.card-content .card button {
  width: 100%;
  background: #DF0505;
  border: none;
  color: white;
  margin-top: 30px;
  font-weight: 600;
  padding: 10px;
}
.card-content .card button:hover {
  background-color: #F87373;
  color: white;

}
.card-content .card button:focus {
  background: #DF0505;
  color: white;
}
.ref-content {
  width: 100%;
  background: #ffc69709 !important;
}
.ref-content h6 {
  font-size: 14px;
}
.ref-content .text p {
  font-size: 12px;
  line-height: 20px;
  color: darkgrey;
}
.ref-content .ref-link .fs-6 {
  color: #F87373;
  font-size: 14px !important;
}
.ref-content .ref-code .fs-6 {
  color: #F87373;
  font-size: 14px !important;
}
.ref-content .reff {
  text-decoration: none;
  background-color: #ffc69718;
}

.ref-content .ref-earning {
  width: auto;
  padding: 20px;
}

.ref-content .ref-earning h5 {
  color: #F87373;
  font-size: 14px;
  font-weight: 700;
}
.ref-content .ref-earning .ref-sm-card {
  background: #ffc69718;
  text-align: center;
}
.ref-content .ref-earning .ref-sm-card h5 {
  color: #b30000;
  text-align: center;
  font-size: 20px !important;
  font-weight: 500;
  padding: 10px;
}
.ref-content .ref-earning .ref-sm-card h6 {
  text-align: center;
  font-size: 20px !important;
}
.ref-content .ref-img {
  margin-top: 30px;
}
.ref-content .ref-img img {
  width: 100px;
  height: 100px;
}
.search{
  border: 2px solid #e6eaee;
}
.search input{
  outline: none;
  border: none;
  width: 90%;
}
.search i{
  color: #ffffff;
}
.search button{
  background: rgb(7, 179, 127);
  padding: 8px 18.5px;
  border: none;
}
.ref-earning form button{
  background: linear-gradient(to right, #F87373, #DF0505);
  transition: 0.3s;
  color: #ffffff;
  font-size: 22px;
}
.ref-earning form button:hover{
  background: linear-gradient(to right, #DF0505, #F87373);
  transition: 0.3s;
  color:#ffffff;
}
.ref-earning form button:focus {
  background: linear-gradient(to right, #DF0505, #F87373);
  transition: 0.3s;
  color:#ffffff;
}
@media screen and (min-width:150px) and (max-width:699px) {
  .card-content{
    overflow-y: auto;
  }
  .card-content .card {
  max-width: 100%;
  background-color: #ffc69709 ;
  margin-bottom: 50px;
  }
  /* #quick-btns .row .card {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  background: transparent;
} */
.table-box{
  overflow-x: auto;
}
.table {
  width: auto;
  height: auto;
  overflow-x: auto;
}
/* .navbar button{
  padding: 3px 10px;
}
.navbar{
    width: 100%;
} */
}

@media screen and (min-width:700px) and (max-width:992px) {
  .card-content .card {
  min-width: 50%;
  background-color: #ffc69709 ;
  }
  #quick-btns .row .card {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  background: transparent;
}

}
@media screen and (min-width:993px){
  .card-content .card {
  min-width: 50%;
  background-color: #ffc69709 ;
}
  #quick-btns .row .card {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  background: transparent;
}
}