.theme-white {
  /* breadcrumb style */
  /* card header style */
  /* table pagination style */
  /* primary button */
  /* Tab selected color */ }
  .theme-white .navbar {
    background-color: #fff; }
  .theme-white .navbar-brand {
    color: #2c303b; }
    .theme-white .navbar-brand:hover {
      color: #2c303b; }
    .theme-white .navbar-brand:active {
      color: #2c303b; }
    .theme-white .navbar-brand:focus {
      color: #2c303b; }
  .theme-white .nav > li > a {
    color: #2c303b; }
    .theme-white .nav > li > a:hover {
      background-color: transparent;
      text-decoration: none; }
    .theme-white .nav > li > a:focus {
      background-color: transparent;
      text-decoration: none; }
  .theme-white .nav .open > a {
    background-color: transparent; }
    .theme-white .nav .open > a:hover {
      background-color: transparent; }
    .theme-white .nav .open > a:focus {
      background-color: transparent; }
  .theme-white .bars {
    color: #2c303b; }
  .theme-white .sidebar .menu .list li.active {
    background-color: transparent; }
    .theme-white .sidebar .menu .list li.active > :first-child i, .theme-white .sidebar .menu .list li.active > :first-child span {
      color: #00bcd4; }
  .theme-white .sidebar .menu .list li a {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .theme-white .sidebar .menu .list li a i, .theme-white .sidebar .menu .list li a span {
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .theme-white .sidebar .menu .list li a:hover {
      color: #00bcd4; }
      .theme-white .sidebar .menu .list li a:hover i, .theme-white .sidebar .menu .list li a:hover span {
        color: #00bcd4; }
  .theme-white .sidebar .menu .list .toggled {
    background-color: transparent; }
  .theme-white .sidebar .menu .list .toggled::after {
    color: #00bcd4; }
  .theme-white .sidebar .menu .list .ml-menu {
    background-color: transparent; }
    .theme-white .sidebar .menu .list .ml-menu .active a {
      font-weight: 700; }
  .theme-white .sidebar .legal {
    background-color: #2c303b; }
    .theme-white .sidebar .legal .copyright a {
      color: #fff !important; }
  .theme-white .breadcrumb li a {
    color: #00bcd4 !important; }
  .theme-white .card .header h2 strong {
    color: #000000 !important; }
  .theme-white .page-item.active .page-link {
    background-color: #00bcd4;
    border-color: #00bcd4;
    color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2); }
  .theme-white .btn-primary {
    background-color: #00bcd4 !important;
    color: #fff !important;
    border-color: #00bcd4 !important; }
    .theme-white .btn-primary:hover {
      background-color: #00bcd4 !important;
      color: #fff !important; }
    .theme-white .btn-primary:active {
      background-color: #00bcd4 !important;
      color: #fff !important; }
    .theme-white .btn-primary:focus {
      background-color: #00bcd4 !important;
      color: #fff !important; }
    .theme-white .btn-primary:disabled {
      background-color: #00bcd4 !important;
      color: #fff !important; }
  .theme-white .btn-outline-primary {
    background: 0 0 !important;
    color: #2c303b !important;
    border: 1px solid #00bcd4 !important; }
    .theme-white .btn-outline-primary:hover {
      background: #00bcd4 !important;
      color: #fff !important;
      border: 1px solid #fff !important; }
  .theme-white .timelineLabelColor strong {
    color: #00bcd4 !important; }
  .theme-white .top-sidebar .horizontal-menu li.active > a {
    color: #00bcd4; }
  .theme-white .top-sidebar .horizontal-menu li a {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .theme-white .top-sidebar .horizontal-menu li a:hover {
      color: #00bcd4; }
  .theme-white .demo-choose-skin li.actived:after {
    color: #000; }
  .theme-white .sidemenu-collapse {
    color: #000; }
  .theme-white .nav-tabs > li > a:before {
    border-bottom: 2px solid #00bcd4; }

  /* Custom styles for improved documentation */
  .theme-white .step {
    display: flex; }
  .theme-white .step-number {
    background-color: #00bcd4;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: bold;
    margin-right: 15px; }
  .theme-white .step-content h5 {
    margin-top: 0; }
  .theme-white .alert {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px; }
  .theme-white .alert-info {
    background-color: #e1f5fe;
    border: 1px solid #b3e5fc;
    color: #01579b; }
  .theme-white .d-flex {
    display: flex; }
  .theme-white .align-items-center {
    align-items: center; }
  .theme-white .justify-content-center {
    justify-content: center; }
  .theme-white .me-2 {
    margin-right: 0.5rem; }
  .theme-white .me-3 {
    margin-right: 1rem; }
  .theme-white .mb-0 {
    margin-bottom: 0; }
  .theme-white .mb-1 {
    margin-bottom: 0.25rem; }
  .theme-white .mb-2 {
    margin-bottom: 0.5rem; }
  .theme-white .mb-3 {
    margin-bottom: 1rem; }
  .theme-white .mb-4 {
    margin-bottom: 1.5rem; }
  .theme-white .mb-5 {
    margin-bottom: 3rem; }
  .theme-white .mt-4 {
    margin-top: 1.5rem; }
  .theme-white .p-3 {
    padding: 1rem; }
  .theme-white .p-4 {
    padding: 1.5rem; }
  .theme-white .pt-4 {
    padding-top: 1.5rem; }
  .theme-white .pb-2 {
    padding-bottom: 0.5rem; }
  .theme-white .rounded {
    border-radius: 0.25rem; }
  .theme-white .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
  .theme-white .border-bottom {
    border-bottom: 1px solid #dee2e6; }
  .theme-white .bg-light {
    background-color: #f8f9fa; }
  .theme-white .bg-white {
    background-color: #fff; }
  .theme-white .font-weight-bold {
    font-weight: bold; }
  .theme-white .text-primary {
    color: #00bcd4; }
  .theme-white .lead {
    font-size: 1.25rem;
    font-weight: 300; }
  .theme-white .text-center {
    text-align: center; }
  .theme-white .offset-md-2 {
    margin-left: 16.666667%; }
  .theme-white pre {
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word; }
  .theme-white code {
    background-color: #f8f9fa;
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 90%; }
  .theme-white pre code {
    background-color: transparent;
    padding: 0; }
  .theme-white .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .theme-white .folder-icon::before {
    content: "folder";
    font-family: 'Material Icons';
    font-size: 18px;
    vertical-align: middle;
    margin-right: 8px;
    color: #FFA000; }
  .theme-white .file-icon::before {
    content: "description";
    font-family: 'Material Icons';
    font-size: 18px;
    vertical-align: middle;
    margin-right: 8px;
    color: #2196F3; }
  .theme-white .folder-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px; }
  .theme-white .folder-label {
    font-weight: 500; }
  .theme-white .file-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px; }
  .theme-white .file-label {
    font-weight: 400; }
  .theme-white .structure-section {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
  .theme-white .structure-header {
    border-bottom: 2px solid #00bcd4;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .theme-white .structure-header h3 {
    margin: 0;
    color: #00bcd4;
    display: flex;
    align-items: center; }
  .theme-white .structure-header h3 i {
    margin-right: 10px; }
  .theme-white .ml-4 {
    margin-left: 1.5rem; }
  .theme-white .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .theme-white .bg-white {
    background-color: #fff; }
  .theme-white .mt-4 {
    margin-top: 1.5rem; }

/*Logo Header Background Color*/
.logo-white .navbar-header {
  background-color: #fff; }
  .logo-white .navbar-header .logo-name {
    color: #000; }
