/* Modern Base Styles */
/* line 4, static/css/main.scss */
* {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif;
  margin: 0;
  box-sizing: border-box; }

@font-face {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal; }

/* line 16, static/css/main.scss */
body {
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif;
  height: 100vh;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  background: linear-gradient(135deg, #0d1117 0%, #010409 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400; }
  @media (min-width: 1500px) {
    /* line 16, static/css/main.scss */
    body {
      font-size: 17px; } }
  @media (min-width: 240px) and (max-width: 767px) {
    /* line 16, static/css/main.scss */
    body {
      padding-top: 50px;
      padding-bottom: 30px;
      font-size: 15px; } }
/* Modern Navigation Styling */
/* line 40, static/css/main.scss */
.nav-link {
  color: #f8f9fa !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none; }
  /* line 48, static/css/main.scss */
  .nav-link:hover {
    color: #4d9a5d !important;
    transform: translateY(-2px); }
  /* line 53, static/css/main.scss */
  .nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
    background: linear-gradient(90deg, #2d5a3d, #3d7a4d);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%); }
  /* line 65, static/css/main.scss */
  .nav-link:hover:after {
    width: 100%; }

/* line 70, static/css/main.scss */
.nav-item {
  text-align: right;
  margin: 0 8px; }

/* line 75, static/css/main.scss */
.nav-container {
  backdrop-filter: blur(10px);
  background: rgba(22, 27, 34, 0.95);
  border-radius: 12px;
  margin: 10px 0;
  border: 1px solid #30363d; }
  @media (min-width: 1500px) {
    /* line 75, static/css/main.scss */
    .nav-container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 240px) and (max-width: 767px) {
    /* line 75, static/css/main.scss */
    .nav-container {
      padding-left: 15px;
      padding-right: 15px; } }
@media (min-width: 1500px) {
  /* line 93, static/css/main.scss */
  #footer_disclaimer {
    font-size: 17px; } }

@media (min-width: 240px) and (max-width: 767px) {
  /* line 93, static/css/main.scss */
  #footer_disclaimer {
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 14px; } }

/* Modern Mobile Navigation Toggle */
/* line 105, static/css/main.scss */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(61,122,77, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

/* line 109, static/css/main.scss */
.navbar-toggler {
  float: right !important;
  width: 50px;
  height: 40px;
  background: linear-gradient(135deg, #161b22, #0c0f13);
  border: 1px solid #30363d;
  border-radius: 8px;
  padding: 6px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  /* line 119, static/css/main.scss */
  .navbar-toggler:hover {
    background: linear-gradient(135deg, #202731, #161b22);
    border-color: #2d5a3d;
    transform: scale(1.05); }
  /* line 125, static/css/main.scss */
  .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(45, 90, 61, 0.2); }
  /* line 129, static/css/main.scss */
  .navbar-toggler .line {
    width: 100%;
    float: left;
    height: 3px;
    background: linear-gradient(90deg, #2d5a3d, #ffffff);
    margin-bottom: 4px;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    /* line 138, static/css/main.scss */
    .navbar-toggler .line:last-child {
      margin-bottom: 0; }

/* Modern Utility Components */
/* line 144, static/css/main.scss */
.circletag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #2d5a3d, #4d9a5d);
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(45, 90, 61, 0.3); }
  /* line 156, static/css/main.scss */
  .circletag:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(45, 90, 61, 0.4); }
  /* line 161, static/css/main.scss */
  .circletag img {
    margin: 0;
    filter: brightness(1.1); }

/* line 167, static/css/main.scss */
.picture_container {
  width: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  /* line 174, static/css/main.scss */
  .picture_container:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4); }

/* Layout Containers */
/* line 180, static/css/main.scss */
.graph_container {
  width: auto;
  text-align: center;
  object-fit: contain;
  background: #161b22;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #30363d;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2); }

/* line 191, static/css/main.scss */
.general_pics {
  align-content: center;
  width: 100%;
  max-width: 75%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  /* line 200, static/css/main.scss */
  .general_pics:hover {
    transform: scale(1.02); }

/* line 205, static/css/main.scss */
.services {
  width: 100%;
  max-width: 35%;
  height: auto;
  object-fit: contain;
  border-radius: 8px; }

/* Modern Form Styling */
/* line 214, static/css/main.scss */
form {
  background: #161b22;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #30363d;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); }
  /* line 221, static/css/main.scss */
  form label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #f8f9fa;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
  /* line 230, static/css/main.scss */
  form input, form select, form textarea {
    background: #010409;
    border: 2px solid #30363d;
    border-radius: 8px;
    padding: 12px 16px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%; }
    /* line 240, static/css/main.scss */
    form input:focus, form select:focus, form textarea:focus {
      outline: none;
      border-color: #2d5a3d;
      box-shadow: 0 0 0 3px rgba(45, 90, 61, 0.2);
      background: #020812; }
    /* line 247, static/css/main.scss */
    form input:hover, form select:hover, form textarea:hover {
      border-color: #464f5a; }
  /* line 252, static/css/main.scss */
  form .row {
    margin-bottom: 24px; }

/* Modern Container & Brand Styling */
/* line 258, static/css/main.scss */
.modern-container {
  background: linear-gradient(135deg, rgba(22, 27, 34, 0.95), rgba(1, 4, 9, 0.95));
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid #30363d;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); }

/* line 266, static/css/main.scss */
.brand-link {
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  /* line 270, static/css/main.scss */
  .brand-link:hover {
    transform: scale(1.05);
    text-decoration: none; }

/* line 276, static/css/main.scss */
.brand-title {
  background: linear-gradient(135deg, #2d5a3d, #4d9a5d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  font-size: 24px; }
  @media (min-width: 1500px) {
    /* line 276, static/css/main.scss */
    .brand-title {
      font-size: 28px; } }
/* Modern Layout & Footer Styling */
/* line 292, static/css/main.scss */
.main-content {
  padding: 16px 5% 16px 5%;
  min-height: auto; }

/* line 297, static/css/main.scss */
.modern-footer {
  background: linear-gradient(135deg, #010409, #000000);
  border-top: 1px solid #30363d;
  margin-top: 24px;
  position: relative; }
  /* line 303, static/css/main.scss */
  .modern-footer .footer-content {
    padding: 16px 0; }
  /* line 307, static/css/main.scss */
  .modern-footer .footer-copyright {
    text-align: center;
    border-top: 1px solid rgba(48, 54, 61, 0.5);
    padding-top: 12px;
    margin-top: 12px; }
    /* line 313, static/css/main.scss */
    .modern-footer .footer-copyright h6 {
      color: #6c757d;
      font-size: 14px;
      font-weight: 400;
      margin: 0;
      letter-spacing: 0.5px; }

/* Hero & Content Sections */
/* line 324, static/css/main.scss */
.hero-section {
  text-align: center;
  padding: 32px 0;
  background: linear-gradient(135deg, rgba(22, 27, 34, 0.8), rgba(1, 4, 9, 0.8));
  border-radius: 20px;
  margin-bottom: 24px;
  border: 1px solid #30363d; }
  /* line 332, static/css/main.scss */
  .hero-section .hero-title {
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(135deg, #2d5a3d, #4d9a5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px; }
    @media (max-width: 991px) {
      /* line 332, static/css/main.scss */
      .hero-section .hero-title {
        font-size: 36px; } }
  /* line 346, static/css/main.scss */
  .hero-section .hero-subtitle {
    font-size: 24px;
    color: #f8f9fa;
    font-weight: 600;
    margin: 0; }
    @media (max-width: 991px) {
      /* line 346, static/css/main.scss */
      .hero-section .hero-subtitle {
        font-size: 20px; } }
/* line 358, static/css/main.scss */
.content-section {
  display: grid;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto; }

/* line 365, static/css/main.scss */
.feature-card {
  background: #161b22;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #30363d;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); }
  /* line 372, static/css/main.scss */
  .feature-card .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #4d9a5d;
    margin-bottom: 16px; }
    @media (max-width: 991px) {
      /* line 372, static/css/main.scss */
      .feature-card .section-title {
        font-size: 24px; } }
  /* line 383, static/css/main.scss */
  .feature-card .section-content {
    font-size: 18px;
    line-height: 1.7;
    color: #f8f9fa;
    margin: 0; }
    @media (max-width: 991px) {
      /* line 383, static/css/main.scss */
      .feature-card .section-content {
        font-size: 16px; } }
/* line 395, static/css/main.scss */
.contact-link {
  color: #4d9a5d !important;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  /* line 402, static/css/main.scss */
  .contact-link:hover {
    color: #3d7a4d !important;
    border-bottom-color: #2d5a3d;
    text-decoration: none; }

/* Model Form Page Styling */
/* line 410, static/css/main.scss */
.model-page-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px; }

/* line 416, static/css/main.scss */
.model-header {
  text-align: center;
  margin-bottom: 32px; }
  /* line 420, static/css/main.scss */
  .model-header .model-title {
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(135deg, #2d5a3d, #4d9a5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px; }
    @media (max-width: 991px) {
      /* line 420, static/css/main.scss */
      .model-header .model-title {
        font-size: 32px; } }
  /* line 434, static/css/main.scss */
  .model-header .divider-line {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #2d5a3d, #3d7a4d);
    margin: 0 auto 24px;
    border-radius: 2px; }
  /* line 442, static/css/main.scss */
  .model-header .disclaimer-section {
    background: rgba(45, 90, 61, 0.1);
    border: 1px solid rgba(45, 90, 61, 0.3);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6; }
    /* line 451, static/css/main.scss */
    .model-header .disclaimer-section .disclaimer-label {
      color: #4d9a5d;
      font-weight: 700; }
  /* line 457, static/css/main.scss */
  .model-header .form-instructions {
    font-size: 18px;
    color: #f8f9fa;
    line-height: 1.6;
    margin: 0; }

/* line 465, static/css/main.scss */
.modern-form {
  background: #161b22;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #30363d;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.3); }
  /* line 472, static/css/main.scss */
  .modern-form .form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 32px; }
  /* line 480, static/css/main.scss */
  .modern-form .form-group .form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #f8f9fa;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
  /* line 490, static/css/main.scss */
  .modern-form .form-group input, .modern-form .form-group select {
    width: 100% !important;
    background: #010409 !important;
    border: 2px solid #30363d !important;
    border-radius: 8px !important;
    padding: 14px 16px !important;
    color: #ffffff !important;
    font-size: 16px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important; }
    /* line 500, static/css/main.scss */
    .modern-form .form-group input:focus, .modern-form .form-group select:focus {
      outline: none !important;
      border-color: #2d5a3d !important;
      box-shadow: 0 0 0 3px rgba(45, 90, 61, 0.2) !important;
      background: #020812 !important; }
    /* line 507, static/css/main.scss */
    .modern-form .form-group input:hover, .modern-form .form-group select:hover {
      border-color: #464f5a !important; }
  /* line 513, static/css/main.scss */
  .modern-form .form-submit-section {
    text-align: center; }
    /* line 516, static/css/main.scss */
    .modern-form .form-submit-section .submit-button {
      background: linear-gradient(135deg, #2d5a3d, #3d7a4d) !important;
      color: #ffffff !important;
      border: none !important;
      font-size: 18px !important;
      font-weight: 700 !important;
      text-transform: uppercase !important;
      letter-spacing: 1px !important;
      padding: 16px 48px !important;
      border-radius: 12px !important;
      cursor: pointer !important;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
      box-shadow: 0 6px 24px rgba(45, 90, 61, 0.3) !important; }
      /* line 530, static/css/main.scss */
      .modern-form .form-submit-section .submit-button:hover {
        transform: translateY(-3px) !important;
        box-shadow: 0 12px 36px rgba(45, 90, 61, 0.4) !important;
        background: linear-gradient(135deg, #3d7a4d, #4d9a5d) !important; }
      /* line 536, static/css/main.scss */
      .modern-form .form-submit-section .submit-button:active {
        transform: translateY(-1px) !important; }

/* About Page & Link Styling */
/* line 544, static/css/main.scss */
.about-page-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px; }

/* line 550, static/css/main.scss */
.about-header {
  text-align: center;
  margin-bottom: 32px; }
  /* line 554, static/css/main.scss */
  .about-header .about-title {
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(135deg, #2d5a3d, #4d9a5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px; }
    @media (max-width: 991px) {
      /* line 554, static/css/main.scss */
      .about-header .about-title {
        font-size: 32px; } }
  /* line 568, static/css/main.scss */
  .about-header .divider-line {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #2d5a3d, #3d7a4d);
    margin: 0 auto 20px;
    border-radius: 2px; }

/* line 577, static/css/main.scss */
.about-content {
  display: grid;
  gap: 24px;
  margin-bottom: 32px; }

/* line 583, static/css/main.scss */
.external-link {
  color: #4d9a5d !important;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  /* line 590, static/css/main.scss */
  .external-link:hover {
    color: #3d7a4d !important;
    border-bottom-color: #2d5a3d;
    text-decoration: none; }

/* line 597, static/css/main.scss */
.internal-link {
  color: #2d5a3d !important;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  /* line 604, static/css/main.scss */
  .internal-link:hover {
    color: #3d7a4d !important;
    border-bottom-color: #2d5a3d;
    text-decoration: none; }

/* line 611, static/css/main.scss */
.warning-note {
  background: rgba(45, 90, 61, 0.1);
  border: 1px solid rgba(45, 90, 61, 0.3);
  border-radius: 8px;
  padding: 16px;
  margin-top: 24px;
  color: #4d9a5d;
  font-weight: 500; }
  /* line 620, static/css/main.scss */
  .warning-note strong {
    color: #3d7a4d; }

/* Modern Typography & Global Improvements */
/* line 626, static/css/main.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 16px; }

/* line 632, static/css/main.scss */
h1 {
  font-size: 48px; }

/* line 633, static/css/main.scss */
h2 {
  font-size: 36px; }

/* line 634, static/css/main.scss */
h3 {
  font-size: 28px; }

/* line 635, static/css/main.scss */
h4 {
  font-size: 22px; }

/* line 636, static/css/main.scss */
h5 {
  font-size: 18px; }

/* line 637, static/css/main.scss */
h6 {
  font-size: 16px; }

/* line 639, static/css/main.scss */
p {
  line-height: 1.7;
  margin-bottom: 16px;
  color: #f8f9fa; }

/* Responsive adjustments */
@media (max-width: 991px) {
  /* line 647, static/css/main.scss */
  h1 {
    font-size: 36px; }
  /* line 648, static/css/main.scss */
  h2 {
    font-size: 28px; }
  /* line 649, static/css/main.scss */
  h3 {
    font-size: 24px; }
  /* line 650, static/css/main.scss */
  h4 {
    font-size: 20px; } }

/* Smooth scrolling and modern interactions */
/* line 654, static/css/main.scss */
html {
  scroll-behavior: smooth; }

/* Selection styling */
/* line 659, static/css/main.scss */
::selection {
  background: rgba(45, 90, 61, 0.3);
  color: #ffffff; }

/* line 664, static/css/main.scss */
::-moz-selection {
  background: rgba(45, 90, 61, 0.3);
  color: #ffffff; }

/* Focus states for accessibility */
/* line 670, static/css/main.scss */
*:focus {
  outline: 2px solid #2d5a3d;
  outline-offset: 2px; }

/* Custom scrollbar - Hidden by default, shows on scroll */
/* line 676, static/css/main.scss */
::-webkit-scrollbar {
  width: 8px;
  opacity: 0;
  transition: opacity 0.3s ease; }

/* line 682, static/css/main.scss */
::-webkit-scrollbar-track {
  background: transparent; }

/* line 686, static/css/main.scss */
::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #2d5a3d, #3d7a4d);
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease; }

/* line 693, static/css/main.scss */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #3d7a4d, #4d9a5d); }

/* Show scrollbar on hover or during scroll */
/* line 698, static/css/main.scss */
body:hover ::-webkit-scrollbar,
body:hover ::-webkit-scrollbar-thumb {
  opacity: 1; }

/* Alternative approach for better browser support */
/* line 704, static/css/main.scss */
html {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; }

/* line 709, static/css/main.scss */
html:hover {
  scrollbar-color: #2d5a3d #010409; }

/* line 713, static/css/main.scss */
.services_titles {
  padding-bottom: 3%;
  text-decoration: underline; }

/* line 718, static/css/main.scss */
.logo {
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
  object-fit: contain;
  padding: 1%;
  align-content: center; }

/* Modern Button & Card Styling */
/* line 729, static/css/main.scss */
.btn, .btn-primary {
  background: linear-gradient(135deg, #2d5a3d, #4d9a5d) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  padding: 12px 24px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(45, 90, 61, 0.3) !important; }
  /* line 741, static/css/main.scss */
  .btn:hover, .btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(45, 90, 61, 0.4) !important;
    background: linear-gradient(135deg, #366b49, #56ab68) !important; }

/* line 748, static/css/main.scss */
.card-body {
  background-color: #161b22;
  border-radius: 12px;
  border: 1px solid #30363d; }

/* line 754, static/css/main.scss */
.button {
  background: linear-gradient(135deg, #2d5a3d, #4d9a5d);
  border-radius: 8px;
  color: #ffffff !important;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 28px;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(45, 90, 61, 0.3);
  text-decoration: none; }
  /* line 771, static/css/main.scss */
  .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(45, 90, 61, 0.4);
    background: linear-gradient(135deg, #366b49, #56ab68);
    color: #ffffff !important; }
  @media (min-width: 1500px) {
    /* line 754, static/css/main.scss */
    .button {
      font-size: 1rem; }
      /* line 779, static/css/main.scss */
      .button svg {
        position: relative;
        top: 0px; } }
  /* line 784, static/css/main.scss */
  .button svg {
    display: inline-block;
    margin-right: 5px; }
  @media (min-width: 240px) and (max-width: 767px) {
    /* line 754, static/css/main.scss */
    .button {
      font-size: 10px; } }
  /* line 792, static/css/main.scss */
  .button svg {
    display: inline-block;
    margin-right: 5px; }

/* line 798, static/css/main.scss */
hr {
  margin-left: auto;
  margin-right: auto;
  background-color: #2d5a3d; }

/* line 804, static/css/main.scss */
.logo:hover {
  opacity: 0.6;
  transition: 0.3s; }

/* line 809, static/css/main.scss */
.my_links {
  color: #2d5a3d; }
  /* line 811, static/css/main.scss */
  .my_links:hover {
    color: #ffffff !important;
    text-decoration: underline;
    opacity: 0.6;
    transition: 0.3s; }

/* line 819, static/css/main.scss */
ul {
  list-style: none;
  /* Remove default bullets */ }

/* line 823, static/css/main.scss */
.custom_dots::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #3d7a4d;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

/* line 832, static/css/main.scss */
a {
  color: #2d5a3d !important; }

@media (min-width: 1500px) {
  /* line 836, static/css/main.scss */
  .breadcrumb-ckd {
    font-size: 20px; } }

@media (min-width: 240px) and (max-width: 767px) {
  /* line 836, static/css/main.scss */
  .breadcrumb-ckd {
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 14px; } }

/* line 848, static/css/main.scss */
.narrow-select {
  width: 80%; }

/* line 850, static/css/main.scss */
#footer_cols {
  color: #2d5a3d !important;
  text-align: center; }

/* line 855, static/css/main.scss */
html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

/* line 861, static/css/main.scss */
.heading {
  font-size: 20px;
  color: #fff;
  padding: 5px 0 5px 10px; }

/* line 867, static/css/main.scss */
#base_header {
  color: #000 !important; }
  /* line 869, static/css/main.scss */
  #base_header:hover {
    color: #2d5a3d !important;
    opacity: 0.6;
    transition: 0.3s; }

/* line 876, static/css/main.scss */
#footer {
  padding-top: 3%;
  background-color: #000;
  padding-bottom: 2%;
  position: relative; }

/* line 882, static/css/main.scss */
#holder {
  position: relative;
  padding-bottom: 47px; }

/* line 887, static/css/main.scss */
#body {
  /* height of footer */
  padding-left: 5% !important;
  padding-right: 5% !important; }

/* line 893, static/css/main.scss */
tbody {
  color: white; }

@media (min-width: 240px) and (max-width: 767px) {
  /* line 897, static/css/main.scss */
  .cm_pag {
    font-size: 8px; } }

/* line 903, static/css/main.scss */
.cm_pag .pagination > li > a {
  border: 1px solid #2d5a3d;
  background: #474747;
  color: #2d5a3d !important; }

/* line 908, static/css/main.scss */
.page-item.active > a, .page-item > a:hover {
  background-color: black !important;
  border: 1px solid #2d5a3d !important;
  color: white !important; }

/* line 915, static/css/main.scss */
.filter_row {
  margin-top: 10px; }
  /* line 917, static/css/main.scss */
  .filter_row .card {
    border: 1px solid #ccc; }
    /* line 919, static/css/main.scss */
    .filter_row .card .card-body {
      padding: 0px 0; }
      /* line 921, static/css/main.scss */
      .filter_row .card .card-body .card-title {
        background: #2d5a3d;
        font-weight: 600;
        font-size: 1rem;
        color: white; }
      /* line 927, static/css/main.scss */
      .filter_row .card .card-body .form-group {
        margin-bottom: 10px;
        margin-right: 5px;
        text-align: center !important; }
        /* line 931, static/css/main.scss */
        .filter_row .card .card-body .form-group label {
          text-align: right !important;
          color: white;
          font-size: 0.85rem;
          font-weight: 600;
          text-transform: none; }
        /* line 938, static/css/main.scss */
        .filter_row .card .card-body .form-group .form-control {
          border-radius: 1.47;
          box-shadow: none;
          font-size: 0.85rem; }
        /* line 943, static/css/main.scss */
        .filter_row .card .card-body .form-group.buttons_row {
          margin-top: 30px; }
  /* line 949, static/css/main.scss */
  .filter_row .table_container_row {
    margin-top: 0; }

/* line 954, static/css/main.scss */
.primary_btn {
  background: #2d5a3d;
  color: #fff !important;
  border: none;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: initial;
  display: inline-block;
  border-radius: 3px;
  padding: 2px 10px;
  line-height: 1.5rem;
  bordeR: none;
  cursor: pointer; }
  /* line 968, static/css/main.scss */
  .primary_btn:hover {
    opacity: .8; }
  @media (min-width: 1500px) {
    /* line 954, static/css/main.scss */
    .primary_btn {
      font-size: 1rem; }
      /* line 971, static/css/main.scss */
      .primary_btn svg {
        position: relative;
        top: 0px; } }
  /* line 976, static/css/main.scss */
  .primary_btn svg {
    display: inline-block;
    margin-right: 5px; }

/* line 981, static/css/main.scss */
.table_container_row {
  margin-top: 10px; }
  /* line 983, static/css/main.scss */
  .table_container_row .card {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #161b22; }
    /* line 988, static/css/main.scss */
    .table_container_row .card .card-title {
      padding: 5px 10px !important;
      background: #000000;
      color: white !important;
      font-size: 1rem;
      margin-bottom: 0;
      font-weight: 600;
      line-height: 2.3rem; }
      /* line 996, static/css/main.scss */
      .table_container_row .card .card-title.title_lh {
        line-height: 2rem; }
      /* line 999, static/css/main.scss */
      .table_container_row .card .card-title .dropdown {
        display: inline-block; }
        /* line 1001, static/css/main.scss */
        .table_container_row .card .card-title .dropdown .dropdown-toggle {
          background: #ffffff;
          font-size: 12px;
          color: #fff;
          border-radius: 0;
          border: none; }
      /* line 1009, static/css/main.scss */
      .table_container_row .card .card-title .mark_read {
        background: #ffffff;
        display: inline-block;
        padding: 6px 10px;
        margin-left: 6px;
        color: #ffffff; }
        /* line 1015, static/css/main.scss */
        .table_container_row .card .card-title .mark_read:hover {
          background: #ffffff;
          color: #fff;
          text-decoration: none; }
      /* line 1021, static/css/main.scss */
      .table_container_row .card .card-title .total_count {
        margin-top: 0px;
        color: #ffffff; }
    /* line 1026, static/css/main.scss */
    .table_container_row .card .card-body {
      padding: 0px 0px; }
      /* line 1028, static/css/main.scss */
      .table_container_row .card .card-body table {
        border: none;
        margin-bottom: 0; }
        /* line 1033, static/css/main.scss */
        .table_container_row .card .card-body table thead tr th {
          color: white !important;
          font-weight: 900;
          font-size: 0.9rem;
          border: none;
          text-align: left;
          padding: 6px;
          border-bottom: 1px solid #f1f1f5; }
        /* line 1046, static/css/main.scss */
        .table_container_row .card .card-body table tbody tr td {
          vertical-align: middle;
          color: white !important;
          font-size: 0.83rem;
          text-align: left;
          font-weight: 500;
          padding: 7px 5px;
          border-bottom: 1px solid #f1f1f5; }
          @media (min-width: 1500px) {
            /* line 1046, static/css/main.scss */
            .table_container_row .card .card-body table tbody tr td {
              font-size: 1rem; } }
          /* line 1057, static/css/main.scss */
          .table_container_row .card .card-body table tbody tr td a {
            color: white;
            font-size: 0.85rem; }
            /* line 1060, static/css/main.scss */
            .table_container_row .card .card-body table tbody tr td a:hover {
              color: #ffffff;
              text-decoration: underline; }
          /* line 1066, static/css/main.scss */
          .table_container_row .card .card-body table tbody tr td .dropdown .dropdown-toggle {
            background: #ffffff;
            font-size: 12px;
            color: #fff;
            border-radius: 0;
            border: none; }
          /* line 1076, static/css/main.scss */
          .table_container_row .card .card-body table tbody tr td.actions a.box {
            line-height: 1.5rem;
            width: 1.65rem;
            height: 1.65rem; }

/* line 1092, static/css/main.scss */
.list_filter_row {
  display: none; }

/* line 1096, static/css/main.scss */
.page-item.active > a, .page-item > a:hover {
  background-color: black !important;
  border: 1px solid #2d5a3d !important;
  color: white !important; }

/* line 1101, static/css/main.scss */
.btn.btn-primary.save {
  background: #000000 !important;
  border: 1px solid #2d5a3d !important;
  color: #ffffff !important; }
  /* line 1105, static/css/main.scss */
  .btn.btn-primary.save:hover {
    opacity: 0.6; }
