.text-white {
  color: white;
}

.width-full {
  width: 100%;
}

.height-auto {
  height: auto !important;
}

.height-full {
  height: 100%;
}

.info-label {
  font-weight: 600;
}

.footer-icons svg {
  fill: white;
  width: 23px !important;
  height: 23px !important;
}

.footer-comparison {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}

#footer-new p {
  padding: 5px 0 !important;
}

#footer-new a {
  border-radius: 4px;
  padding: 5px !important;
  color: white !important;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.15s ease-in;
}

#footer-new a:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: white !important;
  font-weight: 500;
}

.acct {
  border: none;
  background-color: #fff;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.title {
  color: #565656;
  font-weight: 300;
  font-size: 30px;
}

.subtitle {
  font-size: 25px;
  color: #fff;
}

#top-menu a {
  color: #fff;
  text-shadow: none;
}

.inner {
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .title {
    font-size: 30px;
  }

  .subtitle {
    font-size: 18px;
  }

  .inner {
    padding-top: 0;
  }
}

.box-container {
  padding: 2rem;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.brush_upgradable-plan-list {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
}

.cursor-pointer {
  cursor: pointer;
}

.fill-white svg {
  fill: white;
}

.new-loading-icon {
  width: 100px;
  height: 100px;
}

.new-loading-icon svg {
  animation: spin 1s linear infinite;
  width: 100px;
  height: 100px;
  stroke: #64748b; /* stroke-slate-500 */
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
