.sem-main .nav-tabs .nav-link {
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  width: 100%;
  border-color: #bebebe;
  text-decoration: none;
}

.sem-main .nav-tabs .nav-link:hover {
  border-color: unset !important;
  background-color: #ef5a21;
  color: #fff;
  border: none;
}

.sem-main .nav-tabs .nav-link.active {
  background-color: #ef5a21;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  color: #fff;
  text-decoration: none;
}

.sem-main .event-speaker-image img {
  border-radius: 50% 50% 50% 50%;
  width: 140px !important;
  height: 140px !important;
  object-fit: cover;
  object-position: center;
}

.sem-main .agenda-title {
  height: 60px;
}

.sem-main .sponsor-image {
  width: 100%;
  height: 150px;
}

.event-post-section .event_album-error {
  font-size: 25px;
}

.event-post-section .post-event-title {
  border-bottom: 3px solid #ef5a21;
  padding-bottom: 10px;
  display: inline-block;
}

.event-post-section .event-document-main {
  border: 1px solid #e1e1e1;
}

.event-post-section .download-section {
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
}

.event-post-section .file-icon-bg {
  background: #f5f5f5;
}

.event-post-section .download-text {
  color: #0b0a2d;
}

.event-post-section .download-text:hover {
  color: #ef5a21;
}

.event-post-section #event-gallery img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.event-post-section .avatar-main {
  border-radius: 50%;
  background: #bebebe;
}

.event-post-section .avatar-main .fa {
  font-size: 20px;
}

.event-post-section .comment-main {
  background: #f9f9f9;
}

.event-post-section .survey-main {
  background: #f9f9f9;
}

.event-post-section .survey-form {
  border-bottom: 1px solid #ddd;
}

.event-post-section .comment-date {
  color: #0b0a2d;
  font-size: 16px;
  font-weight: bold;
}

.event-post-section .author-email {
  color: #000000;
  font-size: 15px;
}

.event-post-section .author-name {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.event-post-section .comment-content {
  color: #0b0a2d;
  font-size: 14px;
}

.event-post-section .single-parent-comment {
  border-bottom: 1px solid #ddd;
}

.event-post-section .comment-form {
  border-bottom: 1px solid #ddd;
}

.event-post-section input,
.event-post-section select {
  padding: 10px !important;
  background: white;
  border-radius: 4px !important;
  color: #0b0a2d !important;
}

.event-post-section .video-popup-modal .modal-dialog {
  max-width: 800px;
}

.event-post-section .video-popup-modal .modal-header {
  border: medium none;
  padding: 10px 0 10px;
}

.event-post-section .video-popup-modal .modal-header button.close {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 9;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.event-post-section .video-popup-modal .modal-body {
  min-height: 500px;
}

.event-post-section .video-popup-modal .video-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
}

.event-post-section .video-thumbnail-outer {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  min-height: unset;
}

.modal-backdrop {
  z-index: -1 !important;
}

.event-post-section .multiple-choice-radio:checked,
.event-post-section .multiple-choice-radio:not(:checked) {
  position: absolute;
  left: -9999px;
}

.event-post-section .multiple-choice-radio:checked + label,
.event-post-section .multiple-choice-radio:not(:checked) + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #0b0a2d;
}

.event-post-section .multiple-choice-radio:checked + label:before,
.event-post-section .multiple-choice-radio:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #00000057;
  border-radius: 100%;
  background: #fff;
}

.event-post-section .multiple-choice-radio:checked + label:after,
.event-post-section .multiple-choice-radio:not(:checked) + label:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #ef5a21;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.event-post-section .survey-label {
  font-size: 18px;
  font-weight: bold;
  color: #0b0a2d;
}

.event-post-section .multiple-choice-radio:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.event-post-section .multiple-choice-checkbox {
  position: absolute;
  opacity: 0;
}

.event-post-section .multiple-choice-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.event-post-section .multiple-choice-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 25px;
  height: 25px;
  background: white;
  border: 1px solid #ef5a21;
  margin-top: -4px;
  margin-left: -2px;
}

.event-post-section .multiple-choice-checkbox:hover + label:before {
  background: #ef5a21;
}

.event-post-section .multiple-choice-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.event-post-section .multiple-choice-checkbox:checked + label:before {
  background: #ef5a21;
}

.event-post-section .multiple-choice-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.event-post-section .survey-main ul li {
  display: inline;
  margin-right: 30px;
}

.event-post-section .survey-rating {
  float: left;
  padding: 0 0px;
}

.event-post-section .survey-rating:not(:checked) > input {
  display: none;
}

.event-post-section .survey-rating:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 45px;
  color: #ccc;
  margin-bottom: 0px !important;
}

.event-post-section .survey-rating:not(:checked) > label:before {
  content: "★ ";
}

.event-post-section .survey-rating > input:checked ~ label {
  color: #ef5a21;
}

.event-post-section .survey-rating:not(:checked) > label:hover,
.event-post-section .survey-rating:not(:checked) > label:hover ~ label {
  color: #ef5a21;
}

.event-post-section .survey-rating > input:checked + label:hover,
.event-post-section .survey-rating > input:checked + label:hover ~ label,
.event-post-section .survey-rating > input:checked ~ label:hover,
.event-post-section .survey-rating > input:checked ~ label:hover ~ label,
.event-post-section .survey-rating > label:hover ~ input:checked ~ label {
  color: #ef5a21;
}

.event-post-section select {
  height: unset !important;
}

.event-post-section .overlay {
  top: 40% !important;
}

text.highcharts-credits {
  display: none;
}
.sem-text-primary.text-center{
  font-size: 1rem !important;
}