html {
  overflow: hidden;
  height: 100%;
}

body {
  overflow: auto;
  height: 100%;
  background-color: var(--body-background-color);
  -webkit-overflow-scrolling: touch;
  color: var(--body-font-color);
  overflow-x: hidden;
}

/* Text Styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font-family) !important;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  letter-spacing: var(--title-letter-spacing);
}

h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

a,
p {
  font-family: var(--body-font-family) !important;
  font-optical-sizing: auto;
  font-weight: normal;
  font-size: var(--body-font-size);
  color: var(--body-font-color);
}

a {
  transition: 0.35s ease;
  letter-spacing: 0;
  color: var(--link-color);
  outline: none;
  text-decoration: none;
  cursor: pointer !important;
}

a:hover {
  text-decoration: none;
  color: var(--theme-hover-color);
}

a:focus {
  outline: none;
}

.border-core {
  border: 2px solid var(--theme-primary-color);
}
.bg-primary-core {
  background-color: var(--theme-primary-color);
}

.bg-core-primary,
.btn-core-primary {
  background-color: var(--theme-primary-color);
}

.btn-core-primary:hover {
  background-color: var(--theme-primary-color);
  filter: opacity(0.9);
}

.btn-core-primary,
.btn-core-primary:hover {
  color: var(--theme-light-color);
}

/* Global Calls - No mobile, read more etc */

.widget ul.menu {
  padding-left: 0;
  list-style: none;
}

.hide-on-mobile {
  display: none;
}

@media (min-width: 1179px) {
  .hide-on-mobile {
    display: block;
  }
}

@media (min-width: 992px) {
  .hide-on-sm-height {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (min-height: 650px) {
  .hide-on-sm-height {
    display: block;
  }
}

.hide-on-desktop {
  display: block;
  text-align: right;
}

@media (min-width: 1179px) {
  .hide-on-desktop {
    display: none !important;
  }
}

.desktop-only {
  display: none;
}

@media (min-width: 1179px) {
  .desktop-only {
    display: flex;
  }

  .mobile-only {
    display: none !important;
  }
}

.full-width-mobile {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .full-width-mobile {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.content-detail {
  margin: 0 inherit;
  padding: 20px 0;
}

@media (min-width: 992px) {
  .content-detail {
    padding: 20px 0;
  }
}

.panel-heading {
  margin-bottom: 20px;
}

.view-more {
  padding: 20px 0 20px 0;
  text-align: right;
}

@media (min-width: 992px) {
  .view-more {
    padding: 15px 0 20px 0;
  }
}

.view-more a {
  font-size: 12px;
  transition: 0.35s ease;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid var(--theme-primary-color);
}

.view-more a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

/* Content Containers */

.round {
  border-radius: var(--border-radius) !important;
}

.app-wrapper {
  position: relative;
}

.app-content {
  position: relative;
  padding-top: 70px;
}

@media (min-width: 992px) {
  .content-panel {
    padding: 30px 40px 40px;
  }

  .app-content {
    position: relative;
    padding-top: 80px;
  }
}

.cover-panel {
  height: 100%;
  padding: 50px 0;
  justify-content: center;
}

.cover-content {
  margin-top: auto;
  margin-bottom: auto;
}

.app-body {
  padding: 1rem;
}

@media (min-width: 992px) {
  .app-body {
    padding: none;
  }
}

@media (min-width: 993px) {
  .tv_videologin {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
  }
}

/*Boostrap overides*/

.um-field-checkbox-option,
.um-field-radio-option {
  margin: 0px 0px 0px 36px;
  line-height: 24px;
  color: #364b5d !important;
  display: block;
  font-size: 14px !important;
}

/**** filters ****/
.filters {
  float: right;
  margin-top: 30px;
  margin-left: 20px;
}

@media (min-width: 600px) {
  .filters {
    position: absolute;
    right: 0;
    margin-right: 15px;
  }
}

.filters ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: 0;
  padding-left: 0;
}

.filters ul li {
  margin-left: 0;
}

.filters li a {
  font-size: 16px;
  line-height: 24px;
  background: #0192cf;
  padding: 12px 20px 10px 20px;
  top: 0;
  color: white;
  margin-left: 10px;
  height: 42px;
}

.filters .active a {
  background: #2b2b2b;
  color: white;
}

@media (max-width: 600px) {
  .filters li a {
    padding: 12px 15px 10px 15px;
  }

  .filters {
    float: left;
  }

  .filters:after {
    clear: both;
  }
}

.filters li a:hover {
  background: white;
  color: black;
}

.modal-dialog .user-avatar .modal-dialog,
.modal-dialog .avatar {
  width: 70px !important;
  height: 70px !important;
}

.user-avatar:hover,
.avatar:hover {
  box-shadow: 0 0 0 2px var(--theme-primary-color);
}

#sidebar-content {
  width: 350px;
  direction: rtl;
}

@media (max-width: 1000px) {
  .sidebar {
    display: none;
  }
}

.text-90 {
  transform-origin: center;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.left {
  transform-origin: top left;
  left: 0;
  top: 50%;
  transform: rotate(-90deg) translateX(-50%);
}

.right {
  transform-origin: top right;
  right: 0;
  top: 50%;
  transform: rotate(90deg) translateX(50%);
}

.maincont {
  overflow: auto;
  margin-right: 0;
  padding-right: 0;
}

@media (min-width: 1179px) {
  .maincont {
    overflow: auto;
    margin-right: -132px;
    padding-right: 60px;
  }
}

[class^='um-faicon-']:before,
[class*=' um-faicon-']:before {
  line-height: unset !important;
}
/* scrollbar style */
/* width */
::-webkit-scrollbar {
  width: 10px !important;
}
/* width */
.scrollbarint::-webkit-scrollbar {
  width: 10px !important;
}
/* Track */
::-webkit-scrollbar-track {
  background: transparent !important;
}

/* Track in column */
.scrollbarint::-webkit-scrollbar-track {
  background: var(--theme-light-color) !important;
  margin-top: 0px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme-primary-trans-color);
  border-radius: 100px;
  border: 3px solid transparent;
  background-clip: content-box;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--theme-primary-color);
  border: 3px solid transparent;
  background-clip: content-box;
}

/*Disable call button Sendbird chat*/
#sb_widget .chat-section .top .sb-btn.call {
  display: none;
}

.media-thumb img {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
.hide-auditorium {
  display: none !important;
}

.user-initial-circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--theme-light-color);
  color: var(--theme-primary-color) !important;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9998;
}

@media (min-width: 1179px) {
  .user-initial-circle {
    display: flex;
  }

  .ms-xxxl-2 {
    margin-left: 2rem !important;
  }
}

.hr-bar {
  height: 2px;
  width: 10%;
  background: var(--theme-primary-color);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.breakbar {
  position: relative;
  background-color: var(--theme-primary-color) !important;
}

.breakbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
  background-color: var(--theme-primary-color) !important;
  z-index: -1;
}

.bg-image-core {
  position: relative;
  background-color: var(--theme-dark-color);
  background-image: url('');
}

.bg-image-core::before {
  content: '';
  position: absolute;
  top: 0;
  left: -200vw;
  width: 400vw;
  height: 100%;
  background-color: var(--theme-dark-color);
  background-image: url('');
  z-index: -1;
}


