/* privacy policy */

.privacy-page {
  position: relative;
  background-color: white;
}

.main-privacytitle {
  font-size: 28px;
  color: var(--primaryBlue);
  border-bottom: 1px solid #003680;
}

.phara-list li::before {
  content: "\2022";
  color: var(--primaryBlue);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* search result */

.button {
  color: #292929 !important;
  background-color: #ffffff !important;
  border-color: #003680 !important;
  margin-top: 10px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 3rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0; /*0.25rem*/
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.button-search {
  color: #ffffff !important;
  background-color: #003680 !important;
  border-color: #003680 !important;
  border-radius: 0 !important; /*8px*/
  margin-top: 10px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 3rem;
  font-size: 1rem;
  line-height: 1.5;
  width: 338px !important;
  border-radius: 0; /*0.25rem*/
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* .up-drop-button{
    width: 352px !important;
} */

.dropdown-toggle::after {
  color: var(--primaryBlue) !important;
}

.search-tittle {
  font-size: 23px;
  color: var(--primaryBlue);
  font-weight: bold;
}

.page-link {
  position: relative;
  /* border-radius: 4px; */
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4e4e4e !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #bbbbbb !important;
}

.arrow {
  color: var(--primaryBlue);
  font-weight: bold;
}

.button1 {
  width: 261px;
}

/* up coming events */

.table-header {
  background: #003680;
}

.tb-tittle {
  color: white !important;
  /* font-family: 'Literata'; */
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}

.upcoming-events .tb-content {
  /* font-family: 'Literata'; */
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #251f20;
  vertical-align: Top;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(0 0 0 / 0%) !important;
}

.blue-tb {
  background: #f2ffff !important;
}

.nav-right {
  float: right !important;
}

.divider {
  border-right: 1px solid #c2c2c2;
  padding-right: 5px;
}

/* event */

.up-tittle {
  font-weight: 700;
  font-size: 28px;
  font-style: normal;
  line-height: 1.607;
  color: #003680;
  vertical-align: Top;
  /* margin-right: 12px; */
}

.upcoming-events a {
  color: var(--primaryBlue) !important;
  line-height: 1.688;
}

.find-out {
  font-weight: 500;
  font-size: 16px;
  vertical-align: Top;
}

.event-action-btn {
  background-color: #f0f0f0;
}

.event-action-btn:hover {
  background-color: #003680;
  color: #fff;
}

.btn.register-button {
  background-color: var(--primaryBlue);
  color: #fff;
  font-size: 14px;
}

.btn.register-button:hover {
  background-color: #013e93;
}

.up-search {
  background: #d0f0f0;
  float: right;
  border-radius: 0; /*8px*/
  font-size: 12px;
  color: var(--primaryBlue);
  font-weight: bold;
}

.up-search span {
  font-size: 25px;
}

.up-event-event .fa-search {
  margin-left: 20px;
}

.event-tittle {
  font-size: 28px;
  font-weight: bold;
  color: #003680;
  line-height: 1.286;
  z-index: 9999999;
}

.covid-tittle {
  font-size: 16px;
  color: #69aab4 !important;
  font-weight: 700;
}

.gray-event-sqar {
  background: #f8f8f8;
  width: 736px;
  height: 256px;
  margin-top: -24%;
  margin-left: 31%;
}

.event-date {
  font-weight: 300;
  font-size: 14px;
  font-style: normal;

  color: #5c5c5c;

  vertical-align: Top;
}

.main-tittle-area {
  background-color: #ffffff;
  position: relative;
  text-align: center;
}

.related-category-event {
  background-color: #f3f8fc;
}

.related-topic-titlle {
  font-size: 12px;
  color: gray;
  font-weight: 300;
  font-style: italic;
}

.related-topic {
  font-weight: 500;
  color: #003680;
  line-height: 1.5;
}

.related-topic-owner {
  font-size: 12px;
  color: gray;
}

.detail-section {
  background: #f3f8fd;
  padding: 20px 45px;
}

.event-time-details {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #251f20;
}

.up-event-arw .dropdown .fa {
  position: absolute;
  right: 3%;
  top: 47%;
  color: var(--primaryBlue);
  font-weight: bold;
}

#dropdownMenuLinkup {
  text-align: left !important;
  border-radius: 0 !important; /*8px*/
  border: 1px solid #d9dde1 !important;
  border: 1px solid #d9dde1 !important;
  font-size: 12px !important;
  color: #251f20 !important;
  height: 38.88px !important;
  width: 352px !important;
  margin-left: -14px !important;
}
.speakers-event {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #251f20;
}

.download-event-text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #251f20;
}

.download-article-event {
  padding-top: 26vh;
}

.up-event-cls .tb-tittle {
  font-weight: 400;
  font-size: 16px;

  color: #ffffff !important;

  vertical-align: Top;
}

.up-event-cls .tables-topic,
.speaker {
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  line-height: 1.688;
  color: #251f20 !important;

  vertical-align: Top;
}

.event-dates {
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
  line-height: 1.688;
  color: #5c5c5c !important;

  vertical-align: Top;
}

.event-detail-content,
.event-alt p {
  font-weight: 300 !important;
  font-size: 16px !important;
  font-style: normal;
  line-height: 1.688 !important;
  color: #251f20 !important;

  vertical-align: Top;
}

.small-ev {
  font-weight: 300 !important;
  font-size: 12px !important;
  font-style: italic;
  line-height: 1.688 !important;
  color: #5c5c5c !important;

  vertical-align: Top;
}

.authore {
  font-weight: bold !important;
  font-size: 12px !important;
  font-style: normal;
  line-height: 1.688 !important;
  color: #251f20 !important;
  padding-left: 6px;
  vertical-align: Top;
}

.ev-speaker {
  font-weight: 500 !important;
  font-size: 16px !important;
  font-style: normal;
  line-height: 1.688 !important;
  color: #251f20 !important;
  padding-left: 0px;
  vertical-align: Top;
}

@media screen and (max-width: 767px) {
  .upcoming-events .tb-content {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .download-article-event {
    padding-top: 5vh;
  }
}
