:root {
  --zerotrust: #4376F4;
  --sase: #9D2C2E;
  --TI: #4BA1AF;
}

h1,h3,h2,ul,p,h4,form {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

*,*::before,*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  padding: 0%;
  margin: 0%;
}

body {
  padding: 0%;
  margin: 0%;
}

.a-object {
  width: fit-content;
}

.menu-top-5-2 {
line-height: 0px;
}
#menu-top-6, #menu-top-7 {
display: none;
}

.menu-window {
  position: fixed;
  overflow: hidden;
  height: 100vh;
  width: 450px;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
  border-right: 1px solid #bfbfbf;
  background-color: white;
  padding: 40px 0px 0px 50px;
  z-index: 11190;
}

#menu-window a {
  text-decoration: none;
}

#menu-window ul li {
  list-style: none;
  margin-left: 50px;
}

#menu-window h4 {
  font-family: Lato;
  font-weight: 500;
  font-size: 30px;
}

.securitychampions {
max-width: 1400px;
margin: 0 auto;
margin-bottom: 50px;
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.securitychampions-track {
  position: relative !important;
  overflow: hidden !important;
  max-width:fit-content !important;      /* Contenedor limitado a 500px */
  border-radius: 5px;
  color: white;
  margin-top: 0px !important;
  border: solid 1px black;
  border-radius: 10px;
padding: 0px 10px 0px 10px !important;
  background-color: white;
  border: solid 2px #FF4801;
 width: 350px;
  margin: 0 auto;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.marquee {
transition: all 0.3s ease-in-out; 
}
.marquee:hover {
scale: 1.02;

}


.marquee span {
  font-size: 1.5rem;
  line-height: 50px;     /* Centrado vertical del texto */
  white-space: nowrap;
  padding-right: 50px;   /* Espacio entre repeticiones */
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Mueve la anchura de una copia de texto (que es el 50% del ancho total de .marquee) */
    transform: translateX(-50%);
  }
}



img {
width: 100%;
}
.panel-frame-image-container {
max-width: 400px;
overflow: hidden;
border-radius: 10px ;
}


.panel-description {
font-family: azo-sans-web;
max-width: 400px;
padding-top: 10px;
font-size: 16px;
line-height: 20px;
}


.menu-list-top {
  display: flex;
  flex-direction: column;
  /* padding-top: 50px;
     */
  padding-bottom: 10px;
  gap: 5px;
  list-style-type: disc;
}

.menu-list-top a {
  color: black;
  font-size: 30px;
  font-family: Lato;
}

.menu-window .menu-list-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-family: monserrat;
  gap: 5px;
}

.menu-list-bottom a {
  font-family: montserrat;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  list-style-type: disc;
}

.menu-list-bottom .cat-colors-te {
  border-left: 7px solid #4AA1AF;
  padding-left: 8px;
}

.menu-list-bottom .cat-colors-cs {
  border-left: 7px solid #1737B6;
  padding-left: 8px;
}

.menu-list-bottom .cat-colors-zt {
  border-left: 7px solid #3178F9;
  padding-left: 8px;
}

.menu-list-bottom .cat-colors-id {
  border-left: 7px solid #933C30;
  padding-left: 8px;
}

.menu-list-bottom .cat-colors-sec {
  border-left: 7px solid #7B978B;
  padding-left: 8px;
}

.menu-list-login-reg {
  display: flex;
  flex-direction: column;
  font-family: monospace;
  font-size: 20px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px #bfbfbf solid;
  height: 250px;
}

.privacy-btn {
  color: #bfbfbf;
  font-size: 16px;
  font-family: montserrat;
  letter-spacing: 1;
  margin-top: 40px;
}

/* .header-menu {
     display: flex;
     background-color: rgb(21, 20, 20);
     list-style: none;
     padding: 0%;
     margin: 0px;
     border-radius: 10px;
     border: solid 1px red;
}
 */

#menu-box {
  display: flex;
  align-items: center;
  padding-right: 100px;
  gap: 50px;
}

#menu-box a {
  text-decoration: none;
  color: rgb(4, 4, 4);
  text-decoration: none;
  letter-spacing: 0;
  color: black;
  text-align: left;
  font-weight: 800;
  font-size: 21;
  letter-spacing: 0px;
  font-family: montserrat;
}

header .tdf-header-logo img {
  width: 250px;
  padding-top: 11px;
}

header {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  justify-content: space-between;
  position: static;
  top: 0;
  z-index: 12;
}

/* .right-box-menu {
  display: flex;
flex-wrap: wrap;
  max-width: 800px;
  justify-content: center;
  align-items: center;
} */

.agenda-color {
  color: #F98427;
  padding-top: 3px;
}

.input-elm2 {
border: solid 1px transparent;
}

.plus-red {
  position: relative;
  color: #FF0200;
  font-size: 30px;
  top: 3px;
}

.plus-blue {
  position: relative;
  color: #0093FF;
  font-size: 30px;
  top: 3px;
}

.ul-menu {
  display: flex;
  list-style-type: none;
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}


.ul-menu li {
  text-align: right;
  font: normal normal bold 16px/28px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding: 27px 27px 27px 27px;
  color: #000000;
  opacity: 1;
  border-left: 1px solid #8A8A8A;
}

.header-content {
  display: flex;
  
}

.menu-tab {
  align-content: center;
}

.orange-box-container {
  display: flex;
}

.orange-box {
  background-color: #FF921E;
}

.orange-box h2 {
  font-family: azo-sans-web;
  font-size: 40px;
  font-weight: bold;
  color: white;
  padding: 0px 5px 0px 5px;
  margin: 0px !important;
}


#main-header {
  position: sticky;
background-color: black;
padding: 0px 0px 0px 0px !important;
}

.header-menu-right {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
  font: normal normal bold 22px/27px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
}

.menu-btn {
  display: inherit;
  border-right: 1px solid #8A8A8A;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.menu-btn p {
  padding: 0px 20px 0px 20px;
}

.text-box {
  position: relative;
  top: -30px;
  text-align: left;
  font: normal normal bold 24px/21px azo-sans-web;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  max-width: 800px;
}

.bottom-menu {
  border: solid 1px white;
  padding: 30px 80px 30px 80px;
  background-color: white;
  margin-top: auto;
}

.menu-bottom {
  display: flex;
  color: #043766;
  gap: 60px;
}

.menu-bottom li {
  font-family: azo-sans-web;
  font-weight: bold;
}

.register-box {
  display: flex;
  margin-left: auto;
  margin-right: 5%;
  gap: 15px;
  font-family: montserrat;
  margin-top: 3px;
}

.register-box a {
  text-decoration: none;
  text-align: center;
}

.register-header-btn {
  width: 234px;
  height: 34px;
  color: black;
  background-image: linear-gradient(90deg, #FF4800 0%, #FFB300 100%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: .4s;
  font-family: montserrat;
  font-weight: 600;
  border-radius: 10px;
  line-height: 34px;
  border: solid 1px transparent;
  font-size: 14px;
  border: solid 1px rgb(166, 163, 163);
}

.register-header-btn:hover {
  background-size: 100% 100%;
  color: white;
}

.login-header-btn {
  width: 234px;
  height: 34px;
  font-family: montserrat;
  font-weight: 600;
  border-radius: 10px;
  border: solid 1px rgb(166, 163, 163);
  background-image: linear-gradient(90deg, #FF4800 0%, #FF4800 100%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: .4s;
  line-height: 34px;
  color: #000000;
  font-size: 14px;
}

.login-header-btn:hover {
  background-size: 100% 100%;
  color: white;
}

.open-close {
  display: flex;
  width: 40px;
  height: 30px;
  justify-content: center;
  border-radius: 5px;
  
  align-items: center;
}

.open-close2 {
  margin-left: -30px;
  margin-top: 4px;
}

#menu-tab:hover {
  opacity: 0.7;
}

#menu-tab {
  cursor: pointer;
  margin-top: -10px;
  color: white !important;
}

.menu-tab-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.hamburger-icon {
  width: 30px;
  height: 10px;
  position: relative;
  pointer-events: none;
}
.hamburger-icon span {
  display: block;
  background-color: white;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.2s ease-out;
  
}

.hamburger-icon span:nth-child(1) {
  top: 2px;
  
}

.hamburger-icon span:nth-child(2), 
.hamburger-icon span:nth-child(3) {
  top: 9px;
}

.hamburger-icon span:nth-child(3) {
  top: 16px;
}

.hamburger-icon.active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.hamburger-icon.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-icon.active span:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}

/* //////////////////////////////////////////////////////////////////////// */

/* main banner css */
.top-form-section {
display: flex;
height: fit-content !important;
}


.top-form-section .left-content {
max-width: 1010px;
width: 100%;
background-color: #000000;
border: solid 1px #FF4801;
background-image: url("/images/CYBERSYMPOSIUMS.png");
background-repeat: no-repeat;
background-position: right;
align-content: center;
}



.content-left-form-section {
max-width:780px !important;
text-align: center;
align-content: center;

}

h1 {
position: relative;
text-align: left;
font: normal normal bold 59px/72px Montserrat;
letter-spacing: 0px;
color: #FFFFFF;
/* margin-bottom: 30px; */
}

.sub-tittle::before {
position: absolute;
content: "";
width: 100px;
border: solid 1px #FF4801;
top: 70;
}


.header-text {
text-align: left;
font: normal normal normal 32px/50px Roboto Mono;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}
.font-weight {
text-align: left;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
font-weight: 100;
}

.font-style {
text-decoration: underline;
}


.sub-tittle {
position: relative;
text-align: left;
font: normal normal normal 30px/55px Roboto Mono;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
margin-bottom: 30px;
}

.btn-containers {
display: flex;
justify-content: left;
gap: 15px;
margin-top: 20px;
}

.ai-tracks-title {
text-align: left;
font: normal normal bold 35px/38px Azo-Sans-web;
letter-spacing: 0px;
color: #000000;
opacity: 1;
max-width: 1400px;
margin: 0 auto;
padding-bottom: 50px;
padding-top: 50px;
}

.track-buttons-containers {
max-width: 1440px;
margin: 0 auto;
display: flex;
padding-left: 15px;
flex-wrap: wrap;
flex-direction: column; 
justify-content: left;
 height: 60%;
}

.track-container {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #F5F6F8;
border: 1px solid #090909;
width: 45%;
padding: 5px 10px 5px 10px;
border-radius: 10px;
margin-bottom: 20px;
}




.track-font {
text-align: left;
font: normal normal bold 18px/28px Roboto Mono;
letter-spacing: 0px;
color: #000000;
opacity: 1;
max-width:480px;
}


.track-agenda-btn {
width: 129px;
height: 50px;
align-content: center;
background: #FF4801 0% 0% no-repeat padding-box;
border: 1px solid #000000;
border-radius: 5px;
opacity: 1;
text-align: center;
font: normal normal bold 12px/19px Montserrat;
letter-spacing: 0px;
color: #FCFCFC;
opacity: 1;
}



.header-text-2{
text-align: left;
font: normal normal bold 25px/30px Montserrat;
letter-spacing: 0px;
color: #FFFFFF;
padding-bottom: 20px;
}


.header-text-2-bottom{
padding-top: 15px;
text-align: left;
font: normal normal normal 15px/18px Roboto Mono;
letter-spacing: 0px;
color: #FFFFFF !important;
opacity: 1;
}


.header-logos  {
display: flex;
align-items: center;
max-width: 800px;
padding-top: 20px;
gap: 20px;
margin: 0 auto;
}

.header-logos img:nth-of-type(2) {
width: 190px;

}

.header-logos img:nth-of-type(1) {
width:250px;
}



.middle-section-container {
max-width: 750px;

}



.middle-section-title {
position: relative;
text-align: left;
font: normal normal bold 22px/28px Roboto Mono;
letter-spacing: 0px;
color: #000000;
opacity: 1;
padding-bottom: 40px;
}
.middle-section-title::after {
position: absolute;
content: "";
width: 100px;
height: 3px;
background-color: #FF4801;
left: 0px;
top: 70;
}



.middle-seciton-text{
text-align: left;
font: normal normal normal 15px/18px Roboto Mono;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}


.left-container-section-content {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
height: fit-content !important;
}

.learn-more-btn {
margin-top: 20px;
}
.learn-more-btn p{
width: 145px;
height: 36px;
border: 1px solid #FF4801;
border-radius: 4px;
opacity: 1;
align-content: center;
text-align: center;
color: white;
font-family: montserrat;
font-size: 14px;
}


.orange-bold {
text-align: left;
font: normal normal bold 59px/72px Montserrat;
letter-spacing: 0px;
color: #FF4801;

}



.top-form-section .right-content {
display: flex;
flex: 1;
justify-content: center;
align-items: center;
background-image: url("https://cybersymposiums.com/page/ai-register/images/Group 3736.png");
height: fit-content;
padding: 10px 0px 10px 0px;
}

#form {
display: flex;
flex-direction: column;
max-width: 300px;
gap: 10px;
margin: 0 auto;
}

#FirstName, #lastName, #company , #email , #title{
width: 289px;
height: 50px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #000000;
border-radius: 5px;
opacity: 1;
text-align: center;

}

#submit {
width: 289px;
height: 50px;
background: #FF4801 0% 0% no-repeat padding-box;
border: 1px solid #000000;
border-radius: 5px;
opacity: 1;
text-align: center;
font: normal normal bold 15px/19px Montserrat;
letter-spacing: 0px;
color: #FCFCFC;
opacity: 1;
margin-top: 10px;
}

.form-title {
text-align: center;
font: normal normal bold 21px/25px Montserrat;
letter-spacing: 0px;
color: #3D3D3D;
opacity: 1;
padding-bottom: 30px;
}

.check-box-updates {
display: flex;
max-width: 300px;
text-align: left;
font-size: 14px;
align-items: center;
margin: 0 auto;
padding-top: 10px;
gap: 10px
}





.middle-section {
display: flex;
justify-content: space-around;
align-items: center;
height: 431px;
background-color: #FCFCFC;

}

.middle-section-frame-content {
display: inherit;
width: 100%;
max-width: 1400px;
justify-content: space-between;
}




.middle-section-right-image {
text-align: left;
font: normal normal 300 26px/17px Roboto Mono;
letter-spacing: 0px;
color: #000000;
opacity: 1;
display: flex;
flex-direction: column;
row-gap: 30px;
padding-top: 20px;
}

.live-events {
display: flex;
justify-content: center;

}

.live-events-content-container {
display: inherit;
justify-content: space-around;
width: 100%;
max-width: 1350px;
padding: 100px 0px 100px 0px;
}


.segment-list {
padding: 5px 0px 20px 20px;
text-align: left;
font: normal normal normal 15px/18px Roboto Mono;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}



.live-events-text {
text-align: left;
font: normal normal bold 25px/28px Roboto Mono;
letter-spacing: 0px;
color: #000000;
opacity: 1;


}
.live-events-tittle h2 {
text-align: left;
font: normal normal 300 23px/15px Roboto Mono !important;
letter-spacing: 0px;
color: #000000;
opacity: 1;
padding-top: 10px;

}




.right-div {
display: flex;
}


/* main banner css */

/* CONTENT SITE START HERE */

/* CONTENT SITE END HERE */

.footer-to-top {
    background-color: #FFFFFF;
    color: black;
    text-align: center;
    font: normal normal bold 25px/28px Roboto Mono;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    align-content: center;
    border: 1px solid #707070;
}

a {
  text-decoration: none;
}

.footer-to-top:hover {
  opacity: 0.9;
}

.page-footer {
    background-color: #F4F6F8;
    padding: 30px;
}

.footer-top-content {
  display: flex;
  gap: 100px;
  max-width: 1340px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 20px 0px 20px 0px;
}

.footer-top-content h4 {
  font-size: 40px;
  font-weight: 300;
}

.ul-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  list-style-type: none;
  justify-content: center;
  align-items: center;
}

.footer-links {
  text-align: left;
  font: normal normal bold 17px/20px azo-sans-web;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.social-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    max-width: 1340px;
    gap: 10px;
    margin: 0 auto;
}

.social-bar a {
  color: black;
}
.social-icons {
    font-size: 25px;
}


.copyright {
    text-align: right;
    max-width: 1350px;
    padding: 20px 0px 20px 0px;
    font-weight: 200;
    font-family: montserrat;
}

.copyright-span {
  font-weight: bold;
}

.plus-blue2 {
  position: relative;
  color: #0093FF;
  font-size: 25px;
  top: 3;
}




#cs-logo {
  font-size: 30px !important;
color: white;
}

.logos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  column-gap: 20px;
}

.logos-container {
 
  margin: 0 auto;
  gap: 20px;
  align-items: center;
}





.logos-container img {
  width: 100px;
  aspect-ratio: 3/2;
  object-fit: contain;
}

/* logos section END */
.featured-vendors {
text-align: left;
}

  .title {
    position: relative;
    font-size: 2em;
    font-weight: bold;
    max-width: 1380px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
text-align: left;
font: normal normal bold 59px/72px Montserrat;
letter-spacing: 0px;
color: #3D3D3D;
opacity: 1;
  }
.title::after {
position: absolute;
content: "";
height: 3px;
background-color: #FF4801;
width: 110px;
left: 0;
top: 80;
}



  /* Container styling */
 
.logo-container-featured {
display: flex;
flex-wrap: wrap;
gap: 50px;
max-width: 1150px;
margin: 0 auto;
justify-content: space-around;
padding: 50px 0px 100px 0px;
}

.logo-item  {
max-width: 200px;
}

.logo-item img {
width: 100%;
}

.main-website-conatainer {
margin: 0 auto;
max-width: 100% !important;
}

.program-banner-content-container {
position: relative;
display: flex;
background-color: transparent;
position: relative;
height: 420px;
align-items: center;
justify-content: space-around;
margin-bottom: 80px;
padding-left: 40px;
}

.bg-image-container {
position: relative;
    background-image: url("https://cybersymposiums.com/page/ai-register/images/Mask%20Group%20327.png");
    background-position: center;
}
.bg-image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-size: cover;
    background-position: center;
    opacity: 0.9; /* Adjust this to control the image opacity */
}


.program-banner-title-and-text-container {
position: relative;
z-index: 101;
max-width: 650px;
}



.program-banner-title-and-text-container h2{
text-align: left;
font: normal normal bold 25px/28px Roboto Mono;
letter-spacing: 0px;
color: white;
padding-bottom: 20px;
}


.program-banner-title-and-text-container p {
position: relative;
text-align: left;
font: normal normal normal 15px/18px Roboto Mono;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}

.program-banner-title-and-text-container p::after {
position: absolute;
content: "";
height: 3px;
width: 120px;
background-color: #FF4801;
left: 0;
top: 120;
}

.program-banner {
position: relative;

}

.program-banner::before {
position: absolute;
content: "";
text-align: center;
height: 100%;
width: 60%;
background-color: #3D3D3D;
opacity: 0.7;
z-index: 100;
border: 1px solid #FF4801;
}


.program-ul {

background-color: white;
padding:20px 50px 20px 50px;
}
.program-ul li {
list-style-type: square;
color: black;
text-align: left;
font: normal normal bold 23px/51px Montserrat;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}
.program-ul li::marker {
color: #FF4801;
}

.title-program {
text-align: left;
font: normal normal bold 27px/31px Montserrat;
letter-spacing: 0px;
color: #FCFCFD;
opacity: 1;
padding-bottom: 20px;
text-align: center;
}


.program-title {
position: relative;
color: white;
max-width: 500px;
}

.program-topics-title {
position: relative;
text-align: left;
font: normal normal bold 59px/72px Montserrat;
letter-spacing: 0px;
color: #3D3D3D;
opacity: 1;
max-width: 1380px;
margin: 0 auto;
margin-bottom: 50px;
}

.program-topics-title::after {
position: absolute;
content: "";
height: 3px;
background-color: #FF4801;
width: 100px;
left: 0;
top: 80px;

}



.table-container {
      max-width: 1380px;
      overflow-x: auto;
      margin: 0 auto;
    }

    /* Table styling */
    table {
      width: 100%;
      border-collapse: collapse;
    }

    /* Row styling */
    tr {
      border-bottom: 1px solid #ddd;
              font: normal normal 500 25px / 18px azo-sans-web;      margin: 0 auto;

    }

    /* Cell styling */
    td {
      padding: 12px 8px;
      vertical-align: middle;
      font-size: 14px;
    }

    /* Month and Date Column */
    .date-cell {
      display: flex;
      position: relative;
      align-items: center;
      white-space: nowrap;
      border-right: #FF4800 solid 1px;
    }

    /* Dot with line styling */
    .date-dot {
      position: relative;
      display: flex;
      align-items: center;
      margin-right: 8px;
    }

    /* Vertical line */
    .date-cell::before {
      content: '';
      position: absolute;
      width: 10px;                /* Width of the dot */
      height: 10px;     
      right:  -10.25px;          /* Height of the dot */
      background-color: #FF4800; /* Dot color */
      border-radius: 50%;       
      font-size: 50px;
      transform: translateX(-50%);
    }


    
    .bg-grey {
background-color: #F2F2F2;
}

    /* Responsive adjustments */
    @media (max-width: 768px) {
      td {
        font-size: 12px;
        padding: 10px 6px;
      }
    }



.topics-links::marker {
color: #FF4801;

}

.contriburtors-section {
margin-top: 50px;
}


.bg-white{
background-color: #FCFCFC;
padding: 20px 0px 20px 40px;
align-content: center;
}

.bg-grey{
background-color: #EDEAEA;
padding: 20px 0px 20px 40px;
align-content: center;

}

.view-agenda-btn {
width: 417px;
height: 55px;
background: #FF4801 0% 0% no-repeat padding-box;
opacity: 1;
text-align: center;
font: normal normal bold 16px/19px Montserrat;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
align-content: center;
margin-top: 30px;
margin-bottom: 30px;
}

.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-items: center;
  justify-items: center;
  padding: 0px;
  max-width: 1350px;
  row-gap: 40px;
  margin-bottom: 50px;
}
.container img {
   width: 150px; /* Adjust to desired size */
  height: 150px; /* Adjust to desired size */
  object-fit: cover;
  filter: grayscale(1);
  
}
.person {
position: relative;
}

.image-container {
max-width: 150px;
}



.span-hover {
opacity: 0;
position: absolute;
width: 100%;
height: 100%;
background-color: rgb(83, 83, 83);
z-index: 10;
align-content: center;
text-align: center;
user-select: none;
}
.contributor-name {
font-family: montserrat;
color: yellow;
}
.contributor-title {
text-align: center;
font: normal normal 300 16px/19px Lato;
letter-spacing: 0px;
color: #FFFFFF;
}
.contributor-company {
text-align: center;
font: normal normal 300 16px/19px Lato;
letter-spacing: 0px;
color: #FFFFFF;
}

.span-hover:hover {
opacity: .8;
}

.right-header-menu {
gap: 20px;
padding-right: 20px;
}

.right-header-menu {
display: flex;
align-items: center;
justify-content: right;
}

.menu-btn {
width: 129px;
height: 36px;
border: 1px solid #FF4801;
border-radius: 4px;
opacity: 1;
color: #FF4801;
font-weight: bold;
font-family: azo-sans-web;
align-content: center;
text-align: center;
}

.form-container-box {
display: flex;
flex-direction: column;
width: 90%;
height: 90%;
}




  .dropdown {
    position: relative;
    display: inline-block;
    margin-top: 10px;

    
  }

  .dropdown-toggle2 {
    padding: 10px;
    background-color: #FF4801 ;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    width: 290px;
    border: 1px solid black;
    font-weight: bold;
    margin-top: 10px;
  }

  .dropdown-content2 {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    border: 1px solid #ddd;
    z-index: 1;
    padding: 10px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
    border-radius: 4px;
    max-height: 300px; 
    overflow-y: auto;
    overscroll-behavior: contain;


  }

  .dropdown-content2 label {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: montserrat;
    font-size: 12px;
  }

  .dropdown-content2 input[type="checkbox"] {
    margin-right: 5px;
  }

  .dropdown2 .show {
    display: block;
  }


  .menu-bar {
align-items: center !important;
}
 .dropdown {
margin-top: 0px;
}