* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  box-sizing: border-box;
}

body {
  background: #e3edf7;
}

.accordion {
  margin: 100px auto;
  width: 80%;
}

.accordion li {
  list-style: none;
  margin: 20px;
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  background: #e3edf7;
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15);
}

/* .accordion li div {
  margin-top: 40px;
} */

.accordion li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  /* font-weight: 500; */
}

/* label::before {
  content: url("https://media.istockphoto.com/id/1332100919/vector/man-icon-black-icon-person-symbol.jpg?s=612x612&w=0&k=20&c=AVVJkvxQQCuBhawHrUhDRTCeNQ3Jgt0K1tXjJsFy1eg=");
  background-image: url('"https://media.istockphoto.com/id/1332100919/vector/man-icon-black-icon-person-symbol.jpg?s=612x612&w=0&k=20&c=AVVJkvxQQCuBhawHrUhDRTCeNQ3Jgt0K1tXjJsFy1eg="');
  background-size: 10px 20px;
  display: inline-block;
  width: 10px;
  height: 20px;
  content: "";
  height: 50px;
  width: 50px;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 600;
  content: "+";
} */

label::before {
  /* background-image: url(https://media.istockphoto.com/id/1332100919/vector/man-icon-black-icon-person-symbol.jpg?s=612x612&w=0&k=20&c=AVVJkvxQQCuBhawHrUhDRTCeNQ3Jgt0K1tXjJsFy1eg=); */
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 20px;
  content: " ";
  display: inline-block;
  background-position: 0px 2px;
  margin-right: 10px;
}

input[type="checkbox"] {
  display: none;
}

.accordion .content {
  color: #555;
  padding: 0 10px;
  line-height: 26px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
}

.accordion input[type="checkbox"]:checked + label + .content {
  max-height: 1000px;
  padding: 10px 10px 20px;
  overflow: visible;
}

.addToCalendarButton {
  display: block !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  height: 100px;
}

.speakerImage {
  border-radius: 999px;
  width: 145px;
  float: left;
  margin-right: 30px;
}

.tagline {
  margin: 1% 8.8%;
  padding: 10px;
  color: white;
  background: linear-gradient(
    90deg,
    rgba(22, 51, 109, 1.3) 20%,
    rgb(227, 237, 247, 1) 100%
  );
}

.caratDown {
  float: right;
  margin-right: 20px;
}

.mainTextParagraph {
  color: #2b4e84;
  padding-right: 50px;
}

.mainTextHeader {
  margin-top: 5px;
}

.salutation {
  color: #2b4e84;
}

.headingDiv {
  margin-top: 10px;
}

.accordionLabelDiv {
  width: 100%;
}

.descriptionDiv {
  margin: 0px 30px;
}

/* Loader */
#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  margin-right: 1%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1000px) {
  .mainText {
    margin-top: 12% !important;
  }
  .speakerImage {
    width: 125px !important;
    margin-right: 0px !important;
    margin-left: -30px !important;
  }
}

/* @media only screen and (max-width: 1840px) {
  .addToCalendarButton {
    margin: 0% 37% !important;
  }
} */
/* @media only screen and (max-width: 2400px) {
  .addToCalendarButton {
    margin-left: 80% !important;
  }
} */

.mainBackgroundImage {
  background-image: url("images/Background\ Image.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
}

.row {
  display: flex;
  text-align: center;
}

.column {
  flex: 3%;
  padding: 5px;
}
.parent {
  /* display: flex;

  gap: 5px; */
  width: 10px;
  text-align: center;
  display: grid;
  margin-top: 40px;
  gap: 5px;
}

/* Loopings */
/* styles.css */
.card {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
  text-align: center;
}

add-to-calendar-button {
  display: block !important;
  width: 200px !important;
  height: 50px !important;
  min-width: 150px !important;
  min-height: 40px !important;
  opacity: 1 !important;
}
