.dashboard-design-box {
  padding: 2rem 0;
  background-color: #f8f8f8;
}

.dashboard-inner-part {
  background-color: #fff;
  border-radius: 30px;
  padding: 0.5rem 1rem;
  /* padding: 2.2rem 1.5rem; */
}

.dash-head {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 1rem;
}

.dash-head h4 {
  font-weight: 700;
  display: inline;
  font-size: 22px !important;
}

.dash-head a {
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #aa346d, #c25151) !important;
  padding: 0.5rem;
  border-radius: 10px;
  margin-left: 1rem;
}

.dash-head a:hover {
  color: #fff;
}

.dash-row-box {
  margin: 1rem 0;
}

.dashboard-card {
  padding: 1rem 1.5rem;
  border-radius: 20px;
}

.pink-color {
  background-color: #fff1f2;
}

.green-color {
  background-color: #e4fff6;
}

.purple-color {
  background-color: #f5effe;
}

.voilet-color {
  background-color: #e8f1ff;
}

.dashboard-count {
  font-size: 2.5rem;
  font-weight: 700;
  color: #202020;
  margin-bottom: 0 !important;
}

.dashboard-title {
  color: #202020;
  font-weight: 600;
  font-size: 14px;
  /* font-size: 0.7rem; */
}

.dashboard-tab-section {
  padding: 1rem 0;
}

.custom-tab-box {
  background-color: #f8f8f8;
  border-radius: 30px;
  padding: 0.5rem 1rem;
}

.new-table-block {
  border-radius: 30px;
  padding: 0rem 0.8rem;
}

.extra-padding-class {
  padding: 1.5rem 1rem;
}

.custom-dash-button {
  background-color: #f8f8f8 !important;
  color: #202020 !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  margin-top: 0.5rem;
  padding: 1rem 0.5rem !important;
}

.custom-dash-button:hover {
  background: linear-gradient(90deg, #aa346d, #c25151) !important;
  color: #ffffff !important;
}

.custom-dash-button img {
  height: 1.7em;
  object-fit: contain;
  width: 11%;
  margin-right: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background: linear-gradient(90deg, #aa346d, #c25151) !important;
}

.dashboard-frame {
  height: 23em;
  object-fit: contain;
  object-fit: contain;
  padding: 4rem;
  border: 2px dotted #7d7d7d;
  width: 70%;
  margin: 3rem auto;
  border-radius: 30px;
}

.dashboard-list {
  padding-left: 0 !important;
}

.dashboard-list li {
  list-style: none;
}

.custom-form-title {
  font-weight: 600;
  font-size: 14px;
}

.custom-form-input-design {
  border: 1px solid #d8d8d8 !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  /* padding: .7rem .75rem !important; */
  padding: 0.7rem !important;
}

.custom-form-input-design::placeholder {
  font-size: 14px;
}

.custom-form-input-design:focus {
  box-shadow: none !important;
}

.Create-button-style {
  background: linear-gradient(90deg, #aa346d, #c25151) !important;
  color: #ffffff !important;
  border-radius: 5px;
  border: none !important;
  font-weight: 600;
  padding: 0.7rem 0.8rem !important;
  margin-top: 1rem;
  font-size: 14px;
  border-radius: 8px !important;
  /* padding: 0.5rem 0.7rem !important; */
}

.handmade-file-label {
  border: 1px solid #d8d8d8;
  width: 100%;
  background-color: #fff !important;
  padding: 4rem;
  border-radius: 5px;
}

.handmade-file-label img {
  height: 3em;
  object-fit: contain !important;
}

.custom-file-input {
  display: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}
th {
  background-color: #ebebeb;
  font-weight: 700;
}
tr:hover {
  background-color: #f5f5f5;
}
.search-container {
  margin-bottom: 20px;
}
.search-container input[type="text"] {
  padding: 4px 6px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #f5f5f5 !important;
}
.search-container input[type="text"]::placeholder {
  font-size: 12px;
  font-weight: 500;
}
.bulk-upload-container {
  margin-bottom: 20px;
}
.bulk-upload-container input[type="file"] {
  margin-top: 10px;
}

#example .dropdown:hover .dropdown-menu {
  display: block;
}
#example .dropdown:hover .btn {
  background-color: transparent; /* Change background on hover */
  color: inherit; /* Use default text color on hover */
  border-color: transparent; /* Remove border on hover */
}
tbody tr:nth-child(even) {
  background-color: #fff3f4;
}
tbody tr:nth-child(odd) {
  background-color: #fff;
}
.custom-dropdown-button:focus-visible {
  box-shadow: none !important;
}
.custom-dropdown-list {
  border: none !important;
  padding: 0px !important;
  box-shadow: 1px 5px 10px #efeff2 !important;
  width: 25% !important;
  /* border: 2px solid red !important; */
}
.custom-dropdown-list li {
  border-bottom: 1px solid #e7e7e7 !important;
  font-size: 12px;
  padding: 4px;
}
.action-button-options i {
  margin-right: 12px;
  font-size: 20px;
  color: #aa346d;
  /* font-weight: 500; */
  background-color: #fff;
  border-radius: 100%;
}
.action-button-options button {
  border: none;
  background-color: transparent;
  padding: 0 !important;
}
.navbar-college-active .nav-link {
  background: linear-gradient(90deg, #aa346d, #c25151) !important;
  color: #ffffff !important;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 10px !important;
}
.navbar-college-active .nav-link:hover {
  color: #ffffff !important;
}
.packages-heading-validity-row {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 5rem;
  margin: 1rem 0;
  padding-top: 0.5rem;
}
.packages-page-heading p {
  color: #aa346d;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 21px !important;
}
.packages-validity-from p {
  font-weight: 500;
  align-items: end;
  margin-bottom: 0 !important;
}
.packages-validity-from span {
  font-weight: 700;
}

.package-firm-name {
  border: 1px solid #aa346d;
  border-top: none !important;
  border-radius: 10px;
}

.college-packages-heading {
  background: linear-gradient(90deg, #aa346d, #c25151) !important;
  color: #fff;
  border-radius: 10px;
  padding: 0.5rem 1rem;
}

.package-firm-college-heading {
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #aa346d, #c25151) !important;
  color: #fff;
  border-radius: 10px;
}
.custom-checkbox-design {
  border: 1.5px solid #aa346d !important;
  background-color: #fff;
}
.custom-checkbox-design:focus {
  box-shadow: none !important;
}
.custom-checkbox-design[type="checkbox"] {
  padding: 10px !important;
}
.packages-search-bar {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.packages-search-bar p {
  font-weight: 700;
  margin-bottom: 0;
}
.package-firm-table {
  padding: 0.5rem 1rem;
}
.margin-for-row {
  margin-bottom: 1.5rem;
}
.books-category-filters input::placeholder {
  font-size: 12px;
  color: #858585;
}
.books-category-filters select {
  font-size: 12px !important;
  padding: 9px;
  color: #858585;
}

.total-books-card-section {
  margin-top: 1rem;
}

.total-books-card {
  border: 1.5px solid #aa346d;
  border-radius: 10px;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}

.total-book-card-image img {
  height: 11em;
  object-fit: contain;
  width: 100%;
}

.total-books-card-detail {
  height: 100%;
  position: relative;
}

.total-book-cards-info p {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.total-book-cards-info span {
  font-weight: 500;
  font-size: 12px;
  color: #757575;
  display: block;
  margin-bottom: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.start-reading-button {
  position: absolute;
  bottom: 0;
  left: 0;
}

.start-reading-button button {
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 0.4rem 1rem;
  border-radius: 5px;
  background: linear-gradient(90deg, #aa346d, #c25151) !important;
}

.start-reading-button a:hover {
  color: #fff;
}

.submit-button-design {
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  background: linear-gradient(90deg, #aa346d, #c25151) !important;
  margin-top: 1rem;
}

.view-page-box {
  border: 2px solid #aa346d;
  border-radius: 13px;
  overflow: hidden;
}

.view-page-heading {
  background: linear-gradient(90deg, #aa346d, #c25151);
  color: #fff;
  padding: 0.5rem 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.view-page-heading h5 {
  margin-bottom: 0;
  padding-left: 1rem;
  font-weight: 700 !important;
}

.view-entry-field {
  padding: 0.6rem;
  padding-left: 1rem;
}

.view-entry-field p {
  margin-bottom: 0.3rem;
  font-weight: 600;
  color: #aa346d;
}

.view-entry-field span {
  color: #000;
  font-weight: 500;
}

.new-view-table-designs{
   border-radius: 10px;
   background-color: #fff !important;
}

.custom-package-form{
  background-color: #aa346d;
}

.custom-row-class-end{
  width: 14% !important;
}

.custom-row-class-first{
  width: 20% !important;
}

.custom-package-form{
  width: 22% !important;
  /* width: 33% !important; */
}

.custom-package-form input[type="checkbox"]{
  margin-left: 1rem !important;
}

.custom-package-form .select2-container{
  width: 100% !important;
  /* width: 65% !important; */
}

.custom-package-form .select2-selection__rendered{
  height: 3em !important;
}

.select2-container .select2-selection--multiple{
  min-height: 3.5em !important;
  max-height: 8em !important;
  overflow-y: scroll !important;
  }
  
.select2-container .select2-selection--multiple::-webkit-scrollbar{
  width: 2px !important;
}
  
.select2-container .select2-selection--multiple::-webkit-scrollbar-track{
  width: 2px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  height: 100% !important;
}