body {
  font-size: 0.9rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}

.container {
  color: #000000;
}

.bg-gradient-primary {
  background-color: #000000;
  background-image: None;
}

.topbar {
  height: 3.5rem;
}

.container-fluid {
  padding: 1.25rem;
}

.form-control {
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
  height: calc(1.5385em + 0.75rem + 3px);
  line-height: 1.5385;
  color: #000000;
  border-radius: 0rem;
  border: 1px solid #a9a9a9;
}

.container-form {
  padding: 1.25rem;
  border: 1px solid #a9a9a9;
  background-color: #fff;
}

label {
  font-weight: 600;
}

.form-title-card {
  padding-bottom: 15px;
}

.form-title {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

textarea:focus,
input:focus {
  outline: none !important;
}

a {
  color: #000000;
}

a:hover {
  color: #0f1726;
}

.nav-container {
  width: 1000px;
  text-align: left;
  margin: 0px auto;
}

.custom-container {
  max-width: 1140px;
  text-align: left;
  margin: 0px auto;
  padding: 10px 18px;
}

.form-header {
  text-align: center;
  padding-bottom: 20px;
}

.form-container {
  display: flex;
  justify-content: center;
}

.success-message {
  color: green;
}

.right {
  position: absolute;
  right: 0px;
}
.left {
  position: absolute;
  left: 0px;
}
.image-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.image-fit {
  max-width: 100%;
  max-height: 100%;
}
.image-fit-80 {
  max-width: 80%;
  max-height: 80%;
}

/* full page loader */
/* Absolute Center Spinner */
.loading-full {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Transparent Overlay */
.loading-full:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(
    rgba(20, 20, 20, 0.8),
    rgba(0, 0, 0, 0.8)
  );
}

.waiting-room-container {
  display: flex;
  align-items: center;
  text-align: center;
}

.loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 15px;
}

.asteriskField {
  display: none;
}

.company-icon {
  max-height: 30px;
}

.profile-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
  font-size: 40px;
  color: #8492a6;
}

.default-profile-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  border-radius: 50%;
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
  min-width: 40px;
  height: 40px;
  margin-right: 15px;
}

.btn-xs {
  padding: 0.25rem 0.65rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.rsvp-user {
  width: 31.25px;
  height: 31.25px;
}

#alert-modal .modal-dialog {
  width: 380px;
  margin: auto;
}

.alert-body {
  margin: 15px;
  text-align: center;
}

#alert-message {
  margin: 20px;
}

.alert-button {
  width: 200px;
}

.select2-container--default .select2-selection--single {
  height: 38px !important;
  border-radius: 0px !important;
  padding: 0.3rem 1.25rem !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-size: 0.9rem;
  line-height: 0px;
}

.header-logo {
  width: 30px;
}

.hashtag {
  color: #6e00ff;
}

.media-comment-bubble-no-arrow {
  border-radius: 5px;
  position: relative;
  background-color: #f7f7f7;
  padding: 1rem 1.25rem;
}

@media (min-width: 576px) {
  .custom-card {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.stream-header {
  color: #858796;
  font-size: 0.83rem;
}

.stream-header:hover {
  text-decoration: none;
}

.live-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background-color: #ffffff;
}

.cursor-pointer {
  cursor: pointer;
}

.input-dark {
  color: #383838 !important;
}

@media (max-width: 995px) {
  .stream-header {
    width: 80%;
  }
}

// avoid zoom up on mobile, safari requires font size to be at least 16px
@media (max-width: 767px) {
  select:focus,
  textarea:focus,
  input:focus,
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}

@media (max-width: 405px) {
  .stream-header {
    width: 75%;
  }
}

.form-check-input {
  margin-top: 0.1rem;
}

.ellipsis-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ellipsis-two-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis-three-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-link {
  color: #1a0dab;
  cursor: pointer;
}

.text-link:hover {
  color: #000000;
  text-decoration: underline;
}

.font-weight-500 {
  font-weight: 500;
}

.portrait-image-container {
  position: relative;
  width: 100%;
  padding-top: 177%; /* 16 divided by 9 for 9:16 aspect ratio */
  overflow: hidden;
}

.landscape-image-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 9 divided by 16 = 0.5625 (56.25%) for 16:9 aspect ratio */
  overflow: hidden;
}

.landscape-image-container img,
.landscape-image-container .overlay-view,
.portrait-image-container img,
.portrait-image-container .overlay-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.landscape-image-container > .background-thumbnail-image,
.portrait-image-container > .background-thumbnail-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background-size: cover;
  background-position: center;
  filter: blur(8px);
}
