.upload-container {
  position: relative;
}

.upload-container input {
  border: 1px solid #1a3c90;
  background: #f1f1f1;
  outline: 2px dashed #1a3c90;
  outline-offset: -10px;
  padding: 100px 0px 110px 256px;
  text-align: center !important;
  width: 100%;
  padding-left: calc((100% - 233px) / 2);
}

.upload-container input:hover {
  background: #ddd;
}

.upload-container:before {
  position: absolute;
  bottom: 50px;
  left: calc((100% - 233px) / 2);
  content: " (or) Drag and Drop files here. ";
  color: #1a3c90;
  font-weight: 900;
}


thead td {
  background-color: #305496;
  color: #fff;
}

#discography_header {
  background-color: #305496;
  color: #fff;
}

.filter {
  border-bottom: 1px solid #ccc;
}

.dropdown-filter-menu-item {
  color: aqua;
}

/* Start Header */

/* .logo-img {
	max-width: 170px;
	display: block;
	float: left;
	/* padding: 20px 0px 0px 0px; 
  } */

.menu_logo {
  padding: 0px 0px 0px 0px;
}



#pagination-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: end;
}


#pagination-container ul li.active {
  background-color: #1a3c90;
}

#pagination-container ul li.active span,
#pagination-container ul li.active a {
  color: #fff;
}

#pagination-container ul li {
  margin-right: 10px;
}

#pagination-container ul li:last-child {
  margin-right: 0;
}

#pagination-container ul li span,
#pagination-container ul li a {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #1a3c90;
  font-weight: 500;
}

#header-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: end;
}


#header-pagination ul li.active {
  background-color: #1a3c90;
}

#header-pagination ul li.active span,
#header-pagination ul li.active a {
  color: #fff;
}

#header-pagination ul li {
  margin-right: 10px;
}

#header-pagination ul li:last-child {
  margin-right: 0;
}

#header-pagination ul li span,
#header-pagination ul li a {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #1a3c90;
  font-weight: 500;
}

#society-template .card,
#edit-society-templates .card {
  height: 150px;
  background-color: #e5e5e5;
}

#society-template-list .card {
  height: 175px;
  background-color: #e5e5e5;
}


/* #society-template .card:hover {
	background: #1a3c90;
	color: #fff;
  } */
.container-background {
  background-color: #e5e5e5;
  padding-top: 10px;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.header-logo {
  max-width: 140px;
}

.search input[type="search"]::-webkit-search-decoration,
.search input[type="search"]::-webkit-search-cancel-button,
.search input[type="search"]::-webkit-search-results-button,
.search input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


.trash-bin {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
}

.card-body:hover .trash-bin {
  display: block;
}

.dropdown-click {
  display: block !important;
  height: auto;
  max-height: 500px;
  overflow: auto;
  transition: 0.2s height ease-in-out;
}


/* Styles for the drop-down. Feel free to change the styles to suit your website. :-) */
table#myTable {
  min-height: 700px;
}

table#myTable thead th {
  position: relative;
}

table#myTable thead th,
table#myTable thead td {
  width: 100%;
  min-width: 120px;
}

table#myTable thead th i {
  margin-left: 10px;
}

/*.cb-dropdown-wrap {
  
  max-height: 80px;
  position: absolute;
  height: auto;
  min-height: 500px;
  width: 150px;
  left: 0;
  top: 93px;
  overflow: hidden;
}

table#myTable thead th:last-child .cb-dropdown-wrap {
  width: 88px;
}

.cb-dropdown,
.cb-dropdown li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cb-dropdown {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #888;
  overflow-y: scroll;
  padding: 10px;
}

.active .cb-dropdown {
  background: pink;
}


.cb-dropdown li.active {
  background: #ff0;
}

.cb-dropdown li label {
  display: block;
  position: relative;
  cursor: pointer;
  line-height: 19px;
 
}

.cb-dropdown li label>input {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}

.cb-dropdown li label>span {
  display: block;
  margin-left: 3px;
  margin-right: 20px;
 
  font-family: sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  text-align: left;
}*/
.table-bordered>:not(caption)>*>* {
  border-width: 0 1px;
}
.table>:not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.cb-dropdown-wrap {
  max-height: 80px; /* At most, around 3/4 visible items. */
  position: relative;
  height: 19px;
  width: 150px;
  margin-top: 10px;
}

.cb-dropdown,
.cb-dropdown li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cb-dropdown {
  position: absolute;
  z-index: 1;
  width: 100%;
  min-height: 26px;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #888;
}

/* For selected filter. */
.active .cb-dropdown {
  background: pink;
}

.cb-dropdown-wrap:hover .cb-dropdown {
  height: 80px;
  overflow: auto;
  transition: 0.2s height ease-in-out;
}

/* For selected items. */
.cb-dropdown li.active {
  background: #ff0;
}

.cb-dropdown li label {
  display: block;
  position: relative;
  cursor: pointer;
  line-height: 19px; /* Match height of .cb-dropdown-wrap */
}

.cb-dropdown li label > input {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}

.cb-dropdown li label > span {
  display: block;
  margin-left: 3px;
  margin-right: 20px; /* At least, width of the checkbox. */
  font-family: sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  text-align: left;
}
/* This fixes the vertical aligning of the sorting icon. */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-position: 100% 10px;
}

table#myTable thead {
  background: #1a3c90;
  color: #fff;
}

div#myTable_wrapper {
  position: relative;
  margin-bottom: 40px;
}

div#myTable_filter {
  position: absolute;
  top: -60px;
  right: 0;
}

ul.cb-dropdown span {
  color: #000;
}

div#myTable_info,
div#myTable_paginate {
  /* margin-top: 40px; */
  margin-top: 0px; 
}

div.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
  background: #1a3c90;
  color: #fff !important;
}

/* .cb-dropdown li label>input { */
ul.cb-dropdown.ul-dropdown li label>input {
  top: 2px;
}

section .fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f1f1f1;
  padding: 10px;
  z-index: 2;

}

.home {

  font-weight: bold;
}

#society-template .society-template-color {
  background-color: rgb(187 178 178);
}

#subhead {
  font-size: 13px;
}

.text-primary,
.text-color-primary {
  color: #1a3c90 !important;
}

.btn-all {
  background-color: #1a3c90;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  height: 50px;
}

.btn-main {
  background-color: #1a3c90;
  color: #fff;
}

.mh-500 {
  min-height: 500px;
}

.knobs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}

.toggle-button {
  position: relative;
  top: calc((100% - 30px) / 2);
  width: 60px;
  height: 24px;
  overflow: hidden;
  right: 20px;
}

.toggle-button .knobs {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.toggle-button .knobs:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 20px;
  height: 20px;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #ccc;
  border-radius: 50%;

  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.toggle-button .checkbox:checked+.knobs:before {
  content: "";
  left: 38px;
  background-color: #fff;
}

.toggle-button .checkbox:checked~.layer {
  background-color: #1a3c90;
}

.toggle-button .layer {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.toggle-button.r {
  border-radius: 100px;
}

.toggle-button.r .layer {
  border-radius: 100px;
}

.toggle-button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  /* opacity: 0; */
  cursor: pointer;
  z-index: 3;
}

#login .logo-img,
#sign-up .logo-img,
#forgot-password .logo-img {
  width: 40%;
  height: auto;
}

#login .float-revert,
#sign-up .float-revert,
#forgot-password .float-revert {
  float: revert;
}

#login input[type="text"],
#login input[type="email"],
#login input[type="password"],
#sign-up input[type="text"],
#sign-up input[type="email"],
#sign-up input[type="password"],
#forgot-password input[type="text"],
#forgot-password input[type="email"],
#forgot-password input[type="password"] {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #d9d9d9;
  color: #000;
}

#login input[type="text"]::-webkit-input-placeholder,
#login input[type="email"]::-webkit-input-placeholder,
#login input[type="password"]::-webkit-input-placeholder,
#sign-up input[type="text"]::-webkit-input-placeholder,
#sign-up input[type="email"]::-webkit-input-placeholder,
#sign-up input[type="password"]::-webkit-input-placeholder,
#forgot-password input[type="text"]::-webkit-input-placeholder,
#forgot-password input[type="email"]::-webkit-input-placeholder,
#forgot-password input[type="password"]::-webkit-input-placeholder {
  color: #1a3c90;
  opacity: 1;
}

#login input[type="text"]::-moz-placeholder,
#login input[type="email"]::-moz-placeholder,
#login input[type="password"]::-moz-placeholder,
#sign-up input[type="text"]::-moz-placeholder,
#sign-up input[type="email"]::-moz-placeholder,
#sign-up input[type="password"]::-moz-placeholder,
#forgot-password input[type="text"]::-moz-placeholder,
#forgot-password input[type="email"]::-moz-placeholder,
#forgot-password input[type="password"]::-moz-placeholder {
  color: #1a3c90;
  opacity: 1;
}

#login input[type="text"]:-ms-input-placeholder,
#login input[type="email"]:-ms-input-placeholder,
#login input[type="password"]:-ms-input-placeholder,
#sign-up input[type="text"]:-ms-input-placeholder,
#sign-up input[type="email"]:-ms-input-placeholder,
#sign-up input[type="password"]:-ms-input-placeholder,
#forgot-password input[type="text"]:-ms-input-placeholder,
#forgot-password input[type="email"]:-ms-input-placeholder,
#forgot-password input[type="password"]:-ms-input-placeholder {
  color: #1a3c90;
  opacity: 1;
}

#login input[type="text"]::-ms-input-placeholder,
#login input[type="email"]::-ms-input-placeholder,
#login input[type="password"]::-ms-input-placeholder,
#sign-up input[type="text"]::-ms-input-placeholder,
#sign-up input[type="email"]::-ms-input-placeholder,
#sign-up input[type="password"]::-ms-input-placeholder,
#forgot-password input[type="text"]::-ms-input-placeholder,
#forgot-password input[type="email"]::-ms-input-placeholder,
#forgot-password input[type="password"]::-ms-input-placeholder {
  color: #1a3c90;
  opacity: 1;
}

#login input[type="text"]::placeholder,
#login input[type="email"]::placeholder,
#login input[type="password"]::placeholder,
#sign-up input[type="text"]::placeholder,
#sign-up input[type="email"]::placeholder,
#sign-up input[type="password"]::placeholder,
#forgot-password input[type="text"]::placeholder,
#forgot-password input[type="email"]::placeholder,
#forgot-password input[type="password"]::placeholder {
  color: #1a3c90;
  opacity: 1;
}

#login input[type="text"]:-ms-input-placeholder,
#login input[type="email"]:-ms-input-placeholder,
#login input[type="password"]:-ms-input-placeholder,
#sign-up input[type="text"]:-ms-input-placeholder,
#sign-up input[type="email"]:-ms-input-placeholder,
#sign-up input[type="password"]:-ms-input-placeholder,
#forgot-password input[type="text"]:-ms-input-placeholder,
#forgot-password input[type="email"]:-ms-input-placeholder,
#forgot-password input[type="password"]:-ms-input-placeholder {
  color: #1a3c90;
}

#login input[type="text"]::-ms-input-placeholder,
#login input[type="email"]::-ms-input-placeholder,
#login input[type="password"]::-ms-input-placeholder,
#sign-up input[type="text"]::-ms-input-placeholder,
#sign-up input[type="email"]::-ms-input-placeholder,
#sign-up input[type="password"]::-ms-input-placeholder,
#forgot-password input[type="text"]::-ms-input-placeholder,
#forgot-password input[type="email"]::-ms-input-placeholder,
#forgot-password input[type="password"]::-ms-input-placeholder {
  color: #1a3c90;
}

section#dashboard .card {
  height: 250px;
  background-color: #e5e5e5;
}

section#dashboard .card:hover {
  background-color: #1a3c90;
  color: #fff;
}

section#new-discography-header .card {
  min-height: 100px;
  background-color: #e5e5e5;
}

.search .form-outline {
  width: calc(100% - 46px);

}

table#myTable thead th {
  text-align: center;
  vertical-align: bottom;
  font-size: 16px;
}
table#myTable thead th span.subhead {
  font-size: 14px;
}
table#myTable tbody {
  text-align: center;
  width: 150px;
  margin-top: 10px;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  background-position-y: 60px !important;
}

.trash-bin {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
}

.card-body:hover .trash-bin {
  display: block;
}

section#import form label {
  visibility: hidden;
}

section#import table {
  display: block;
  overflow-x: scroll;
}

section#import thead td {
  background-color: #305496;
  color: #fff;
}

.fa-eye {

  cursor: pointer;
  position: absolute;
  right: 14px;
  top: calc((100% - 16px) / 2);
}

.btn-font {
  font-size: 0.8rem;

}
/* Styles for the drop-down. Feel free to change the styles to suit your website. :-) */

.cb-dropdown-wrap {
  max-height: 80px; /* At most, around 3/4 visible items. */
  position: relative;
  height: 19px;
  width: 150px;
  margin-top: 10px;
}

.cb-dropdown,
.cb-dropdown li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cb-dropdown {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #888;
}

/* For selected filter. */
.active .cb-dropdown {
  background: pink;
}

.cb-dropdown-wrap:hover .cb-dropdown {
  /* height: 80px; */
  height: auto;
  max-height: 200px;
  overflow: auto;
  transition: 0.2s height ease-in-out;
}

/* For selected items. */
.cb-dropdown li.active {
  background: #ff0;
}

.cb-dropdown li label {
  display: block;
  position: relative;
  cursor: pointer;
  line-height: 19px; /* Match height of .cb-dropdown-wrap */
}

.cb-dropdown li label > input {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}

.cb-dropdown li label > span {
  display: block;
  margin-left: 3px;
  margin-right: 20px; /* At least, width of the checkbox. */
  font-family: sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  text-align: left;
}
/*table.fixedHeader-floating{background-color:#1a3c90 !important;
color:#fff !important;
}*/
/* Clearable text inputs */

.discography_clear{  
  font-size: 8px;
  border: 0px;
}

.dataTables_wrapper .dataTables_info {
  clear:none;
  margin-left:20px;
  padding-top:0;
}

/* Enhanced Select All Button Styles */
#performer-select-all {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 6px 12px !important;
  margin: 2px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  border: 1px solid !important;
  text-transform: capitalize !important;
  min-width: 80px !important;
  text-align: center !important;
}

/* Default state - Check All (Blue) */
#performer-select-all,
#performer-select-all[value*="check all"] {
  background: linear-gradient(135deg, #007bff, #0056b3) !important;
  color: white !important;
  border-color: #0056b3 !important;
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3) !important;
}

#performer-select-all:hover,
#performer-select-all[value*="check all"]:hover {
  background: linear-gradient(135deg, #0056b3, #003d82) !important;
  border-color: #003d82 !important;
  box-shadow: 0 3px 6px rgba(0, 123, 255, 0.4) !important;
  transform: translateY(-1px) !important;
}

/* Uncheck All state (Orange/Red) */
#performer-select-all[value*="uncheck all"] {
  background: linear-gradient(135deg, #fd7e14, #e55a00) !important;
  color: white !important;
  border-color: #e55a00 !important;
  box-shadow: 0 2px 4px rgba(253, 126, 20, 0.3) !important;
}

#performer-select-all[value*="uncheck all"]:hover {
  background: linear-gradient(135deg, #e55a00, #cc4e00) !important;
  border-color: #cc4e00 !important;
  box-shadow: 0 3px 6px rgba(253, 126, 20, 0.4) !important;
  transform: translateY(-1px) !important;
}

/* Partial selection state (Purple) */
#performer-select-all[value*="check all ("][value*="/"]:not([value*="uncheck all"]) {
  background: linear-gradient(135deg, #6f42c1, #5a2d91) !important;
  color: white !important;
  border-color: #5a2d91 !important;
  box-shadow: 0 2px 4px rgba(111, 66, 193, 0.3) !important;
}

#performer-select-all[value*="check all ("][value*="/"]:not([value*="uncheck all"]):hover {
  background: linear-gradient(135deg, #5a2d91, #4c1f78) !important;
  border-color: #4c1f78 !important;
  box-shadow: 0 3px 6px rgba(111, 66, 193, 0.4) !important;
  transform: translateY(-1px) !important;
}

/* Active/Click state */
#performer-select-all:active {
  transform: translateY(0) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

/* Focus state for accessibility */
#performer-select-all:focus {
  outline: 2px solid rgba(0, 123, 255, 0.5) !important;
  outline-offset: 2px !important;
}

/* Ensure button fits well in table header */
.checkbox.filter {
  width: 90px !important;
  min-width: 90px !important;
  max-width: 120px !important;
  text-align: center !important;
  vertical-align: middle !important;
}

/* Alternative modern flat design */
.flat-design #performer-select-all {
  border-radius: 2px !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease !important;
}

.flat-design #performer-select-all:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Dark theme variant */
.dark-theme #performer-select-all {
  background: linear-gradient(135deg, #495057, #343a40) !important;
  border-color: #343a40 !important;
}

.dark-theme #performer-select-all[value*="uncheck all"] {
  background: linear-gradient(135deg, #dc3545, #c82333) !important;
  border-color: #c82333 !important;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  #performer-select-all {
      font-size: 10px !important;
      padding: 4px 8px !important;
      min-width: 70px !important;
  }
  
  .checkbox.filter {
      width: 80px !important;
      min-width: 80px !important;
  }
}

