.g_id_signin {
  min-height: 52px;
  display: block;
}
.list-group-item {
  border-radius: 20px;
  padding: 10px 15px;
  margin-bottom: -1px;
}
h1 {
  margin: 0;
}
h1.list-group-item.active.big {
  margin: 0 0 -1px 0 !important;
  padding: 10px 15px !important;
  border-radius: 20px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important;
  background-color: var(--main) !important;
  color: #fff !important;
  text-align: center;
  font-size: 125% !important;
  line-height: 1.42857143;
}
*, :after, :before {
  box-sizing: border-box;
}
html {
  font-family: var(--font-sans);
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 50px 0 100px;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  line-height: 1.42857143;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative !important;
  top: 0 !important;
  min-height: 100vh;
}
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 12px 10px;
}
.md-header {
  padding: 8px 10px;
  background-color: var(--main);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
  z-index: 10001 !important;
}
.top-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 19;
}
.md-header .nav-left, .md-header .nav-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.md-header .brand, .md-header .nav-bar, .md-header .nav-left a, .md-header .nav-right a {
  color: var(--white);
  font-weight: 700;
}
.nav-right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 192px;
}
.brand {
  font-size: 24px;
  overflow: hidden;
  margin-top: -5px;
}
.nav-bottom {
  background-color: var(--divback);
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 10;
  height: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav-item {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.nav-item a {
  color: var(--accent);
  display: flex;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.nav-item svg {
  width: 24px;
  height: 24px;
}
.nav-item span {
  font-size: 12px;
  margin-top: 2px;
}
.list-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  background: var(--divback);
  border-radius: 20px;
  padding: 10px 15px;
  margin-bottom: -1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  position: relative;
  display: block;
}
a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
}
.label {
  display: inline;
  padding: 5px 10px;
  font-weight: 700;
  line-height: 2.2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 20px;
}
.label-primary {
  background-color: var(--main);
}
.label-success {
  background-color: #40806a;
}
.label-danger {
  background-color: #dc143c;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 20px;
}
.btn-primary {
  background-color: var(--accent);
  border-color: var(--main);
  color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #40806a;
  border-color: #40806a;
}
.btn-danger {
  color: #fff;
  background-color: #dc143c;
  border-color: #dc143c;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-block {
  display: block;
  width: 100%;
}
.list-group-item.active {
  background-color: var(--main);
  border-color: var(--border);
  color: #fff;
}
.list-group-item.active a {
  color: #fff !important;
}
.hidden {
  display: none !important;
}
.text-center {
  text-align: center;
}
.block {
  display: block;
  overflow: hidden;
}
.goog-te-banner-frame {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  position: absolute !important;
  top: -9999px !important;
}
.nav.nav-tabs {
  min-height: 44px;
  display: flex;
  flex-wrap: wrap;
  contain: layout style;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #ddd !important;
}
.nav-tabs>li, .nav-tabs>.lactive {
  min-height: 42px;
  contain: layout style;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  font-weight: 700;
  cursor: pointer;
  font-size: 13px;
  white-space: nowrap;
}
.nav-tabs>.lactive, .nav-tabs>li>.lactive, .nav-tabs .lactive {
  background: var(--main);
  color: #fff;
  border-radius: 8px 8px 0 0;
  padding: 10px 15px;
}
.nav-tabs>li>a {
  color: var(--text);
  text-decoration: none;
  padding: 10px 15px;
  font-size: 13px;
  --font-sans: "Outfit", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.md-header.top-fixed, .nav-bottom {
  transition: transform 0.3s ease-out;
}
.md-header.top-fixed.nav-hidden {
  transform: translateY(-100%);
}
.nav-bottom.nav-hidden {
  transform: translateY(100%);
}

@media(max-width: 640px) {
  .container {
    padding: 12px 8px 40px;
  }
  .btn {
    width: 100%;
    text-align: center;
  }
}
h1, h2, h3 {
  font-weight: 900;
}
h1, h2 {
  font-size: 125% !important;
}
.big {
  font-weight: 900;
  font-size: 120%;
}
.small {
  font-size: 85%;
}
.list-group-item.wave {
  min-height: 96px;
}
.text-center.mb-2>a.btn.btn-lg, .text-center>a.btn.btn-lg {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 20px;
}
#pmargin {
  max-width: 480px;
  margin: auto;
}
#pmargin .list-group>a.list-group-item {
  min-height: 48px;
  padding: 12px 16px;
  display: block;
}
#pmargin a.list-group-item.text-center.wave.big {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brand, .brand a {
  min-height: 28px;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
}
#pmargin .cv-auto {
  content-visibility: visible;
}
.md-header .nav-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9999;
  width: 75%;
  max-width: 280px;
  height: 100%;
  transition: left .3s ease;
  padding-top: 50px;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
}
.md-header.active .nav-mobile {
  left: 0;
}
.nav-mobile-shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  transition: opacity .3s ease;
}
.md-header.active .nav-mobile-shadow {
  display: block;
  opacity: 1;
}
.nav-mobile-list {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
.nav-mobile-list li a {
  display: block;
  padding: 12px 20px;
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
}
