.cause-main {
  position: relative;
}

.add-cause-form {
  margin-left: 240px;
}

.error {
  color: red;
  bottom: 16px;
}

.cstm-switch-indicator {
  cursor: pointer;
}

.options {
  margin-top: -5px;
}

.createAt {
  color: #8495bc;
  font-size: 13px;
  letter-spacing: 1px;
  padding-left: 5px;
  position: absolute;
  right: 20px;
}

.marginTop {
  margin-top: -15px;
}

.marginTopB {
  margin-top: -22px;
}

.marginTopC {
  margin-top: -5px;
}

.head {
  font-weight: 600;
  letter-spacing: 1px;
}

/* spinner */
#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.13);
  z-index: 9999;
  display: block;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#cover-spin::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 45%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #0e31fa;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

.delete img {
  float: left;
  position: relative;
  margin-left: 4%;
}

.isTvShowActive-s {
  text-align: center;
  color: #5bc21f;
  letter-spacing: 1px;
}

.isTvShowActive-n {
  text-align: center;
  color: red;
  letter-spacing: 1px;
}

.filter-icon {
  border-color: #607d8b1f;
  background-color: #607d8bbf;
  border-radius: 4px;
}

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader {
  position: absolute;
  margin: 0 auto;
  border: 3.6px solid #b91f43;
  box-sizing: border-box;
  overflow: hidden;
  width: 36px;
  height: 36px;
  left: 50%;
  top: 50%;
  animation: loader-spin 2s linear infinite reverse;
  -webkit-filter: url(#goo);
  filter: url(#goo);
  box-shadow: 0 0 0 1px #b91f43 inset;
  z-index: 99999;
}

.loader:before {
  content: '';
  position: absolute;
  -webkit-animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
  animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
  background: #b91f43;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  border-radius: 50%;
  width: 150%;
  height: 150%;
  left: 50%;
  top: 50%;
  z-index: 99999;
}

.sidebar-first-title {
  padding-left: 15px;
  color: black;
  padding-top: 30px;
}

.sidebar-title {
  padding-left: 15px;
  padding-top: 15px;
  color: black;
}

.parsley-custom-error-message {
  padding-top: 10px;
  color: red;
}

.parsley-error {
  border-color: red;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list>li {
  font-size: 12px;
  list-style: none;
  color: red;
  margin-top: 5px;
}

.drop-text {
  display: flex;
  justify-content: space-between;
}

.drop-cancel-btn {
  align-self: center;
}

#forgot-password-label i {
  cursor: pointer;
}

#header-logo {
  padding-top: 30px;
  height: 70px;
  width: 250px;
  height: 160px;
  width: 130px
}

.btnAddForm {
  margin-left: auto;
  margin-top: 15px;
  margin-right: 15px;
}

#modal-error {
  color: red;
}

.close-message {
  border: none;
  background: none;
  color: white;
}

#role-error {
  position: absolute;
  bottom: -32px;
  left: 0px;
  z-index: 11;
}



#id_type-error {
  position: absolute;
  bottom: -32px;
  left: 10px;
  z-index: 11;
  /* bottom: -17px; */
}

.backbutton.backbtn {
  color: #e56717;
}

#validateLogin .field-icon.toggle-password {
  position: absolute;
  right: 15px;
  top: 42px;
}

#updatePassword .field-icon.toggle-password {
  position: absolute;
  right: 20px;
  top: 42px;
}

#updatePassword .field-icon.toggle-retypePassword {
  position: absolute;
  right: 20px;
  top: 42px;
}



#updatePin .field-icon.toggle-newPin {
  position: absolute;
  right: 20px;
  top: 42px;
}

#updatePin .field-icon.toggle-retypePin {
  position: absolute;
  right: 20px;
  top: 42px;
}

button.btn.btn-primary.waves-effect.waves-light.m-t-30.m-r-5 {
  margin-top: 34px;
}

label#email_valid {
  color: red;
  display: none;
}

.backbutton .backbtn {
  color: #e56717;
  margin-left: 30px;
}

#updatePassword .form-row {
  padding: 25px 50px;
  padding-top: 11px;
}

#updatePassword .card-body {
  padding: 1.25rem;
  padding-bottom: 0;
  flex: 1 1 auto;
}

.dropdown-divider {
  margin: 0px !important;
}

.dropdown-item {
  margin-left: 0px !important;
}

#display_Logger label#log {
  color: red;
  display: none;
}

#display_Logger textarea#displayLog {
  display: none;
}

#display_Logger textarea#displayLog {
  overflow: auto;
  white-space: nowrap;
}

#display_Logger .form-group {
  padding: 14px;
}

#display_Logger .card-body {
  padding: 1.25rem;
  padding-bottom: 22px;
  flex: 1 1 auto;
}

#profile .backbutton {
  color: #e56717;
  margin-left: 30px;
}

#profile .row {
  padding: 25px 50px;
  padding-top: 11px;
}

#profile .card-body {
  padding: 1.25rem;
  padding-bottom: 0;
  flex: 1 1 auto;
}

#display_Logger .form-group {
  padding: 5px;
}

.page-content-wrapper.system-admin-list {
  padding-top: 80px;
}

.page-content-wrapper {
  padding-top: 9px;
}

#updatePassword .row {
  padding-bottom: 0px;
}

#updatePin .row {
  padding-bottom: 0px;
}

.rowPass {
  margin-top: 20px;
}

.rowPin {
  margin-top: 20px;
}

#profile .row {
  padding-bottom: 0px;
}

#pin-card {
  padding-top: 0px !important;
}

#card-pass {
  padding-top: 0px;
}

#edit_bus {
  padding-top: 0px;
}

.select2-selection {
  padding-right: 17px;
}

#phoneNo {
  padding-right: 400px;
}

#preferred_number {
  padding-right: 400px;
}

.pull-right {
  float: right;
}

#account_view {
  padding-top: 73px;
}

.information_div {
  margin-left: 12px;
  width: 48%;
}

#account_master_viewss {
  padding-top: 5px;
}

#account_view_table {
  flex-wrap: wrap;
}

#account-master-edit {
  padding-top: 48px;
}

.backbuttonsss {
  color: #e56717;
  margin-left: -10px;
}

#system_admin_password_form {
  padding-top: 64px;
}

#system_admin_pin_form {
  padding-top: 63px;
}

#profile_update_form {
  padding-top: 44px;
}

#profile_update_password {
  padding-top: 64px;
}

#profile_update_pin {
  padding-top: 65px;
}

#btn_log {
  margin-top: 32px;
}

#button_logger {
  text-align: end;
}

#star {
  color: red;
}

#profile_updatePassword .field-icon.toggle-password {
  position: absolute;
  right: 20px;
  top: 42px;
}

#profile_updatePassword .field-icon.toggle-retypePassword {
  position: absolute;
  right: 20px;
  top: 42px;
}

#profile_updatePin .field-icon.toggle-newPin {
  position: absolute;
  right: 20px;
  top: 42px;
}

#profile_updatePin .field-icon.toggle-retypePin {
  position: absolute;
  right: 20px;
  top: 42px;
}

.zip-checker {
  color: red;
  display: none;
}

#loading {
  position: absolute;
  left: 112px;
  top: 0px;
  margin-left: 550px;
}

#profile #zip {
  padding: 10px;
}

#display_Logger #date {
  cursor: pointer;
}

#display_Logger #displayLog {
  cursor: default;
}

#page-content-wrapper-lists {
  padding-top: 80px;
}

#content {
  padding-bottom: 0px;

}

#add_account {
  padding: 27px 0px 0px 5px;
}

#update_account {
  padding: 0px;
}

.downloadButton:hover {
  background-color: #cac6c6;
}

/* CSS */
.loggerButtonDownload {
  appearance: button;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #fff, #f8eedb);
  border: 0 solid #e5e7eb;
  border-radius: .5rem;
  box-sizing: border-box;
  color: #482307;
  column-gap: 1rem;
  font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 85%;
  font-weight: 700;
  line-height: 8px;
  margin: 0;
  outline: 2px solid transparent;
  padding: 1rem 1.5rem;
  text-align: center;
  text-transform: none;
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-top: 12px;
  box-shadow: -6px 8px 10px rgba(81, 41, 10, 0.1), 0px 2px 2px rgba(81, 41, 10, 0.2);
}

.loggerButtonDownload:active {
  background-color: #f3f4f6;
  box-shadow: -1px 2px 5px rgba(81, 41, 10, 0.15), 0px 1px 1px rgba(81, 41, 10, 0.15);
  transform: translateY(0.125rem);
}

.loggerButtonDownload:focus {
  box-shadow: rgba(72, 35, 7, .46) 0 0 0 4px, -6px 8px 10px rgba(81, 41, 10, 0.1), 0px 2px 2px rgba(81, 41, 10, 0.2);
}

/* CSS */
.dbBackupButtonDownload {
  appearance: button;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #fff, #f4db8f);
  border: 0 solid #e5e7eb;
  border-radius: .5rem;
  box-sizing: border-box;
  color: #482307;
  column-gap: 1rem;
  font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 85%;
  font-weight: 700;
  line-height: 8px;
  margin: 0;
  outline: 2px solid transparent;
  padding: 1rem 1.5rem;
  text-align: center;
  text-transform: none;
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-top: 12px;
  box-shadow: -6px 8px 10px rgba(81, 41, 10, 0.1), 0px 2px 2px rgba(81, 41, 10, 0.2);
}

.dbBackupButtonDownload:active {
  background-color: #f3f4f6;
  box-shadow: -1px 2px 5px rgba(81, 41, 10, 0.15), 0px 1px 1px rgba(81, 41, 10, 0.15);
  transform: translateY(0.125rem);
}

.dbBackupButtonDownload:focus {
  box-shadow: rgba(72, 35, 7, .46) 0 0 0 4px, -6px 8px 10px rgba(81, 41, 10, 0.1), 0px 2px 2px rgba(81, 41, 10, 0.2);
}

.file-wrapper {
  position: relative;
  width: fit-content;
}

.close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
}

.backup-delete-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 20px;
  margin-right: -7px;
  margin-top: -10px;
}

.file-list {
  text-align: center;
  margin: auto;
  margin-bottom: 22px;
  font-size: 2rem;
  font-family: 'Ubuntu', sans-serif;
  margin-top: 7px;
}

.generate-backup {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 17px
}

#download-button {
  margin: 10px;
  height: 39px;
  width: 140px;
  margin: auto;
  border-radius: 4px;
  color: #000000c9;
  margin-bottom: 17px;
  margin-top: 2px;
}

#folder-image-div {
  border: 2px solid b9b99542;
  border-radius: 5px;
  margin: 10px;
  min-width: calc(23% - 10px);

}

#folder-image {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 60px;
  width: 62px;
}

.image-span {
  margin-left: 31px;
  margin-right: 31px;
  margin-top: 7px;
}

#button-image {
  margin-left: -19px;
  height: 18px;
  margin: -5px;
  width: 15px;
  border: 0;
  cursor: default;
}

#delete-button {
  cursor: pointer;
  margin-right: -9px;
  margin-top: -14px;
  width: 35px;
  height: 42px;
  padding-bottom: 7px;
  padding-left: 4px;
  padding-top: 5px;
}



#text-danger {
  font-size: 30px;
  text-align: center;
  margin: auto
}

#login-button-div {
  display: flex;
  justify-content: center;
}

#button-login {
  background-color: #6c757d;
  border-color: #6c757d;
}

.login-div {
  color: white;
}

#login-button-div-2 {
  text-align: center
}

.db-setup-div {
  text-align: center;
  margin: auto;
  margin-bottom: 22px;
  font-size: 2rem;
  font-family: 'Ubuntu', sans-serif;
  margin-top: 7px;
}

#type-div {
  text-align: center;
}

.title-div {
  text-align: center;
  margin: auto;
  margin-bottom: 22px;
  font-size: 2rem;
  font-family: 'Ubuntu', sans-serif;
  margin-top: 7px
}

#for-loop-div {
  width: 1000px;
  padding: 10px;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  #for-loop-div {
    width: 100%;
    /* Full width on small devices */
    margin-right: 0;
    /* Remove right margin */
    margin-left: 0;
    /* Remove left margin */
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  #for-loop-div {
    margin-right: 10px;
    /* Adjust right margin */
    margin-left: 10px;
    /* Adjust left margin */
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #for-loop-div {
    margin-right: 15px;
    /* Larger margin on desktops */
    margin-left: 15px;
    /* Larger margin on desktops */
  }
}

#file-image-div {
  height: 55px;
  margin: auto;
  width: 55px
}

.button-delete {
  height: 18px;
  margin: -5px;
  width: 15px;
  /* background-color: #f9f9f9; */
  background-color: white;
  border: 0;
  cursor: default;
  z-index: -1;
}

#image-delete {
  cursor: pointer;
  margin-right: -9px;
  margin-top: -14px;
  width: 35px;
  height: 42px;
  padding-bottom: 7px;
  padding-left: 4px;
  padding-top: 5px;

}

.file-name {
  margin-top: 5px
}

.no-file-div {
  text-align: center;
  color: red;
  font-size: 25px;
  width: 100%;
  margin-top: 1rem
}

/* Add some styles for the menu icon */
.menu-icon {
  display: none;
  cursor: pointer;
}

.hamburgerMenu-visibility {
  background-color: red;
}

#hamburgerMenu {
  padding: 10px;
  position: absolute;
  top: 79px;
  left: -1px;
  border-radius: 5px;
  width: 300px;
  height: 800px;
  z-index: 99999;
}

#hamburgerMenu a {
  color: aliceblue;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
}

.class-main {
  display: none;
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
  height: 80px;
  padding: 0 10px;
}

@media (max-width:767px)and (min-width:320px) {
  .hamburgerMenu {
    background-color: pink;
  }

  .class-main {
    display: flex;
  }

  .left {
    display: none;
  }

  .side-menu {
    display: none;
  }

  .add-cause-form {
    margin-left: 0;
  }

  .sidebar-open .page-content-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark overlay or any color to dehighlight */
  }

  .footer {
    margin-left: 0;
  }

  .company-title {
    display: none;
  }
}

.title-p-tag {
  color: grey;
  margin-bottom: 10px;
  padding-top: 20px
}

.title-span-tag {
  margin-right: 10px
}

.line-logout {
  height: 1px;
  border-width: 0;
  color: gray;
  background-color: gray;
  margin-top: 17px
}

.hamburger-menu {
  background-color: #fff;
  height: 50px;
  width: 50px
}

.hamburger-menu-div {
  display: none;
  background-color: #263238
}

.title-tag {
  color: black
}

.non-hamburger-menu-div {
  height: 1px;
  border-width: 0;
  color: gray;
  background-color: gray;
  margin-top: 0%
}

/* Add this to your custom CSS file */
.page-content-wrapper,
.container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
}

.d-flex.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* Space between items */
  justify-content: flex-start;
  /* Center items horizontally */
  padding: 0;
  /* Remove any extra padding */
}

.d-flex.flex-wrap .card {
  flex: 1 1 calc(16.66% - 10px);
  /* Default size for approximately 6 items per row */
  max-width: calc(14.66% - 10px);
  /* Limit the max-width to fit nicely */
  box-sizing: border-box;
  /* Include padding and border in element's total width and height */
  margin: 0;
  /* Remove margin */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #ddd;
  /* Border around the card */
  border-radius: 8px;
  /* Rounded corners */
  padding: 10px;
  /* Padding inside the card */
  background-color: #f9f9f9;
  /* Background color for the card */

}

/* Optional: Adjust the size of the image */

.image-span {
  font-size: 14px;
  /* Text size */
  margin-bottom: 10px;
  /* Space below text */
  white-space: nowrap;
  /* Prevent text from wrapping */
  overflow: hidden;
  /* Hide overflowed text */
  text-overflow: ellipsis;
  /* Show ellipsis for overflowed text */
  width: 100%;
  /* Ensure the text span uses full width */
  box-sizing: border-box;
  /* Include padding and border in total width and height */
}

.button {
  background: none;
  /* No background */
  border: none;
  /* No border */
  cursor: pointer;
  /* Pointer cursor on hover */
  font-size: 14px;
  /* Adjust font size */
  padding: 5px 10px;
  /* Padding inside button */
  margin: 5px;
  /* Margin around button */
  border-radius: 4px;
  /* Rounded corners */
}

.sidebar-open .page-content-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  /* Dark overlay or any color to dehighlight */
}

#button-image {
  width: 24px;
  height: auto;
}

/* Ensure button size is responsive */
.generate-backup button {
  flex: 0 0 auto;
  /* Do not grow or shrink */
  max-width: 100%;
  /* Button fits within the card */
}

.backup-delete-button {
  flex: 0 0 auto;
  /* Do not grow or shrink */
  max-width: 100%;
  /* Button fits within the card */
}

.dbBackupButtonDownload {
  flex: 0 0 auto;
  /* Do not grow or shrink */
  max-width: 100%;
  /* Button fits within the card */
}

@media (max-width: 1200px) {
  .d-flex.flex-wrap .card {
    flex: 1 1 calc(20% - 10px);
    /* Adjust for medium screens */
    max-width: calc(20% - 10px);
  }
}

@media (max-width: 992px) {
  .d-flex.flex-wrap .card {
    flex: 1 1 calc(25% - 10px);
    /* Adjust for smaller screens */
    max-width: calc(25% - 10px);
  }
}

@media (max-width: 768px) {
  .d-flex.flex-wrap .card {
    flex: 1 1 calc(33.33% - 10px);
    /* Adjust for mobile screens */
    max-width: calc(33.33% - 10px);
  }
}

@media (max-width: 576px) {
  .d-flex.flex-wrap .card {
    flex: 1 1 calc(50% - 10px);
    /* Adjust for very small screens */
    max-width: calc(50% - 10px);
  }
}

@media (max-width: 400px) {
  .d-flex.flex-wrap .card {
    flex: 1 1 calc(100% - 10px);
    /* Full width for extra small screens */
    max-width: calc(100% - 10px);
  }
}

/* Backdrop styles */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  display: none;
  /* Hidden by default */
  z-index: 1000;
  /* Ensure it's above other elements */
}

.backdrop.show {
  display: block;
  /* Show backdrop */
}

/* Ensure images fit well within their containers */
.card-img-top {
  width: 100%;
  /* Make sure the image takes the full width of the card */
  height: auto;
  /* Maintain aspect ratio */
  max-height: 150px;
  /* Limit the height */
  object-fit: contain;
  /* Preserve aspect ratio and fit the container */
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .card-img-top {
    max-height: 120px;
    /* Adjust max height for small screens */
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .card-img-top {
    max-height: 130px;
    /* Adjust max height for medium screens */
  }
}

@media (min-width: 992px) {
  .card-img-top {
    max-height: 150px;
    /* Keep default height for larger screens */
  }
}

.logo-grey {
  width: 20px;
  height: 20px;
  filter: grayscale(100%);
  transition: filter 0.3s;
  /* Smooth transition for hover effect */
}

.logo-grey:hover {
  filter: grayscale(100%) brightness(80%);
}

.input-group>.form-control {
  position: static;
}

.eye-icon {
  width: 2.8em;
}