.admin-tag {
  border-radius: 10px;
  background-color: rgb(0, 127, 200);
  color: white;
  padding: 0.15rem 0.5rem 0.15rem 0.5rem;
}

body {
  background: #eef0f8 !important;
}

.input-field {
  padding: 0.15rem 1rem 0.15rem 1rem;
}

.main {
  height: 100%;
}

label {
  font-weight: 500 !important;
  letter-spacing: 0.5px;
}

.table-btn-primary {
  width: 1.5em;
  height: 1.5em;
  border: 1px solid black;
}

.tab-bar {
  overflow-x: auto;
}

.tab-bar .tab-btn {
}

.table-cell {
  text-align: left;
}

.tab-bar .tab-btn-selected {
  border-bottom: 3px solid #1bc5bd;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
}

.cursor-pointer {
  cursor: pointer;
}

.z-0 {
  z-index: 0;
}

.blink-me {
  animation: blinker 1s linear infinite;
}

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

.letter-1px {
  letter-spacing: 1px;
}

.dot {
  height: 0.7rem;
  width: 0.7rem;
  border-radius: 50%;
}

@media only screen and (max-width: 600px) {
  .search-bar-width {
    width: 100%;
  }
  .logout-menu-item {
    padding-bottom: 50px !important;
  }
}

@media only screen and (min-width: 600px) {
  .search-bar-width {
    width: 20em;
  }
}

.user-tag {
  width: 5.5rem !important;
}

.withdraw-tag {
  width: 6rem !important;
}

td {
  white-space: nowrap;
}

th {
  white-space: nowrap;
}

.bell-drop-down {
  width: 300px;
  overflow: auto;
  z-index: 1000;
}

.bell-button {
  position: relative;
  border: none !important;
  background: transparent;
}

.bell-button:hover {
  background-color: transparent;
}

.bell-dot {
  right: 18px;
  top: 0px;
  position: absolute;
  background-color: #ffa800;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.streaming-title-header {
  background: #ffffff;
}

.lock-color {
  background: #dedede;
  color: black;
}

.selected-menu {
  border-left: 2px solid black;
}

.input-group-addon {
  border: 1px solid rgb(219, 219, 219) !important;
}

.vue__time-picker input.display-time {
  border: none !important;
  background: transparent;
}

.small-icon {
  height: 15px;
  width: 15px;
}

.text-red {
  color: rgb(199, 0, 0) d;
}
