*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    min-height: 100vh;
}

/* Navbar Styling */
.navbar {
    background-color: #ffffff;
    padding: 15px 0;
    border-bottom: 2px solid #eee;
}

.navbar-brand img {
    max-height: 50px;
}

.navbar-nav .nav-item {
    margin: 0 10px;
}

.navbar-nav .nav-link , .nav-toggle.dropdown-toggle{
    font-weight: 600;
    color: #222;
    padding: 10px 15px!important;
    border-radius: 0px!important;
}

.navbar-nav .nav-link.active, .nav-toggle.dropdown-toggle.active{
    background-color: #E3A72F;
    color: #004455 !important;
}
.navbar-nav .nav-link:hover, .nav-toggle.dropdown-toggle:hover{
    background-color: #E3A72F;
    color: #004455 !important;  
}
.contact-btn {
    background-color: #126176;
    color: #fff !important;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 5px;
}

.contact-btn:hover {
    background-color: #0E4A5A;
}

/* Form Section */
.form-section {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.form-container {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* Footer Styling */
.footer {
    background-color: #333;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.footer a {
    color: #f8c146;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
    .navbar-nav {
        text-align: center;
    }
    .contact-btn {
        display: block;
        margin: 10px auto;
    }
}
.btn-login{
    background-color: #E3A72F;
    color: #004455;
    font-weight: 600;
    font-size: 14px;  
}
.btn-login:hover{
 color: #fff;
 background-color: #004455 !important;  
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown  .dropdown-menu{
    background-color: #E3A72F;
   
}
.dropdown  .dropdown-menu a{
    color: #fff;
    font-weight: 600;
}
.dropdown  .dropdown-menu a:hover{
    background-color: #0E4A5A;
    color: #ffff;
}
/* event dashobord */
.card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    height: 100%;
}
.card-title {
    font-weight: bold;
    color: #E3A72F;
    font-size: 18px;
}
.card-text {
    font-size: 14px;
    color: #555;
}
.form-body{
    max-width: 700px;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.42);
    margin: 0 auto;
}
.form-body h4{
    font-size: 16px;
    font-weight: 700;
}
.accordion-button {
    background-color: #E3A72F;
    color: #004455;
    font-weight: bold;
}
.accordion-button:not(.collapsed) {
    background-color: #D99A2B;
    color: #004455;
}
.fa-star {
    color: #FFD700;
}
/* event registration */
.admin-body h2{
    font-size: 22px;
}
.admin-body h3{
    font-size: 20px;
}
.terms-box {
    background: #e9ecef;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}
     /* Forgot Password Section */
     .forgot-password-section .forgot-password-container{
        background-color: #ddd;
        /* width: 400px; */
        width: 100%;
       
    }
    @media(min-width:768px){
        .forgot-password-section .forgot-password-container{
            width: 400px;
        }
    }
/* admin */
.admin-login-body{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .forgot-password-container {
        background: white;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        max-width: 400px;
        margin: auto;
    }
/* dashboard */

/* dashboard */
.dash-container{
    display: flex;
    min-height: 100vh;
}
 /* Sidebar styling */
 .sidebar {
    width: 100%;
    background-color: #126176;
    /* padding: 20px; */
    color: white;
    /* height: 100vh; */
}
@media(min-width:768px){
    .sidebar {
        width: 200px;
    }
}

.sidebar-logo h2 {
    color: white;
    text-align: center;
    margin-bottom: 30px;
}
.sidebar .nav-link {
    color: white;
    font-size: 16px;
    padding: 15px 10px;
} 
.sidebar .nav-link i{
    margin-top: 5px;
}
.submenu li{
list-style: none;
}
.submenu li a{
    color: #adb5bd!important;
}
.submenu li a.active{
    color: #fff!important;
}
.logout-btn{
    color: white;
    font-size: 16px;  
}
/* Main content styling */
.main-content {
    flex: 1;
    padding: 10px 20px;
    background-color: #f1f2f7;
}


.admin-body {
    margin: 0 auto;
    padding: 20px;
    /* max-width: 1200px; */
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-height: 100vh;
}
.section-title {
    color: #126176;
    font-size:30px;
    margin-bottom: 1rem;
}

/* sidebar menu toggled css */
#menu-toggle{
    font-size: 30px;
    cursor: pointer;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  #wrapper.toggled {
    padding-left: 200px;
  }
  #wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #wrapper.toggled {
    padding-left: 200px;
  }
  
  #sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 200px;
    width: 0;
    height: 100%;
    margin-left: -200px;
    overflow-y: auto;
    background:#126176;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-x: hidden;
  }
  
  #wrapper.toggled #sidebar-wrapper {
    width: 200px;
  }
  #wrapper.toggled #page-content-wrapper {
    position: absolute;
  }
  .sidebar-logo {
      padding: 15px;
  }
  #sidebar-wrapper nav {
      padding: 0 15px;
  }
  /* Desktop View*/
  @media only screen and (min-width: 768px) {
    #wrapper {
      padding-left: 200px;
    }
    #wrapper.toggled {
      padding-left: 0;
    }
    #sidebar-wrapper {
      width: 200px;
    }
    #wrapper.toggled #sidebar-wrapper {
      width: 0;
    }
    #page-content-wrapper {
      /* padding: 30px 40px; */
      position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
      position: relative;
      margin-right: 0;
    }
  }
  /* sidebar menu toggled css  end*/
/* events */
.event-table tr td{
    vertical-align: middle;
    white-space: nowrap;

}
.event-table tr td, .event-table tr th{
    font-size: 14px;
}
.section-title{
    font-size: 22px;
    color: #000;
}





.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #e0e0e0 !important;
}


  @media (max-width: 768px) {
    .sidebar {
      display: none;
    }

    .main-content {
      margin-left: 0;
      padding-top: 80px;
    }
  }