 /* theme_green */

 /* for index page */

 .box_class h6 {
  color: rgb(96 255 196) !important;
}

.box {
  border: 1px solid #ccc !important;
  background-color: rgb(44,53,50) !important;
  color: #f1f1f1 !important;
}

/* Hover effect for devices with a mouse */
@media (hover: hover) {
  .box:hover {
    background-color: rgb(226 113 10) !important;
  }
}

/* Hover effect for touch devices */
@media (hover: none) {
  .box:active {
    background-color: rgb(226 113 10) !important;
  }
}

 /* for main body style */
body{
    background-color: #106466 !important;
  }

.tab-content form,.mainClass {
    background-color: rgb(250 247 247 / 9%) !important;
}

.form-group label {
    color: white !important;
}

.specialText {
    color: rgb(96 255 196) !important;
}

.specialText2 {
    color: rgb(255, 255, 255) !important;
}

.nav-tabs .nav-link {
    color: #ffffff !important;
    /* background-color: rgb(0 15 41) !important; */
    border: 1px solid white !important;
}

.nav-tabs .nav-link.active {
    background-color: rgb(210,233,227) !important;
    color: #495057 !important;

}

.form-control:disabled {
    background-color: #9b9898 !important;
}

.btn {
    color: #fff !important;
    background-color: rgb(44,53,50) !important;
    border-color: rgb(255,203,155) !important;
}

.btn-primary:focus {
    color: #fff !important;
    background-color: rgb(226 113 10) !important;
    border-color: rgb(44,53,50) !important;
    box-shadow: 0 0 0 0.2rem rgb(255,203,155) !important;
}

/* input {
  background-color: rgb(210,233,227) !important;
} */
/* for toggle button */

#switchButton {
    background-color: cyan !important;
  }
  
  #switchButton.active {
    background-color: #ffc107 !important;
  }
  
  #switchButton:before {
    background-color: white !important;
  }

  /* for language_dropdown */

.dropbtn,
.fa-language {
    background-color: rgb(44,53,50) !important;
    color: white !important;
}

/* Style the language dropdown content */
.dropdown-content {
    background-color: #f9f9f9 !important;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2) !important;
}

/* Style the language dropdown links */
.dropdown-content a {
    color: black !important;
}

/* Style the language dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1 !important;
}

.text-center {
    background-color: rgb(44,53,50) !important;
}

.text-center h2 {
    color: white !important;
}

/* for side_nav_menu */
/* The side navigation menu */
.sidenav {
    background-color: rgb(216,176,140) !important;
  }

  #mySidenavBackground {
    background-color: #413c3344 !important;
  }

  /* The navigation menu links */
  .sidenav a {
    color: rgb(41 45 44) !important;
  }

  /* When you mouse over the navigation links, change their color */

  /* Hover effect for devices with a mouse */
  @media (hover: hover) {
    .sidenav a:hover {
      color: #e31616 !important;
    }
  }

  /* Hover effect for touch devices */
  @media (hover: none) {
    .sidenav a:active {
      background-color: #e6a5a5 !important;
    }
  }


  /* Set the style of the menu icon */
  #sideButton {
    color: white !important;
  }

  #visitor-counter span {
    color: #07ff07 !important;
  }

  #visitor-counter p {
    color: #ffc107 !important;
  }

  .page-details h2, h3 {
    color:#fef600 !important;
 }

 .page-details p {
   color:white !important;
}

.page-details li {
 color:white !important;
}

.page-details strong {
 color:#ffbf00 !important;
}

.page-details #disclaimer {
 color: #eda2a2  !important;
}

#disclaimer strong {
 color:rgb(255, 13, 13) !important;
}