header i,
header i::before {
  font-size: 24px !important;
  height: 20px !important;
}

/* apps popup container */
.apps-container {
  width: 310px;
  z-index: 1000;
}

/* apps container scrollbar */
.custom-scrollbar::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
  margin-right: 5px;
}

.custom-scrollbar::-webkit-scrollbar:horizontal {
  height: 7px;
  background-color: #f5f5f5;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 7px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e8e8e8;
  margin-right: 5px;
}

/* alpinejs */
[x-cloak] {
  display: none !important;
}

.mdi-32px::before {
  font-size: 50px;
}

.login-button {
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    font: 13px/27px Roboto,Arial,sans-serif;
    white-space: nowrap;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    outline: none;
    font-family: Google Sans,Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .25px;
    line-height: 16px;
    margin-left: 10px;
    margin-right: 8px;
    min-width: 96px;
    padding: 9px 23px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    box-sizing: border-box;
    background: #1a73e8;
    border: 1px solid transparent;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.login-button span {
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    font: 13px/27px Roboto,Arial,sans-serif;
    white-space: nowrap;
    -webkit-user-select: none;
    font-family: Google Sans,Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .25px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

html {
  font-family: "Roboto",arial,sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: .0178571429em !important;
}

.activeb {
  color: rgb(59 130 246) !important;
}

.bigb { 
  font-size: 0.9rem !important;
}

.logotrans {
  font-size: 22px;
  line-height: 24px;
}

.logotrans > div {
  font-size: 1.4rem;
}

/* More Google Translate-like styles */
.sbuttons {
  color: #1a73e8 !important;
  background-color: rgba(26, 115, 232, 0.1) !important;
  border-color: rgba(26, 115, 232, 0.2) !important;
}

textarea {
  font-family: "Roboto", arial, sans-serif !important;
  line-height: 1.58 !important;
}

#translatedText {
  font-family: "Roboto", arial, sans-serif !important;
  line-height: 1.58 !important;
  white-space: pre-wrap;
}

.rounded-lg {
  border-radius: 8px !important;
}

.drop-shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15) !important;
}