/**
* Template Name: NiceAdmin
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  scroll-behavior: smooth;
  --themecolor: #F37029;
  --themetextcolor:#666666;
}
html, body{position: relative;min-height: 100vh;overflow-x: hidden;}
.admin-body{
  font-family: "Poppins", sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(244, 246, 247, 1);
  color: #444444;
  border-top-left-radius: 6px;
}
.frontend-body {
    font-family: "Poppins", sans-serif;
    color: #444444;
    
}
.mainContent{padding-bottom:65px;}
a {
  color: var(--themecolor);
  text-decoration: none;
}

a:hover, .btn-link:hover{
  color: #b94507;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top:90px;
  padding: 20px 30px;
  transition: all 0.3s;
  padding-bottom: 65px;
  background: #FFF;
  min-height: calc(100vh - 168px);
  box-shadow: 0px 0px 30px 0px rgba(1, 41, 112, 0.1);
  border-top-left-radius:10px;;
}

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

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.pagetitle .text-start{    display: flex;
    align-items: center;}
.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight:700;
  color:rgba(51, 51, 51, 1);
  margin-top: 5px;
  display: inline;
}
.filer-sec{justify-content: flex-end;}
.pagetitle .btn-outline-secondary {
  height: auto;
  padding: 5px 20px;
    font-size: 15px;
        white-space: nowrap;
}

.pagetitle.filer-sec.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 64%;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--themecolor);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.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;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

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

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

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

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

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
  border-bottom:1px solid #E6E6E6;
}

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

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@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;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.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 */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

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

.card-title {
  padding: 15px 0 10px 0;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  color: #333;
  font-family: "Poppins", sans-serif;
}

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

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

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

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

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

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

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

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

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

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

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

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #666666;
  font-weight: 600;
}

.breadcrumb a {
  color: #666666;
  transition: 0.3s;
}

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

.breadcrumb .breadcrumb-item::before {
  color: #666666;
}

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

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

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

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: var(--themecolor);
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: var(--themecolor);
  border-bottom: 2px solid var(--themecolor);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
  padding:15px 10px;
  background: #FFF;;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}

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

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
 font-family: "Poppins", sans-serif;
}

.header {
  transition: all 0.5s;
  box-shadow: 0px 4px 14px 0px #0000000D;
  border-bottom: 1px solid #E6E6E6;
  background: #FFF;
  z-index: 9;
}
.headerLogo{border-right: 1px solid #DDD;width: 260px;padding-right:20px;min-height: 80px;}

.header .toggle-sidebar-btn {
  font-size:26px;
  padding-left: 10px;
  cursor: pointer;
  color:#666;
  margin-left: 20px;
  position: relative;
    right: -65px;
}

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

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

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

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

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

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

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

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

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

.header-nav .nav-icon {
  font-size: 22px;
  color: #FFF;
  margin-right: 25px;
  position: relative;
}
.header-nav .nav-profile img {
      height: 50px;
    width: 50px;
}

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

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

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

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.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 .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

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

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

.header-nav .messages .message-item a {
  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: #444444;
}

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

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

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

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

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding:20px 15px;
  transition: 0.3s;
}

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

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

.theme-table{    border: 1px solid #E6E6E6;}
.theme-table tr th{background-color:#F7F6F6;color:#333;padding: 12px;font-weight: normal;}
.theme-table tr td{padding: 12px;}
.profile-overview .row{padding:10px 0;}
.session-attendee-card .attendees-table{
    text-align: center;
}
.session-attendee-card .btn{white-space:nowrap;}
.attendees-table th {
    background: #f9fafb;
    color: #6b7280;
}
.attendees-table td {
    vertical-align: middle;
}
.attendees-table .name.highlight {
    color: #f97316;
    font-weight: 500;
}

/* Check-in status */
.status.checked {
    background: #ecfdf3;
    color: #16a34a;
    padding: 5px 18px;
    border-radius: 20px;
    font-size: 12px;
    border:1px solid #16a34a;
}

/* Check-in button */
.checkin-btn {
    background: #f97316;
    color: #fff;
    border: none;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top:80px;
  left: 0;
  bottom: 0;
  width: 260px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px 20px 20px 10px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

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

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

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left:270px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

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

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

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

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

.sidebar-nav .nav-item {
  margin-bottom: 5px;
  border-radius: 15px;
  overflow: hidden;
}

.sidebar-nav .nav-heading {
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  margin:0 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--themecolor);
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
  border-left: 2px solid transparent;
  font-weight: 500;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: var(--themecolor);
}

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

.sidebar-nav .nav-link.collapsed i {
  color: #333;
}

.sidebar-nav .nav-link:hover i {
  color: var(--themecolor);
}

.sidebar-nav .active, .sidebar-nav .nav-link:hover {
  color: var(--themecolor) !important;
  background: #FEF1EA !important;
  border-color: var(--themecolor);
}

.sidebar-nav .active i{
  color: var(--themecolor) !important;
}

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

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

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

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

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

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: var(--themecolor);
}

.sidebar-nav .nav-content a.active i {
  background-color: var(--themecolor);
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

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

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: var(--themecolor);
}

.dashboard .filter .dropdown-header {
  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 .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  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: var(--themecolor);
  background: #f6f6fe;
}

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

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

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.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;
}

/* News & Updates */
.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: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: var(--themecolor);
}

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

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

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

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

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

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

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

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.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: 0.25rem;text-align: center;color: #012970;padding: 15px 0;}
.iconslist i {margin: 0.25rem;font-size: 2.5rem;}
.btn-outline-secondary{border-color:#DBDBDB;padding:10px 20px;}
.btn-outline-secondary:hover, .btn-outline-secondary:focus{background: var(--themecolor);border-color:var(--themecolor);}
.iconslist .label {font-family: var(--bs-font-monospace);display: inline-block;width: 100%;overflow: hidden;padding: 0.25rem;font-size: 12px;text-overflow: ellipsis;white-space: nowrap;color: #666;}
.evaDropDown .dropdown-toggle::after{display: none;}
.evaDropDown .dropdown-menu.show{    left: -100px !important;padding: 10px;width:250px;border-radius: 10px;}
.evaDropDown .dropdown-menu li{display: flex; align-items: center;}
.evaDropDown .dropdown-menu li:last-child a{border-bottom:none;}
.evaDropDown .dropdown-menu .rightAlign{position: absolute;right: 20px;}
.evaDropDown .dropdown-menu .form-check.form-switch{padding-left:0 ;}
.nowarp{white-space:nowrap;}
.evaDropDown .dropdown-menu .iconBg {background: #F6F5F9;text-align: center;padding: 5px;margin-right: 15px;border-radius: 100%;padding-left: 8px;}
.evaDropDown .dropdown-menu .iconBg i{margin-right: 0;}
.rightElements{display: flex !important;align-items: center;}
.rightElements a {font-size:16px;font-weight: 500;margin-right: 20px;border-right: 1px solid #DDD;padding-right: 20px;display: flex;align-items: center;}
.rightElements a i{font-size: 30px;margin-right: 10px;}
.alignTopHeader{padding-top: 5%;position: relative;}
.alignTopHeader .email-module__header{position: absolute;width: 100%;top:4%;margin-bottom:0 !important;}
.alignTopHeader .email-module__title{font-weight: bold;}
.alignTopHeader .email-module__tabs{border-bottom: 2px solid #E6E6E6;}
.alignTopHeader .nav-link{border:none}
.alignTopHeader .nav-link.active{border-bottom:5px solid var(--themecolor)}
.alignTopHeader .btn-primary{padding:10px 15px;}
.tab-content.active#event, .tab-content.active#organization, .tab-content.active#role{max-height: 50vh;overflow-y: auto;}
/*--------------------------------------------------------------
# Profie Page
-------------------------------------------------------------*/
.profile-card {background: #fbf6f3;padding: 20px;border-radius: 10px;display: flex;position: relative;width: 100%;align-items: center;justify-content: space-between;}
.profile-card .profileCard, .profile-card .profile-qrCode{display: flex;align-items: center;}
.profile-card .profile-qrCode img{max-width: 100px;margin-left:20px;}
.profile .profile-card h2 {font-size: 24px;font-weight: 700;color: #2c384e;margin: 10px 0 0 0;}
.profile .icon{background: #FFEED9;margin-right: 15px;border-radius: 100px;}
.profile .profile-card h3 {font-size: 18px;}
.profileColumn .row {display: flex;flex-direction: column-reverse;padding: 15px;border: 1px solid #E6E6E6;width: 99%;margin-bottom:5% !important;border-radius: 8px;font-size: 18px !important;color: #333333;}
.profileColumn .row div{width: 100%;}
.profileColumn .row div.col-lg-8.col-md-8{overflow: hidden;text-overflow: ellipsis;}
.profile .profile-card .social-links a {font-size: 20px;display: inline-block;color: rgba(1, 41, 112, 0.5);line-height: 0;margin-right: 10px;transition: 0.3s;}
#badge{box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);margin:10px auto 30px auto;}
.profile .profile-overview .row {margin-bottom:5px;font-size: 15px;}
.profile .profile-overview .card-title {color: #012970;}
.profile .profile-overview .label, .profile .profile-edit label  {font-size: 15px;color: #666;width: 100% !important;}
.profile .profile-edit label b{font-weight:normal !important;}
.profile .profile-edit img {max-width: 120px;}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {font-size: 18px;font-weight: 600;color: var(--themecolor);}
.faq .basic p {color: #6980aa;}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {padding: 28px 30px;}
.contact .info-box i {font-size: 38px;line-height: 0;color: var(--themecolor);}
.contact .info-box h3 {font-size: 20px;color: #012970;font-weight: 700;margin: 20px 0 10px 0;}
.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:animate-loading 1s linear infinite;
}
.contact .php-email-form input,.contact .php-email-form textarea {border-radius: 0;box-shadow: none;font-size: 14px;border-radius: 0;}
.contact .php-email-form input:focus,.contact .php-email-form textarea:focus {border-color: var(--themecolor);}
.contact .php-email-form input {padding: 10px 15px;}
.contact .php-email-form textarea {padding: 12px 15px;}
.contact .php-email-form button[type=submit] {background: var(--themecolor);border: 0;padding: 10px 30px;color: #fff;transition: 0.4s;border-radius: 4px;}
.contact .php-email-form button[type=submit]:hover {background: #5969f3;}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {padding: 30px;}
.error-404 h1 {font-size: 180px;font-weight: 700;color: var(--themecolor);margin-bottom: 0;line-height: 150px;}
.error-404 h2 {font-size: 24px;font-weight: 700;color: #012970;margin-bottom: 30px;}
.error-404 .btn {background: #51678f;color: #fff;padding: 8px 30px;}
.error-404 .btn:hover {background: #3e4f6f;}

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {padding: 20px 0;font-size: 14px;transition: all 0.3s;position: absolute;width: 99vw;bottom: 0;margin: 0 !important;background: #FFF;}
.footer .copyright {text-align: center;color: #012970;}
.footer .credits {padding-top: 5px;text-align: center;font-size: 13px;color: #012970;}
#spinner-div {  position: fixed;  display: none;  width: 100%;  height: 100%;  top: 0;  left: 0;  text-align: center;  background-color: rgba(255, 255, 255, 0.8);  z-index: 2;}
.disabled{cursor: not-allowed !important;pointer-events: none !important;}
.loginPage{display: flex;min-height:calc(100vh - 146px)}
.loginForm {width: 50%;display: flex;align-items: center;justify-content: center;}
.loginInfo p {font-weight: 300;line-height: 30px;}
.loginImage{width: 50%; background-color: var(--themecolor);display: flex;align-items: center;justify-content: center;background-image: url(../img/loginBg.png);background-repeat: no-repeat;background-position: bottom center;background-size:100%;}
.login_box{padding: 30px 20px;border-radius:10px;width:70%;max-width: 100%;}
.loginInfo {text-align: left;padding: 20%;color: #FFF;}
.loginInfo h1{font-size:3.5em;font-weight: bold;margin-bottom:0.5em;}
.input-group-text{border-radius:10px 0 0 10px;padding: .885rem 1rem; background:#FFF;border-right:none !important;}
.input-group .form-control{border-radius:0 10px 10px 0 !important; border-left:none !important;}
.input-group .input-group-prepend{position: relative;}
.theme-color{color:var(--themecolor);}
.theme-button{background: var(--themecolor);border: 2px solid var(--themecolor);padding:10px 25px;font-size: 15px;color:#FFF;border-radius:10px;font-weight: normal !important; cursor: pointer;line-height: 2;}
.theme-button:hover, .theme-button:focus{ color: var(--themecolor);background:#FFF;border: 2px solid var(--themecolor);}
.theme-button.disabled{background:var(--themecolor) !important;color: #FFF;border-color: var(--themecolor) !important;}
#toggle-password{    position: absolute;right: 20px;top: 15px;z-index: 9999;cursor: pointer;}

.theme-button-secondary{border: 2px solid var(--themecolor);padding:10px 25px;font-size: 18px; color: var(--themecolor);}
.theme-button-secondary:hover, .theme-button-secondary:focus{background: var(--themecolor);border: 2px solid var(--themecolor);color:#FFF;}
.btn-block .btn {width: 48%;}
.user-action-btn{background: none;border: none;}

.text-xs {font-size: 14px !important;}
.input-group .input-group-prepend::before{position: absolute;content:"";width: 1px;height: 60%;background: #E6E6E6;right: 0;z-index: 99;bottom: 0;top: 0;margin: auto;}
.form-control, .form-select{min-height:48px;border-radius:8px;border-color:#E6E6E6;}
.hide{display: none !important;}
select#userOrgChange {position: absolute;width: 300px;top: 15px;left: 280px;}
.btn-primary{background:var(--themecolor);border-color:var(--themecolor);font-size: 16px;}
.btn-primary:hover, .btn-primary:focus{background:#FFF !important;color: var(--themecolor);border-color:var(--themecolor) !important;}
.btn-primary:hover, .btn-primary:focus, #qr-reader button.html5-qrcode-element:hover, #qr-reader button.html5-qrcode-element:focus{background:#2e6cb7;border-color:#2e6cb7;}
#qr-reader button.html5-qrcode-element{background:#3A4A5D;border-color:#3A4A5D;padding:12px 20px;font-size: 16px;color: #FFF;border-width:1px;border-radius:4px;margin-bottom: 20px;}
#html5-qrcode-anchor-scan-type-change{margin-bottom:20px;    display: inline-block;}
.imageContainer {padding: 10px;border-right: 1px solid #e7e3e3;display: flex;align-items: center;}
.imageContainer img{max-height:60%;}

.eventListing {min-height: 200px;    border: 1px solid #E6E6E6; box-shadow: 0px 0px 24px 0px #0000000D;border-radius: 20px;overflow: hidden;margin-bottom: 20px;display: flex;flex-direction: column;justify-content: space-between;position: relative;}
.eventListing .btn-link{position:absolute;height: 100%;width:100%;left:0;top: 0;z-index:9;}
.eventListing .btn-link .bi-arrow-right{position: absolute;right: 20px;bottom: 10px;}
.eventListing .icon .btn-circle{position: relative;z-index: 99;}
.eventListing:hover{border-color:#bebdbd;}
.eventListing:hover .btn-primary{background:#2e6cb7;border-color:#2e6cb7;}
.attendee_list tbody tr td:nth-child(6){padding-right:5% !important;}
.checkinSearch .searchCheckIn .card{border-radius: 20px;border: none;background:url(../img/Bg.png);;position: relative;background-size: cover;}
.checkinSearch .card{border: 1px solid #E6E6E6;border-radius:20px;padding:20px;box-shadow: none;background: url(../img/cardBg.png), linear-gradient(145.89deg, #E9EAFC -27.91%, #F6F7FB 70%);}
.checkinSearch .card .card-body{padding:0;}
.checkinSearch .card.themeGreen{background:url(../img/cardBg.png), linear-gradient(167.72deg, #E1F3D9 -37.41%, #FDFFFD 58.83%) !important;}
.inputSlide{position: absolute;top: 24px; left: 40px;}
.checkinSearch .form-control.hideinputslider+.inputSlide{display: none !important;}
.checkinSearch .form-control.hideinputslider+.inputSlide+.searchBtn{z-index:999;}
p.textSliderp {height:30px;float: left;margin-right: 0.3em;margin-top: 0px;color:#666666;}
b.textSliderb {float: left;overflow: hidden;position: relative;height: 30px;color:#666666;}
span1.textSliderSpan {display: inline-block;color:#666666;position: relative;white-space: nowrap;top: 0;left: 0;-webkit-animation: move 6s;
-webkit-animation-iteration-count: infinite;-webkit-animation-delay: 1s;padding-left: 10px;font-weight: normal;}
.checkinSearchContainer .checkinSearch{display: flex;}
.checkinSearchContainer .checkinSearch .checkinSearchBox{flex: 1;}
.ZebraDialog_Buttons a{background:var(--themecolor);border-radius: 6px;border:2px solid var(--themecolor);}
.ZebraDialog_Buttons a:hover, .ZebraDialog_Buttons a:focus, .ZebraDialog_Buttons a:active{outline: none;background:white;color: var(--themecolor);}
.filter-modal .filter-content .row-item span{width:95%;}

@keyframes move {
0%  { top: 0px; }
20% { top: -20px; }
40% { top: -46px; }
}
.checkinSearch {position: relative;margin-top: 10px;margin-bottom: 10px;background: #FFFF;border-radius: 40px;}
.checkinSearch .form-control{min-height: 70px;border-radius: 70px;padding-left:30px;background: transparent;position: relative;z-index:9;}
.checkinSearch .form-control:hover .inputSlide{opacity: 0;}
.searchBtn{position: absolute;top: 12px;right: 30px;font-size: 2.5em !important;color: #bdb4b4;}


.inputSlide p{margin:0;}
.eventDetails .btn.btn-primary{    padding: 6px 12px;border-radius: 4px;position: absolute;right: 15px;bottom: 15px;}
.eventDetails .icon{margin-bottom: 10px;color:#666;padding-left: 25px;position: relative;}
.eventDetails .icon i.bi{margin-right:5px;position: absolute;left: 0px;}
.eventDetails .bx{font-size: 18px;}
.eventDetails .card-title{padding-top: 20px;}
#qr-reader{border: none !important;}
.homeRightText{display:flex;align-items: center;}
.eventListing .eventDetails{    display: flex;align-items: center;padding: 15px;}
.eventListing .eventDetails .eventImage{border: 0.78px solid #E6E6E6;box-shadow: 0px 0px 24px 0px #00000014;border-radius:8px;width:100px;height:100px;text-align: center;align-items: center;display: flex;justify-content: center;}
.buttonAction {background: #F9F9F9;padding:15px;border-radius: 0 0 20px 20px;    display: flex;justify-content: space-between;align-items: center;}
.buttonAction .btn-link i{font-size:25px;}
.btn-circle{border: 1px solid #E6E6E6;border-radius:90px;font-weight: bold;color: var(--themecolor);    padding: 6px 20px;background: #FFF;margin: 5px;}
.btn-circle:hover, .btn-circle:focus{background: var(--themecolor);color: #FFF;}
.loginRow{padding-top:10%;}
.section.profile form{display: flex;align-items: center;}
.no-flex{display: inherit !important;}
.attendeeInformation .label{position:relative;}
.attendeeInformation .label::before{content:":";position:absolute;right:0;top:-4px;font-size:20px;}
.checkinStarted{    display: flex;min-height: calc(100vh - 165px);}
.homeLeftImage {display: flex;align-items: center;}
.dataTable, .datatable, .datatable-table{border: 1px solid #E6E6E6; border-bottom: none;}
.dataTable thead th, .datatable thead th, .datatable-table thead th{background: #F7F6F6;padding: 15px !important;font-size: 14px;color: #333;font-weight: 500;}
.dataTable tr, .dataTable td, .datatable tr td, .datatable-table tr td{border-color:#E6E6E6;}
.dataTable td, .datatable tr td{padding: 15px 10px !important;font-size:14px;color: #333333;}
.dataTable tr:hover{background: #000 !important;}
.btnCount {    background: #FFF !important;
    border: 1px solid #DDD;
    border-radius: 23px;
    text-align: center;
    padding:6px 10px;
    display: inline;}
.btnCount .badge {position: relative;top: -1px;left: 2px;border-radius: 100%;padding: 6px;}
.btn-link{padding: 3px 15px;font-weight: bold;}

.badge{font-weight:normal;padding:7px 29px;font-size: 14px;border-radius:20px;}
.bg-success{ background: #DBFFEA !important;border:1px solid #219653 !important;color:#219653 !important}
.bg-success:hover, .bg-success:focus{background:#219653 !important;color:#FFF !important}
.bg-danger{background: #FFEAEA !important;border:1px solid #E53935 !important;color:#E53935 !important}
.bg-danger:hover, .bg-danger:focus{background:#E53935 !important;color:#FFF !important}
.bg-warning{background: #FFF5EA !important;border:1px solid #FFA93F !important;color:#FFA93F !important}
.bg-warning:hover, .bg-warning:focus{background:#FFA93F !important;color:#FFF !important}
.bg-primary{background: #E0ECFF !important;border:1px solid #3B82F6 !important;color:#3B82F6 !important}
.bg-primary:hover, .bg-primary:focus{background:#3B82F6 !important;color:#FFF !important}
.bg-info{background: #E0ECFF !important;border:1px solid #3B82F6 !important;color:#3B82F6 !important}
.bg-info:hover, .bg-info:focus{background:#3B82F6 !important;color:#FFF !important}

.color-success{ color: #19AD6F !important;}
.color-primary, .text-primary{color:var(--themecolor) !important;}
.color-danger{color: #FF4141 !important;}
.color-warning{color: #d4b503 !important;}

ul.parsley-errors-list {list-style: none;padding: 0;color: #de535e; margin-bottom: 0px;}
.top-bar{padding-top:45px}
.top-bar .fixed-top{top:45px}
.top-bar .sidebar{top:125px;}
.tab_bar {background: #FFF;position: fixed;top: 0;width: 100%;padding:12px 0; z-index:99;border-bottom: 1px solid #f1f1f1;}
.tab_bar h2{margin-bottom:0;color: #3a4a5d;font-weight: 700;font-size: 18px;}
.certificate-text-top-toolbar{justify-content: space-between;}
.certificate-text-top-toolbar .btn-primary{padding:5px;font-size:14px;width:30px;height:30px;border-radius: 4px;min-height:1px}
.certificate-text-top-toolbar .form-control{min-height:1px}
.certificate-text-top-toolbar  #fontSizeInput{max-width:50px;padding:4px;}
.certificate-text-top-toolbar  #fontSizeInputBack{max-width:50px;padding:4px;}
#fontFamilySelect{width:50%}
#fontFamilySelectBack{width:50%}
.email-module__tabs .nav-link.active{color:var(--themecolor)  !important}
.notActive {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top:6% ;
}
.notActive img{max-height:200px;}
.notActive h3{color: #666;font-size: 20px;}
/* loader animation */
.spinner-border {
  border: none !important;
  border-radius: 0 !important;
  height: 10rem !important;
  width: 10rem !important;
  -webkit-animation: spinner-border 1.5s linear infinite !important;
  animation: spinner-border 1.5s linear infinite !important;
}

/* Site Preloder */
.preloder-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, .8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner-border {
  border: none;
  border-radius: 0;
  height: 3rem;
  width: 3rem;
  -webkit-animation: spinner-border 1.5s linear infinite;
  animation: spinner-border 1.5s linear infinite;
}

.spinner-border img {
  width: 100%;
  height: 100%;
}
.element-border{
  border: 2px solid grey;
}

#gallery {
  display: flex;
  justify-content: center;
  align-items: center;
}

#gallery img {
  max-width: 100%;
  max-height: 100%;
}

#prev, #next {
  cursor: pointer;
  font-size: 20px;
}

#gallery .prev, #gallery .next {
width: 20%;
text-align: center;
}

.imgSection {
  width: 100%;
  text-align: center;
}
#gallery .imgSection img {
  max-width: 600px;
}

.disabled-link {
    pointer-events: none; /* disables clicks */
    opacity: 0.65;
    cursor: not-allowed;
    background-color: #e9ecef;
}

.required{
  color: red;
  font-weight:500;
}


.tRight {
    justify-content: end;
    display: flex;
}

.tRight input#is_signup_enabled {
    margin-right: 7px;
}

.cstmBrdr {
    border-bottom: #eee solid 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.checkOptionBtn a.btn.btn-default.add_new_attendee {
    margin-right: 13px;
    border: 2px solid;
}

.checkOptionBtn a.btn.btn-default:hover {
    background: #2e6cb7;
    border-color: #ffffff;
    color: #ffffff;
}

.checkOptionBtn a.btn {
    min-width: 180px;
}

.checkOptionBtn {
    text-align: right;
    padding-top: 40px;
}

.viewOptionBtn a.btn {
    min-width: 160px;
}
#addUserModal button.btn-close.text-end, #add_new_guest_modal button.btn-close.text-end, #orgSetupModal .btn-close{
    position: absolute;
    right: -6px;
    top: -4px;
    font-size:40px;
}
#add_new_guest_modal .modal-content{padding:25px}
#add_new_guest_modal .modal-content label, #orgSetupModal .modal-content label{font-weight: 600;margin-bottom: 10px;}
#add_new_guest_modal .modal-content .col-6.my-2{margin:15px 0 !important;}
#addUserModal a#resend_code {
    display: block;
    text-align: center;
}

#addUserModal a#verify_code {
    min-width: 150px;
} 

p.card-text.dontAccess {
    font-size: 15px;
    margin-top: 15px;
}

.code-input {
      display: flex;
      gap: 10px;
      justify-content: center;
      align-items: center;
    }

    .code-input input {
      width: 50px;
      height: 60px;
      font-size: 2rem;
      text-align: center;
      border: 2px solid #ccc;
      border-radius: 8px;
      outline: none;
      transition: border-color 0.2s;
    }

    .code-input input:focus {
      border-color: #007bff;
    }

  .input-with-text-icon {
    position: relative;
  }

  .input-with-text-icon input {
    padding-right: 8rem; /* Space for "Paste link" text + icon */
  }

  .input-with-text-icon .input-label {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #0d6efd;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    /* gap: 5px;
    cursor: pointer; */
    user-select: none;
  }

  #addUserModal div .bx-arrow-back{
    position: absolute;
    left: 9px;
    top: 3px;
    font-size: 26px;
}

.is_add_guest_enabled_msg{
  font-size: 15px;
  font-weight: 300;
  color: #a52a2a;
}

 #registrant_link {
    position: relative; /* parent must be relative for absolute child */
}

#registrantList {
    position: absolute;
    top: 100%; /* place right below input */
    left: 0;
    right: 0;
    z-index: 1000;
    max-height: 200px; /* optional scroll */
    overflow-y: auto;
}
.th-bg{background:#EDF5FF;border-top: 1px solid #dee2e6;}
/** Event setting page css */
.event-settings .settings-item {
    background: #ffffff;
    border-radius:8px;
    padding: 25px;
    margin-top:30px;
    margin-bottom:30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 24px 0px #0000000D;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: 1px solid #E6E6E6
}

.event-settings .settings-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.event-settings .settings-icon {
    font-size: 18px;
    color: #666666;
    margin-right: 12px;
}

.event-settings .settings-text {
    font-size: 15px;
    font-weight: 500;
    color: #212529;
}

.event-settings .arrow-icon {
    font-size: 16px;
    color: #666666;
}


.color-dark, .nav-link{color: #666;}
.color-dark:hover, .color-dark:focus, .nav-link:hover, .nav-link:focus{color:var(--themecolor);}
.field-map-css {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.event-settings-language .language-row {
    margin-bottom: 20px;
}

.event-settings-language .language-label {
    color: #666;
    margin-bottom: 6px;
    background: #FFF;
    position: relative;
    top: 10px;
    display: inline;
    padding: 5px;
    left: 10px;
    font-size: 12px;
    z-index: 99;
}

.event-settings-language .language-box {
    background: #FFF;
    border-radius: 8px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    width: 94%;
    border: 1px solid #E6E6E6;
    position: relative;
}
.language-actions {
    position: absolute;
    right: -15px;
}

.event-settings-language .language-input {
    flex: 1;               /* important */
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: #212529;
}

.event-settings-language .language-actions i {
    font-size: 15px;
    color: var(--themecolor);
    margin-left: 12px;
    cursor: pointer;
    transition: color 0.2s ease;
}
 .event-settings-language .language-actions i.undo-text{color: #666;font-size: 20px;
    position: relative;
    left: 8px;}
.event-settings-language .language-actions i:hover {
    color: #0d6efd;
}

.event-settings-language .footer-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}

.event-settings-language .preview-link {
    font-size: 14px;
    color: #0d6efd;
    text-decoration: none;
}

.event-settings-language .preview-link:hover {
    text-decoration: underline;
}

.event-settings-language .save-btn {
    padding: 8px 22px;
    font-size: 14px;
    border-radius: 8px;
}

.event-theme {
    background: #ffffff;
    padding: 24px;
}

/* Color picker box */
.event-theme .theme-color-box {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #e9ecef;
    padding: 10px 12px;
    border-radius: 8px;
}

.event-theme .theme-color-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
}

.event-theme .theme-reset {
    font-size: 13px;
    color: #0d6efd;
    text-decoration: none;
}
.mr-2{margin-right: 20px;}
.mr-1{margin-right: 10px;}
.event-theme .theme-color-picker {
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 7px 0px #00000040;
    border-radius: 4px;

}

/* Upload box */
.event-theme .theme-upload-box {
    position: relative;
    border: 2px dashed #dee2e6;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.event-theme .theme-upload-box i {
    font-size: 26px;
    display: block;
    margin-bottom: 8px;
}

/* Hidden file input */
.event-theme .theme-file-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

/* Note */
.event-theme .theme-note {
    background: #fff9db;
    color: #664d03;
    font-size: 13px;
    padding: 10px 12px;
    border-radius: 6px;
    margin-top: 10px;
}

/* Footer */
.event-theme .theme-footer {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.event-theme .theme-preview {
    font-size: 14px;
    color: #0d6efd;
    text-decoration: none;
}

.event-setting-dev {
    margin: auto;
}

/* Card */
.event-setting-dev .setting-card {
    background: #fff;
    border-radius: 10px;
    padding:20px 0;
    margin-bottom: 20px;
    border: 1px solid #E6E6E6
}

/* Title */
.event-setting-dev .setting-title {
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.fieldMapping .btn-outline-secondary{border: 1px solid #E6E6E6;color: #999999; border-radius:40px;padding:10px 25px !important}
.fieldMapping .btn-outline-secondary.eva-active, .fieldMapping .btn-outline-secondary:hover{background: var(--themecolor)1A;color:var(--themecolor);border-color:var(--themecolor);}
.fieldMapping .btn-outline-secondary::after{display: none;}
.evaFieldMapping {padding: 5px 12px;}
.evaFieldMapping .bg-light{background-color: #EDF5FF;}
.evaFieldMapping .sortable-row:last-child .border-bottom{border:none !important;padding-bottom:0 !important;}
.w-95{width:95% !important;}
.profileImage{display:flex ;align-items: center;position: relative;}
.profileImage img{width: 100px;height: 100px;border-radius: 100%;margin-right: 20px;}
.profileImage input[type="file"]{    opacity: 0;
    position: absolute;
    height: 30px;
    left: 65px;
    top: -10px;
    width: 40px;
    padding: 0;
    z-index: 99;}
.uploadIcon {
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px;
    border-radius: 100%;
    background: var(--themecolor);
    color: #FFF;
    line-height: 20px;
    position: absolute;
    left: 70px;
    top: 0;
}
/* Row */
.event-setting-dev .setting-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
    padding: 0 15px;
}
.event-setting-dev .setting-row:last-child {
    margin-bottom:0px;
}
/* Disabled */
.event-setting-dev .setting-row.disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* 🔹 Toggle Switch */
.event-setting-dev .form-switch .form-check-input {
    width: 42px;
    height: 22px;
    border-radius: 50px;
    cursor: pointer;
}

/* 🔹 Custom Round Radio */
.event-setting-dev .round-radio {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #dd570f;
}
.button-group li:first-child .nav-link{margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;}
.button-group li:last-child .nav-link{border-top-left-radius: 0;
    border-bottom-left-radius: 0;}  

/* Radio alignment */
.event-setting-dev .radio input {
    margin-left: auto;
}

/* Footer */
.event-setting-dev .setting-footer {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.event-setting-dev .preview-link {
    font-size: 14px;
    color: #0d6efd;
    text-decoration: none;
}

.select2-container .select2-search--inline .select2-search__field {
  height: 21px;
}


.upload-preview-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 16px;
    background: #fff;
}

.upload-image-wrapper {
    position: relative;
    width: 64px;
    height: 64px;
    border: 1px solid #e5e7eb;
}

.upload-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.remove-image {
    position: absolute;
    top: -8px;
    left: 49px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #111827;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
}

.opacity-wrapper {
    width: 100%;
    margin: 0 auto;
}

.opacity-header {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
}

.opacity-range {
    display: flex;
    align-items: center;
    gap: 12px;
}

.opacity-label {
    font-size: 12px;
    color: #999;
    min-width: 28px;
    text-align: center;
}
.btn-50 .btn{width:48.5%;}
.btn-50 .btn-outline-secondary{border-color: var(--themecolor);color: var(--themecolor);}
.form-check-input:checked {
    background-color: var(--themecolor);
    border-color: var(--themecolor);
}
.form-check-input:checked+label{color:var(--themecolor)}
/* Range input */
#opacityRange {
    -webkit-appearance: none;
    width: 100%;
    height:2px;
    background: #ddd;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    background:var(--themecolor);
}

/* Chrome / Edge / Safari thumb */
#opacityRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #f37021; /* orange */
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

/* Firefox thumb */
#opacityRange::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #f37021;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

/* Firefox track */
#opacityRange::-moz-range-track {
    height: 4px;
    background: #ddd;
    border-radius: 4px;
}

/* Tabs wrapper */
.eva-tabs {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #e6e8f0;
    margin-bottom: 16px;
}

/* Tab */
.eva-tab {
    padding: 8px 0;
    font-size: 14px;
    font-weight: 500;
    color: #9aa0b4;
    cursor: pointer;
    position: relative;
}

/* Active tab */
.eva-tab.eva-active {
    color: #4c5cff;
}

/* Active underline */
.eva-tab.eva-active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #4c5cff;
}

/* Tab content */
.eva-tab-content {
    display: none;
}

/* Active content */
.eva-tab-content.eva-active {
    display: block;
}

.eva-tabs .actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.eva-tabs .add-more {
    color: #4c5cff;
    text-decoration: none;
    font-size: 14px;
}

.eva-tabs .btn-update {
    background: #a9b2ff;
    border: none;
    padding: 6px 16px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
}

.hide-show-fields .icon-box {
    display: inline-flex;
    align-items: center;
    gap: 11px;
}

.hide-show-fields .icon-box .icon {
    cursor: pointer;
    background-color: #dee5eb;
    color: #000;
    text-decoration: none;
    border-radius: 29%;
    height: 22px;
    width: 30px;
}

.hide-show-fields .icon-box i {
    font-size: 14px;
}

.drag-handle svg{
    height: 18px !important;
    width: auto;
    margin-right: 8px;
}

.status-drag-handle{
    height: 18px !important;
    width: auto;
    margin-right: 8px;
}

.session-list .session-card {
    border: 1px solid #E6E6E6;
    border-radius:8px;
    padding: 16px;
    margin-bottom: 16px;
    background-color: #fff;
    transition: box-shadow 0.2s;
}

.session-list .session-card h6{font-size: 18px;color: #333333;margin-bottom: 10px !important;}
  .session-list .session-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }
.session-list .session-card:hover .arrow i{color: var(--themecolor) !important;}
  .session-list .session-meta {
    font-size: 14px;
    color: #666;
    margin:6px 0
  }
  .session-list .session-meta i {
    margin-right: 10px;
}
.session-list .badge {font-weight: normal;
    padding: 7px 15px  !important;
    font-size: 14px;
    border-radius: 20px !important;}

.session-list .badge-live {border:1px solid #15DA2F !important;;color: #15DA2F !important;;background-color: #fff !important;;}
.session-list .badge-upcoming {border:1px solid var(--themecolor) !important;; color: var(--themecolor) !important;;background-color: #FFFAF6 !important;;}
.session-list .badge-past, .session-list .bg-secondary{border:1px solid #666 !important;;color: #666666 !important;;background-color: #fff !important;;}
.session-list .bg-warning{color: #FFA93F !important;
    border: 1px solid #FFA93F !important;
    background-color: #FFF !important;}


.session-list .text-success{color: #018349;}


.session-list .badge-outline {
  background-color: transparent;
  border: 1px solid;
  color: inherit;
}

.session-list .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.session-list .arrow i {
  display: block;
  line-height: 1;
  font-size: 20px;
  color: #adb5bd;
  }

/** Session Filter model*/
.filter-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 999;
}

.filter-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 740px;
  background: #fff;
  border-radius: 12px;
  z-index: 1000;
  box-shadow: 0 15px 45px rgba(0,0,0,.18);
}

/* Header */
.filter-modal .filter-header {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}

.filter-modal .filter-header h5 {
  margin: 0;
  text-align: center;
  font-weight: 600;
  color: #333;
}
.filer-sec a.btn-outline-secondary{padding-top: 10px;}
.filter-modal .filter-header i {
  justify-self: end;
  cursor: pointer;
  font-size: 40px;position: absolute;
}
.noBoxShadow, .modal .card{box-shadow: none !important;}
.noBoxShadow .card-body{padding-left:0;padding-right:0;}
.text-right{text-align:right;}
.select2-container--default .select2-selection--single{border-color: #dee2e6 !important;min-height:38px;padding-top: 5px;}
.select2-container--default .select2-selection--multiple{border-color: #dee2e6 !important;}


/* Body */
.filter-modal .filter-body {
  display: flex;
  border: 1px solid #f1f1f1;
  margin: 16px;
  border-radius: 10px;
  overflow: hidden;
}

/* Tabs */
.filter-modal .filter-tabs {
  width: 180px;
  background: #fafafa;
  border-right: 1px solid #eee;
}

.filter-modal .filter-tabs .tab {
  padding: 14px 16px;
  cursor: pointer;
  color: #999;
  border-right: 3px solid transparent;
}

.filter-modal .filter-tabs .tab.active, .filter-modal .filter-tabs .tab:hover, .filter-modal .filter-tabs .tab:focus{
  background: #fff;
  color: #f36f2b;
  border-right-color:#f36f2b;
  font-weight: 500;
  background-color: #FEF1EA;
}

/* Content */
.filter-modal .filter-content {
  flex: 1;
  padding: 16px;
}

.filter-modal .tab-content {
  display: none;
}

.filter-modal .tab-content.active {
  display: block;
}

/* Rows */
.filter-modal .row-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
}

/* Date */
.filter-modal .section-title {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
}

.filter-modal .date-row {
  display: flex;
  gap: 12px;
}

.filter-modal .date-input {
  position: relative;
  flex: 1;
}

.filter-modal .date-input i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.filter-modal .date-input input {
  width: 100%;
  padding: 8px 10px 8px 32px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

/* Footer */
.filter-modal .filter-footer {
  justify-content: space-between;
  padding: 16px 20px;
}
.filter-modal .filter-footer button{width: 49%;}
.filter-modal .btn-clear {
  border: 1px solid #f36f2b;
  background: #fff;
  color: #f36f2b;
  padding: 8px 28px;
  border-radius: 6px;
}

.filter-modal .btn-apply {
  background: #f36f2b;
  color: #fff;
  padding: 8px 36px;
  border-radius: 6px;
  border: none;
}
.filter-overlay,
.filter-modal {
  display: none;
}

.nav-pills .nav-link {
    background: #f1f3f9;
    color: #333;
    border-radius: 6px;
    margin-right: 5px;
}

.nav-pills .nav-link.active {
    background: #f36f2b;
    color: #fff;
}
input[type="checkbox"]{    height: 18px;
    width: 18px;}
    
/** emails Module*/
/* ============================= */
/* Email Module Scoped Styling   */
/* ============================= */

.email-log .email-module {background: #fff;padding: 24px;border-radius: 8px;}
.email-log .email-module__header {display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}
.email-log .email-module__actions {display: flex;gap: 15px;align-items: center;}
.email-log .email-module__search {width: 220px;}
.email-log .email-module .dropdown-menu {transition: none !important;animation: none !important;}
.global-email-dropdown {position: absolute;display: none;background: #fff;width: 200px;border-radius: 8px;box-shadow: 0 12px 30px rgba(0,0,0,0.15);padding: 8px 0;z-index: 99999;}
.global-email-dropdown.show {display: block;}
.global-email-dropdown .dropdown-item-custom {padding: 10px 16px;font-size: 14px;cursor: pointer;display: flex;align-items: center;}
.global-email-dropdown .dropdown-item-custom:hover {background: #f3f4f6;}
.email-log .email-action-btn {background: transparent;border: none;padding: 4px;font-size: 18px;color: #555;cursor: pointer;outline: none;box-shadow: none;}
.email-log .email-action-btn:hover {color: #000;background: transparent;}
.email-log .email-action-btn:focus {outline: none;box-shadow: none;}
.emailer-config-module{padding:20px;}
.emailer-config-module .emailer-config-card{background:#fff;border-radius:8px;padding:25px;border:1px solid #e6e6e6;}
.emailer-config-module .emailer-config-title{font-weight:600;margin-bottom:20px;}
.emailer-config-module .emailer-label{font-size:13px;font-weight:600;margin-bottom:5px;display:block;}
.emailer-config-module .emailer-checkbox{font-size:12px;color:#666;}
.emailer-config-module .emailer-filter-link{margin-top:5px;}
.emailer-config-module .emailer-filter-link a{font-size:12px;text-decoration:none;color:#4a6cf7;}
.emailer-config-module .emailer-radio-group{display:flex;gap:20px;margin-top:8px;}
.emailer-config-module .emailer-radio-group label{font-size:14px;}
.emailer-config-module .emailer-schedule-fields{display:none;}
.emailer-config-module .emailer-footer{margin-top:30px;display:flex;justify-content:flex-end;gap:10px;}
.emailer-advance-filter{color:#4a6cf7;font-size:13px;}
.emailer-filter-modal{border-radius:10px;}
.emailer-filter-back{font-size:14px;color:#4a6cf7;text-decoration:none;display:inline-block;margin-bottom:15px;}
.emailer-filter-row{display:grid;grid-template-columns:1fr 1fr 1fr 120px;gap:10px;}
.emailer-filter-buttons{margin-top:15px;}
.emailer-add-filter{margin-top:15px;color:#4a6cf7;cursor:pointer;font-size:14px;}
.emailer-filter-footer{display:flex;justify-content:space-between;}

/* ── Pagination ───────────────────────────────────────────────────── */
.pagination-wrap {padding: 14px 20px;border-top: 1px solid var(--border);display: flex;align-items: center;justify-content: space-between;gap: 12px;flex-wrap: wrap;}
.pagination-info { font-size: 13px; color: var(--muted); }
.pagination {display: flex;gap: 4px;list-style: none;}
.pagination li a,.pagination li span {display: block;padding: 5px 20px;border-radius: 5px;font-size: 12px;text-decoration: none;color: var(--muted);border: 1px solid transparent;transition: all .1s;}
.pagination li a:hover { background: var(--bg); border-color: var(--border); color: var(--text); }
.pagination li.active span { background: var(--text); color: var(--bg); border-color: var(--text); }
.pagination li.disabled span { opacity: .35; cursor: not-allowed; }

/* ── DataTables overrides ─────────────────────────────────────────── */
.email-module .dataTables_wrapper .dataTables_length,
.email-module .dataTables_wrapper .dataTables_filter { display: none; }
.email-module .dataTables_wrapper .dataTables_info { font-size: 13px; color: var(--muted); padding: 0; }
.email-module .dataTables_wrapper .dataTables_paginate { padding: 0; }
.page-item.active .page-link{    background-color: var(--themecolor) !important;border-color: var(--themecolor) !important;}
.email-module .dataTables_wrapper .dataTables_paginate .paginate_button { padding: 5px; border-radius: 5px; font-size: 12px; border: 1px solid transparent !important; color: var(--muted) !important; background: none !important; }
.email-module .dataTables_wrapper .dataTables_paginate .paginate_button:hover { background: var(--bg) !important; border-color: var(--border) !important; color: var(--text) !important; }
.email-module .dataTables_wrapper .dataTables_paginate .paginate_button.current { background: var(--text) !important; color: var(--bg) !important; border-color: var(--text) !important; }
.email-module .dataTables_wrapper .dataTables_paginate .paginate_button.disabled { opacity: .35; cursor: not-allowed; }
.email-module .dataTables_wrapper .bottom { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-top: 1px solid var(--border); gap: 12px; flex-wrap: wrap; }

/* ── Email Alert Logs ─────────────────────────────────────────── */
.alert-logs-page { --pending: #b45309; --pending-bg: #fef3c7; --pending-bd: #fcd34d; --queued: #1d4ed8; --queued-bg: #dbeafe; --queued-bd: #93c5fd; --sent: #166534; --sent-bg: #dcfce7; --sent-bd: #86efac; --failed: #991b1b; --failed-bg: #fee2e2; --failed-bd: #fca5a5; --total-bg: #1a1814; --total-tx: #f5f3ef; --radius: 10px; --shadow: 0 1px 3px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.04); }

/* Header */
.alert-logs-page .page-header { margin-bottom: 32px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.alert-logs-page .page-title { font-size: 28px; font-weight: 700; line-height: 1.1; }
.alert-logs-page .page-title span { font-style: italic; font-weight: 300; color: #666; display: block; font-size: 16px; margin-bottom: 4px; }
.alert-logs-page .header-meta { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.alert-logs-page .meta-pill { background: #fff; border: 1px solid #e2ddd6; border-radius: 20px; padding: 4px 12px; font-size: 11px; color: #666; display: flex; align-items: center; gap: 5px; }
.alert-logs-page .meta-pill b { color: #1a1814; font-weight: 500; }

/* Stats */
.alert-logs-page .stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-bottom: 28px; }
@media (max-width: 900px) { .alert-logs-page .stats-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .alert-logs-page .stats-grid { grid-template-columns: repeat(2, 1fr); } }
.alert-logs-page .stat-card { background: #fff; border: 1px solid #e2ddd6; border-radius: var(--radius); padding: 18px 20px; position: relative; overflow: hidden; box-shadow: var(--shadow); transition: transform .15s, box-shadow .15s; }
.alert-logs-page .stat-card:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.alert-logs-page .stat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
.alert-logs-page .stat-card.total { background: var(--total-bg); border-color: var(--total-bg); }
.alert-logs-page .stat-card.pending::before { background: var(--pending-bd); }
.alert-logs-page .stat-card.queued::before { background: var(--queued-bd); }
.alert-logs-page .stat-card.sent::before { background: var(--sent-bd); }
.alert-logs-page .stat-card.failed::before { background: var(--failed-bd); }
.alert-logs-page .stat-label { font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: #666; margin-bottom: 10px; }
.alert-logs-page .stat-card.total .stat-label { color: rgba(245,243,239,.5); }
.alert-logs-page .stat-value { font-size: 38px; font-weight: 700; line-height: 1; }
.alert-logs-page .stat-card.total .stat-value { color: var(--total-tx); }
.alert-logs-page .stat-card.pending .stat-value { color: var(--pending); }
.alert-logs-page .stat-card.queued .stat-value { color: var(--queued); }
.alert-logs-page .stat-card.sent .stat-value { color: var(--sent); }
.alert-logs-page .stat-card.failed .stat-value { color: var(--failed); }
.alert-logs-page .stat-icon { position: absolute; bottom: 14px; right: 16px; font-size: 22px; opacity: .18; }
.alert-logs-page .stat-card.total .stat-icon { opacity: .25; }
.alert-logs-page .stat-bar { margin-top: 12px; height: 3px; background: rgba(0,0,0,.06); border-radius: 2px; overflow: hidden; }
.alert-logs-page .stat-card.total .stat-bar { background: rgba(255,255,255,.1); }
.alert-logs-page .stat-bar-fill { height: 100%; border-radius: 2px; transition: width .8s cubic-bezier(.4,0,.2,1); }
.alert-logs-page .pending .stat-bar-fill { background: var(--pending-bd); }
.alert-logs-page .queued .stat-bar-fill { background: var(--queued-bd); }
.alert-logs-page .sent .stat-bar-fill { background: var(--sent-bd); }
.alert-logs-page .failed .stat-bar-fill { background: var(--failed-bd); }
.alert-logs-page .total .stat-bar-fill { background: rgba(255,255,255,.3); }

/* Table wrap */
.alert-logs-page .table-wrap { background: #fff; border: 1px solid #e2ddd6; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.alert-logs-page .table-toolbar { padding: 16px 20px; border-bottom: 1px solid #e2ddd6; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.alert-logs-page .table-title { font-size: 16px; font-weight: 600; }
.alert-logs-page .toolbar-right { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }

/* Filter tabs */
.alert-logs-page .filter-tabs { display: flex; gap: 2px; background: #dee2e6; border: 1px solid #e2ddd6; border-radius: 7px; padding: 3px; }
.alert-logs-page .filter-tab { padding: 5px 12px; border-radius: 5px; font-size: 11px; font-weight: 500; cursor: pointer; border: none; background: none; color: #666; transition: all .15s; display: flex; align-items: center; gap: 5px; }
.alert-logs-page .filter-tab.active, .alert-logs-page .filter-tab:hover { background: #fff; color: #1a1814; }
.alert-logs-page .filter-tab .dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }

/* Search */
.alert-logs-page .search-box { position: relative; }
.alert-logs-page .search-box input { background: #dee2e6; border: 1px solid #e2ddd6; border-radius: 7px; padding: 6px 12px 6px 32px; font-size: 12px; width: 200px; outline: none; transition: border-color .15s; }
.alert-logs-page .search-box input:focus { border-color: #1a1814; }
.alert-logs-page .search-box::before { content: '⌕'; position: absolute; left: 10px; top: 50%; transform: translateY(-50%); color: #666; font-size: 14px; pointer-events: none; }

/* Table cells */
.alert-logs-page .recipient-cell { display: flex; flex-direction: column; gap: 2px; }
.alert-logs-page .recipient-name { font-weight: 500; }
.alert-logs-page .recipient-email { font-size: 11px; color: #666; }
.alert-logs-page .log-badge { display: inline-flex; align-items: center; gap: 5px; padding: 3px 10px; border-radius: 20px; font-size: 11px; font-weight: 500; }
.alert-logs-page .log-badge .dot { width: 5px; height: 5px; border-radius: 50%; }
.alert-logs-page .log-badge.pending { background: var(--pending-bg); color: var(--pending); border: 1px solid var(--pending-bd); }
.alert-logs-page .log-badge.queued { background: var(--queued-bg); color: var(--queued); border: 1px solid var(--queued-bd); }
.alert-logs-page .log-badge.sent { background: var(--sent-bg); color: var(--sent); border: 1px solid var(--sent-bd); }
.alert-logs-page .log-badge.failed { background: var(--failed-bg); color: var(--failed); border: 1px solid var(--failed-bd); }
.alert-logs-page .log-badge.pending .dot { background: var(--pending); }
.alert-logs-page .log-badge.queued .dot { background: var(--queued); }
.alert-logs-page .log-badge.sent .dot { background: var(--sent); }
.alert-logs-page .log-badge.failed .dot { background: var(--failed); }
.alert-logs-page .attempt-pill { background: #dee2e6; border: 1px solid #e2ddd6; border-radius: 4px; padding: 2px 7px; font-size: 11px; color: #666; }
.alert-logs-page .ts { color: #666; font-size: 11px; }
.alert-logs-page .error-msg { color: var(--failed); font-size: 11px; max-width: 240px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; display: block; }
.alert-logs-page .error-msg:hover { white-space: normal; word-break: break-word; }
.alert-logs-page .btn-retry { background: none; border: 1px solid var(--failed-bd); color: var(--failed); border-radius: 5px; padding: 4px 10px; font-size: 11px; cursor: pointer; transition: all .15s; }
.alert-logs-page .btn-retry:hover { background: var(--failed-bg); }

/* Notices */
.alert-logs-page .scheduled-notice { background: var(--queued-bg); border: 1px solid var(--queued-bd); border-radius: var(--radius); padding: 12px 18px; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--queued); }
.alert-logs-page .send-bar { background: #fff; border: 1px solid #e2ddd6; border-radius: var(--radius); padding: 14px 20px; margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; box-shadow: var(--shadow); }
.alert-logs-page .send-bar-info { font-size: 12px; color: #666; }
.alert-logs-page .send-bar-info b { color: #1a1814; }

/* DataTables overrides for logs */
.alert-logs-page .dataTables_wrapper .dataTables_length,
.alert-logs-page .dataTables_wrapper .dataTables_filter { display: none; }
.alert-logs-page .dataTables_wrapper .dataTables_info { font-size: 13px; color: #666; padding: 0; }
.alert-logs-page .dataTables_wrapper .dataTables_paginate { padding: 0; }
.alert-logs-page .dataTables_wrapper .dataTables_paginate .paginate_button { padding: 5px 10px; border-radius: 5px; font-size: 12px; border: 1px solid transparent !important; color: #666 !important; background: none !important; }
.alert-logs-page .dataTables_wrapper .dataTables_paginate .paginate_button:hover { background: #dee2e6 !important; border-color: #e2ddd6 !important; color: #1a1814 !important; }
.alert-logs-page .dataTables_wrapper .dataTables_paginate .paginate_button.current { background: #1a1814 !important; color: #f6f9ff !important; border-color: #1a1814 !important; }
.alert-logs-page .dataTables_wrapper .dataTables_paginate .paginate_button.disabled { opacity: .35; cursor: not-allowed; }
.alert-logs-page .dataTables_wrapper .bottom { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-top: 1px solid #e2ddd6; gap: 12px; flex-wrap: wrap; }
.alert-logs-page .dataTables_wrapper table.dataTable { margin: 0 !important; }

/* ── Icon Toggle Buttons (Field Mapping) ──────────────────────── */
.icon-toggle {display: inline-flex;cursor: pointer;margin: 0;}
.icon-toggle input { display: none; }
.icon-toggle-btn {width:30px;height:30px;border-radius:50%;display: inline-flex;align-items: center;justify-content: center;border: 1.5px solid #d0d5dd;background:#fff;color:#b0b7c3;font-size:13px;transition: all 0.2s ease;}
.icon-toggle input:checked + .icon-toggle-btn {border-color: #4c7cf7;background: #eef2ff;color: #4c7cf7;}
.icon-toggle-btn.delete {border-color: #f0b0b0;color: #e05252;background: #fff5f5;cursor: pointer;}
.icon-toggle-btn.delete:hover {background: #fee2e2;border-color: #e05252;}
.icon-toggle-delete {display: inline-flex;cursor: pointer;text-decoration: none;}
.icon-toggle-group {display: flex;align-items: center;gap: 6px;justify-content: flex-end;}
.filer-sec .input-group{width: auto;}
table.attendee_list td span.status{white-space: nowrap;}




@media (max-width: 1280px){
  .alignTopHeader{padding-top:8%;}
  html, body{min-height:85vh;}
  .logo img{max-height:30px;}
  .sidebar{top:60px !important;}
  .top-bar .sidebar{top:90px !important}
  #main{margin-top:60px;}
  .homeLeftImage, .homeRightText, .loginRow{padding-top:3%;}
  .eventDetails .card-body{padding-left:10px;padding-right:10px;}
  .card-title{font-size:16px;}
  .btn-primary{padding: 6px 10px;font-size: 13px;}
  .pagetitle{margin-bottom: 15px;padding-bottom:15px;}
  .loginInfo h1{font-size: 2.5em;}
  .h1, h1{font-size: 2.2em;}
  .login_box{width: 80%;}
  select#userOrgChange{top: 6px;}
  .evaDropDown .dropdown-menu.show{left:-150px !important;}
  .headerLogo{min-height: auto;}
  .top-bar .fixed-top {top: 30px;}
  .tab_bar{padding:5px 0;}
  #main{min-height: calc(100vh - 50px);}
  .icon-toggle-group{flex-wrap: wrap;}
  .event-settings-language .language-actions i{margin-left:0;}
  .language-actions{right: -12px;}
  .language-actions i.bi{font-size:15px !important;}
  .icon-toggle-btn{height:25px; width:25px;}
  .icon-toggle-group i.bi{font-size: 12px;}
  .dataTable td, .datatable tr td{padding: 5px !important;}
  .dataTable tr td, .dataTable tr th{font-size: 14px !important;}
}

@media (max-width: 960px){
  .alignTopHeader{padding-top:12%;}
}