@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.woff2') format('woff2'),
         url('/fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: 'Poppins' !important;
    margin: 0;
    padding: 0;
}
.container {
    max-width: 100%;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    border-top: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  
}
.navigation-bar {
    display: flex;
    background: none;
    padding: 8px;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.tab {
    flex: 1;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ffffff;
    background-color: #727cca ;
    border-top: none;
    margin: 0;
}

.tab:hover {
    background-color:#919dfd;
}

.active {
    background-color: #ff4949;
    padding: 5px;
    border-bottom: none;
    border-top: none;
    margin: 0;
}
.active:hover {
    background-color: #fc1414;
}
.laman {
    background-color: #fc1414;
    
    border-top: none;
}
a {
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 200px;
    color: white !important;
}
.cbutton {
    background-color: #3F51B5;
    color: white !important;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }
  
  .cbutton:hover {
    background-color: #2F408B;
  }
  .simple {
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
  }
  
  .simple:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  @media (max-width: 767px) {
    a {
        font-size: 11px;
    }

  }