@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
  }
  
.poppins-extralight {
font-family: "Poppins", serif;
font-weight: 200;
font-style: normal;
}

.poppins-light {
font-family: "Poppins", serif;
font-weight: 300;
font-style: normal;
}

.poppins-regular {
font-family: "Poppins", serif;
font-weight: 400;
font-style: normal;
}

.poppins-medium {
font-family: "Poppins", serif;
font-weight: 500;
font-style: normal;
}

.poppins-semibold {
font-family: "Poppins", serif;
font-weight: 600;
font-style: normal;
}

.poppins-bold {
font-family: "Poppins", serif;
font-weight: 700;
font-style: normal;
}

.poppins-extrabold {
font-family: "Poppins", serif;
font-weight: 800;
font-style: normal;
}

.poppins-black {
font-family: "Poppins", serif;
font-weight: 900;
font-style: normal;
}

.poppins-thin-italic {
font-family: "Poppins", serif;
font-weight: 100;
font-style: italic;
}

.poppins-extralight-italic {
font-family: "Poppins", serif;
font-weight: 200;
font-style: italic;
}

.poppins-light-italic {
font-family: "Poppins", serif;
font-weight: 300;
font-style: italic;
}

.poppins-regular-italic {
font-family: "Poppins", serif;
font-weight: 400;
font-style: italic;
}

.poppins-medium-italic {
font-family: "Poppins", serif;
font-weight: 500;
font-style: italic;
}

.poppins-semibold-italic {
font-family: "Poppins", serif;
font-weight: 600;
font-style: italic;
}

.poppins-bold-italic {
font-family: "Poppins", serif;
font-weight: 700;
font-style: italic;
}

.poppins-extrabold-italic {
font-family: "Poppins", serif;
font-weight: 800;
font-style: italic;
}

.poppins-black-italic {
font-family: "Poppins", serif;
font-weight: 900;
font-style: italic;
}


body{
    font-family: "Poppins", serif;
    color: #999999;
    font-size: 16px;
}
.textlogo {
    /* padding: 44px 0px; */
    padding: 25px 0px 25px;
}
.textlogo a {
    font-family: "Poppins", serif;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    /*padding: 10px 20px;*/
    padding: 2px 17px;
    background: #020254;
    border-radius: 60px;
    font-size: 26px;
    margin-bottom: 0;
}

.topmenu{
    text-align: right;
}
.topmenu ul {
    padding-left: 0px;
    margin-bottom: 0;
    padding-top: 10px;
    /* padding-bottom: 10px; */
}

.topmenu ul li {
    display: inline-block;
    padding: 10px 0px;
}
.topmenu ul li:last-child{
    padding-right: 0px;
}
.topmenu ul li a {
    background: #010254;
    padding: 6px 10px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.topmenu ul li a:hover{
    background-color: #f7c331;
    color: #ffffff;
    transition: all 0.5s ease-in;
}
.topmenu ul li:last-child a{
    background-color: inherit;
}
.topmenu ul li a.nav-link.dropdown-toggle img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}
.topmenu ul.dropdown-menu {
    background: #020254;
    z-index: 99999;
}
.topmenu ul li ul{
    padding: 5px;
}
.topmenu ul.dropdown-menu li{
    padding: 5px 5px;
    display: block;
}
.topmenu ul.dropdown-menu li a {
    padding: 0px 10px;
}
.topmenu ul.dropdown-menu li a:hover{
    color: #eaae2c;
}
.topmenu ul.dropdown-menu {
  right: 10px;
}

.logoarea {
    width: 230px;
}
.logoarea img{
    width: 100%;
}


nav{
    background-color: #020254;
}
/* ul.navbar-nav li.nav-item.dropdown {
    background-color: #fff;
    border-radius: 20px;
    margin: 0px 5px;
} */
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover, .navbar-nav .nav-link.show{
    color: rgb(255, 255, 255);
    font-family: "Poppins", serif;
    background-color: #eaae2c;
    border-radius: 20px;
    transition: all 0.5s ease-in;
    font-size: 14px;
    font-weight: 500;
}
ul li.nav-item a.nav-link{
    color: #000000;
    font-family: "Poppins", serif;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s ease-in;
}

/*Menu scroll*/
/*Fixed Nav*/
.nav-position-fixed {
    position: fixed !important;
    left: 0px;
    background-color: #fff;
    right: 0px;
    z-index: 100 !important;
    top: 0px !important;
    border: 0;
    border-radius: 0;
    animation: slide-down 0.7s;
    -webkit-transition:all 0.2s linear 0.02s;
    -o-transition:all 0.2s linear 0.02s;
    -moz-transition:all 0.2s linear 0.02s;
    transition:all 0.2s linear 0.02s;
    -webkit-box-shadow: 0px 4px 22px -5px rgba(235,235,235,1);
    -moz-box-shadow: 0px 4px 22px -5px rgba(235,235,235,1);
    box-shadow: 0px 4px 22px -5px rgba(235,235,235,1);
  }
  
  @keyframes slide-down {
    0% {
      opacity: 0;
      transform: translateY(-100%);
    }
    100% {
      opacity: 0.9;
      transform: translateY(0%);
    }
  }


/* start drop down menu */
.navbar-nav .nav-link {
  color: #fff;
}
ul.navbar-nav li {
  padding: 0px 5px;
}
.dropend .dropdown-toggle {
  color: #020254;
  /* margin-left: 1em; */
}
.dropdown-item{
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.dropdown-item:hover {
  background-color: #eaae2c;
  color: #020254;
  transition: all 0.5s ease-in;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
  border-radius: 0px;
  background-color: #110052;
}
.nav-link.dropdown-toggle.subdropdown {
  margin: 0;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  border-radius: 0;
  /* color: #212529; */
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.nav-link.dropdown-toggle.subdropdown:hover {
  margin: 0;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  border-radius: 0;
  background-color: #020254;
  color: #fff;
}
.nav-link.dropdown-toggle.subdropdown{
  background-color: #110052;
}
.nav-link.dropdown-toggle.subdropdown:hover{
  background-color: #eaae2c;
  color: #020254;
  transition: all 0.5 ease-in;
}

.card-header{
  background-color: #020254;
  color: #fff;
}
.card-header .listtitle h2{
  color: #fff;
  font-size: 15px;
  padding: 5px 0px;
}

@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

/* end drop down menu */
  
.footerbg{
    background-color: #020254;
}
.coyright a{
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 12px;
}


/* form */

.form-group {
    position: relative;
    margin-bottom: 20px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    font-size: 13px;
    outline: none;
    resize: none; /* Prevent resizing of textarea */
  }

  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus {
    border-color: #007bff;
  }

  .form-group label {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 13px;
    color: #999;
    transition: all 0.3s ease;
    pointer-events: none;
    background-color: white;
    padding: 0 5px;
  }

  .form-group input:focus + label,
  .form-group input:not(:placeholder-shown) + label,
  .form-group select:focus + label,
  .form-group select:not([value=""]) + label,
  .form-group textarea:focus + label,
  .form-group textarea:not(:placeholder-shown) + label {
    top: -8px;
    left: 10px;
    font-size: 13px;
    color: #007bff;
  }
  input::placeholder {
    font-size: 13px; /* Adjust size as needed */
  }
  .form-group select {
    appearance: none; /* For custom dropdown styling */
  }

  .form-footer {
    margin-top: 20px;
  }

  .form-footer button {
    width: 100%;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
  }

  .form-footer button:hover {
    background-color: #0056b3;
  }

  .form-extra-links {
    margin-top: 20px;
  }

  .form-extra-links a {
    display: block;
    text-align: center;
    color: #007bff;
    text-decoration: none;
    margin-top: 10px;
  }

  .form-extra-links a:hover {
    text-decoration: underline;
  }

  .form-group {
    position: relative;
    margin: 20px 0;
  }
  
  .form-group select {
    width: 100%;
    padding: 12px 12px 12px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    background-color: #fff;
    appearance: none; /* Hide default arrow for custom styling */
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="gray"><path d="M7 10l5 5 5-5z"/></svg>'); /* Custom dropdown arrow */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    outline: none;
    cursor: pointer;
  }
  
  .form-group select:focus {
    border-color: #007bff;
  }
  
  .form-group label {
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 13px;
    color: #999;
    transition: all 0.3s ease;
    pointer-events: none;
    background-color: white;
    padding: 0 5px;
  }
  
  .form-group select:focus + label,
  .form-group select:not(:placeholder-shown) + label {
    top: -8px;
    left: 10px;
    font-size: 12px;
    color: #404040;
  }
   

button.submitbtn.btn.btn-primary, button.add.btn.btn-primary, a.add.btn.btn-primary {
    background: #020254;
    border-color: #020254;
    border-radius: 20px;
    padding: 7px 15px;
}
button.submitbtn.btn.btn-primary:hover, button.add.btn.btn-primary:hover, a.add.btn.btn-primary:hover{
    background-color: #eaae2c;
    border-color: #eaae2c;
    color: #ffffff;
    transition: all 0.5s ease-in;
}

.add-button{
  float: right;
}

/* loginbg */
.loginbg{
  background: url('../images/login.jpeg');
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
section.login {
  background: rgba(0, 0, 0, 0.3);
}
.loginbg .container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* background-color: #ebebeb; */
}
.card.loginarea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}
span.txt1 {
  font-size: 14px;
}

/* listpage */
.listtitle h2{
  font-size: 20px;
  color: #020254;
  font-weight: 600;
}

@media (min-width:320px) and (max-width:540px){
    .navbar-toggler{
        border-color: #fff;
    }
    .navbar-toggler-icon{
        filter: invert(1);
    }
    .logoarea img {
        width: 100%;
    }
    ul.navbar-nav li.nav-item.dropdown{
        margin: 5px 5px;
    }
    ul li.nav-item a.nav-link{
        padding: 10px;
    }
    .textlogo{
        padding: 0px;
    }
    .topmenu ul{
        padding: 0px;
    }
    .add-button{
      float: none;
    }
}