/* @import url(./bootstrap.css); */

html,
body {
  overflow-x: hidden;
}

@font-face {
  font-family: "Roboto";
  src: url(../../../../assets/Roboto/Roboto-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 567px) {
  body {
    font-size: 12px;
  }

  .hero-container {
    background-image: url(../imgs/carousel/img2.png);
    background-color: var(--bg-color-dark-sec);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
  }

  .hero-text>h1 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    color: var(--text-color-dark);
    text-shadow: 2px 2px 4px var(--card-header-color);
  }

  .hero-text>h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-left: 0.5rem;
    text-shadow: 1px 1px 2px var(--card-header-color);
  }

  .hero-icon {
    padding-top: 20px;
    height: 100px;
    width: auto;
  }
}

@media (min-width: 567px) and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .hero-container {
    background-image: url(../imgs/carousel/img2.png);
    /* This image has been generated using Copilot/DALL-E, a generative AI tool*/
    background-color: var(--bg-color-dark-sec);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
  }

  .hero-text>h1 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    color: var(--text-color-dark);
    text-shadow: 2px 2px 4px var(--card-header-color);
  }

  .hero-text>h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-left: 0.5rem;
    text-shadow: 1px 1px 2px var(--card-header-color);
  }
  .hero-icon {
    padding-top: 22px;
    height: 115px;
    width: auto;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  .hero-container {
    background-image: url(../imgs/carousel/img2.png);
    /* This image has been generated using Copilot/DALL-E, a generative AI tool*/
    background-color: var(--bg-color-dark-sec);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
  }

  .hero-text>h1 {
    font-size: 1.7rem;
    font-weight: 800;
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    color: var(--text-color-dark);
    text-shadow: 2px 2px 4px var(--card-header-color);
  }

  .hero-text>h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-left: 0.5rem;
    text-shadow: 1px 1px 2px var(--card-header-color);
  }
  .hero-icon {
    padding-top: 30px;
    height: 150px;
    width: auto;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  body {
    font-size: 18px;
  }

  .hero-container {
    background-image: url(../imgs/carousel/img2.png);
    /* This image has been generated using Copilot/DALL-E, a generative AI tool*/
    background-color: var(--bg-color-dark-sec);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 732px;
  }

  .hero-text>h1 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    color: var(--text-color-dark);
    text-shadow: 2px 2px 4px var(--card-header-color);
  }

  .hero-text>h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-left: 0.5rem;
    text-shadow: 1px 1px 2px var(--card-header-color);
  }
  .hero-icon {
    padding-top: 45px;
    height: 185px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 20px;
  }

  .hero-container {
    background-image: url(../imgs/carousel/img2.png);
    /* This image has been generated using Copilot/DALL-E, a generative AI tool*/
    background-color: var(--bg-color-dark-sec);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 850px;
  }

  .hero-text>h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    color: var(--text-color-dark);
    text-shadow: 2px 2px 4px var(--card-header-color);
  }

  .hero-text>h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-left: 0.5rem;
    text-shadow: 1px 1px 2px var(--card-header-color);
  }
  .hero-icon {
    padding-top: 55px;
    height: 215px;
    width: auto;
  }
}

body {
  font-family: "Roboto";
  /* font-size: 1.2em; */
}

h2 {
  padding-top: 1.2rem;
}

/* Basic colors */

/* theme CIR*/
:root {
  --bg-color-dark-sec: #CCE6F3;
  --bg-color-light-sec: #ffffff;
  --text-color-dark: #12296c;
  --text-color-light: #12296c;
  --card-header-color: #F28C38;
  --card-table-separation: #A7D8DE;
  --text-cover-hover: #7e93a8;
  --headers-liner-dark: #CCE6F3;
  --headers-liner-light: #faf6f2;
  --bg-color-committes: #A7D8DE;
  --border-color-committes: #12296c;
  --text-color-committes: #12296c;
  --bg-committees-nav-buttons: #F28C38;
  --text-link-important: #e65f59;
  --text-link-important-light: #3A7CA5;
}

/*
A7D8DE
F6F9FC
89CFF0
3A7CA5
F28C38
:root {
  --bg-color-dark-sec: #fbda03;
  --bg-color-light-sec: #ffffff;
  --text-color-dark: #12296c;
  --text-color-light: #12296c;
  --card-header-color: #b17a02;
  --card-table-separation: #fee569;
  --text-cover-hover: #7e93a8;
  --headers-liner-dark: #fbda03;
  --headers-liner-light: #faf6f2;
  --bg-color-committes: #fee569;
  --border-color-committes: #12296c;
  --text-color-committes: #12296c;
  --bg-committees-nav-buttons: #b17a02;
  --text-link-important: #e65f59;
  --text-link-important-light: #b17a02;
}
*/

.logo-icon {
  margin-left: 1rem;
  height: 3rem;
  width: auto;
}

.hidden-logo {
  display: none;
}

/* @media (min-width: 768px) { */

.hero-text-block {
  /* padding-top: 20%; */
  display: flex;
  justify-content: center;
  align-items: start;
  text-align: center;
  font-family: "Roboto";
  margin-top: 15%;
}

/* .hero-text>h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 2px #000;
} */

/* } */

/*@media (max-width: 767.98px) {

    .hero-text-block {
        position: absolute;
        top: 100px;
        left: 30px;
         transform: translate(-10%, -15%);
        color: var(--bs-dark);
        font-family: 'Roboto';
    }

    .hero-text-block>h1 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        text-shadow: 1px 1px 2px #000;
    }
    .hero-text-block>h2 {
        font-size: 1.5rem;
    }

}*/



/* Sections style */
.countdown-sec {
  background-color: var(--bg-color-dark-sec) !important;
  color: var(--text-color-light);
}

.about-conf {
  background-color: var(--bg-color-light-sec) !important;
  color: var(--text-color-dark);
  padding: 20px;
  text-align: justify;
  scroll-margin-top: 60px;
}

.topics-dates {
  padding-top: 20px;
}

.venu-section {
  background-color: var(--bg-color-dark-sec) !important;
  text-align: center;
  color: var(--text-color-light);
  scroll-margin-top: 60px;
}

.committees-section {
  background-color: var(--bg-color-light-sec) !important;
  color: var(--text-color-dark);
  scroll-margin-top: 60px;
}

.speakers-section {
  background-color: var(--bg-color-light-sec) !important;
  color: var(--text-color-dark);
  min-height: 30vh;
  scroll-margin-top: 60px;
}

.submission-section {
  background-color: var(--bg-color-dark-sec) !important;
  color: var(--text-color-light);
  scroll-margin-top: 60px;
}

.program-section {
  background-color: var(--bg-color-light-sec) !important;
  color: var(--text-color-dark);
  min-height: 30vh;
  scroll-margin-top: 60px;
}

.register-section {
  background-color: var(--bg-color-dark-sec) !important;
  color: var(--text-color-light);
  text-align: center;
  scroll-margin-top: 60px;
}

.past-editions-section {
  background-color: var(--bg-color-light-sec) !important;
  color: var(--text-color-dark);
  min-height: 5vh;
  scroll-margin-top: 60px;
}

.contacts-footer {
  background-color: var(--bg-color-dark-sec) !important;
  color: var(--text-color-light);
  text-align: center;
  scroll-margin-top: 60px;
}

#conf-topics {
  scroll-margin-top: 60px;
}

#conf-dates {
  scroll-margin-top: 60px;
}

/* Navigation bar */

@media (min-width: 991px) {
  .navbar {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    z-index: 1000;
    text-shadow: 0px 0px 0px #000;
    transition: background-color 0.3s ease;
  }
}

@media (max-width: 990.98px) {
  .navbar {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    z-index: 1000;
    text-shadow: 0px 0px 0px #000;
    transition: background-color 0.3s ease;
  }
}

@media (max-width: 990.98px) {
  .at_thetop {
    background: rgba(0, 0, 0, 0.5);
  }
}

.navbar.scrolled {
  background: var(--bg-color-dark-sec);
}

.nav-link-text {
  font-size: 1.1rem;
  font-weight: 200;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: var(--text-color-light);
}

.at_thetop.nav-link-text {
  color: var(--text-color-dark);
  text-shadow: 0px 0px 0px var(--text-link-important-light);
}

/*hover display of dropdown*/

@media (min-width: 991px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown>.dropdown-toggle:active {
    pointer-events: none;
  }

  .dropdown-menu-bg {
    background: rgba(167, 216, 222, 0.7);
    border: 0;
    border-radius: 0;
    color: var(--text-color-light);
  }
}

@media (max-width: 990.98px) {
  .dropdown-menu-bg {
    background: rgba(167, 216, 222, 0);
    border: 0;
    border-radius: 0;
    color: var(--text-color-light);
  }
}

.section::before {
  height: 54px;
  content: "";
  display: block;
}


@media (max-width: 566px) {
  .span_cd {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }

  .span_cd_lable {
    font-size: 1rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
}

@media (min-width: 567px){
  .span_cd {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }

  .span_cd_lable {
    font-size: 1.5rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
}

.list-group-item {
  border: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  color: var(--text-color-light);
}

/* .navbarNavDropdown{

} */

.blur-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.map-container {
  height: 50%;
}

.venue-text-block {
  font-size: 1.2rem;
  font-family: "Roboto";
}

.venue-text-block>h2 {
  padding-top: 1.2rem;
  padding-bottom: 0;
  margin-bottom: 0;
}

.registration-text {
  text-align: justify;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  margin-bottom: 0;
}

/* Cards style */
.card-header>object {
  width: 1.5rem;
  height: 1.5rem;
}

.card-header {
  background: var(--card-header-color);
  color: var(--text-color-light);
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.card-body {
  text-align: left;
}

.card-seperation {
  padding: 0.3rem 0.3rem;
  margin-bottom: 0;
  background-color: var(--card-table-separation);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: var(--text-color-light);
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* .footer-object{
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--bg-color-light-sec);
} */
/* footer cards */
.card-footer {
  margin-bottom: 1.2rem;
}

.card-footer>.card-header {
  background: var(--bg-color-dark-sec);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.card-footer>.card-body {
  padding: 0;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.registration-card>.card-body {
  color: var(--text-color-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
}

a {
  color: var(--text-link-important-light);
  text-decoration: underline dashed;
  font-weight: 700;
  /* text-decoration: none; */
}

a:hover {
  color: var(--text-cover-hover);
}

.topicsCard {
  color: var(--text-color-light);
  text-decoration: none;
  font-weight: 700;
  /* text-decoration: none; */
}

.topicsCard:hover {
  color: var(--text-cover-hover);
  text-decoration: underline dashed;
}

a.dark-link {
  color: var(--text-link-important);
  text-decoration: underline dashed;
  font-weight: 700;
}

a.dark-link:hover {
  color: var(--text-cover-hover);
}

.footer-object {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--bg-color-light-sec);
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-object object {
  padding: 1px;
}

.svg-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.submission-text {
  text-align: justify;
}

.committees-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}

.committees-nav-link {
  height: 50vh;
  display: flex;
  justify-content: center;
}

.committees-nav-link>.nav-link {
  color: var(--text-color-dark);
}

.committees-nav-link>.nav-link.active {
  background-color: var(--bg-committees-nav-buttons);
  color: var(--text-color-light);
}

@media (min-width: 768px) {
  .committees-tab-content {
    width: 60vw;
    height: 40rem;
    padding-left: 2vw;
    background: var(--bg-color-committes);
    text-align: left;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border: 1px solid var(--border-color-committes);
  }
}

@media (max-width: 767.98px) {
  .committees-tab-content {
    width: 75vw;
    height: 40rem;
    padding-left: 2vw;
    background: var(--bg-color-committes);
    text-align: left;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    border: 1px solid var(--border-color-committes);
  }
}

.long-committee-list {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

.long-committee-list::-webkit-scrollbar-track {
  background-color: var(--bg-color-committes);
}

.long-committee-list::-webkit-scrollbar-thumb {
  background-color: var(--bg-committees-nav-buttons);
}

.long-committee-list::-webkit-scrollbar {
  background-color: var(--bg-color-light-sec);
}

@media (min-width: 992.1px) {
  .large-device-committes {
    display: block;
    height: 100%;
  }

  .small-device-committes {
    display: none;
  }
}

@media (max-width: 992px) {
  .large-device-committes {
    display: none;
  }

  .small-device-committes {
    display: block;
    height: 100%;
  }
}

.committee-member {
  padding-bottom: 0.5rem;
}

.committee-member>h4 {
  /* text-shadow: 0px 0px 1px #000; */
  color: var(--text-color-committes);
  padding-bottom: 0rem;
  padding-top: 0rem;
  font-weight: 700;
  font-family: "Roboto";
  font-size: 1.25rem;
}

.committee-member>h5 {
  color: var(--text-color-committes);
  padding-bottom: 0.1rem;
  padding-top: 0rem;
  font-style: italic;
  font-size: 1.1rem;
}

/* Add underline title */
.line-cont-custom {
  margin: 1.25rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-cont-custom .line-cont-custom-line {
  width: 100%;
  max-width: 7rem;
  height: 0.25rem;
  background-color: var(--headers-liner-dark);
  border-radius: 1rem;
  border-color: var(--headers-liner-dark);
}

.line-cont-custom .line-cont-custom-line:first-child {
  margin-right: 1rem;
}

.line-cont-custom .line-cont-custom-line:last-child {
  margin-left: 1rem;
}

.line-cont-custom .line-cont-custom-icon {
  color: var(--headers-liner-dark);
  font-size: 2rem;
}

.line-cont-custom.line-cont-light .line-cont-custom-line {
  background-color: var(--headers-liner-light);
}

.line-cont-custom.line-cont-light .line-cont-custom-icon {
  color: var(--headers-liner-light);
}

/* Additional text-transform: uppercase !important;*/
.blur-image {
  filter: blur(4px);
}

/*----------------Timeline style ---------------------*/

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

ul.timeline-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.timeline-list:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--bg-color-dark-sec);
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

ul.timeline-list li {
  position: relative;
  clear: both;
  /* display: table; */
}

.timeline_content {
  border: 2px solid var(--bg-color-dark-sec);
  background-color: #fff;
}

ul.timeline-list li .timeline_content {
  width: 45%;
  color: #333;
  padding: 10px;
  float: left;
  text-align: right;
}

ul.timeline-list li:nth-child(2n) .timeline_content {
  float: right;
  text-align: left;
}

.timeline_content h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
}

ul.timeline-list li:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-color: var(--bg-color-dark-sec);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.timeline_content span {
  font-size: 18px;
  font-weight: 500;
  font-family: poppins;
  color: var(--text-color-dark);
}

.timeline_content>a {
  color: var(--text-color-dark);
  text-decoration: none;
  font-weight: 600;
}

.timeline_content>a:hover {
  color: var(--text-cover-hover);
  text-decoration: underline dashed;
  font-weight: 700;
}


/* Speakers Cards */
.speaker-card {
  border-style: none;
  cursor: pointer;
  margin: 5%;
}

.speaker-card > * {
  color: var(--text-color-dark) !important;
  border-style: none;
}

.speaker-card.card > * {
  padding: 0 !important;
}

.card-body-title {
  position: absolute;
  top: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 1.5;
}

.card-body-text {
  position: absolute;
  top: 0;
  text-align: center;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}


.card-body-text:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: rgb(255, 255, 255);
  transition: background-color 0.5s ease;
  transition: color 0.3s ease;
  font-style: italic;
  font-weight: 400;
}




@keyframes vibrate {
  0% {
    transform: translate(0);
  }

  25% {
    transform: translate(2px, 0);
  }

  50% {
    transform: translate(2px, 2px);
  }

  75% {
    transform: translate(0, 2px);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes vibrate2 {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-5px, 5px);
  }

  40% {
    transform: translate(-5px, -5px);
  }

  60% {
    transform: translate(5px, 5px);
  }

  80% {
    transform: translate(5px, -5px);
  }

  100% {
    transform: translate(0);
  }
}

td.animate-td {
  animation: vibrate 0.8s linear infinite;
  animation-timing-function: linear;
}

td.highlighted-td {
  border: 2px solid red;
}

.td-event:hover {
  cursor: pointer;
}

.td-time {
  width: 10%;
  text-align: center;
  vertical-align: middle;
}

.td-event {
  width: 88%;
  text-align: center;
  vertical-align: middle;
  background-color: #f2f2f2;
  border: none !important;
  border-radius: 12px;
  shadow: 10px;
  border-collapse: collapse;
}

.td-parallel-2 {
  width: 45%;
  text-align: center;
  vertical-align: middle;
  background-color: #f2f2f2;
  border: none !important;
  border-radius: 12px;
  shadow: 10px;
  border-collapse: collapse;
  cursor: pointer;
}

.td-parallel-3 {
  width: 30%;
  text-align: center;
  vertical-align: middle;
  background-color: #f2f2f2;
  border: none !important;
  border-radius: 12px;
  shadow: 10px;
  border-collapse: collapse;
  cursor: pointer;
}

.td-parallel-6 {
  width: 15%;
  text-align: center;
  vertical-align: middle;
  background-color: #f2f2f2;
  border: none !important;
  border-radius: 12px;
  shadow: 10px;
  border-collapse: collapse;
  cursor: pointer;
}


table {
  border-collapse: separate;
}

.tr-break {
  border: none;
}

.tr-event {
  border: none;
  margin: 10px;
  padding: 10px;
  border-collapse: collapse;
}