/**
 * Developer css 
 */

.content-heading {
  font-size: 18px;
  line-height: 21px;
  background: #FDD65E;
  border-radius: 10px 10px 0px 0px;
  color: #000;
  padding: 10px 15px;
  margin-bottom: 0;
}


.wrapper .menu-bar {
  background: #FDD65E !important;
}

.wrapper .menu-bar .menu_wrapper ul>li>a {
  color: #000 !important;
  background-color: #FDD65E !important;
}

.wrapper .top-nav {
  background: #4e4949;
}

.footer-top {
  background: #4e4949;
}

.wrapper .menu-bar .menu_wrapper ul li a.active,
.wrapper .menu-bar .menu_wrapper ul li a:hover {
  background: #ffc404 !important;
  color: #000 !important;
}

.wrapper .mid-nav .logo a img {
  width: 110px !important;
}

.region-sidebar-first h2 {
  background: #FDD65E !important;
  color: #000 !important;
}

.return-to-top {
  background: #ffc404 !important;
  color: #000 !important;
}

.loginPage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f9f9f9;
}

.loginPage #loginPage {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px 30px;
  width: 350px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.loginPage h2 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

.loginPage .form-group {
  margin-bottom: 15px;
}

.loginPage .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #555;
}

.loginPage .form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.loginPage .password-container {
  position: relative;
}

.loginPage .password-container input {
  padding-right: 40px;
}

.loginPage .password-container .toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
  font-size: 16px;
  margin-top: 10px;
}

.loginPage .form-actions {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 10px;
}

.loginPage .form-actions a {
  text-decoration: none;
  color: #1500ff;
  font-size: 14px;
}

.loginPage .form-actions a:hover {
  text-decoration: underline;
}

.loginPage button {
  width: 100%;
  padding: 10px;
  background-color: #FDD65E;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  color: white;
  cursor: pointer;
}

.loginPage button:hover {
  background-color: #e6c057;
}

.btn-primary {
  background: #ffc404 !important;
  color: #000 !important;
}



/* Accessibilty*/
.accessiblilty {
  background-color: #ffffff;
  color: black !important;
}

.accessiblilty a {
  color: black;
}


.icon-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: rgb(0, 0, 0);
  border-radius: 3px;
  margin: 5px 5px 5px 0;
  font-size: 17px;
  text-align: center;
  line-height: 40px;
}

.facebook {
  background-color: #3b5998;
}

.instagram {
  background-color: #ff347c;
}

.youtube {
  background-color: #ff0000;
}

.btn-accessibility {
  border: 1px solid black;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #fff;
  font-weight: 700;
}

.light-mode {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.dark-mode {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.btn-light-theme {
  background-color: white;
  color: black;
}

.btn-dark-theme {
  background-color: black;
  color: white;
}

.facebook a,
.twitter a,
.instagram a,
.youtube a {
  color: white !important;
}

/* End - Accessibilty*/

/* tab start */
/* Style the tab container */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  border-radius: 12px;
  /* Rounded corners for the whole tab */
  margin-bottom: 10px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 16px;
  transition: 0.3s;
  font-size: 14px;
  text-align: center;
  border-radius: 12px 12px 0 0;
  /* Rounded top corners for buttons */
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Style the active/current tab button */
.tab button.active {
  background-color: #ccc;
  border-bottom: 2px solid #ffc404;
  /* Adds a separator under active tab */
  font-weight: 800;
  /* Make active tab text bold */
  color: #6b0c1d;
  /* Darker text color */
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  /* Rounded bottom corners for content */
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for content */
}

/* Show the active tab content */
.tabcontent.active {
  display: block;
}

/* tab end */


/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  /* border: 3px solid #FDD65E; */
  width: 40%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-content h3 {
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  color: #333;
  border-bottom: 2px solid #FDD65E;
  padding-bottom: 10px;
}

.modal-content label {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #333;
}

.modal-content input {
  width: calc(100% - 20px);
  padding: 10px;
  margin: 10px 0 20px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.modal-content button {
  background-color: #FDD65E;
  color: #333;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-family: Arial, sans-serif;
  transition: background-color 0.3s ease;
}

.modal-content button:hover {
  background-color: #e4bb54;
}

/* Close button */
.closeButton {
  color: #333;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.closeButton:hover,
.closeButton:focus {
  color: #000;
  text-decoration: none;
}


/* end modal */

/* start - translate */
/* Style for the button group */
.button-group {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

/* Style for each language button */
.language-button {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  color: #333;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s, transform 0.3s;
  outline: none;
}

/* Active button style */
.language-button.active {
  background-color: #fdd65e;
  color: black;
  border-color: #66500d;
  transform: scale(1.05);
}

/* Hover effect for buttons */
.language-button:hover {
  background-color: #9a770b;
  color: white;
  border-color: #fdd65e;
}

/* Focused button style */
.language-button:focus {
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Make the buttons responsive (optional) */
@media (max-width: 768px) {
  .button-group {
    flex-direction: column;
    gap: 15px;
  }

  .language-button {
    font-size: 14px;
    width: 100%;
    padding: 12px;
  }
}

.btn-search {
  z-index: 0 !important;
}

/* Button Styles */
.buttonAction {
  padding: 5px 8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s, color 0.3s, transform 0.2s;
}

/* Edit Button */
.edit-button {
  background-color: #4CAF50;
  /* Green */
  color: white;
  border: 1px solid #4CAF50;
}

.edit-button:hover {
  background-color: #45a049;
  /* Darker Green */
  transform: scale(1.05);
  /* Slightly enlarge on hover */
}

.edit-button:active {
  background-color: #387c3b;
  /* Even darker on click */
}

/* Delete Button */
.delete-button {
  background-color: #f44336;
  /* Red */
  color: white;
  border: 1px solid #f44336;
}

.delete-button:hover {
  background-color: #e53935;
  /* Darker Red */
  transform: scale(1.05);
  /* Slightly enlarge on hover */
}

.delete-button:active {
  background-color: #d32f2f;
  /* Even darker on click */
}

/* Optional: Buttons Container */
.button-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.image-scroller {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.image-scroller img {
  margin: 10px;
  max-height: 100px;
  /* Adjust image height */
  transition: transform 0.3s ease-in-out;
}

.image-scroller img:hover {
  transform: scale(1.1);
}

.scroll-container {
  display: flex;
  animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Optional: Add space for the images to wrap around */
.scroll-container img {
  margin-right: 20px;
}

.wrapper .menu-bar .menu_wrapper ul li .dropdown-menu .dropdown .dropdown-item.bg-light,.wrapper .menu-bar .menu_wrapper ul li .dropdown-menu .dropdown a.bg-light {
background:#ffc404 !important;
color:#000 !important;
}