.my-custom-scrollbar {
  position: relative;
  height: 200px;
  overflow: auto;
}
.table-wrapper-scroll-y {
  display: block;
}
.footer {
  height: 50px;
  left: 0;
  bottom: 0;
  right: 305px;
  position: fixed;
  background-color: #fefefe;
  border-bottom: 1px solid #d7d5e3;
  padding: 12px 48px;
  z-index: 1010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#copyright {
  font-size: 0.6rem !important;
  padding: 5px 305px 0 0;
  bottom: 0;
}
#copyright #developer {
  text-align: center;
  font-size: 0.6rem !important;
  padding-top: 2px;
}
#copyright #developer a {
  color: grey;
  font-size: 0.6rem !important;
}
#highlight-finished {
  background-color: #3cc369;
  color: #fff;
  border-radius: 50px;
  padding: 2px 6px;
  font-size: 0.7rem;
  text-align: center;
}
#highlight-proccessing {
  background-color: #1a75ff;
  color: #fff;
  border-radius: 50px;
  padding: 2px 6px;
  font-size: 0.6rem;
  text-align: center;
}
#highlight-queue {
  background-color: #f90;
  color: #fff;
  border-radius: 50px;
  padding: 2px 6px;
  font-size: 0.7rem;
  text-align: center;
}
#highlight-moneyback {
  background-color: #c73e4e;
  color: #fff;
  border-radius: 50px;
  padding: 2px 6px;
  font-size: 0.7rem;
  text-align: center;
}
#highlight-failed {
  background-color: #e60000;
  color: #fff;
  border-radius: 50px;
  padding: 2px 6px;
  font-size: 0.7rem;
  text-align: center;
}
#highlight-general {
  background-color: #3cc369;
  color: #fff;
  border-radius: 50px;
  padding: 2px 6px;
  font-size: 0.7rem;
  text-align: center;
}
#myAC {
  border: solid 1px grey;
  border-radius: 15px;
  background: #fff;
}
.copy {
  border: none;
  background: #fff;
  color: #000;
  font-size: 0.8rem;
  font-weight: 700;
}
#user-list {
  font-size: small;
}
#highlight {
  background-color: #cef;
  color: #0039e6;
  border-radius: 10px;
  padding: 3px;
}
#highlight-violet {
  background-color: #009;
  color: #e6e6ff;
  border-radius: 10px;
  padding: 3px;
}
#highlight-green {
  background-color: #adebad;
  color: #145214;
  border-radius: 10px;
  padding: 3px;
  font-size: 0.6rem;
  text-align: right;
  margin-right: 7px;
}
#highlight-lightgreen {
  background-color: #e6ffe6;
  border-radius: 10px;
  padding: 3px;
}
.package-info {
  font-size: 0.7rem;
  color: #8c8c8c;
  margin: 2px;
}
.package-price {
  font-size: 0.9rem;
  color: #5900b3;
  font-weight: 700;
  border-top: 1px solid grey;
  padding-top: 2px;
}
.superadmin {
  color: red;
}
.admin {
  color: blue;
}
#MyForm {
  display: none;
}
.success_btn {
  outline: none;
  border: none;
  border-radius: 24px;
  color: #fefefe !important;
  background-color: #4caf50;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  padding: 5px 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 12px;
  margin: 2px;
}
.success_btn:active {
  background-color: grey;
}
.success_btn:disabled {
  background-color: #d9d9d9 !important;
  color: #999;
  cursor: not-allowed;
}
.warning_btn {
  outline: none;
  border: none;
  border-radius: 24px;
  color: #fefefe !important;
  background-color: #f90;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  padding: 5px 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 12px;
  margin: 2px;
}
.warning_btn:active {
  background-color: grey;
}
.warning_btn:disabled {
  background-color: #d9d9d9 !important;
  color: #999;
  cursor: not-allowed;
}
.danger_btn {
  outline: none;
  border: none;
  border-radius: 24px;
  color: #fefefe !important;
  background-color: #e60000;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  padding: 5px 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 12px;
  margin: 2px;
}
.danger_btn:active {
  background-color: grey;
}
.danger_btn:disabled {
  background-color: #d9d9d9 !important;
  color: #999;
  cursor: not-allowed;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  border-radius: 55px;
  min-height: 50px;
}
.tab button {
  background-color: inherit;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
.tab button:hover {
  background-color: #f7f7f7;
}
.tab button.active {
  background-color: #f7f7f7;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
a#notificationBell {
  position: relative;
  font-size: 2em;
  color: grey;
  cursor: pointer;
  z-index: 0;
}
span.fa-comment {
  position: absolute;
  font-size: 0.6em;
  top: -4px;
  color: red;
  right: -4px;
}
span.num5 {
  position: absolute;
  font-size: 0.4em;
  top: -6px;
  color: #4a3dc3;
  right: 2px;
  left: -1px;
  z-index: 999999;
}
span.num {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 0.3em;
  top: -6px;
  right: 2px;
  color: #fff;
  text-align: center;
  background: #4a3dc3;
}
span.num:hover {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 0.3em;
  top: -6px;
  right: 2px;
  color: #4a3dc3;
  text-align: center;
  background: #fff;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}
span.num-counter {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 0.4em;
  top: 7px;
  right: 2px;
  color: #fff;
  text-align: center;
  background: #4a3dc3;
}
span.fa-circle {
  position: absolute;
  font-size: 0.5rem;
  top: -2px;
  color: #7fc469;
  right: 25px;
}
.power {
  position: absolute;
  font-size: 1.2rem;
  top: 12px;
  color: grey;
  right: 15px;
}
input.field_admin_panel {
  border-radius: 5px;
  border: 1px solid grey;
}
.soft-text {
  font-size: 0.9em;
  color: grey;
}
.dropbtn {
  background-color: #04aa6d;
  color: #fff;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropbtn:hover,
.dropbtn:focus {
  background-color: #3e8e41;
}
#myInput {
  box-sizing: border-box;
  background-image: url(searchicon.png);
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}
#myInput:focus {
  outline: 3px solid #ddd;
}
.dropdown-content {
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  border: 1px solid #ddd;
  z-index: 1;
}
.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}
.show {
  display: block;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(2px, 0, 0);
  }
  ::-webkit-scrollbar {
    width: 20px;
  }
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #b30000;
  }
}
