@tailwind base;
@tailwind components;
@tailwind utilities;

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

.main-content-appcenter *:not(i) {
  font-family: "Inter";
}

.main-content-appcenter {
  background: #ffffff;
}

.main-content-appcenter .navigation-header-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.002em;
  color: #555555;
}

.main-content-appcenter .navigation-header-desc {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.006em;
  color: #555555;
}

.main-content-appcenter .shadow-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(27, 32, 50, 0.1);
  padding: 24px;
  border-radius: 8px;
}

.qiscus-btn-green {
  cursor: pointer;
  background: #27b199;
  border: 1px solid #27b199;
  box-sizing: border-box;
  border-radius: 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  letter-spacing: -0.0045em;
  color: #ffffff;
  margin-left: 12px;
}

.qiscus-btn-green-radius {
  cursor: pointer;
  padding: 4px 16px;
  background: #27B199;
  border-radius: 4px;
  border: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.002em;
  color: #FFFFFF;
  text-decoration: none;
}

.qiscus-btn-green-border-radius {
  cursor: pointer;
  padding: 4px 16px;
  color: #27B199;
  border-radius: 4px;
  border: 1px solid #27b199;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.002em;
  background: #FFFFFF;
  text-decoration: none;
}

.qiscus-btn-green-border {
  cursor: pointer;
  border: 1px solid #27b199;
  box-sizing: border-box;
  border-radius: 20px;
  background: #ffffff;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  letter-spacing: -0.0045em;
  color: #27b199;
}

.qiscus-btn-green:hover {
  background-color: #27b199;
  color: #ffffff;
  text-decoration: none;
}

.qiscus-btn-green-border:hover {
  text-decoration: none;
  border: 1px solid #27b199;
  color: #27b199;
}

.qiscus-btn-red-border {
  cursor: pointer;
  border: 1px solid #eb5757;
  box-sizing: border-box;
  border-radius: 20px;
  background: #ffffff;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  letter-spacing: -0.0045em;
  color: #eb5757;
}

.qiscus-btn-red-border-radius {
  cursor: pointer;
  padding: 4px 16px;
  color: #eb5757;
  border-radius: 4px;
  border: 1px solid #eb5757;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.002em;
  background: #FFFFFF;
  text-decoration: none;
}

.qiscus-btn-red-border:hover {
  text-decoration: none;
  border: 1px solid #eb5757;
  color: #eb5757;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  font-size: 14px;
  color: #333;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropdown-menu.show {
  display: block;
}

.dropdown-item {
  display: flex;
  width: 100%;
  padding: 0.5rem 0.75rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
