:root {
  scroll-behavior: smooth;
  --first-color: #a72026;
  --first-color-light: #dadada;
  --second-color: #075ea2;
  --white-color: #F7F6FB;
  --brown-color: brown;
  --body-font: 'Open Sans', sans-serif;
  --normal-font-size: 1rem;
  --primary-color: #254d70;
  --secondary-color: #ffb823;
  --success-color: #28a745;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #17a2b8;
  --light-bg: #f8f9fa;
  --dark-text: #333;
  --border-color: #dee2e6;
  --shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --shadow-md: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
}

.dropdown-menu .dropdown-footer a:hover,
a,
a:hover {
  text-decoration: none
}

.alert-heading,
.card-title {
  font-weight: 500;
  font-family: Poppins, sans-serif
}

#main,
.breadcrumb a {
  transition: .3s
}

.btn-primary:hover,
.sidebar-nav .nav-content a.active i {
  background-color: #a72026
}

table.dataTable thead th.text-start,
td,
th {
  text-align: center !important
}

#exhibiterTable td:nth-child(3),
#exhibiterTable th:nth-child(3),
#facultyTable td:nth-child(3),
#facultyTable td:nth-child(5),
#facultyTable td:nth-child(6),
#facultyTable th:nth-child(3),
#facultyTable th:nth-child(5),
#facultyTable th:nth-child(6) {
  word-wrap: break-word !important;
  word-break: break-word !important;
  white-space: normal !important
}

.compact-cards .names p,
.iconslist .label,
.names p,
.subject-text,
div.ellips {
  white-space: nowrap;
  text-overflow: ellipsis
}

body {
  font-family: var(--body-font) !important;
  background: #f6f9ff;
  color: #444
}

.form-control,
.form-select {
  border-radius: 0
}

.modal-content {
  border-radius: 14px
}

button {
  border-radius: 0 !important
}

.btn-primary {
  background-color: #075ea2;
  border: 1px solid #075ea2
}

.btn-primary:hover {
  border: 1px solid #a72026
}

.dashboard .filter .icon:focus,
.dashboard .filter .icon:hover,
.dashboard .news h4 a:hover,
.nav-tabs-bordered .nav-link.active,
.nav-tabs-bordered .nav-link:focus,
.nav-tabs-bordered .nav-link:hover,
.sidebar-nav .nav-content a.active,
.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-link:hover i,
a,
a.nav-link.collapsed.active i,
li.nav-item.active .nav-link,
li.nav-item.active .nav-link i {
  color: #a72026
}

a:hover {
  color: #717ff5
}

.breadcrumb,
.logo span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Nunito, sans-serif
}

#main {
  margin-top: 60px;
  padding: 20px 30px
}

.dataTables_filter,
.dataTables_length,
.pagetitle {
  margin-bottom: 10px
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #262b65
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #a72026;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: .4s
}

.header,
.header-logo img {
  height: 70px
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff
}

.back-to-top.active {
  visibility: visible;
  opacity: 1
}

.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: .2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, .2)
}

.dropdown-menu .dropdown-footer,
.dropdown-menu .dropdown-header {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px
}

.dropdown-menu .dropdown-footer a {
  color: #444;
  text-decoration: underline
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0
}

.dropdown-menu .dropdown-item,
.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: .3s
}

.dropdown-menu .dropdown-item i,
.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0
}

.dropdown-menu .dropdown-item:hover,
.header-nav .messages .message-item:hover,
.header-nav .notifications .notification-item:hover,
.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff
}

.icon-btn:hover,
.icon-item:hover img {
  transform: scale(1.1)
}

@keyframes dropdown-animate {
  100% {
    opacity: 1
  }

  0% {
    opacity: 0
  }
}

.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4
}

.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(1, 41, 112, .1)
}

.card-footer,
.card-header {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px
}

.card-title {
  padding: 20px 0 15px;
  font-size: 18px;
  color: #262b65
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, .6)
}

.alert-heading {
  font-size: 20px
}

.breadcrumb,
.header-nav .nav-profile span {
  font-weight: 600;
  font-size: 14px
}

.btn-close {
  background-size: 25%
}

.accordion-button:focus,
.btn-close:focus {
  outline: 0;
  box-shadow: none
}

.accordion-item {
  border: 1px solid #ebeef4
}

.accordion-button:not(.collapsed) {
  color: #262b65;
  background-color: #f6f9ff
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: 0 0;
  border: 0
}

.date-range-filter input,
.details,
.header,
.sidebar {
  background-color: #fff
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #a72026
}

.quick-actions .btn-danger:hover,
.quick-actions .btn-dark:hover,
.quick-actions .btn-primary:hover,
.quick-actions .btn-success:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  transform: translateY(-2px)
}

.breadcrumb,
.breadcrumb .breadcrumb-item::before,
.breadcrumb a,
.sidebar-nav .nav-link.collapsed i {
  color: #899bbd
}

.accordion-flush .accordion-body {
  padding: 0 0 15px;
  color: #3e4f6f;
  font-size: 15px
}

.breadcrumb a:hover {
  color: #51678f
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600
}

.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e
}

.logo {
  line-height: 1
}

.logo img {
  max-height: 50px;
  margin-right: 6px
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #262b65
}

.header {
  transition: .5s;
  z-index: 997;
  box-shadow: 0 2px 20px rgba(1, 41, 112, .1);
  padding-left: 20px
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #262b65
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px
}

.header .search-form {
  width: 100%
}

.header .search-form input {
  border: 1px solid rgba(1, 41, 112, .2);
  font-size: 14px;
  color: #262b65;
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: .3s;
  width: 100%
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: 0;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, .15);
  border: 1px solid rgba(1, 41, 112, .3)
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: 0 0
}

.header .search-form button i,
.header-nav .nav-profile,
.profile .profile-card .social-links a:hover,
.profile .profile-overview .card-title {
  color: #262b65
}

.header-nav ul {
  list-style: none
}

.header-nav>ul {
  margin: 0;
  padding: 0
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #262b65;
  margin-right: 25px;
  position: relative
}

.header-nav .nav-profile img {
  max-height: 36px
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: 400;
  font-size: 12px;
  padding: 3px 6px
}

.header-nav .messages,
.header-nav .notifications {
  inset: 8px -15px auto auto !important
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: .3s
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px
}

.header-nav .messages .message-item p,
.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: .3s
}

.header-nav .messages .message-item a,
.quick-actions .row>[class*=col-] {
  display: flex
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444
}

.dashboard .activity,
.dashboard .recent-sales,
.dashboard .top-selling,
.header-nav .profile .dropdown-header span,
.new-card-body,
td,
th {
  font-size: 14px
}

.header-logo {
  width: 100%;
  text-align: center
}

.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: .3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0 0 20px rgba(1, 41, 112, .1)
}

.details,
.img-fluid.gallery,
.img-fluid.governing,
.img-fluid.slider {
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, .2)
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf
}

@media (max-width:1199px) {
  #main {
    padding: 20px
  }

  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0 0 15px 0 rgba(1, 41, 112, .1);
    background: #fff;
    z-index: 9999;
    transition: .3s;
    visibility: hidden;
    opacity: 0
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1
  }

  .sidebar {
    left: -300px
  }

  .toggle-sidebar .sidebar {
    left: 0
  }
}

@media (min-width:1200px) {
  .toggle {
    width: 380px
  }

  #footer,
  #main {
    margin-left: 300px
  }

  .toggle-sidebar #footer,
  .toggle-sidebar #main {
    margin-left: 0
  }

  .toggle-sidebar .sidebar {
    left: -300px
  }
}

.sidebar-nav,
.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none
}

.sidebar-nav .nav-item {
  margin-bottom: 5px
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #262b65;
  padding: 10px 15px;
  border-radius: 4px
}

li.nav-item.active {
  background: #f6f9ff
}

a.nav-link.collapsed.active {
  background: #f6f9ff;
  color: #a72026
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #262b65
}

.sidebar-nav .nav-link.collapsed {
  color: #262b65;
  background: #fff
}

.sidebar-nav .nav-link:hover {
  color: #a72026;
  background: #f6f9ff
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform .2s ease-in-out
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg)
}

.sidebar-nav .nav-content {
  padding: 5px 0 0;
  margin: 0;
  list-style: none
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #262b65;
  padding: 10px 0 10px 40px;
  transition: .3s
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%
}

.dashboard .filter {
  position: absolute;
  right: 0;
  top: 15px
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: .3s;
  font-size: 16px
}

.dashboard .filter .dropdown-header,
.dashboard .filter .dropdown-item {
  padding: 8px 15px
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0
}

.dashboard .info-card {
  padding-bottom: 10px
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #262b65;
  font-weight: 700;
  margin: 0;
  padding: 0
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0
}

.dashboard .sales-card .card-icon {
  color: #a72026;
  background: #f6f6fe
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0
}

.dashboard .news .post-item+.post-item {
  margin-top: 15px
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 5px
}

.dashboard .news h4 a {
  color: #262b65;
  transition: .3s
}

.dashboard .news p {
  font-size: 14px;
  color: #777;
  margin-left: 95px
}

.dashboard .recent-sales .table thead,
.dashboard .top-selling .table thead {
  background: #f6f6fe
}

.dashboard .recent-sales .table thead th,
.dashboard .top-selling .table thead th {
  border: 0
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0
}

.dashboard .top-selling .table tbody td,
.table td {
  vertical-align: middle
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px
}

.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px
}

.iconslist .icon {
  background-color: #fff;
  border-radius: .25rem;
  text-align: center;
  color: #262b65;
  padding: 15px 0
}

.iconslist i {
  margin: .25rem;
  font-size: 2.5rem
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: .25rem;
  font-size: 12px;
  color: #666
}

.profile .profile-card img,
.profile .profile-edit img {
  max-width: 120px
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0
}

.faq .basic h6,
.profile .profile-card h3 {
  font-size: 18px
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, .5);
  line-height: 0;
  margin-right: 10px;
  transition: .3s
}

.back-trash,
.conflict-detail .bi {
  margin-right: 5px
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px
}

.profile .profile-edit label,
.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, .6)
}

.faq .basic h6 {
  font-weight: 600;
  color: #a72026
}

.faq .basic p {
  color: #6980aa
}

.contact .info-box {
  padding: 28px 30px
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #a72026
}

.contact .info-box h3 {
  font-size: 20px;
  color: #262b65;
  font-weight: 700;
  margin: 20px 0 10px
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: 1s linear infinite animate-loading
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #a72026
}

.contact .php-email-form input {
  padding: 10px 15px
}

.contact .php-email-form textarea {
  padding: 12px 15px
}

.contact .php-email-form button[type=submit] {
  background: #a72026;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: .4s;
  border-radius: 4px
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3
}

@keyframes animate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.error-404 {
  padding: 30px
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #a72026;
  margin-bottom: 0;
  line-height: 150px
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #262b65;
  margin-bottom: 30px
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px
}

.footer .copyright,
.footer .credits {
  color: #262b65;
  text-align: center
}

.error-404 .btn:hover {
  background: #3e4f6f
}

@media (min-width:992px) {
  .error-404 img {
    max-width: 50%
  }
}

.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: .3s;
  border-top: 1px solid #cddfff;
  margin-top: 20px
}

.back-edit,
.back-trash,
.gallery-trash,
.names i.bi.bi-pencil-fill,
.names i.bi.bi-trash-fill {
  padding: 5px 8px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer
}

.footer .credits {
  padding-top: 5px;
  font-size: 13px
}

.float-text {
  float: right
}

.card-body.add-form {
  padding: 40px
}

.card-body.add-form p {
  margin-bottom: 0 !important
}

.mt-3 {
  margin-top: .3rem !important
}

.back-edit {
  background: #09589f;
  font-size: 13px;
  float: right
}

.back-trash,
.gallery-trash {
  background: #a72026;
  float: right;
  font-size: 13px
}

.gallery-trash {
  position: absolute;
  margin-left: -35px;
  margin-top: 7px
}

.btn-status {
  padding: 0 5px;
  font-size: 13px;
  width: 85px
}

.details,
.form-floating>label {
  padding: 10px
}

.edit-marq {
  float: right;
  width: 100px;
  margin-top: 10px
}

.clientele,
.gb-img img,
.img-fluid.governing {
  width: 150px;
  height: 150px
}

.marq {
  height: 120px
}

.modal {
  --bs-modal-width: 700px
}

.img-fluid.slider {
  max-width: 100%;
  height: 210px;
  border-radius: 10px 10px 0 0
}

.client,
.gb,
.gb-img {
  text-align: center
}

.gb img {
  height: 150px
}

.img-fluid.governing {
  max-width: 100%;
  border-radius: 100px
}

.img-fluid.association {
  width: 150px;
  height: 130px
}

.names i.bi.bi-pencil-fill {
  background: #09589f;
  font-size: 13px
}

.names {
  padding: 0 10px
}

.names p {
  overflow: hidden;
  width: 100%;
  text-align: center
}

.names i.bi.bi-trash-fill {
  background: #a72026;
  font-size: 13px;
  margin-right: 5px
}

.new-modal {
  --bs-modal-width: 500px
}

div.ellips {
  width: 175px;
  overflow: hidden
}

td i.bi.bi-pencil-fill {
  background: #09589f;
  padding: 3px 5px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  cursor: pointer
}

td i.bi.bi-trash-fill {
  background: #a72026;
  padding: 3px 5px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  cursor: pointer
}

.datatable-table>thead>tr>th,
.table>thead {
  color: #fff;
  background: #09589f
}

td {
  padding: 4px 5px !important
}

.form-control.input-ht {
  height: 45px
}

.modal-footer>* {
  margin: 5px
}

.new-card {
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(1, 41, 112, .1);
  background: #fff
}

.new-card-body {
  padding: 20px 0
}

.datatable-wrapper.datatable-loading.no-footer.sortable.searchable.fixed-columns {
  overflow-x: scroll
}

.datatable-table {
  border-collapse: separate
}

.table-bordered,
table.dataTable {
  border-collapse: collapse
}

.d-block {
  display: none !important
}

.error {
  color: red
}

span.field-icon.toggle-password.bi-eye,
span.field-icon.toggle-password.bi-eye-slash {
  float: right;
  margin-top: -27px;
  padding: 0 10px
}

.img-fluid.gallery {
  max-width: 100%;
  height: 165px
}

.img-1:hover img {
  opacity: .3
}

img.sz {
  height: 250px;
  width: 100%
}

.client-trash {
  padding: 5px 8px;
  border-radius: 50px;
  color: #000;
  font-size: 30px;
  float: right;
  position: absolute;
  cursor: pointer;
  margin-left: -3px;
  margin-top: -29px
}

.btn,
.btn-secondary,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select,
.table-bordered,
.table-bordered th {
  border-radius: 4px !important
}

.table {
  border-radius: 4px
}

.table td:first-child,
.table th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.table td:last-child,
.table th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

@media (min-width:768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1
  }

  .table-responsive {
    overflow-x: visible !important
  }
}

@media (max-width:767px) {
  .table-responsive {
    overflow-x: auto !important
  }
}

.form-switch2 {
  padding-left: 3.5em !important
}

.icon-actions {
  display: flex;
  gap: .5rem;
  justify-content: center
}

.icon-btn {
  padding: .25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .2s, transform .2s
}

.icon-approve,
.icon-confirm,
.icon-gallery,
.icon-read {
  background-color: #28a745
}

.icon-primary,
.icon-success {
  background-color: #198754
}

.icon-info,
.icon-testimonial {
  background-color: #6f42c1
}

.icon-important,
.icon-participant {
  background-color: #ffc107
}

.icon-warning {
  background-color: #ff9800
}

.icon-nonimportant {
  background-color: #6c757d
}

.icon-cancel,
.icon-delete,
.icon-reject {
  background-color: #dc3545
}

.icon-edit {
  background-color: #007bff
}

.icon-permissions {
  background-color: #fd7e14
}

.icon-sections {
  background-color: #6610f2
}

.icon-sm {
  font-size: .75rem;
  color: #fff
}

.icon-btn {
  position: relative;
}

.icon-overlay {
  position: absolute;
  bottom: -3px;
  right: -3px;
  font-size: 0.55rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  padding: 2px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}

.icon-btn:hover {
  filter: brightness(1.1)
}

.quick-actions .btn-primary:hover {
  background-color: #0056b3 !important;
  border-color: #004085 !important;
  transition: .3s
}

.quick-actions .btn-success:hover {
  background-color: #1e7e34 !important;
  border-color: #1c7430 !important;
  transition: .3s
}

.quick-actions .btn-dark:hover {
  background-color: #1d2124 !important;
  border-color: #171a1d !important;
  transition: .3s
}

.quick-actions .btn-danger:hover {
  background-color: #bd2130 !important;
  border-color: #b21f2d !important;
  transition: .3s
}

.compact-cards .img-fluid.association {
  width: 64px !important;
  height: 64px !important;
  border-radius: 8px;
  object-fit: contain
}

.compact-cards .new-card {
  margin-bottom: 20px;
  border: 1px solid #e0e6ed;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(1, 41, 112, .08);
  background: #fff;
  transition: .3s
}

.compact-cards .new-card:hover {
  box-shadow: 0 4px 25px rgba(1, 41, 112, .15);
  transform: translateY(-2px)
}

.compact-cards .new-card-body {
  padding: 15px 10px !important;
  font-size: 13px
}

.compact-cards .service-item.gb {
  text-align: center;
  padding: 10px
}

.compact-cards .img-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  min-height: 80px
}

.compact-cards .names {
  padding: 0 15px !important
}

.compact-cards .names p {
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin-bottom: 8px !important;
  font-size: 14px;
  font-weight: 500
}

.compact-cards .names .mb-2 small {
  font-size: 11px;
  display: block;
  margin-bottom: 8px
}

.compact-cards .names .mb-3 {
  margin-bottom: 10px !important
}

.compact-cards .names .btn-sm {
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 6px
}

.compact-cards .names i.bi-pencil-fill,
.compact-cards .names i.bi-trash-fill {
  padding: 4px 6px !important;
  font-size: 11px !important;
  margin: 0 2px
}

.compact-cards .img-fluid.association[src*="data:image"] {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 8px
}

.icon-selector-simple {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  transition: .3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

.icon-selector-simple:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .2)
}

.icon-selector-simple img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 3px solid #fff;
  transition: .3s
}

.icon-change-hint {
  position: absolute;
  bottom: 7px;
  right: 7px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border: 2px solid #fff;
  transition: opacity .3s
}

.icon-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  animation: .2s ease-out fadeIn
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.icon-popup-container {
  background: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
  animation: .3s ease-out slideUp;
  overflow: hidden
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(.95)
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1)
  }
}

.icon-popup-header {
  padding: 15px 20px;
  background: #f8f9fc;
  border-bottom: 1px solid #e3e6f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #5a5c69
}

.popup-close {
  background: 0 0;
  border: none;
  color: #858796;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  transition: .2s
}

.popup-close:hover {
  background: #e3e6f0;
  color: #5a5c69
}

.icon-popup-content {
  padding: 20px;
  max-height: 60vh;
  overflow-y: auto
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  gap: 10px
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: .2s;
  background-color: #f8f9fc;
  text-align: center;
  min-height: 70px;
  justify-content: center
}

.icon-item:hover {
  border-color: #0d6efd;
  background-color: #e7f1ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(13, 110, 253, .15)
}

.icon-item img {
  width: 28px;
  height: 28px;
  margin-bottom: 4px;
  transition: transform .2s
}

.icon-item small {
  font-size: 9px;
  font-weight: 500;
  color: #5a5c69;
  line-height: 1.2
}

.icon-popup-content::-webkit-scrollbar {
  width: 6px
}

.icon-popup-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px
}

.icon-popup-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px
}

.icon-popup-content::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8
}

#availability-message .conflict-detail:last-child,
.customers-card,
.info-card,
.modal-body .row:last-child,
.revenue-card,
.sales-card,
span.error {
  margin-bottom: 0
}

.daterangepicker td.today,
.fc-day,
.fc-day-grid-container,
.service-item,
input[type=date] {
  position: relative
}

.calendar-plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 123, 255, .7);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: .3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  pointer-events: auto;
  opacity: .8
}

.calendar-plus-icon:hover {
  background: #007bff;
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
  z-index: 15
}

.calendar-plus-icon i {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: .3s
}

.calendar-plus-icon.has-events-icon i {
  color: #007bff
}

.calendar-plus-icon.has-events-icon.plus-icon-front i,
.calendar-plus-icon.plus-icon-front i {
  color: #fff;
  font-size: 22px
}

.fc-day:hover .calendar-plus-icon {
  display: flex;
  animation: .3s ease-out forwards fadeInScale
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.6)
  }

  100% {
    opacity: .8;
    transform: translate(-50%, -50%) scale(1)
  }
}

.fc-event {
  z-index: 15;
  position: relative;
  transition: opacity .3s, z-index .3s
}

.fc-day-grid-event {
  z-index: 15;
  transition: opacity .3s
}

.gallery-item {
  position: relative;
  margin-bottom: 15px
}

.gallery-item img,
.gallery-item video {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.translating-field {
  background: linear-gradient(90deg, #f8f9fa 0, #e3f2fd 50%, #f8f9fa 100%);
  background-size: 200% 100%;
  border-color: #007bff !important;
  animation: 1.5s ease-in-out infinite translating-shimmer
}

@keyframes translating-shimmer {
  0% {
    background-position: -200% 0
  }

  100% {
    background-position: 200% 0
  }
}

.daterangepicker {
  z-index: 3000;
  border: 1px solid #dee2e6;
  border-radius: .5rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  font-family: inherit
}

.testimonial-card,
.testimonial-gallery-item {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  border-radius: 12px
}

.daterangepicker .calendar-table {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .375rem
}

.daterangepicker td,
.daterangepicker td.start-date.end-date {
  border-radius: .375rem
}

.daterangepicker th {
  color: #6c757d;
  font-weight: 500;
  font-size: .875rem
}

.daterangepicker .calendar-table thead tr:first-child th {
  color: #212529;
  font-weight: 600
}

.daterangepicker td {
  font-size: .875rem
}

.daterangepicker td.available:hover {
  background-color: #e9ecef;
  color: #212529
}

.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--second-color, #075ea2);
  color: #fff
}

.daterangepicker td.in-range {
  background-color: rgba(7, 94, 162, .15);
  color: #212529
}

.daterangepicker td.start-date {
  border-radius: .375rem 0 0 .375rem
}

.daterangepicker td.end-date {
  border-radius: 0 .375rem .375rem 0
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
  background-color: #fff;
  color: #adb5bd
}

.daterangepicker .ranges li:hover,
.daterangepicker th.next:hover,
.daterangepicker th.prev:hover {
  background-color: rgba(7, 94, 162, .1)
}

.daterangepicker .ranges {
  background-color: #f8f9fa;
  border-right: 1px solid #dee2e6;
  border-radius: .5rem 0 0 .5rem
}

.daterangepicker .ranges ul {
  padding: .5rem
}

.daterangepicker .ranges li {
  padding: .5rem .75rem;
  margin: .25rem 0;
  border-radius: .375rem;
  color: #495057;
  font-size: .875rem;
  transition: .2s
}

.daterangepicker .ranges li:hover {
  color: var(--second-color, #075ea2)
}

.daterangepicker th.next,
.daterangepicker th.prev {
  color: var(--second-color, #075ea2);
  border-radius: .375rem
}

.daterangepicker th.available:hover {
  background-color: #e9ecef;
  border-radius: .375rem
}

.daterangepicker .drp-buttons {
  border-top: 1px solid #dee2e6;
  padding: .75rem;
  background-color: #f8f9fa;
  border-radius: 0 0 .5rem .5rem
}

.daterangepicker .drp-buttons .btn {
  font-size: .875rem;
  padding: .375rem .75rem;
  border-radius: .375rem;
  font-weight: 500
}

.daterangepicker .drp-buttons .cancelBtn {
  background-color: #6c757d;
  color: #fff;
  border: none
}

.daterangepicker .drp-buttons .cancelBtn:hover {
  background-color: #5c636a
}

.daterangepicker .drp-buttons .applyBtn {
  background-color: var(--second-color, #075ea2);
  color: #fff;
  border: none
}

.daterangepicker .drp-buttons .applyBtn:hover {
  background-color: #064d85
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  color: #495057
}

.daterangepicker select.monthselect:focus,
.daterangepicker select.yearselect:focus {
  border-color: var(--second-color, #075ea2);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(7, 94, 162, .25)
}

.daterangepicker td.week,
.daterangepicker th.week {
  color: #adb5bd;
  font-size: .75rem
}

.daterangepicker td.today:before {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  width: 6px;
  height: 6px;
  background-color: var(--second-color, #075ea2);
  border-radius: 50%
}

.daterangepicker option.disabled,
.daterangepicker td.disabled {
  color: #dee2e6;
  cursor: not-allowed
}

.daterangepicker .drp-calendar {
  padding: .75rem
}

.daterangepicker .calendar-time {
  border-top: 1px solid #dee2e6;
  padding: .75rem
}

.daterangepicker .calendar-time select {
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  padding: .25rem .5rem;
  font-size: .875rem
}

.date-range-filter {
  display: inline-flex;
  align-items: center
}

.date-range-filter input:focus {
  border-color: var(--second-color, #075ea2);
  box-shadow: 0 0 0 .25rem rgba(7, 94, 162, .25)
}

#contactNumbersList .badge i,
#emailsList .badge i,
#trainingCalendar .fc-event,
#trainingCalendar .fc-event-title,
.cursor-pointer,
.status-toggle {
  cursor: pointer
}

.bi-pencil-fill,
.bi-trash-fill {
  font-size: 16px;
  cursor: pointer;
  margin: 0 5px
}

.modal-lg {
  max-width: 800px
}

.form-label {
  font-weight: 500;
  color: #495057
}

.badge {
  font-size: .8em;
  padding: .35em .65em
}

#togglePassword {
  border-left: none
}

#passwordHelp {
  font-size: .875em;
  color: #6c757d
}

.table th {
  background-color: #f8f9fa;
  border-top: none;
  font-weight: 600
}

.dataTables_wrapper .dataTables_paginate {
  margin-top: 1rem
}

#consultancyTable td:first-child,
#consultancyTable th:first-child,
#exhibiterTable td:first-child,
#exhibiterTable th:first-child,
#facultyTable td:first-child,
#facultyTable th:first-child,
#filingTable td:first-child,
#filingTable th:first-child,
#participantsTable td:first-child,
#participantsTable th:first-child,
#researchTable td:first-child,
#researchTable th:first-child,
#unreadEnquiriesTable td:first-child,
#unreadEnquiriesTable th:first-child {
  width: 3% !important;
  max-width: 40px !important
}

#participantsTable td:nth-child(2),
#participantsTable th:nth-child(2),
#unreadEnquiriesTable td:nth-child(2),
#unreadEnquiriesTable th:nth-child(2) {
  width: 4% !important;
  max-width: 50px !important
}

#exhibiterTable td:nth-child(3),
#exhibiterTable th:nth-child(3),
#participantsTable td:nth-child(3),
#participantsTable th:nth-child(3),
#unreadEnquiriesTable td:nth-child(3),
#unreadEnquiriesTable th:nth-child(3) {
  width: 15% !important;
  max-width: 180px !important
}

#participantsTable td:nth-child(5),
#participantsTable th:nth-child(5),
#unreadEnquiriesTable td:nth-child(5),
#unreadEnquiriesTable th:nth-child(5) {
  width: 11% !important;
  max-width: 120px !important
}

#participantsTable td:nth-child(4),
#participantsTable th:nth-child(4),
#unreadEnquiriesTable td:nth-child(4),
#unreadEnquiriesTable th:nth-child(4) {
  width: 28% !important;
  max-width: 160px !important
}

#exhibiterTable td:nth-child(6),
#exhibiterTable th:nth-child(6),
#participantsTable td:nth-child(6),
#participantsTable th:nth-child(6),
#unreadEnquiriesTable td:nth-child(6),
#unreadEnquiriesTable th:nth-child(6) {
  width: 24% !important;
  max-width: 180px !important
}

#exhibiterTable td:nth-child(7),
#exhibiterTable th:nth-child(7),
#participantsTable td:nth-child(7),
#participantsTable th:nth-child(7),
#unreadEnquiriesTable td:nth-child(7),
#unreadEnquiriesTable th:nth-child(7) {
  width: 7% !important;
  max-width: 100px !important
}

#exhibiterTable td:nth-child(8),
#exhibiterTable td:nth-child(9),
#exhibiterTable th:nth-child(8),
#exhibiterTable th:nth-child(9),
#participantsTable td:nth-child(8),
#participantsTable th:nth-child(8),
#unreadEnquiriesTable td:nth-child(10),
#unreadEnquiriesTable td:nth-child(11),
#unreadEnquiriesTable td:nth-child(8),
#unreadEnquiriesTable td:nth-child(9),
#unreadEnquiriesTable th:nth-child(10),
#unreadEnquiriesTable th:nth-child(11),
#unreadEnquiriesTable th:nth-child(8),
#unreadEnquiriesTable th:nth-child(9) {
  width: 8% !important;
  max-width: 140px !important
}

.dataTables_wrapper .dataTables_filter input {
  padding: 5px 10px !important;
  border-radius: 0;
  border: .2px solid
}

.dataTables_wrapper select {
  padding: 5px 10px !important;
  border-radius: 0;
  border: .2px solid;
  outline-style: none
}

[type=search] {
  outline-style: none
}

table.dataTable {
  box-shadow: #bbb 0 0 5px 0;
  width: 100% !important;
  border-bottom: none !important
}

table.dataTable tbody td {
  padding: 5px 10px;
  border: .1px solid #d3d3d3
}

table.dataTable thead th {
  color: #fff;
  border: .1px solid #fff !important;
  background-color: var(--second-color)
}

tbody tr:hover {
  color: #000
}

.dataTables_wrapper {
  overflow-x: hidden
}

.dataTables_paginate {
  margin: 10px 0
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: var(--first-color) !important;
  color: #fff;
  border-radius: 50px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #fff !important
}

.form-check-input[type=checkbox] {
  border-radius: .5em
}

thead {
  border: 1px !important
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-size: 14px
}

#participantsTable td:nth-child(9),
#participantsTable th:nth-child(9) {
  width: 7% !important;
  max-width: 140px !important
}

#roomEventsTable td:nth-child(10),
#roomEventsTable th:nth-child(10) {
  width: 7% !important;
  max-width: 70px !important
}

#enquiry-modal-message,
#modal-message {
  white-space: pre-wrap;
  word-wrap: break-word
}

.quick-actions .btn {
  min-height: 150px;
  height: 100%;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  transition: transform .2s, box-shadow .2s
}

.quick-actions .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

#consultancyModal .modal-footer,
.quick-actions .btn i {
  flex-shrink: 0
}

.quick-actions .btn small,
.quick-actions .btn span {
  text-align: center;
  line-height: 1.3
}

.quick-actions .btn small {
  font-size: .75rem;
  margin-top: .25rem
}

.quick-actions .row {
  display: flex;
  flex-wrap: wrap
}

.chart-container {
  position: relative;
  height: 400px;
  width: 100%
}

.chart-container canvas {
  max-height: 100% !important;
  width: 100% !important
}

.card .card-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #333
}

.card .card-title i {
  margin-right: 8px;
  font-size: 1.1em
}

.participant-suggestion:hover {
  background-color: #f8f9fa !important
}

.participant-suggestion {
  transition: background-color .2s
}

#participantSuggestions {
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.input-group .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: none
}

.input-group .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

#testimonialParticipantModal {
  z-index: 1060
}

#testimonialParticipantModal .modal-backdrop {
  z-index: 1055
}

.select2-container {
  width: 100% !important
}

.select2-container--default .select2-selection--single {
  height: 38px;
  border: 1px solid #ced4da;
  border-radius: .375rem
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  color: #212529
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px
}

.select2-dropdown {
  border: 1px solid #ced4da;
  border-radius: .375rem
}

.btn-outline-purple {
  border-color: #6f42c1;
  color: #6f42c1
}

.btn-outline-purple:hover {
  background-color: #6f42c1;
  color: #fff
}

#trainingCalendar {
  min-height: 400px
}

#fileInfo,
#participantInfo,
#previewContainer img,
#previewContainer video {
  border-radius: 8px
}

.preview-remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  background-color: rgba(220, 53, 69, .9) !important;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
  font-size: 12px;
  opacity: .8
}

.preview-remove-btn:hover {
  background-color: #dc3545 !important;
  transform: scale(1.1)
}

.preview-remove-btn:before {
  content: '×';
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1
}

.card:hover .preview-remove-btn,
.testimonial-gallery-item:hover .testimonial-delete-x {
  opacity: 1
}

.card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  transition: box-shadow .2s
}

.testimonial-card video {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px
}

.status-badge {
  font-size: .75rem;
  padding: .25rem .5rem;
  border-radius: 12px
}

#addParticipantModal .card-body {
  background-color: #f8f9fa;
  border-radius: 8px
}

#addParticipantModal .form-control:focus,
#addParticipantModal .form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .25)
}

.testimonial-gallery-item {
  background: #fff;
  transition: transform .2s, box-shadow .2s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 280px
}

.testimonial-name,
.testimonial-text {
  word-wrap: break-word;
  overflow-wrap: break-word
}

.testimonial-gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .15)
}

.testimonial-video-container {
  position: relative;
  flex-shrink: 0
}

.testimonial-video {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  background: #f8f9fa;
  display: block
}

.testimonial-delete-x {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  background-color: rgba(220, 53, 69, .9);
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transition: .2s
}

.testimonial-delete-x:hover {
  background-color: #dc3545;
  transform: scale(1.1)
}

.testimonial-info-section {
  padding: 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column
}

.testimonial-header {
  margin-bottom: 8px
}

.testimonial-details {
  min-width: 0
}

.testimonial-name {
  color: #333;
  font-weight: 600;
  font-size: .9rem;
  margin-bottom: 4px;
  line-height: 1.3
}

.testimonial-date {
  color: #6c757d;
  font-size: .75rem;
  display: block
}

.testimonial-text {
  color: #555;
  font-size: .8rem;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 8px;
  flex-grow: 1
}

.testimonial-edit-btn {
  flex-shrink: 0;
  margin-left: 8px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  border-color: #0d6efd;
  color: #0d6efd
}

.testimonial-edit-btn:hover {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff
}

.video-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  background: #f8f9fa;
  border-radius: 12px 12px 0 0;
  padding: 2rem;
  text-align: center
}

@media (max-width:768px) {
  .compact-cards .new-card-body {
    padding: 12px 8px !important
  }

  .compact-cards .img-fluid.association {
    width: 48px !important;
    height: 48px !important
  }

  .compact-cards .names p {
    font-size: 13px
  }

  .compact-cards .names .btn-sm {
    padding: 3px 8px;
    font-size: 11px
  }

  .calendar-plus-icon {
    width: 35px;
    height: 35px
  }

  .calendar-plus-icon i {
    font-size: 16px
  }

  .calendar-plus-icon.plus-icon-front i {
    font-size: 20px
  }

  .daterangepicker {
    width: 100% !important
  }

  .daterangepicker .ranges {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    border-radius: .5rem .5rem 0 0
  }

  .modal-dialog {
    margin: .5rem
  }

  .table-responsive {
    font-size: .875rem
  }

  .chart-container {
    height: 350px
  }

  .card .card-title {
    font-size: .95rem
  }

  .testimonial-delete-x {
    opacity: 1
  }

  .testimonial-name {
    font-size: .85rem
  }

  .testimonial-text {
    font-size: .75rem
  }

  .testimonial-edit-btn {
    width: 28px;
    height: 28px;
    font-size: .7rem
  }

  .testimonial-info-section {
    padding: 10px
  }
}

@media (max-width:576px) {
  .chart-container {
    height: 300px
  }

  .card .card-title {
    font-size: .9rem
  }

  .quick-actions .btn {
    min-height: 130px
  }

  .quick-actions .btn i {
    font-size: 2rem !important
  }

  .testimonial-gallery-item {
    min-height: 250px
  }

  .testimonial-header {
    flex-direction: column;
    align-items: stretch
  }

  .testimonial-edit-btn {
    align-self: flex-end;
    margin-left: 0;
    margin-top: 8px
  }
}

#publishDescEngEditor .ql-editor,
#publishDescMarEditor .ql-editor {
  min-height: 250px;
  font-size: 14px
}

#publishDescMarEditor .ql-editor {
  font-family: 'Noto Sans Devanagari', Mangal, sans-serif
}

.ql-toolbar.ql-snow {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.ql-container.ql-snow {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

#publishEventModal .card {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

#publishEventModal .card-header {
  border-radius: 4px 4px 0 0
}

.conflict-detail {
  background-color: #f8f9fa;
  border-left: 4px solid #dc3545;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 8px
}

.conflict-detail strong {
  color: #dc3545;
  font-size: 14px
}

.conflict-detail small {
  color: #6c757d;
  font-size: 12px;
  line-height: 1.4
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  min-height: 38px;
  padding: 2px 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #007bff;
  border: 1px solid #007bff;
  border-radius: 4px;
  color: #fff
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .text-muted,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #000000 !important
}

.is-invalid,
.select2-container--default .select2-selection--single.is-invalid {
  border-color: #dc3545 !important
}

.is-valid,
.select2-container--default .select2-selection--single.is-valid {
  border-color: #28a745 !important
}

#contactNumbersList .badge i:hover,
#emailsList .badge i:hover {
  opacity: .7;
  transform: scale(1.2);
  color: #fff
}

#consultancyTable td:nth-child(2),
#consultancyTable th:nth-child(2),
#exhibiterTable td:nth-child(2),
#exhibiterTable th:nth-child(2),
#facultyTable td:nth-child(2),
#facultyTable th:nth-child(2),
#filingTable td:nth-child(2),
#filingTable th:nth-child(2),
#researchTable td:nth-child(2),
#researchTable th:nth-child(2) {
  width: 3% !important;
  max-width: 50px !important
}

#exhibiterTable td:nth-child(4),
#exhibiterTable th:nth-child(4) {
  width: 15% !important;
  max-width: 160px !important
}

#exhibiterTable td:nth-child(5),
#exhibiterTable th:nth-child(5) {
  width: 5% !important;
  max-width: 120px !important
}

#consultancyModal .modal-dialog {
  max-height: calc(100vh - 1rem);
  margin: .5rem auto
}

#consultancyModal .modal-content {
  max-height: calc(100vh - 1rem);
  display: flex;
  flex-direction: column
}

#consultancyModal .modal-body {
  flex: 1 1 auto;
  overflow-y: auto;
  max-height: calc(100vh - 200px)
}

#consultancyTable td:nth-child(3),
#consultancyTable td:nth-child(4),
#consultancyTable td:nth-child(5),
#consultancyTable th:nth-child(3),
#consultancyTable th:nth-child(4),
#consultancyTable th:nth-child(5),
#researchTable td:nth-child(3),
#researchTable th:nth-child(3) {
  width: 12% !important
}

#consultancyTable td:nth-child(6),
#consultancyTable th:nth-child(6) {
  width: 20% !important
}

#consultancyTable td:nth-child(7),
#consultancyTable th:nth-child(7),
#filingTable td:nth-child(4),
#filingTable td:nth-child(6),
#filingTable th:nth-child(4),
#filingTable th:nth-child(6),
#researchTable td:nth-child(6),
#researchTable th:nth-child(6) {
  width: 10% !important
}

#consultancyTable td:nth-child(8),
#consultancyTable th:nth-child(8),
#filingTable td:nth-child(3),
#filingTable td:nth-child(7),
#filingTable td:nth-child(8),
#filingTable th:nth-child(3),
#filingTable th:nth-child(7),
#filingTable th:nth-child(8),
#researchTable td:nth-child(7),
#researchTable th:nth-child(7) {
  width: 8% !important
}

#researchTable td:nth-child(4),
#researchTable th:nth-child(4) {
  width: 25% !important
}

#researchTable td:nth-child(5),
#researchTable th:nth-child(5) {
  width: 15% !important
}

.cursor-pointer:hover {
  opacity: .8;
  transform: scale(1.1);
  transition: .2s
}

.modal-body .row {
  margin-bottom: .75rem
}

.dataTables_length {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px
}

.dataTables_length label {
  margin-bottom: 0;
  display: flex;
  align-items: center
}

.dataTables_length select {
  margin: 0 5px
}

.dataTables_length .form-label {
  margin-bottom: 0;
  white-space: nowrap
}

.dataTables_length .form-control,
.dataTables_length .form-select {
  display: inline-block;
  width: auto
}

label.error,
span.error {
  display: block !important;
  color: #dc3545 !important;
  font-size: .875rem;
  margin-top: .25rem;
  font-weight: 500
}

.permission-module-row {
  margin-bottom: 1.5rem
}

.permission-module-card {
  min-height: 0
}

#contactNumbersList .badge,
#emailsList .badge {
  font-size: .9em;
  padding: .5rem .75rem;
  cursor: default;
  display: inline-flex;
  align-items: center;
  font-weight: 500
}

#contactNumbersList .badge i,
#emailsList .badge i {
  margin-left: 6px;
  transition: transform .2s
}

#facultyTable td:nth-child(3),
#facultyTable th:nth-child(3) {
  width: 20% !important;
  max-width: 200px !important
}

#facultyTable td:nth-child(4),
#facultyTable td:nth-child(7),
#facultyTable td:nth-child(8),
#facultyTable th:nth-child(4),
#facultyTable th:nth-child(7),
#facultyTable th:nth-child(8) {
  width: 10% !important;
  max-width: 120px !important
}

#facultyTable td:nth-child(5),
#facultyTable th:nth-child(5) {
  width: 18% !important;
  max-width: 200px !important
}

#facultyTable td:nth-child(6),
#facultyTable th:nth-child(6) {
  width: 18% !important;
  max-width: 180px !important
}

#facultyTable td:nth-child(9),
#facultyTable th:nth-child(9) {
  width: 8% !important;
  max-width: 100px !important
}

.nav-tabs-bordered .nav-link {
  padding: .75rem 1.5rem
}

.nav-tabs-bordered .nav-link.active {
  background-color: #f8f9fa;
  border-bottom: 3px solid #0d6efd
}

#filingModal.new-modal {
  --bs-modal-width: 1140px
}

#filingModal .modal-body,
#publishModal .modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto
}

#filingTable td:nth-child(5),
#filingTable th:nth-child(5) {
  width: 30% !important
}

.badge-tender {
  background-color: #0d6efd !important
}

.badge-consultancy {
  background-color: #6f42c1 !important
}

.badge-quotation {
  background-color: #fd7e14 !important
}

.badge-career {
  background-color: #198754 !important
}

.badge-training {
  background-color: #0dcaf0 !important
}

.badge-event,
.badge.bg-cancelled {
  background-color: #dc3545 !important
}

.badge-others,
.badge.bg-walk-in {
  background-color: #6c757d !important
}

.file-preview-item {
  display: inline-flex;
  align-items: center;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 5px;
  font-size: .875rem
}

.file-preview-item .remove-file {
  margin-left: 8px;
  cursor: pointer;
  color: #dc3545
}

.conditional-fields {
  display: none;
  transition: .3s
}

.conditional-fields.show {
  display: block
}

.subject-text {
  max-width: 300px;
  overflow: hidden
}

.file-list-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 4px;
  margin-bottom: 8px
}

.file-list-item i {
  margin-right: 10px;
  font-size: 1.2rem
}

.file-list-item .file-name {
  flex-grow: 1
}

.file-list-item .file-actions a {
  margin-left: 10px
}

.icon-success {
  color: #198754
}

.icon-success:hover {
  color: #146c43;
  background-color: rgba(24, 172, 103, .62)
}

.conditional-publish-fields {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
  background-color: #f8f9fa;
  transition: .3s
}

.conditional-publish-fields.show {
  display: block !important
}

.new-card {
  position: relative;
  overflow: visible
}

.badge.bg-pending {
  background-color: #ffc107 !important;
  color: #000 !important
}

.badge.bg-paid {
  background-color: #28a745 !important
}

.badge.bg-online {
  background-color: #007bff !important
}

.modal-body .row .col-sm-4,
.modal-body .row .col-sm-5 {
  font-weight: 600;
  color: #495057
}

.modal-body .card {
  border: 1px solid #e0e0e0
}

.modal-body .card-title {
  color: #2c3e50;
  border-bottom: 2px solid #3498db;
  padding-bottom: 8px;
  margin-bottom: 15px
}

.clickable-card {
  transition: .3s;
  cursor: pointer
}

.clickable-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.clickable-card.active {
  border: 2px solid #0d6efd;
  background-color: rgba(13, 110, 253, .05)
}

.pending-chip {
  background: rgba(255, 193, 7, .15);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: .85rem;
  font-weight: 600
}

.icon-business-process {
  background-color: #0dcaf0
}

.icon-view {
  background-color: #0d6efd
}

.modal.modal-backdrop-gray {
  background-color: rgba(0, 0, 0, .5) !important
}

.modal.modal-backdrop-gray .modal-dialog {
  position: relative;
  z-index: 1
}

@media (max-width:991px) {
  .filters-row .form-label {
    font-size: .85rem
  }
}

@media (max-width:1199px) {

  #footer,
  #main {
    margin-left: 0
  }

  .toggle-sidebar #footer,
  .toggle-sidebar #main {
    margin-left: 300px
  }
}
.select2-selection__choice__display{
  color:#000;
}