@font-face {
    font-family: 'gc_romans_flower_demoregular';
    src: url('../../fonts/gc_romans_flower-webfont.woff2') format('woff2'),
         url('../../fonts/gc_romans_flower-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  src: url('../fonts/material-symbols/MaterialSymbolsRounded-VariableFont_FILL,GRAD,opsz,wght.ttf') format('truetype');
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.navbar .dropdown:hover .dropdown-menu {
  display: block;
}
.logo span, .loginHeading span, .navbar-brand span{
  font-family: 'gc_romans_flower_demoregular';
  color:#000;
  letter-spacing: 2px;
}
.title {
  position: relative;
  margin-bottom: 15px;
}
.title:before {
  background-color: #fd1d3d;
  content: '';
  display: block;
  position:absolute; left:0; bottom:-5px;
  height: 2px;
  width: 75px;
    
}
.logo span b, .loginHeading span b, .navbar-brand span b{color: #fd1d3d;}
.navbar-brand span{font-size: 24px;}
.sidenav-header .navbar-brand{
  padding: 13px 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.sidenav-header .opeNavbar{
  padding: 10px 10px;
}
.dashboard .icon-md{background: #084B84;;}
.loginSection {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    background: #f2f2f2;
}
.form-box {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    position: relative;
    /* width: 550px; */
     /* height: 450px; */
    background: #fff;
    border: 2px solid #fd1d3d;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    padding: 30px 40px;
    box-shadow: 0 8px 14px -8px rgba(38, 38, 38, .3), 0 3px 18px 0 rgba(38, 38, 38, .1), 0 7px 8px -4px rgba(38, 38, 38, .18);
}
.form-box .form-control:focus{border-color: #fd1d3d;}
.forgot {
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: .9em;
}
.forgot label{margin:0;display: flex;}
.form-box h2{font-weight: 400;}.form-box h2 span{font-weight: 600;}
.sign-in-seperator {
    text-align: center;
    color: #969696;
    position: relative;
    margin: 0 20px 20px;
}
.sign-in-seperator:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d6d6d6;
    left: 0;
    top: 50%;
    z-index: 0;
}
.sign-in-seperator span {
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0 10px;
    font-size: 14px;
}
.register{
  width: 350px;
  margin: 0 auto 20px;
}
.rounded-button{
    display: flex;
    width: 100%;
    text-decoration: none;
    border-radius: 50px;
    padding: 6px 12px;
    box-sizing: border-box;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    transition: linear 0.2s;
    color: #333;
    border: 1px solid #d6d6d6;
    margin: 0 0 10px;
}
.rounded-button:hover {
    box-shadow: 0px 0px 4px 0px #d6d6d6;
}
.google-icon img {
    height: 20px;
    display: flex;
    margin-right: 10px;
}
.is-focused .datePicker{
    border-color: #000 !important;
}

.btn-icon {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border: solid 1px #000 !important;
  color: #000;
}

.btn-add {
  background: #4caf50;
  color: #fff;
}
.btn-edit {
  background: #2196f3;
  color: #fff;
}
.btn-delete {
  background: #f44336;
  color: #fff;
}

.btn-icon:hover {
  transform: translateY(-1px);
  background: #000;
  color:#fff;
}

.btn-icon.outline {
  background: transparent;
  border: 1px solid currentColor;
}



.md-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.md-field label {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin-bottom: 6px;
}

.md-field input {
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  outline: none;
  transition: all 0.2s ease;
}

.md-field input:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(99,102,241,0.15);
}
.icon-delete:hover{color:#ff0202; cursor: pointer;}
.icon-edit:hover{color:#0278ff; cursor: pointer;}



.uploadFile label{
  font-size:14px;
  color:#555;
  display:block;
  margin-bottom:0px;
}

.upload-row{
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid #ccc;
  border-radius:6px;
}

.file-name{
  flex:1;  
  padding:0 10px;
  font-size:13px;
  display:flex;
  align-items:center;
  background:#fafafa;
}
.close-btn{
    border-radius: 50px;
    color: #000;
    border: none;
    line-height: 0;
    font-size: 20px;
    width: 35px;
    height: 35px;
    border:solid #000 1px;
}
.close-btn:hover{
  background: #fd0000;
  color: #fff;
  border-color: #fd0000;
}

.bgLight{background: rgb(242 242 242 / 65%);}
.table th, .table td {font-size: 14px;}
.th-light th {
  background-color: #f5f6f8;
  color: #000;
  text-transform: uppercase;
}
.view-icon{
  padding: 6px 12px !important;
  display: flex;
  align-items: center;
}
.view-icon i{font-size: 14px;}

.hover-card {
  text-decoration: none;
  display: block;
}
.hover-card h4{color:#084B84;}
.hover-card .card {
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.hover-card:hover .card {
  background-color: #fd1d3d;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.hover-card:hover p,
.hover-card:hover h4, .hover-card:hover p span {
  color: #fff !important;
}
.hover-card:hover .icon-md{
  background: #fff;
}
.hover-card:hover .icon-shape i{color:#fd1d3d;}
.hover-card:hover hr.horizontal.dark {
    background-image: linear-gradient(90deg, transparent, rgb(255 254 254 / 40%), transparent);
}

.hashtag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hashtag {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
  background: rgba(52, 71, 103, 0.1);
  color: #000;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}

.hashtag:hover {
  background: #000;
  color: #fff;
  box-shadow: 0 4px 12px rgba(52, 71, 103, 0.3);
}

.table-border th,
.table-border td {
  border: 1px solid #e9ecef;
}

.table-border thead th {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  background: #f2f2f2;
}

.customTabs .nav-link{
  margin-right: 10px;
}
.customTabs .nav-link.active{
  border-color: #084B84;
}


.tabs-scroll {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  padding-bottom: 10px;
}

.tabs-scroll::-webkit-scrollbar {
  height: 2px;
}

.tabs-scroll::-webkit-scrollbar-thumb {
  background: #cfd3ec;
  border-radius: 10px;
}

.customTabs {
  flex-wrap: nowrap !important;
  min-width: max-content;
}

.customTabs .nav-item {
  flex: 0 0 auto;
}

.customTabs .nav-link {
  white-space: nowrap;
}

.btn-red{
  background-color: #D62828;
  color: #fff;
}
.btn-red:hover{
  background-color: #084B84;
  color: #fff;
  box-shadow: 0 8px 14px -8px rgba(233, 30, 99, 0.3), 0 3px 18px 0 #d628281a, 0 7px 8px -4px #d628281f;
}


.profile-photo{
  position:relative;
  /* width:300px;
  height:300px; */
  margin:auto;
}
.profile-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:16px;
}
.change-photo{
  position:absolute;
  bottom:10px;
  right:10px;
  width:42px;
  height:42px;
  background:#084B84;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.label{
  font-size:13px;
  color:#777;
}
.value{
  color:#262626;
}
.profile-content p{text-align: justify; color: #262626 ;}
.profile-content p b{color:#000;}
.icon-box{
  width:44px;
  height:44px;
  border-radius:12px;
  background:#084B84;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  flex-shrink:0;
}
.event-img, .modal-event-img{
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
}
.modal-event-img{
  height:350px;
}

.event-img:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.event-card {
  border-bottom: 1px dashed rgb(214 40 40 / 47%);
  padding: 16px;
  margin-bottom: 16px;
}
.ads{
  border-bottom: 2px solid #D62828;
  color: #084B84;
  text-align: center;
  font-weight: 600;
  padding: 5px;
}
.ads-img{
  padding: 10px;
}
.events-ads .ads{border-bottom: 2px solid #084B84;}
.events-ads .ads-img{ border-bottom: 1px dashed rgb(214 40 40 / 47%);}
.ads-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background: rgba(0,0,0,0.6);
  padding: 10px 20px;
  border-radius: 8px;
  text-align: center;
  z-index: 2;
}
.advertisment{
  position: relative;
  overflow: hidden;
}
.advertisment .event-img{
  width: 100%;
  display: block;
  filter: blur(1px);
  -webkit-filter: blur(1px);
}

.swipe-dropdown {
  position: relative;
  display: inline-block;
  background: #fd1d3d;
}

.swipe-dropdown i {
  font-size: 26px;
  cursor: pointer;
  color: #fff;
}

.swipe-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  min-width: 200px;
  padding: 8px 0;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 999;
}
.swipe-dropdown:hover .swipe-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.swipe-menu li a {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  color: #737373;
  text-decoration: none;
  transition: background 0.2s ease;
  border-bottom: solid #eee 1px;
}
.swipe-menu li:last-child a{
  border-bottom: none;
}

.swipe-menu li a:hover {
  background: #fd1d3d;
  color: #fff;
}


.notification-badge {
  position: absolute;
  top: 2px;
  right: 6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: #fd1d3d;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
}
.icon-nav .nav-link{
  border-right:solid 1px #eee;
}
.icon-nav .nav-item:last-child .nav-link{
  border-right: none;
}

.filterDropdown li{
  padding: 10px;
  border-bottom: solid #eee 1px;
}
.filterDropdown li:last-child{border-bottom: none;}
.filterDropdown li:hover{background: #fd1d3d;}
.filterDropdown li:hover .form-check-input[type=checkbox]:checked{border:solid 1px #fff;}
.filterDropdown li:hover label{color: #fff;}
.filterDropdown li label{margin-bottom: 0;}
.dropdown-toggle::before {
  display: none !important;
}

.dropdown-toggle::after {
  margin-left: auto;
  float: right;
}

.profile .form-label{color:#000;}
.pagination li{ margin-left: 5px;}
.register:after{background: transparent;background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4), transparent);}

.date-time-ui .date {
  font-size: 14px;
  font-weight: 600;
  color: #262626;
}

.date-time-ui .time {
  font-size: 13px;
  color: #6B7280;
}
.icon-btn{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
}
.icon-btn:hover{color: #fd1d3d;background: #e0e0e0;}
.noPointer .icon-btn{cursor:none !important;}
.noPointer .icon-btn {
  cursor: none;
}
.noPointer .icon-btn.infoCursor {
  cursor:pointer !important;
}

.table td, .table th {
    white-space: normal;
}
.table td:first-child, .table td:last-child, .table th:first-child, .table th:last-child {text-align: center !important;}
.table .event-col {
  width: 60%;
}
/* .eventox-iframe {
  width: 100%;
  height: calc(100vh - 70px); 
  border: none;
  border-radius: 8px;
}

*/

.iframeIcon{
  position: absolute;
  top:15px;
  right:15px;
  width: 25px;
  height: 25px;
  background: #f10606;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.iframeIcon span{font-size: 15px; color: #fff;} 
/* .material-modal.modal, .material-modal .modal-body, .material-modal .modal-content{background: transparent;} */

/* .modal-backdrop.show {
  opacity: 0 !important;
} */
/* .material-modal .modal-content{background-color:rgb(255 255 255 / 63%);backdrop-filter:blur(18px);} */

.event-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.event-card-md {
  padding: 20px 0;
  gap: 16px;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.175);
  transition: 0.3s ease;
}
.event-card-md:last-child{border-bottom: none;}

.event-card-md:hover {
  border-color: #f10606;
  cursor: pointer;
}
.event-card-md:hover h5{color:#f10606;}

.event-img-wrap {
  width: 270px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.event-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-content h5 {
  font-weight: 600;
}

.event-meta span {
  font-size: 13px;
  color: #6c757d;
}

.event-card-md {
  padding-right: 48px; 
  position: relative;
}

.view-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border:solid #eee 1px;
  font-size: 32px !important;
  color: #fd1d3d;
  border-radius: 50%;
  width:50px;
  height: 50px;
}

.event-card-md:hover .view-icon {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
}
.hoverIcon{
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}



.md-hover-dropdown{
  position: relative;
}
.md-hover-dropdown .dropdown-menu{
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
  margin-top: 0; 
  pointer-events: none;
}
.md-hover-dropdown:hover .dropdown-menu{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.md-hover-dropdown::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 12px;
}
.menu-icon{
  padding: 10px;
  background: #f10606;
  color:#fff;
  border-radius: 6px;
  border: 1px solid #f10606;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-icon:hover{
  background: #fff;
  color:#f10606;
  border-color: #d2d6da;
}





.evTabs {
  width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
.evTabs::-webkit-scrollbar {
  height: 3px;
}
.evTabs::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 4px;
}
.material-tabs {
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  min-width: max-content; 
}
.material-tabs .nav-item {
  flex: 0 0 auto !important;
}
.material-tabs .nav-link {
  white-space: nowrap;
  margin-right: 0 !important;
}




.event-actions,
.speaker-tags,
.d-flex.justify-content-between {
  align-items: center;
}
