@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
  font-family: 'Roboto', Arial, sans-serif;
  background-color: #f8f9fa;
}

.login-body {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  background: #cbd28f;
}

.login-container {
  width: 400px;
  padding: 25px 25px 50px 25px;
  background-color: #e3b448;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.login-heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  color: #333;
}

.form-control {
  border-color: #ced4da;
}

.btn-login {
  background-color: #25632D;
  border-color: #25632D;
  color: #fff;
}

.btn-login:hover {
  font-weight: bold;
  color: #fd7112;
  /* background-color: #0056b3;    border-color: #0056b3; */
}

.login-logo-img { 
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.file-preview {
  margin-top: 10px;
}

.imagePreviewDiv {
  height: 200px;
  width: 100%;
  align-content: space-around;
  background: #efefef;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
}

.imagePreviewDiv img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #ddd;
}

label.error {
  color: red;
}

body {
  background-color: #fbfbfb;
}

@media (min-width: 991.98px) {
  main {
    padding-left: 240px;
  }
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0;
  /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 240px;
  z-index: 600;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}

.sidebar .active {
  /* border-radius: 5px; */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

/*After Login Page Ui*/
body {
  background-color: #fbfbfb;
}

@media (min-width: 991.98px) {
  main {
    padding-left: 240px;
  }
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0;
  /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 240px;
  z-index: 600;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}

.sidebar .active {
  /* border-radius: 5px; */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

.list-group-item {
  color: #fff;
  background-color: #25632D;
}

.bg-theme {
  background: #25632D;
  box-shadow: 0px 0px 2px 0px white;
}



.navbar-light .navbar-nav .nav-link {
  color: rgb(255 255 255);
}

.navbar-light .navbar-toggler {
  color: rgb(255 255 255);
  border-color: rgb(255 255 255);
  border: solid 2px;
}

.nav-link,
.navbar-toggler {
  color: white;
}

.active-theme {
  font-weight: bold;
  color: #e3b448;
}

.list-group-item {
  border: solid 0.1px #838782;
}

.count-card-fs {
  font-size: 25px;
}

.card-text-weight {
  font-weight: bold;
  font-size: 14px;
}

.main-footer {
  text-align: right;
  width: 100%;
}

small {
  font-size: 12px;
  font-style: italic;
}

.form-switch .form-check-input:checked[type=checkbox]:after {
  background-color: #25632D;
}

.form-check-input[type=checkbox]:checked {
  background-color: #25632D !important;
}

.loaderClass {
  position: fixed;
  display: flex;
  height: 100vh;
  width: 100vw;
  background: #000000d1;
  z-index: 99999;
  top: 0px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
}

/* data table css over write */
.paginate_button {
  background: #25632D !important;
  color: #fbfbfb !important;
  border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #25632D !important;
  color: #fbfbfb !important;
  border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  background: #25632D !important;
  color: #fbfbfb !important;
  border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #25632D !important;
  color: #e3b448 !important;
  border-radius: 5px;
}

.nav-link:hover,
.nav-link:focus {
  color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #cca342;
  border-color: #cca342;
}

.btn-primary {
  background-color: #25632D;
  color: #fff;
  border-color: #25632D;
}

.btn-primary:hover {
  background-color: #cca342;
  border-color: #cca342;
}

.btn-secondary:hover {
  background-color: #d17844;
  border-color: #d17844;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #e3b448;
  border-color: #e3b448;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0);
}

.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #fd7014;
  border-color: #fd7014;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  font-weight: 700;
}

.table-actions>a {
  color: #25632D;
}

.table-actions {
  text-align: center;
}

.noti-bell {
  display: block;
  position: relative;
  top: -26px;
  left: 8px;
  background: red;
  padding: 3px 1px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  color: black;
  z-index: 111111;
}

.max-w-50px {
  max-width: 50px;
}

.main-container {
  padding-top: 58px
}