/*session speaker css*/
.session-popup-card img {
  max-width: 133px;
  height: 132px;
}

.speaker-popup-logo {
  max-width: 100px;
  height: auto;
  /*padding-bottom: 33px;*/
}

.card-body p-0 {
  margin-left: -42px !important;
}

.speaker-card {
  background: linear-gradient(135deg, rgba(140, 42, 171, 0.1) 0%, rgba(0, 163, 197, 0.1) 100%);
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 0.5em;
  /* min-height: 150px; */
  padding-left: 13px;
}

.speaker-info {
  margin-left: 15px;
}

.designation {
  font-family: "Rakuten Sans UI";
  font-size: 14px;
}

.bio {
  font-family: "Rakuten Sans UI";
  overflow-y: auto;
}

.section-session {
  color: rgba(134, 54, 212, 1);
  text-align: center;
  font-family: "Rakuten Sans UI Bold";
  font-size: 2.25rem;
  line-height: normal;
  /*margin-bottom: -37px;*/
}

.ks-popup .card-title, .ss-popup .card-title, .gr-popup .card-title {
  color: #000;
  font-family: "Rakuten Sans UI Bold";
  text-transform: uppercase;
}

.session_speakers .card-title {
  font-family: "Rakuten Sans UI Bold";
  cursor: default;
  text-transform: uppercase;
  font-size: 20px;
}

.img-fluid-modal {
  margin-left: -89px;
  width: 296px;
}

.speakers-row {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  margin-right: -50%;
  margin-left: -132px;
}

.speaker-card-wrapper {
  flex: 0 0 33.3333%;
  max-width: 23.74444%;
  padding: 0 15px;
  box-sizing: border-box;
  padding-left: 50px;
  padding-top: 0.5em;
}

.speaker-card {
  margin-bottom: 15px;
  width: 405px;
  height: 161px;
}

.speaker-content-align {
  justify-content: space-evenly !important;
}

.session-carousel-div {
  margin-top: -2.9rem;
}

.speaker-card:hover {
  text-decoration: underline;
}


.carousel-indicators [data-target] {
  max-width: 4.9rem;
  min-width: 1.9rem;
  opacity: 1;
  margin: +0.3rem 0;
  border-radius: 0%;
  height: 0.2rem;
  background-color: #D1D1D1;
}

.carousel-indicators .active {
  background-color: #cf18c0;
}

.ss-popup .carousel-indicators [data-target] {
  max-width: 0.3rem;
  min-width: 0.1rem;
}


.courosal-controll a:hover img {
  filter: brightness(1);
}

.courosal-controll .circle-bg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(255, 192, 224);
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.courosal-controll a:hover .circle-bg {
  display: flex; /* Show circle on hover */
}

.carousel-indicators [data-target] {
  max-width: 4.9rem;
  min-width: 1.9rem;
  opacity: 1;
  margin: +0.3rem 0;
  border-radius: 0%;
  height: 0.2rem;
  background-color: #D1D1D1;
}

.carousel-indicators .active {
  background-color: #cf18c0;
}

.session-popup-card img {
  max-width: 158px;
  height: 117px;
}

.ss_owl .owl-theme .owl-dots .owl-dot span {
  width: 45px;
  height: 4px;
  margin: 4px 0px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 0px;
}


.ss_owl .owl-dots .owl-dot span:hover {
  background: #D6D6D6;
}

.ss_owl .owl-theme .owl-dots .owl-dot.active span, .ss_owl .owl-theme .owl-dots span {
  background: #cf18c0;
}

.ss_owl .owl-dots button {
  outline: none;
}

.ss_owl .owl-theme .owl-dots .owl-dot.active span, .ss_owl .owl-theme .owl-dots .owl-dot:hover span {
  background: #D6D6D6;
}

.ss_owl .owl-theme .owl-dots .owl-dot.active span, .ss_owl .owl-theme .owl-dots span {
  background: #cf18c0;
}

.courosal-controll {
  display: flex;
  position: relative;
  justify-content: center;
  justify-items: center;
}

.ss_owl .owl-nav button {
  position: relative;
  margin: 0 5px;
  padding: 0 !important;
  width: 21px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.ss_owl .owl-nav button img {
  width: 100%;
  height: auto;
  margin: 0px 10px;
}

.ss_owl .owl-prev img {
  position: absolute;
  right: 5.5rem;
  top: 0.64rem;
}

.ss_owl .owl-next img {
  position: absolute;
  left: 5.5rem;
  top: 0.6rem;
}


/*carosuel background*/
.ss_owl .owl-next .circle-bg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(255, 192, 224);
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  /* top: 50%; */
  left: 43%;
  transform: translate(-50%, -50%);
  z-index: 0;
  margin-left: 100px;
  margin-top: 17px;
}

.ss_owl .owl-prev .circle-bg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(255, 192, 224);
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  z-index: 0;
  margin-left: -99px;
  margin-top: 17px;
}

.ss_owl .owl-prev.disabled .circle-bg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: none;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  margin-left: -89px;
  margin-top: 16px;
}

.ss_owl .owl-next.disabled .circle-bg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: none;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  margin-left: -89px;
  margin-top: 16px;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next.disabled, .owl-carousel .owl-nav .owl-prev.disabled {
  cursor: auto;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Show the circle background on hover */
.ss_owl .owl-nav button:hover .circle-bg {
  display: flex;
}

.ss_owl .owl-nav .nav-button img {
  position: relative;
  z-index: 1; /* Ensure the image is above the circle */
}


.ss_owl .owl-nav .nav-button:hover img {
  filter: brightness(1);
}


/*modal  session speaker to allign */
.custom-img-size {
  max-width: 100%;
  height: auto;
  padding-bottom: 14px;
}

.speaker-content-align {
  justify-content: space-evenly !important;

}

.session-carousel-div {
  margin-top: -3rem;
}


.courosal-controll a:hover .circle-bg {
  display: flex; /* Show circle on hover */
}

.ss-popup .modal-body {
  background: linear-gradient(135deg, #E6F5F9 0%, #EBE1EE 26%, #E6F5F9 100%);
}

.ss-popup .modal-content {
  border: none;
  background-color: transparent;
}

.ss-popup .modal-header {
  border-bottom: none;
  background: transparent;
}

.ss-popup .card-text {
  text-align: left;
}

.ss_owl .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

/*
.ss_m .carousel-control-next, .ss_m .carousel-control-prev{
    opacity: 1;
}*/

@media only screen and (min-width: 1281px) {
  .session_speakers .courosal-controll .carousel-indicators [data-target] {
    min-width: 4.9rem;
  }
}

@media (min-width: 1281px) and (max-width: 1359px) {
  .speaker-card {
    margin-bottom: 15px !important;
    width: 394px !important;
    height: 161px !important;
  }

}

@media (min-width: 1225px) and (max-width: 1280px) {

  .speaker-card {
    margin-bottom: 15px;
    width: 377px;
    height: 161px;
  }
}

@media (min-width: 1200px) and (max-width: 1224px) {
  .speaker-card {
    margin-bottom: 15px !important;
    width: 350px !important;
    height: 161px !important;
  }

  .ss_owl .owl-item.active {
    margin-right: 110px;
  }

  .session_speakers .card-title {
    font-size: 1.3em;
  }

  .session_speakers .card-text {
    font-size: small;
  }
}

@media (min-width: 1180px) and (max-width: 1199px) {
  .speaker-card {
    margin-bottom: 15px !important;
    width: 350px !important;
    height: 161px !important;
  }

  .ss_owl .owl-item.active {
    margin-right: 110px;
  }

  .session_speakers .card-title {
    font-size: 1.3em;
  }

  .session_speakers .card-text {
    font-size: small;
  }
}

@media (min-width: 1151px) and (max-width: 1179px) {
  .speaker-card {
    margin-bottom: 15px !important;
    width: 340px !important;
    height: 161px !important;
  }

  .ss_owl .owl-item.active {
    margin-right: 110px;
  }

  .session_speakers .card-title {
    font-size: 1.3em;
  }

  .session_speakers .card-text {
    font-size: small;
  }
}

@media (min-width: 1091px) and (max-width: 1150px) {
  .speaker-card {
    margin-bottom: 15px !important;
    width: 330px !important;
    height: 161px !important;
  }

  .session_speakers .card-text {
    font-size: 14px;
    max-height: 100px;
    overflow-x: auto;
  }

  .session_speakers .card-title {
    font-size: 18px;
  }

}

@media (min-width: 1051px) and (max-width: 1090px) {
  .session_speakers .speaker-card {
    margin-bottom: 15px;
    width: 311px;
    height: 157px;
  }

  .session_speakers .card-text {
    font-size: 14px;
    max-height: 100px;
    overflow-x: auto;
  }

  .session_speakers .card-title {
    font-size: 18px;
  }

}

@media (min-width: 1024px) and (max-width: 1050px) {
  .session_speakers .speaker-card {
    margin-bottom: 15px;
    width: 301px;
    height: 157px;
  }

  .session_speakers .card-text {
    font-size: 14px;
    max-height: 100px;
    overflow-x: auto;
  }

  .session_speakers .card-title {
    font-size: 17px;
  }
}

@media (min-width: 951px) and (max-width: 991px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 444px;
    height: 161px;
  }

  .speaker-card-wrapper {
    flex: 0 0 33.3333%;
    max-width: 23.74444%;
    padding: 0 15px;
    box-sizing: border-box;
    padding-left: 132px;
    padding-top: 0.5em;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .session_speakers .card-text {
    font-size: 12px;
    max-height: 75px;
    overflow-x: auto;
    line-height: 18px;
    letter-spacing: 0px;
  }

  .speaker-card {
    margin-bottom: 15px;
    width: 288px;
    height: 161px;
  }
}

@media (min-width: 897px) and (max-width: 911px) {
  .speaker-card-wrapper {
    flex: 0 0 33.3333%;
    max-width: 23.74444%;
    padding: 0 15px;
    box-sizing: border-box;
    padding-left: 132px;
    padding-top: 0.5em;
  }
}

@media (min-width: 829px) and (max-width: 850px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 389px;
    height: 161px;
  }
}

@media only screen and (min-width: 768px) {
  .ss-popup .card-text {
    height: 54%;
    overflow: auto;
  }
}

@media only screen and (max-width: 767px) {
  .section-session {
    color: rgba(134, 54, 212, 1);
    text-align: center;
    font-family: "Rakuten Sans UI Bold";
    font-size: 1.9em;
    line-height: normal;
    margin-bottom: -10px;
  }

  .speaker-card {
    margin-bottom: 15px;
    width: 341px;
    height: 115px;
  }

  .session-popup-card img {
    max-width: 140px;
    height: 97px;
  }

  .session_speakers .card-title {
    font-size: 14px;
  }

  .card-text {
    font-size: 10px;
    line-height: normal;
    letter-spacing: 0px;
  }

  .speaker-card-wrapper {
    flex: 0 0 33.3333%;
    max-width: 23.74444%;
    padding: 0 15px;
    box-sizing: border-box;
    padding-left: 124px;
    padding-top: 0.5em;
  }

  .ss-popup .designation {
    text-align: center;
  }

  .ss-popup .card-title {
    text-align: center;
    margin-top: 1em;
  }

  .ss-popup .card-text {
    height: 35%;
    overflow: auto;
  }
}

@media (min-width: 711px) and (max-width: 730px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 332px;
    height: 115px;
  }


}

@media (min-width: 685px) and (max-width: 710px) {

  .speaker-card {
    margin-bottom: 15px;
    width: 319px;
    height: 115px;
  }
}

@media (min-width: 668px) and (max-width: 684px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 307px;
    height: 115px;
  }

  .speaker-card-wrapper {
    flex: 0 0 33.3333%;
    max-width: 23.74444%;
    padding: 0 15px;
    box-sizing: border-box;
    padding-left: 126px;
    padding-top: 0.5em;
  }
}

@media (min-width: 600px) and (max-width: 660px ) {

  .speaker-card {
    margin-bottom: 15px;
    width: 276px;
    height: 114px;
  }

  .session_speakers .card-text {
    font-size: 12px;
    max-height: 75px;
    overflow-x: auto;
    line-height: 18px;
    letter-spacing: 0px;
  }

  .speaker-card-wrapper {
    flex: 0 0 33.3333%;
    max-width: 23.74444%;
    padding: 0 15px;
    box-sizing: border-box;
    padding-left: 126px;
    padding-top: 0.5em;
  }
}

@media (min-width: 661px) and (max-width: 699px ) {

  .speaker-card {
    margin-bottom: 15px;
    width: 305px;
    height: 114px;
  }

}

/* @media  (min-width: 320px) and (max-width: 320px) {
.speaker-card {
    margin-bottom: 15px;
    width: 287px;
    height: 115px;
}
} */

@media (min-width: 768px) and (max-width: 780px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 350px;
    height: 161px;
  }

  .session_speakers .card-text {
    font-size: 14px;
    max-height: 75px;
    overflow-x: auto;
    line-height: 18px;
    letter-spacing: 0px;
  }
}

@media (min-width: 780px) and (max-width: 810px) {
  /* .speaker-card {
      margin-bottom: 15px;
      width: 399px;
      height: 161px;
  } */
  .speaker-card {
    margin-bottom: 15px;
    width: 361px;
    height: 161px;
  }

  .speaker-card-wrapper {
    flex: 0 0 33.3333%;
    max-width: 23.74444%;
    padding: 0 15px;
    box-sizing: border-box;
    padding-left: 124px;
    padding-top: 0.5em;
  }

  .session_speakers .card-text {
    font-size: 14px;
    max-height: 75px;
    overflow-x: auto;
    line-height: 18px;
    letter-spacing: 0px;
  }
}

@media (min-width: 811px) and (max-width: 828px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 375px;
    height: 161px;
  }
}

@media (min-width: 851px) and (max-width: 865px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 393px;
    height: 161px;
  }
}

@media (min-width: 912px) and (max-width: 930px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 425px;
    height: 161px;
  }

  .speaker-card-wrapper {
    flex: 0 0 33.3333%;
    max-width: 23.74444%;
    padding: 0 15px;
    box-sizing: border-box;
    padding-left: 126px;
    padding-top: 0.5em;
  }
}

@media (min-width: 931px) and (max-width: 950px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 434px;
    height: 161px;
  }

  .speaker-card-wrapper {
    flex: 0 0 33.3333%;
    max-width: 23.74444%;
    padding: 0 15px;
    box-sizing: border-box;
    padding-left: 126px;
    padding-top: 0.5em;
  }
}

@media (max-width: 896px) {
  .speaker-card-wrapper {
    flex: 0 0 33.3333%;
    max-width: 23.74444%;
    padding: 0 15px;
    box-sizing: border-box;
    padding-left: 124px;
    padding-top: 0.5em;
  }
}

@media (max-width: 599px) {
  .ss_owl .owl-theme .owl-dots .owl-dot span {
    zoom: 0.7;
  }
}

@media (min-width: 419px) and (max-width: 450px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 383px;
    height: 114px;
  }
}

@media (min-width: 451px) and (max-width: 470px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 403px;
    height: 114px;
  }
}

@media (min-width: 471px) and (max-width: 490px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 430px;
    height: 114px;
  }
}

@media (min-width: 491px) and (max-width: 520px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 450px;
    height: 114px;
  }
}

@media (min-width: 521px) and (max-width: 550px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 475px;
    height: 114px;
  }
}

@media (min-width: 551px) and (max-width: 575px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 515px;
    height: 114px;
  }
}

@media (min-width: 576px) and (max-width: 599px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 530px;
    height: 114px;
  }
}

@media only screen and (max-width: 599px) {
  .ss_owl .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 5px;

  }
}

@media (min-width: 400px) and (max-width: 418px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 359px;
    height: 115px;
  }
}

@media (min-width: 375px) and (max-width: 399px) {
  /* .speaker-card {
      margin-bottom: 15px;
      width: 334px;
      height: 105px;
  } */
  .speaker-card {
    margin-bottom: 15px;
    width: 336px;
    height: 114px;
  }

  /* .speaker-card {
      margin-bottom: 15px;
      width: 287px;
      height: 114px;
  } */
}

@media (min-width: 356px) and (max-width: 374px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 321px;
    height: 114px;
  }
}

@media (min-width: 336px) and (max-width: 355px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 299px;
    height: 126px;
  }
}

@media (min-width: 320px) and (max-width: 335px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 282px;
    height: 126px;
  }
}

@media (min-width: 300px) and (max-width: 320px) {
  .speaker-card {
    margin-bottom: 15px;
    width: 263px;
    height: 114px;
  }
}

@media (min-width: 1500px) {
  #sessionspeakerSectionCarousel .section {
    max-width: 86%;
    margin-left: 100px;
  }

  .speaker-card {
    width: 110%;
  }
}

@media (min-width: 1700px) {
  #sessionspeakerSectionCarousel .section {
    max-width: 82%;
  }
}

@media (min-width: 1800px) {
  #sessionspeakerSectionCarousel .section {
    max-width: 78%;
  }
}

#sessionspeakerSectionCarousel .section {
  padding-bottom: 0px;
}

#sessionspeakerSectionCarousel .owl-nav {
  margin-top: 5px;
}

#sessionspeakerSectionCarousel .owl-nav:hover {
  cursor: pointer;
}

#sessionspeakerSectionCarousel .owl-item:hover, #mobileSessionspeakerSectionCarousel .owl-item:hover {
  cursor: pointer;
}

.ss-popup .card {
  max-height: 340px;
  background-color: transparent;
}

.session_speakers .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -10px;
}

.session_speakers {
  margin-top: 2em;
}

@media (min-width: 991px) {
  .session_speakers {
    margin-top: 2em;
  }
}

@media (max-width: 768px) {
  .session_speakers {
    margin-top: -0.5em;
  }
}
