* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (min-width: 800px) {
  body {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 1080px) {
  body {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 2400px) {
  body {
    font-size: 18px !important;
  }
}

.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  width: 100%;
  height: 49px;
  background: #2d5bff;
  border-radius: 8px;
  margin-top: 0px;
  border-width: 0px;
  cursor: pointer;
}

.button-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  margin: 0px;
  border-width: 0px;
}

.meeting-details-container {
  height: 60vh;
  width: 40vw;
  background: #fafbff;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  border-radius: 8px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 32px;
  padding-right: 32px;
}

.time {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #6b7280;
  margin-top: 0px;
  margin-bottom: 4px;
  visibility: hidden;
}

.call-name {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-top: 16px;
  margin-bottom: 8px;
  visibility: hidden;
}

.attendees {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #111827;
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 9px;
  visibility: hidden;
}

.names {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #6b7280;
  margin-top: 0px;
  margin-top: -5px;
  visibility: hidden;
}

.hr {
  width: 100%;
  height: 0px;
  border: 1px solid #f2f2f2;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 0px;
}

.recording-consent {
  margin-top: 2px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #111827;
  margin-bottom: 17px;
  margin-left: 0.5px;
  display: flex;
  align-items: center;
}

.consent-info {
  width: 40vw;
  height: 60vh;
  padding-left: 32px;
  padding-right: 32px;
}

.info {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6b7280;
  margin-top: 0px;
  margin-bottom: 0px;
}

.must-read-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 16px 16px 8px;
  width: 100%;
  height: 56px;
  background: #f8f9ff;
  border-radius: 8px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.must-read {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #2d5bff;
  margin-left: 0px;
}

.loading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.loading {
  background-color: #e2e2e2;
}

/*.loading {
  background-color: #e2e2e2;
} */


.time-container {
  margin-right: 36px;
}
.call-name-container {
  margin-right: 36px;
}

.attendees-img {
  margin: 3px 10px 9px 0px;
  visibility: hidden;
}
.attendees-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 400px;
}

.emails-container {
  margin-right: 36px;
}

.recording-consent-container {
  display: flex;
  align-items: center;
}
.info-icon {
  margin: 16px 8px;
}
.file-icon {
  margin-right: 8px;
}

.containers {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.body {
  font-family: Inter;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #f5f7fc;
  padding: 0px;
  margin: 0px;
}

.bottom {
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  background-color: white;
  overflow-y: hidden;
  width: 100%;
}

.title-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  line-height: 17px;
  color: #111827;
  display: flex;
  margin: 10px;
}

.Logo-seperator {
  margin-right: 1vw;
}
.bottom-logo-seperator {
  margin-right: 1vw;
}

.logo {
  display: flex;
  align-items: center;
  margin-top: 8vh;
  margin-left: 5vw;
  margin-bottom: 5vh;
}

.bottom-logo {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.learn-more {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
}

.learn-more-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  line-height: 20px;
  text-align: center;
  color: #2d5bff;
  margin: 0px 3px 0px 0px;
}

.bottom-logo-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bottom-logo-img {
  width: 9vw;
}

/* Media Queries*/
@media screen and (max-width: 800px) {
  .bottom-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
  }

  .bottom-logo {
    margin-top: 0px;
    margin-left: 0px;
    width: unset;
  }
  .bottom-logo-img {
    width: unset;
  }

  .meeting-details-container {
    width: 90%;
    overflow-y: scroll;
    overflow-x: scroll;
    padding-left: 20px;
    padding-right: 36px;
  }

  .call-name {
    margin-top: 8px;
  }

  .logo {
    margin: 0px;
    justify-content: space-around;
  }

  .consent-info {
    height: 60vh;
    width: 90%;
    padding-left: 10px;
  }
  .bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    overflow-x: unset;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .must-read-container {
    align-items: flex-start;
    padding: 16px 16px 16px 8px;
    height: 11vh;
    min-height: 95px;
  }

  .must-read {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .loading {
    background-color: #e2e2e2;
  }

  .logo-img {
    margin-top: 5vh;

    margin-bottom: 5vh;
    width: unset;
  }

  .recording-consent-container {
    margin-top: 15px;
  }
  .info-icon {
    margin: 3px 8px 16px 8px;
  }
  .file-icon {
    margin-right: 8px;
  }
  .containers {
    justify-content: center;
    flex-direction: column;
  }

  .body {
    overflow-y: scroll;
    margin: 0px;
    padding: 0px;
  }

  .bottom-logo-seperator {
    visibility: hidden;
    width: 0px;
    height: 0px;
    margin: 0px;
  }
  .title-text {
    font-size: 14px;
    margin: 10px;
  }
  .learn-more {
    position: unset;
  }

  .learn-more-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 1500px) {
  body {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  body {
    font-size: 24px;
  }
}
@media screen and (min-width: 2100px) {
  body {
    font-size: 28px;
  }
}
@media screen and (min-width: 2400px) {
  body {
    font-size: 32px;
  }
}
