@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");



:root {
  --bgPrimary: #5b2b58;
  --bgSecondary: #BDA87D;
--btnPrimary:#F7C3FF;
--bgPrimaryRGB:linear-gradient(69deg, rgba(90, 23, 138, 1) 0%, rgba(128, 22, 77, 1) 50%);
--bgActive:#9810fa;
 --bgGreen:#094F4D;
    --color-pink-300: oklch(.823 .12 346.018);
--color-yellow-600: oklch(.681 .162 75.834);
    /* transition */
    --transition: all 0.3s ease-in-out;
  /* font family */
 --tanJambore:'Open Sans", sans-serif';
  --opneSans: "Open Sans", sans-serif;
  /* Shadow */
  --shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

*,
html {
  margin: 0;
  padding: 0;

}

body {
  color: white;
  font-family: var(--opneSans) ;
  box-sizing: border-box;
  overflow-x: hidden;
min-height:100vh;
/*  background:#31184B; */
 background:#000;

}
/*
::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background-color: var(--bgSecondary);

}*/



p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
 font-family: var(--opneSans) ;
}
.mh-100vh{
height:auto;
min-height:100vh;
}
 a {
  color: white;
  text-decoration: none;
}

/* a:hover {
  color: var(--bgPrimary);
} */

ul {
  list-style: none;
  padding-left: 0;
}

.btn {
    transition: var(--transition);
    padding: 6px 10px;
    border-radius: 4px;
    font-size: .8rem;
    font-weight: 600;
    font-family: var(--opneSans);
}
.heading{
    color: white;

    font-weight: 400;
    margin: 10px 0 10px 0;
    font-size: 1rem;

line-height:1.6rem;
}
.btnPrimary {
    background: linear-gradient(69deg,rgba(90, 23, 138, 1) 0%, rgba(128, 22, 77, 1) 50%);
    color: white;
}
.position-sticky{
    position: fixed;
   overflow: auto;
    height: 100%;
}
.textCenter{
text-align:center;
}
.no-scroll {
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}
button:focus,
a:focus {
    outline: none;
    box-shadow: none;
}
button:focus-visible,
a:focus-visible {
    outline: none;

}

button, a {
    -webkit-tap-highlight-color: transparent; /* Removes touch highlight */
}
 .btnSecondary{
       font-size: 1rem;
    font-weight: 400;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    height: 60px;
    background-image: url(https://app.aahoacon.com/file-manager/MjQ3Nw==);
    color: var(--bgPrimary);
    display: inline-block;
    max-width: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
 /* .bgLoginBtn{
   font-size: 1rem;
    font-weight: 400;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    height: 70px;
    background-image: url(https://aahoaconmobile2.datagrid.co.in/file-manager/MTYxMg==);
    color: white;
    max-width: 175px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
margin-top:30px;
    margin-left: auto;
    margin-right: auto;
  } /*
/*  .bgLoginBtn{
    font-size: .9rem;
    font-weight: 600;
    background-color: var(--bgPrimary);
    border: 1px solid var(--bgPrimary);
    border-radius: 6px;
    padding: 5px 10px;
    color: white;
} */
.logoutBtn .bgLoginBtn{
    font-size: 1rem;
    font-weight: 400;
    background-color: inherit;
    border: none;
    border-radius: 6px;
    padding: 5px 10px;
    color: inherit;
}
.noDataFound{
border: 1px solid white;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 168, 125, 1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(189, 168, 125, 1);
    box-shadow: 0px 3px 5px 0px rgba(189, 168, 125, 1);
    padding: 12px 14px;
    border-radius: 20px;
    background-color: white;
    margin-bottom: 15px;
    background-color: var(--bgPrimaryRGB);
}
 .bgLoginBtn:hover{
color:white;
}
.navbar{
display:block;
}
.subvenue{
color: white;
    font-weight: 600;
    font-size: 1rem;
}
.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

#backButton{
border: none;
    background: transparent;
}
#backButton img{
    width: 12px;
    height: auto;
}
.pageTitle {
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
    text-transform: uppercase;
text-align:center;

    margin: 50px 0px 10px 0px !important;
}
.pageTitle.pageTitleAppended{
display:block;
}

img {
  max-width: 100%;
}
.align-items-center{
            align-items: center !important;
}
input:focus {
  outline: none;
}

.exhibitorContent  .noteSearchBox{
    margin-top: 10px;;
}
.searchLabel {
  font-size: .8rem;
  color: white;
  margin: 15px 0 0 0;
  font-weight: 600;

}

.dBox {
  border: 2px solid color-mix(in srgb, oklch(.627 .265 303.9) 50%, transparent);;
 /*   -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 168, 125, 1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(189, 168, 125, 1);
    box-shadow: 0px 3px 5px 0px rgba(189, 168, 125, 1); */
    padding: 12px 14px;
   border-radius: 14px;

    margin-bottom: 15px;
     background: color-mix(in srgb, oklch(.408 .153 2.432) 30%, transparent);
--shadow-color: color-mix(in srgb, oklch(.627 .265 303.9) 20%, transparent);

    /* real usable box-shadow */
    box-shadow:
        0 10px 15px -3px var(--shadow-color),
        0 4px 6px -4px var(--shadow-color);
}
/* .homeBg{
background-size: cover;
background-image: url(https://app.aahoacon.com/file-manager/MjQ2MQ==);
background-attachment: fixed;
    background-repeat: no-repeat;
}
.backbg {
background: url(https://app.aahoacon.com/file-manager/MjQ2MA==);
    position: fixed;
    width: 100%;
    height: 100%;
    backdrop-filter: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    min-height: 1024px;
}
.backbg img {
       position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: 100%;
    max-width: none;
    min-width: 100%;
} */
.innerBg{
/*background-size: cover;
background-image: url(https://aahoaconams.datagrid.co.in/storage/app/public/2024/09/24/cms/innerbg-1.png);
background-attachment: fixed;
-webkit-background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;*/
}
.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
 iframe.socialIframe {
      width: 100%;
      min-height: 500px;
    }
#facebook  ._2p3a {
      width: 100% !important;
    }
.lMore{
text-align: center;
margin:15px 0;
}
.toastify{
background-color:#fff!important;
padding:10px 20px !important;
color:black!important;
font-size:14px  !important;
font-weight:500;
border-radius:40px  !important;
box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    max-width: fit-content !important;
}
.toastify.add_popup {
border:3px solid var(--bgSecondary)!important;
}
.toastify.remove_popup{
border:3px solid var(--bgSecondary)!important;
}
.textPink{
color:var(--color-pink-300);
}
.textYellow{
color:var(--color-yellow-600);
}
.textSilver{
color: oklch(.707 .022 261.325)
}
@media screen and (max-width: 992px) {

  /* Header */
header{
width: 100%;
    position: fixed;
    top: 0;
left:0;
right:0;
    z-index: 99;
   height: auto;
 background-color: transparent;
        padding: 15px 0 ;
     
}
header.fixedHeader{
        background: #000;
padding: 10px 0 ;
}
  .headerWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
/*  position:fixed;
    background-color: transparent;
    left: 0; */
 width: 90%;  
     margin: auto;
 
 background-color: transparent;
        flex-direction: row-reverse;
  }
header.fixedHeader .headerWrapper{
  padding: 5px 0;
}
  .headerWrapper .toggle {
    max-width: 26px;
    cursor: pointer;
  }

  .headerWrapper .logo {
    max-width: 150px;
  }

.headerWrapper .profile {
position:relative;
display:none;
  }
  .profileDropBox {
    padding-left: 0;
    border: 1px solid var(--bgPrimary);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 10px 12px;
    border-radius: 8px;
    transition: all .3s ease-in-out;
    width: 11rem;
  /*  font-family: "tanJambore"; */
    background: #ffffff;
    position: absolute;
    right: 10px;
    display: none;
}
  .profileDropBox li:first-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--bgPrimary);
  }
        .profileDropBox  .name {
          font-size: 13px;
          font-weight: 700;
          color: var(--bgPrimary);
      }
      .profileDropBox  .position {
        font-size: 12px;
        font-weight: 600;
        color: #333;
    }
       
       .profileDropBox .icon{
            margin-right: 10px;
        }
        .profileDropBox .icon i {
          font-size: 13px;
      }
        .profileDropBox li:not(:first-child){
            margin-bottom: 7px;
        }
        .profileDropBox li a {
          font-weight: 500;
          font-size: 12px;
          color: #333;
          display: block;
          padding:2px;
      }
      .profileDropBox li a:focus{background-color: rgba(243,103,34,0.5);}

  .headerWrapper .profile .profileLogo {
    /* min-height: 40px; */
        width: 40px;
        height: 40px;
        border-radius: 50%;
  }
  .headerWrapper .profile .logoutLogo {
max-width: 32px;
    height: 20px;
    border-left: 1px solid white;
    padding-left: 8px;
  }
.login-wrapper{
    background-image: url(https://app.aahoacon.com/file-manager/MjQ2OA==);
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 10px;
        padding: 15px 15px;
        text-align: center;
        border-radius: 10px;
margin-bottom:10px;
}
.login-wrapper .profile-wrapper{
display:flex;
    justify-content: space-between;
}
.login-wrapper .profile-wrapper .logOutBox{
    display: flex;
    align-items: center;
}
.login-wrapper .profile-wrapper .bg-logout-btn{
        display: flex;
        align-items: center;
        justify-content: center;
}
.login-wrapper .profile-wrapper .bg-logout-btn img{
max-width:25px;
}
.login-wrapper  .bg-login-btn{
 background-image: url(https://app.aahoacon.com/file-manager/MjQ2Mw==);
          color: var(--bgPrimary);
        max-width: 120px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .9rem;
        font-weight: 400;
        background-repeat: no-repeat;
        background-size: 100% 100%;

        height: 50px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
}
.login-wrapper .profile-wrapper .bg-login-btn {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: inherit;
}
.login-wrapper  .login-box p{
        font-size: .9rem;
    line-height: 20px;
}
.profileBox {
  display:flex;
  align-items:center;
    gap:10px;
text-align: left;
}
.profileBox .left img{
  max-width:50px;
  border-radius:40px;
} 
.profileBox .right h5.name{
  margin:0;
  color:white;
  font-size:.9rem;
} 
.profileBox .right p.mType{
  margin:0;
  color:white;
 font-size:.9rem;
} 
  /* Sidebar */
  .sidebar {
    position: fixed;
    z-index: 1019;
    left: -100%;
    top: 0;
    background-color: #E3E3E3;
    height: 100%;
  width:75%;
    overflow: auto;
    transition: all .3s ease;
padding-bottom:80px;
border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
  }
 .sidebar::-webkit-scrollbar {
    -webkit-appearance: none;
}

 .sidebar::-webkit-scrollbar:vertical {
    width: 3px;
}

 .sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 8px;
    
}
 .sidebar::-webkit-scrollbar-track {
    border-radius: 8px;
}
.navmenu{
    padding: 5px 15px 0 10px;
}
  .sidebar.open {
    left: 0%;
  }

  .sidebarShow {
    overflow: hidden;
  } 

  .sidebarShow .mainContent::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1018;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    -webkit-animation: opacity 0.25s;
    animation: opacity 0.25s;
  overflow: auto;
  }
.sidebar .top{
padding:10px 10px 10px 10px;
display:flex;
        align-items: center;
}

.sidebar .top .sideBarClose {
     /*   background-image: url(https://app.aahoacon.com/file-manager/MjQ2NQ==); */
                width: 35px;
        height: 35px;
        background-size: contain;
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(
        to right,
        #9C20FF 0%,
        #E936A7 50%,
        #C4005F 100%
    );
        border-radius: 40px;
}
  .sidebar .top .close {
    max-width: 12px;
    display: block;
    cursor: pointer;
  }

  .sidebar .top .formGroup {
    position: relative;
    width: 100%;
    max-width: 250px;
    margin: 20px auto;
    display: none;
  }

  .sidebar .top input.formControl {
    border: 1px solid var(--bgSecondary);
    border-radius: 40px;
    padding: 5px 20px;
    font-size: 0.8rem;
    min-height: 25px;
    width: 100%;
    max-width: 210px;
    opacity: 0.6;
  }

  .sidebar .top .searchBox {
    width: 30px;
    height: 30px;
    background-color: var(--bgSecondary);
    border-radius: 40px;
    position: absolute;
    top: calc(100% - 33px);
    right: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sidebar .top .searchBox img {
    max-width: 50px;
  }

  .sidebar .navmenu ul .navItem {
    padding: 5px 0;
    margin-bottom: 5px;
        border-bottom:1px solid rgba(94,11,90,.5);
  }

  .sidebar .navmenu ul .navItem .navLink {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--bgPrimary);
line-height:0;
  }
 .sidebar .navmenu ul .navItem .navLink img{
max-width:40px;
}
 .sidebar .navmenu ul .navItem:first-child .navLink img{
padding:8px;
}
  .sidebar .navmenu ul .navItem .navLink :active{
background-color:#e5e5e5;
}
  .sidebar .navmenu ul .navItem .navLink .navIcon {
    max-width: 40px;
  }

  /* Content */
.mainContent {
  /* padding-top:50px;  */
padding:0 10px;
padding-bottom:70px;
}
.mainContent.agendaContent .noteSearchBox{
        margin-top: 15px;
}
  .mainContent .topBar {
    border-top: 1px solid white;
border-bottom: 1px solid white;
    padding: 10px 0 10px 0;
    text-align: center;
margin: 0px 0 5px 0;
  }
.mainContent.agendaContent  .topBar {
        padding-bottom: 0;
}
  .mainContent .topBar p {
    color: white;
    font-weight: 500;
  }

  .innerContent .dashWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
padding-bottom:50px;
  }

  .innerContent {
    margin: 20px 0 0 0;
  }
.borderShadow{
 border: 2px solid white;
 -webkit-box-shadow:0px 3px 5px 0px rgba(189,168,125,1);
-moz-box-shadow: 0px 3px 5px 0px rgba(189,168,125,1);
box-shadow: 0px 3px 5px 0px rgba(189,168,125,1);
    border-radius: 20px;
  background-color: var(--bgPrimary);
margin:0 20px;
      
}
  .innerContent .dashWrap .dashBox {
    border: 2px solid color-mix(in srgb, oklch(.627 .265 303.9) 50%, transparent);;
/* -webkit-box-shadow:0px 3px 5px 0px rgba(189,168,125,1);
-moz-box-shadow: 0px 3px 5px 0px rgba(189,168,125,1);
box-shadow: 0px 3px 5px 0px rgba(189,168,125,1); */
    border-radius: 20px;
    color: var(--textPrimary);
    font-weight: 600;
    padding: 10px 5px;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: color-mix(in srgb, oklch(.408 .153 2.432) 30%, transparent);
    width: 150px;
    height: 120px;
    text-transform: uppercase;
--shadow-color: color-mix(in srgb, oklch(.627 .265 303.9) 20%, transparent);

    /* real usable box-shadow */
    box-shadow:
        0 10px 15px -3px var(--shadow-color),
        0 4px 6px -4px var(--shadow-color);
  }
  .innerContent .dashWrap .dashBox:hover{
background-color:var(--bgPrimary);
}
  .innerContent .dashWrap .dashBox img {
    max-width: 75px;
max-height: 50px;
margin-bottom:5px;
  }

  .innerContent .dashWrap .dashBox p {
        font-size: 1rem;
        color: white;
       
        font-weight: 500;
      
line-height:1.2rem
  }

  /* Tab */
  /* Style the tab */
  
.tab::-webkit-scrollbar {
 display: none; 
}
.tab {
overflow-x: auto; 
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; 
}
  /* Style the buttons inside the tab */
.agendaList .tab .tablinks{
margin:0;
padding:0 5px;
}
  .tab .tablinks {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 10px;
    transition: all .3s ease;
    font-size: 1rem;
        margin: 0 5px;
white-space: nowrap;
flex-shrink: 0;
  }
.dateWrapper.dateWrapReg .tablinks {
margin:0;
padding:0 5px;
}

  /* Change background color of .tablinkss on hover */
  /* .tab .tablinks:hover {
    background-color: #ddd;
  } */

  /* Create an active/current tablink class */
  .tab .tablinks.active .dateBox p {
    color: var(--bgActive);
  }

  .tab .tablinks.active .dateBox {
    border-bottom: 3px solid var(--bgActive);
  }

  /* Style the tab content */
  .tabcontent {
    display: none;
    /* padding: 6px 12px;
    border-top: none; */
  }

  .dateWrapper {
    margin-bottom: -2px;
display:flex;
    justify-content: unset;
  }

  .dateWrapper.dateWrapReg {
display:flex;
    justify-content: unset;
  }
/*  .dateWrapper .tablinks:not(:first-child){
width:20%
}
*/
  .dateWrapper .dateBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
         border-bottom: 3px solid transparent;
min-height:55px;
        padding: 0 5px;
  }

  .dateWrapper.dateWrapReg .dateBox {
    min-height: 20px;
        border-bottom: 3px solid transparent;
  }



  .dateWrapper .dateBox .all {
        font-size: 1rem;
        font-weight: 600;
  }
.exhibitorContent   .dateWrapper .dateBox .all{
  font-size: .8rem;
}
  .dateWrapper.dateWrapReg .dateBox .all {
    margin-bottom: 7px;
  }

  .dateWrapper .dateBox .month {
    font-size: .9rem;
    font-weight: 600;
  }

  .dateWrapper .dateBox .date {
    font-size: 1.3rem;
    font-weight: 600;
  }

 filterBox {
    margin-bottom: 10px;
    position: relative;
  }

  .filterBox .btn {
       font-size: 1rem;
        display: flex;
        align-items: center;
        color: white;
        margin: 10px 0;
        font-weight: 500;
        border: none;
       
        padding: 0;
max-width:65px;
  }

  .filterBox .btn span {
   margin-right: 5px;
    width: 20px;
  }
  .filterBox .filterInfo{
    box-shadow: var(--shadow);
    background-color: white;
    border-radius: 15px;
    padding: 10px 12px;
    /* border: 1px solid var(--bgPrimary); */
    min-height: auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 200px;
    z-index: 2;
    transition: all .3s ease-in-out;
    position: absolute;
    display: none;
  }
  /* .filterBg .filterBox .filterInfo{
    bottom: 0;
  } */
  .filterBox .filterInfo h4{
        color:#31184B;
        font-weight: 700;
        font-size: 1rem;
     
  }
  .filterBox .filterInfo  .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
   
  }
  .filterBox .filterInfo  .top img{
    max-width: 30px;
  }
  .filterBox .filterInfo .formGroup{
    margin: 5px;
  }
  .filterBox .filterInfo .btn{
    width: 100%;
    max-width: 100px;
    margin: auto;
    border-radius: 40px;
    display: block;
    margin-top: 20px;
    font-size: .9rem;
  }
  .filterBox .filterInfo .searchLabel{
    margin-bottom: 5px;
margin-top:0;
    display: inline-block;
               color: var(--bgActive);
  }
  .filterBox .filterInfo .noteSearchBox{
    margin-top: 0;
        max-height: 175px;
        overflow: hidden;
        overflow-y: scroll;
}
  .form-check{
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    position: relative;
  }
  .form-check input{
    margin: 0;
min-width: 16px;
        min-height: 16px;
border:1px solid  var(--bgGreen);
    appearance: none;
    -webkit-print-color-adjust: exact;
    -webkit-appearance: none;
    -moz-appearance: none;
        border-radius: 3px;
  }
.form-check input:checked {
  background-image: url(https://app.aahoacon.com/file-manager/MjQ3MA==);
  background-color: white;
  background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
  .filterBg::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    -webkit-animation: opacity 0.25s;
    animation: opacity 0.25s;
  }

  .form-check label{
    color: var(--bgGreen);
    font-size: .9rem;
  }
.showTime {
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  color:white;
  gap: 15px;
  align-items: center;
  line-height: 18px;
  margin: 10px 0;
text-transform: uppercase;
    color: var(--bgSecondary);

}
.showTime .sDateBox{
  display: flex;
  align-items: center;
  gap: 5px;
}

.showTime .sDateBox img{ 
width: 25px;
}
  .tabContentWrap .agendaBox {
    border: 2px solid
 color-mix(in srgb, oklch(.627 .265 303.9) 50%, transparent);
    padding: 20px;
    border-radius: 14px;
--shadow-color: 
 color-mix(in srgb, oklch(.627 .265 303.9) 20%, transparent);
        box-shadow: 0 10px 15px -3px var(--shadow-color), 0 4px 6px -4px var(--shadow-color);
        background: color-mix(in srgb, oklch(.408 .153 2.432) 30%, transparent);
    margin-bottom: 15px;
  }
  .tabContentWrap .agendaBox.exhibitorBox{
padding:15px 20px 15px 15px;
position:relative;
        border: 1px solid white;;
        box-shadow: none;
margin-bottom:25px;
        background-color: var(--bgPrimaryRGB);
}
  .tabContentWrap .agendaBox.exhibitorBox .exhiBoxTop{
display:flex;
gap:15px;
}
 .tabContentWrap .agendaBox.exhibitorBox .left{
flex:0 0 45%;
}
 .tabContentWrap .agendaBox.exhibitorBox .right{
flex:0 0 55%;

}
 .tabContentWrap .agendaBox .logo{
    background-color: rgba(255, 255, 255, .7);
        border-radius: 20px 0 0 20px ;
        padding: 15px;

}

 .tabContentWrap .agendaBox.exhibitorBox .logo,.exbDetailBox .logo{
    background-color: rgba(255,255,255,.6);
               border-radius: 10px;
padding:5px;
display:flex;
justify-content:center;
align-items:center;
position:relative;
}
 .tabContentWrap .agendaBox.exhibitorBox .logoPlace{
 background-color: #FFFFFF;
display:flex;
justify-content:center;
align-items:center;
        border-radius: 10px;
    max-height: 84px;
}
 .tabContentWrap .agendaBox.exhibitorBox .logoPlace img{
max-width:100px;
        max-height: 84px;
}
.exbDetailBox .exbDetailTopBox{
display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 15px;
}
.exbDetailBox .boothBox {
        background-color: #4F094B;
        color: white;
        border-radius: 10px;
        padding: 5px 10px;
        display: inline-block;
        margin: 15px 0 2px 0;
        font-size: .9rem;
        letter-spacing: 0px;
        font-family: 'Open Sans';
        font-weight: 600;
    }
.exbDetailBox .logo{
     border-radius: 10px;
        position: relative;
        flex: 0 0 45%;
}
.exbDetailBox .exbInfo{
        flex: 0 0 55%;
}
.exbDetailBox .exbDetailTopBox .logo img{
        max-height: 67px;
 border-radius: 10px;
}
 .tabContentWrap .agendaBox.exhibitorBox  .sponsorTag{
        position: absolute;
left: -7px;
        top: -9px;
}
 .tabContentWrap .agendaBox.exhibitorBox  .sponsorTag img{
max-width:75px;
}
.exbDetailBox .logo .sponsorTag{
            position: absolute;
        left: -7px;
        top: -9px;
}
.exbDetailBox .logo .sponsorTag img{
max-width: 60px;
}
 .tabContentWrap .agendaBox.exhibitorBox .logo .sponsorTag img{
max-width: 80px;
}

  .tabContentWrap .agendaBox.exhibitorBox  .logo img {
 border-radius: 10px;
        max-height: 67px;
  }

  .tabContentWrap .agendaBox .time {
    background-color: var(--bgPrimary);
    color: white;
    font-size: .6rem;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 7px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .tabContentWrap .agendaBox.exhibitorBox  .info {
    display: flex;
        align-items:flex-start;
  }
  .tabContentWrap .agendaBox .info {
    display: flex;
    justify-content: space-between;
        align-items: center;
gap:5px;
  }
  .tabContentWrap .agendaBox .info h4 {
        font-size: 1.1rem;
         font-weight: 600;
          color: white;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
      
        line-height: 20px;
        white-space: normal;
  }
    .tabContentWrap .agendaBox.exhibitorBox .info p.mType {
        color: white;
        font-size: .8rem;
    }
    .tabContentWrap .agendaBox.exhibitorBox .bottom {
        margin: 10px 0 5px 0;
    }
  .tabContentWrap .agendaBox .info .mytime{
    font-size: .6rem;
    font-weight: 600;
  }
  .tabContentWrap .agendaBox .info .icon {
        min-width: 55px;
        max-width: 55px;
        height: 55px;
        width: 55px;
        background-image: url(https://app.aahoacon.com/file-manager/MjQ2Mg==);
        border-radius: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-repeat: no-repeat;
        background-size: contain;
  }
  .tabContentWrap .agendaBox.starred .info .icon {
        background-image: url(https://app.aahoacon.com/file-manager/MjQ2NA==);
  }

  .tabContentWrap .agendaBox .icon.remove-icon {
background-image: url(https://app.aahoacon.com/file-manager/MjQ2NA==);
}
  .tabContentWrap .agendaBox .info .icon {
        min-width: 55px;
        max-width: 55px;
        height: 55px;
        width: 55px;
        background-image: url(https://app.aahoacon.com/file-manager/MjQ2Mg==);
        border-radius: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-repeat: no-repeat;
        background-size: contain;
  }
  .tabContentWrap .agendaBox.starred .info .icon {
        background-image: url(https://app.aahoacon.com/file-manager/MjQ2NA==);
  }

  .tabContentWrap .agendaBox .icon.remove-icon {
background-image: url(https://app.aahoacon.com/file-manager/MjQ2NA==);
}
  .tabContentWrap .agendaBox.exhibitorBox   .info .icon img {
    width: 20px;
    height: 20px;

  }
 .tabContentWrap .agendaBox.starred  .info .icon img,  .tabContentWrap .agendaBox .icon.remove-icon .remove-agenda,.tabContentWrap .agendaBox .icon .add-agenda{
width: 20px;
    height: 20px;

}
  .tabContentWrap .agendaBox .bottom {
    display: flex;
flex-wrap:wrap;
gap:6px;
  }
  .tabContentWrap .agendaBox.exhibitorBox  .bottom {

}
  .tabContentWrap .agendaBox .bottom .chip {
             font-size: .9rem;
        font-weight: 600;
        padding: 1px 8px;
  }

  .tabContentWrap .agendaBox .bottom .chip:nth-child(odd) {
    /*  background-image: url(https://app.aahoacon.com/file-manager/MjQ2Nw==);
        color: var(--bgPrimary); */

       
color:#FDBA74;
background-color: #F9731633;
border:1px solid #F973164D;
border-radius: 6px;
  }

  .tabContentWrap .agendaBox .bottom .chip:nth-child(even) {
  /*  background-image: url(https://app.aahoacon.com/file-manager/MjQ2Ng==);
color:var(--bgGreen); */
 color: oklch(.827 .119 306.383);
        background: #A855F733;
        border: 1px solid #D9B1FF4D;
        border-radius: 6px;
  }
.tabContentWrap .agendaBox.exhibitorBox  .bottom{
margin-top:10px;
}
.tabContentWrap .agendaBox.exhibitorBox  .bottom .chip{
background-image: none;
    background-color: #4F094B;
    color: white;
    border-radius: 10px;
    padding: 8px 12px;
        font-size: 1.1rem;
}
.tabContentWrap .agendaBox.exhibitorBox  .bottom .chip p{
font-size: .9rem;
        letter-spacing: 0px;
        font-family: 'Open Sans';
        font-weight: 600;
}
.tabContentWrap .agendaBox.exhibitorBox .tagBox{
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    text-transform: capitalize;
}
.tabContentWrap .agendaBox.exhibitorBox .tagBox .chip{
        font-size: .6rem;
        font-weight: 400;
        background-repeat: no-repeat;
        background-size: 100% 100%;
       
        padding: 10px 8px;
}
.tabContentWrap .agendaBox.exhibitorBox .tagBox .chip p{
margin:0 3px;
}
.tabContentWrap .agendaBox.exhibitorBox .tagBox .chip:nth-child(odd) {
  background-image: url(https://app.aahoacon.com/file-manager/MjQ2Nw==);
        color: var(--bgPrimary);
}
  .tabContentWrap .agendaBox.exhibitorBox .tagBox .chip:nth-child(even) {
    background-image: url(https://app.aahoacon.com/file-manager/MjQ2Ng==);
color:var(--bgGreen);
  }
/* .starred .icon {
    background-color: var(--bgSecondaryLight) !important;
} */
/* .tabContentWrap .agendaBox.exhibitorBox  .bottom .icon{
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(https://aahoaconmobile2.datagrid.co.in/public/storage/2024/09/26/cms/star-bg.png);
        width: 65px;
        height: 65px;
        flex: 0 0 65px;
}
.tabContentWrap .agendaBox.exhibitorBox.starred  .bottom .icon{
    background-image: url(https://aahoaconmobile2.datagrid.co.in/public/storage/2024/09/26/cms/exhistar-bg.png);
} */
.tabContentWrap .agendaBox.exhibitorBox  .bottom .icon img{
max-width:25px;
}
  .noteSearchBox .formGroup {
    position: relative;
    margin: 8px auto;
    width: 100%;
  }

  .noteSearchBox input.formControl {
              border: none;
        border-radius: 40px;
        padding: 5px 12px 5px 50px;
        font-size: 0.8rem;
        min-height: 45px;
        /* box-sizing: border-box; */
        width: 100%;
        background-color: rgba(255, 255, 255, .4);

color:white;
   
  }
.noteSearchBox input.formControl::placeholder{
color:white;
}
  .noteSearchBox .searchBox {
   width: 35px;
        height: 35px;
        background-color: #802d51;
        border-radius: 40px;
        position: absolute;
        top: calc(100% - 40px);
        left: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
  }

  .noteSearchBox .searchBox img {
    max-width: 50px;
    padding-right: 5px;
  }



  .keyNoteBox {
    padding: 15px;
    margin-bottom: 15px;
  }

/*  .keyNoteBox .keyNotes {
        padding-bottom: 14px;
        margin-bottom: 25px;
   border-bottom: 1px solid white;
} */
.keyNoteBox .anchor-tag {
    padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid white;
display: block;
}
.keyNoteBox .anchor-tag:last-child{
border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
}

  .keyNoteBox .keyNotes .top{
   display: flex;
    justify-content: space-between;
    align-items: center;
gap:10px;
}
  .keyNoteBox a:last-child .keyNotes {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .keyNoteBox .keyNotes .left {
    display: flex;
    gap: 20px;
  }
.keynoteList .topBar{
        padding: 0;
}
    .keynoteList .tab .tablinks {
        margin: 0;
        padding: 0 5px;
    }
  .keynoteList .dateBox .all {
        font-size: 1rem;
        font-weight: 600;
 
    }
.keynoteList .dateBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
     
        min-height: 55px;
        padding: 0 5px;
    }
.announcmentList .keyNotes .left {
display:block;
}
.announcmentList .keyNotes{
display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
}
.announcmentList .keyNotes .left .info .desc{
color: var(--bgSecondary);
        font-size: .8rem;
}
.announcmentList .ann-anchor-tag{
padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid white;
        display: block;
}
.announcmentList .ann-anchor-tag:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
 .innerContent .dashWrap .dashBox .announcmentCountWrap {
    position: absolute;
    top: 0px;
        right: 0;
    background-color: #ebc8ec;
      color: #5f0b58;
        border-radius: 0 16px 0 8px;
    font-size: 18px;
    max-width: 30px;
    max-height: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .innerContent .dashWrap .dashBox .announcmentCountWrap p{
    line-height: normal;
 color: #5e0c58;
    font-size: 12px;
    font-weight: 700;
  }
  .keyNoteBox .keyNotes .left .info {
    font-weight: 600;

  }

  .keyNoteBox .keyNotes .left .info .name {
        font-size: 1rem;
        display: inline-block;
        font-weight: 600;
        color: white;
     
line-height: 1.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
  }
 .keyNoteBox .keyNotes.read-announcement{
opacity:.7;
}
 .keyNoteBox .keyNotes.unread-announcement{
opacity:1;
}
  .keyNoteBox .keyNotes .left .info .post {
    font-size: .8rem;
        color: var(--bgSecondary);
  }

  .keyNoteBox .keyNotes .left .info .company {
    font-size: .9rem;
        color: var(--bgSecondary);
        font-weight: 700;
  }

  .keyNoteBox .keyNotes .left .profile img {
    max-width: 85px;
    border-radius: 10px;
  }
.keyNoteBox .keyNotes .right img{
min-width:8px;
max-width:8px;
}
}

/*   shivaji css start from here*/



.dBox .row-box:last-child .border-theme {
  border-bottom: 1px solid #fff !important;
}

.row-box {
  padding: 0px 10px 5px 10px;
}

.row-pad {
  padding: 10px;
}

.row-theme {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.mt-2 {
  margin-top: 20px;
}

.col-90 {
  width: 90%;
}

.col-10 {
  width: 10%;
}

.block-heading {
  font-size: 1rem;
  font-weight: 600 !important;
  color: var(--bgPrimary);
  line-height: 1.3;
  margin-bottom: 5px;
}

.block-description {
  font-size: .9rem;
  font-weight: 400;
  margin-bottom: 5px;
  color: var(--textDefault);
}

.flex-layout {
  display: flex;
  justify-content: end;
  vertical-align: middle;
  margin-top: 10px;
}

.icon-img {
  width: 12px;
  margin-top: 5px;
}

.card-headings {
  font-size: 1.1rem;
  font-weight: 600 !Important;
  color: var(--bgPrimary);
  line-height: 1.3rem;
}
.card-description {
  font-size: .7rem;
  font-weight: 600;
  word-wrap: anywhere;
  text-align: justify;
  word-spacing: -0.05rem;

}
.p-0
{
  padding: 0!important;
}
.agendaBox1
{
  border: 2px solid
 color-mix(in srgb, oklch(.627 .265 303.9) 50%, transparent);
              --shadow-color: 
 color-mix(in srgb, oklch(.627 .265 303.9) 20%, transparent);
        box-shadow: 0 10px 15px -3px var(--shadow-color), 0 4px 6px -4px var(--shadow-color);
  padding: 20px;
  border-radius: 14px;
  background-color: white;
  margin-bottom: 15px;
        background: color-mix(in srgb, oklch(.408 .153 2.432) 30%, transparent);
}

.agendaBox1 .info p.title
{
       font-size: 1.2rem;
    font-weight: 600;
    color: white;
  margin-bottom:5px;
    text-align: left;
line-height: 1.6rem;
}
.annDetails .info p.desc{
margin-bottom:15px;
color: var(--bgSecondary);
}

.exbDetailBox .contactBox {
    margin-bottom: 10px;
}
.exbDetailBox .info .otherDesc a{
color: white;
    text-decoration: underline;
    font-weight: 500;
}
.exbDetailBox .categoryBox{
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.exbDetailBox .categoryBox .cNames{
font-size: .7rem;
        font-weight: 400;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    
        padding: 10px 8px;
}
.exbDetailBox .categoryBox .cNames span{
    display: block;
    margin: 0 5px;
}
.exbDetailBox .categoryBox .cNames:nth-child(odd) {
      background-image: url(https://app.aahoacon.com/file-manager/MjQ2Nw==);
        color: var(--bgPrimary);
}

.exbDetailBox .categoryBox .cNames:nth-child(even) {
      background-image: url(https://app.aahoacon.com/file-manager/MjQ2Ng==);
color:var(--bgGreen);
}

.exbDetailBox,.annDetails,.agendaDetails{
padding:20px;
}

.annDetails .info{
text-align:left;
}
.exbDetailBox .exbDetailTopBox  .name{
     font-size: 1rem;
    font-weight: 400;
    color: white;

line-height: 1.6rem;
margin-top:5px;
    word-break: break-word;
}
.exbDetailBox .otehrInfo{
margin-bottom:10px;
font-size:1rem
}
.exbDetailBox .otherDesc{
color:white;
}
.exbDetailBox .badgeBox{
display:flex;
flex-wrap:wrap;
}
.exbDetailBox .category{
   color: var(--bgSecondary);;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1.1rem;
}
.exbDetailBox .contact,.exbDetailBox .otherDesc .desc{
    color: var(--bgSecondary);;
    font-weight: 600;
    margin: 5px 0 5px 0;
    font-size: 1.1rem;
}
.exbDetailBox .contactBox{
 margin-bottom: 10px;
}
.exbDetailBox .contactBox .cName{
font-size:1.1rem;
   font-weight: 600;
}
.agendaBox1 .bottom .chip {
         font-size: .9rem;
        font-weight: 600;
        padding: 1px 8px;
}
.addToAgenda .add-agenda,.addToAgenda .webIcon{
max-width:15px;
}
.addToAgenda  .remove-agenda{
max-width:10px;
}
.agendaBox1  .addToAgenda .btn{
display: flex;
    align-items: center;
    gap: 5px;
    max-width: max-content;
    padding: 7px 10px;

}
.agendaBox1  .addToAgenda{
margin-bottom:15px;
margin-top:10px;
}

.agendaBox1  .addToAgenda .btn span{
color:var(--bgPrimary);
font-weight:600;
  font-size: .8rem;
}
.agendaBox1 .bottom .chip:nth-child(odd) {
   /*   background-image: url(https://app.aahoacon.com/file-manager/MjQ2Nw==);
        color: var(--bgPrimary); */
color:#FDBA74;
background-color: #F9731633;
border:1px solid #F973164D;
border-radius: 6px;
}

.agendaBox1 .bottom .chip:nth-child(even) {
    /*  background-image: url(https://app.aahoacon.com/file-manager/MjQ2Ng==);
color:var(--bgGreen); */
 color: oklch(.827 .119 306.383);
        background: #A855F733;
        border: 1px solid #D9B1FF4D;
        border-radius: 6px;
}


.agendaBox1 .bottom {
  display: flex;
flex-wrap:wrap;
gap-6px;
}
    
.agendaBox1 .time {
  background-color: var(--bgPrimary);
  color: white;
  font-size: .6rem;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 7px;
  font-weight: 600;
  margin-bottom: 10px;
}

.agendaBox1 .date-box {
  color: #6F6F6F;
  font-size: .8rem;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
}


.agendaDetails .info .icon {
        min-width: 55px;
        max-width: 55px;
        height: 55px;
        width: 55px;
        background-image: url(https://app.aahoacon.com/file-manager/MjQ2Mg==);
        border-radius: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-repeat: no-repeat;
        background-size: contain;
  }
    
.agendaDetails .info .icon.remove-icon {
        background-image: url(https://app.aahoacon.com/file-manager/MjQ2NA==);
    }
.agendaDetails .info .topBox{
 display: flex;
  align-items: center;
    justify-content: space-between;
}
 .agendaDetails  .info .icon img {
    width: 20px;
    height: 20px;
  }
 .agendaDetails .kenoteBox .top{
display:flex;
gap:20px;
margin-bottom:10px;
}
.agendaDetails .kenoteBox:not(:last-child){
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dashed var(--bgSecondary);
}
 .agendaDetails .kenoteBox .top .left img {
max-width: 100px;
    max-height: 100px;
    border-radius: 10px;
}
 .agendaDetails .kenoteBox .top .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 .agendaDetails .kenoteBox .top .right .name{
    font-size: 1.1rem;
    font-weight: 600;
    color: white;

    line-height: 1.6rem;
margin-bottom:0;
}
 .agendaDetails .kenoteBox .top .right .post{
    font-weight: 600;
color: var(--bgSecondary);
    text-transform: uppercase;
    font-size: .9rem;
}
 .agendaDetails .kenoteBox .top .right .company{
    font-weight: 700;
    color: var(--bgSecondary);
  font-size: .9rem;
text-transform:capitalize;
} 
 .agendaDetails .kenoteBox .aboutTitle{
    font-weight: 600;
    color: white;
margin-bottom:5px;
    font-size: 1.2rem;
}
 .agendaDetails .kenoteBox .chipsBox {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    text-transform: capitalize;
}
 .agendaDetails .keynoteWrap{
border-top: 1px solid white;
    padding-top: 15px;
  margin-top: 15px;
}
 .agendaDetails .keynoteWrap h4{
    margin-bottom: 20px;
    font-size: 1.2rem;

    font-weight: 600;
}
.keyNoteBox .keyNotes .chipsBox {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    text-transform: capitalize;
gap:6px;
}


.text-box p
{
  color: white;
  font-size: 1rem;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 20px;
  padding-right: 10px;
    word-break: normal;
}

.row
{
  display: flex;
  justify-content: start;
}
.btn-warning{
  background-color: var(--bgSecondaryLight);
    color: var(--bgPrimary);
    border: 1.5px solid #F36722;
}
.btn-custom
{
  font-size: .9rem;
  font-weight: 600;
  padding: 7px 10px;
  border-radius: 7px;
  display: flex;
    justify-content: start;
    vertical-align: middle;

    cursor: pointer;
align-items: center;
gap:8px;
}

.btn-custom span
{
 position: relative;
}
.btn-custom img
{
  width: 20px;
  position: relative;
}
.row-box-height
{
  min-height: 500px;
}

.badge
{
       font-size: .9rem;
        font-weight: 600;
        padding: 1px 8px;
}
.badge:nth-child(odd){
color:#FDBA74;
background-color: #F9731633;
border:1px solid #F973164D;
border-radius: 6px;
}
.badge:nth-child(even){
 color: oklch(.827 .119 306.383);
        background: #A855F733;
        border: 1px solid #D9B1FF4D;
        border-radius: 6px;
}
.flex-layout2 {
  display: block;
}
.flex-layout3
{
   display: flex;
   justify-content: center;
   vertical-align: middle;
}
.border-theme2
{
   border:1px solid var(--bgSecondary);
   border-radius: 20px;
   padding: 10px 10px;
}
.flex-layout3 .logo
{
  width: 170px;
  padding: 10px 0;
}
.usr-img
{
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.col-6
{
  width: 49%;
  margin: 5px;
}
.info2 a
{
  font-weight: 600;
  color: var(--bgPrimary);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 1.5rem;
}
.sitsLeft{
    color: white;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.pt-10
{
  padding-top: 10px;
}
.left-padd-20
{
  padding-left: 16px;
}
 .accordion-container {
  max-width: 400px;
  margin: 20px auto;
}
.accordion-item {
  /* border: 1px solid #ddd; */
  border-radius: 5px;
  /* margin-bottom: 10px; */
  overflow: hidden;
}

.accordian .accordion-item
{
   border-bottom: 1px solid white;
   border-radius: 0;
}
.accordian .accordion-item:last-child
{
   border-bottom: 0 ;
}

.accordion-header {
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
  display: flex;
font-weight:500;
    justify-content: space-between;

}
.accordian .accordion-item.active .accordion-header{
padding-bottom:5px;
}
accordion-item.active .accordion-header{
padding-bottom:0;
}

.accordion-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out, padding 0.5s ease-out;
}

.active .accordion-content {
    max-height: 500px; /* Adjust based on content height */
    opacity: 1;
    padding: 15px;
    padding-top: 0;
}
.accordion-content .content-heding{
    color: white;

}
.accordion-content .dates{
font-size: .8rem;
    font-weight: 500;
    color: white;
    margin: 10px 0;
}
.accordion-content .dates span{
margin-bottom:5px;
    display: inline-block;
}
.accordion-header .calender-icon
{
  width: 22px;
}
.title-cls
{
  position: relative;
  top: 6px;
  color: #6F6F6F;
    font-size: .9rem;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.5;
    margin-left: 5px;
}
.session-cls
{
  position: absolute;
  top: 16px;
  /* float: right; */
  right: 12%;
  color: #6F6F6F;
    font-size: .9rem;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.5;
}
.accordian
{
  border:1px solid var(--bgSecondary);
  border-radius: 10px;
    background-color: var(--bgPrimaryRGB);
}
/* .accordion-content .badge
{
    font-size: .7rem;
    font-weight: 400;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 12px 12px;
} */
.accordion-content .location{
    background-color: rgba(255, 255, 255, .3);
    background-image: none;
    color: white;
    font-size: 1rem;
    border-radius: 14px;
    padding: 5px 0;

    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.accordion-content .location img{ 
max-width:14px;
}
/* .accordion-content .badge:nth-child(odd){
    background-image: url(https://app.aahoacon.com/file-manager/MjQ2Nw==);
    color: var(--bgPrimary);
}
.accordion-content .badge:nth-child(even) {
    background-image: url(https://app.aahoacon.com/file-manager/MjQ2Ng==);
    color: var(--bgGreen);
} */
.content-heding
{
    color: var(--bgSecondary);
    font-size: 1.1rem;
    font-weight: 600;

margin-bottom:5px;
}
.content-heding2
{
  font-size: .8rem;
  font-weight: 500;
color:white;
margin:10px 0;
}
.badge-success {
  background-color: var(--bgLightGreen-20);
  color: var(--bgPrimary);
     display: inline-block;
}
.border-none
{
  border: none!important;
}
.accordion-header2
{
  padding: 0!important;
  font-weight: 600!important;
    color: var(--bgPrimary)!important;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size:1rem!important;
}


/* .text-box{
    border: 1px solid var(--bgSecondary);
    padding: 10px 12px;
    border-radius: 20px;
    margin-bottom: 15px;
}
*/
/* .accordion-content
{
  border-bottom: 1px solid #7FC5C3;
} */


.annWrap .dbox{
padding:10px;
}
.annWrap .dbox .info {
margin-bottom:8px;
}
.annWrap .dbox .card-description p{
    word-break: break-all;
}
@media screen and (min-width: 992px) {
body{
display:none;
}
}
.loader{
display:none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .loader img{
    width: 50px;
    height: 50px;
  }
/* .keNoteDetails{
padding-top:20px;
    border: none;
    box-shadow: none;
    background-color: unset;
} */
.keNoteDetails .top{
display:flex;
gap:20px;
margin-bottom:10px;
}
.keNoteDetails .top .left img {
max-width: 100px;
    max-height: 100px;
    border-radius: 10px;
}
.keNoteDetails .top .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.keNoteDetails .top .right .name{
    font-size: 1.1rem;
    font-weight: 600;
    color: white;

}
.keNoteDetails .top .right .post{
    font-weight: 600;
color: var(--bgSecondary);
    text-transform: uppercase;
font-size: .9rem;
}
.keNoteDetails .top .right .company{
    font-weight: 700;
font-size: .9rem;
    color: var(--bgSecondary)
} 
.keNoteDetails .aboutTitle{
    font-weight: 600;
    color: white;
margin-bottom:5px;
    font-size: 1.2rem;
}
.keNoteDetails  .chipsBox{
    display: flex;
text-align:center;
    flex-wrap: wrap;
    text-transform: capitalize;
}
.keNoteDetails .accordion-header .left,.keNoteDetails .accordion-header .right{
   display: flex;
    gap: 5px;
font-size: 1rem;
align-items: center;
    font-weight: 600;
}
.keNoteDetails .accordion-header .right img{
max-width: 14px;
    height: 7px
}
.keNoteDetails .accordion-header .right .arrow-icon {
  transition: transform 0.3s ease;
}
/* .arrow-icon img
{
  width: 17px;
}*/
.keNoteDetails .accordion-item.active .accordion-header .right  .arrow-icon {
  transform:  rotate(180deg);

}
.menuIconWrap{
display:flex;
align-items:center;
gap:10px;
font-weight:bold
}
.sidebar .navmenu ul .navItem:nth-child(4) .menuIconWrap span:last-child{
display: inline-block;
margin-bottom: 3px;
}
.menuIconWrap svg.icon{
width:20px;
height:20px;
}
.loginButton{
   background: linear-gradient(to right, #9C20FF 0%, #E936A7 50%, #C4005F 100%);
    color: white;
    padding: 6px 22px;
    border: none;
    border-radius: 6px;
    /* font-family: 'TAN-Jambore'; */
    font-size: 14px;
    line-height: 20px;
    /* min-width: 87px; */
    text-align: center;
    /* letter-spacing: 1px; */
    font-weight: 600;
}
.loginbutton:hover{
color:white;
}
.sponserBox img{
  /*  max-width: 100px; */
   /* aspect-ratio: 3 / 2;
    object-fit: contain;
    max-height: 100px; */
  border-radius: 12px;
}
.sponserBox{
    justify-content: center;
gap:24px;

}
.sponserBox  .gjs-cell{
flex-basis: auto;
    text-align: center;
    background-color: rgba(255, 255, 255, .85);
    border-radius: 12px;
width:155px;
max-width:155px;
 /*   max-height: 100px;
 height:100px; */

display: flex;
    align-items: center;
    justify-content: center;
border: 1px solid #e3e3e3;
}
.sponserBox  .gjs-cell a{
display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.sponserWrap .title h4{
    display: inline-block;
    position: relative;
color:#fff;
}
.directionWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
 
}
.dirBox{
  border-bottom: 2px dashed var(--bgSecondary);
/*    border-radius: 20px; */
margin-bottom:20px;
}
.conBox{
border-top: 2px dashed var(--bgSecondary);
}
.outlineBox{
    background: rgba(128, 22, 77, .6);
    border-radius: 14px;
}
.sponserWrap{
padding: 20px;
        border-radius: 14px;
border:2px solid
 color-mix(in srgb, oklch(.627 .265 303.9) 50%, transparent)
}
.sponBox{
/* border:1px solid #e3e3e3;
border-radius:18px;
    margin-bottom: 30px;
background: rgba(198, 198, 198, .1);
padding:15px; */
padding-bottom:30px;
  border-bottom: 2px dashed var(--bgSecondary);
margin-bottom:30px;
}
.sponBox.lastSponBox{
border-bottom:none;
margin-bottom:0px;
}
/* .sponserWrap .title h4::after{
content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;       
  background: #000;   
} */
.directionBox,.contactBox {
    text-align: center;
    padding: 10px;
}
.directionBox i,.contactBox i{
font-size:35px;
    margin-bottom: 10px;
}
.directionBox h4,.contactBox h4{
    font-size: 14px;
    font-weight: 600;
}
.directionBox p,.contactBox p{
    font-size: 12px;
}

.annDetails a,.agendaDetails .text-box a,.keNoteDetails .text-box a{
color:white;
text-decoration:underline;
}

@media screen and (max-width: 350px) {
.col-6{width:100%}
  body{font-size:1rem}
  .innerContent .dashWrap .dashBox{
    width:105px;
  }
  .innerContent .dashWrap .dashBox p {
    font-size: .5rem;
}
.keyNoteBox .keyNotes .left .info .name{font-size: 0.9rem;}
.keyNoteBox .keyNotes .left .info .post {font-size: .7rem;}
.keyNoteBox .keyNotes .left .info .company {font-size: .6rem;}
.info2 a{font-size:1rem}
.pageTitle {    font-size: 0.8rem;}
.btn{font-size:0.7rem}
.title-cls{width:50%; font-size:0.7rem }
.session-cls{font-size:0.6rem}

}
@media screen and (max-width: 370px) {
.showTime{
        font-size: 0.6rem;
        line-height: 13px;
       }
.sponserBox .gjs-cell {
    width: 140px;
    max-width: 140px;
}
}
@media screen and (max-width: 767px) {

}