@font-face {
  font-family: 'POINT-Bold';
  src: url('/fonts/tt-norms-pro/TTNormsPro-Bold.otf') format('opentype');
  font-weight: normal;
  font-variant: normal;
  font-feature-settings: normal;
}

@font-face {
  font-family: 'POINT-Book';
  src: url('/fonts/tt-norms-pro/TTNormsPro-Regular.otf') format('opentype');
  font-weight: normal;
  font-variant: normal;
  font-feature-settings: normal;
}

@font-face {
  font-family: 'POINT-Medium';
  src: url('/fonts/tt-norms-pro/TTNormsPro-Medium.otf') format('opentype');
  font-weight: normal;
  font-variant: normal;
  font-feature-settings: normal;
}
@font-face {
  font-family: 'POINT-DemiMedium';
  src: url('/fonts/tt-norms-pro/TTNormsPro-DemiMedium.otf') format('opentype');
  font-weight: normal;
  font-variant: normal;
  font-feature-settings: normal;
}

* {
  font-family: 'POINT-Book', serif;
  font-variant: normal !important;
  font-weight: normal !important;
  font-feature-settings: normal !important;
}

body {
  margin: 0;
  padding: 0 !important;
  background-color: #ffffff;
  font-variant: normal !important;
  font-feature-settings: normal !important;
}

body.modal-open {
  overflow-y: hidden;
}

@keyframes fadeInImg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.chatra--side-bottom {
  bottom: 45px !important;
}

.img-loading {
  opacity: 0;
  width: 100%;
  height: auto;
}

.img-loaded {
  animation: fadeInImg 2s;
  position: relative;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0.1s;
}

.my-tooltip.ant-tooltip {
  padding-bottom: 0;
}

.tooltip-owner.my-tooltip.ant-tooltip {
  padding-bottom: 3px;
}

.my-tooltip .ant-tooltip-inner {
  background: #53627c;
  box-shadow: none;
}

.my-tooltip.ant-tooltip-placement-top .ant-tooltip-arrow,
.my-tooltip.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.my-tooltip.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: -13px;
}

.tooltip-owner.my-tooltip.ant-tooltip-placement-top .ant-tooltip-arrow,
.tooltip-owner.my-tooltip.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.tooltip-owner.my-tooltip.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: -10px;
}

.my-tooltip .ant-tooltip-arrow::before {
  background-color: #53627c;
  border-bottom-right-radius: 2px;
}

.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by {
  display: none !important;
}

.ant-select .ant-select-selection {
  width: 240px;
  height: 36px;
  justify-content: flex-end;
  background: #fff;
  border-radius: 8px;
  outline: none;
  border-color: #fff;
  padding: 0 12px;
  overflow: hidden;
  box-shadow: none;
  cursor: pointer;
}

.ant-select .ant-select-selection:hover,
.ant-select.ant-select-focused .ant-select-selection:hover {
  border-color: #8a94a6;
  transition: 0.25s;
  overflow: hidden;
  box-shadow: none;
  outline: none;
}

.ant-select.ant-select-focused .ant-select-selection,
.ant-select .ant-select-selection:focus,
.ant-select .ant-select-selection:active {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.ant-select.ant-select-open .ant-select-selection {
  border-color: #8a94a6;
  transition: 0.25s;
  overflow: hidden;
  box-shadow: none;
}

.ant-select .ant-select-selection--multiple .ant-select-selection__rendered,
.ant-select .ant-select-selection__rendered {
  margin: 0;
  overflow: hidden;
  line-height: 34px;
  display: flex;
  align-items: flex-end;
}

.ant-select .ant-select-selection--multiple .ant-select-selection__placeholder {
  margin: 0;
  line-height: 34px;
  font-size: 14px;
  font-family: 'POINT-Book', serif;
  color: #53627c;
  height: auto;
  top: 0;
  position: relative;
  display: block !important;
}

.ant-select .ant-select-selection--multiple .ant-select-selection__rendered ul {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}

.ant-select .ant-select-selection--multiple .ant-select-selection__rendered ul li {
  margin: 5px 5px 5px 0;
}

.ant-select .ant-select-selection--multiple::before,
.ant-select .ant-select-selection--multiple::after,
.ant-select .ant-select-selection__rendered::after {
  display: none;
}

.ant-select .ant-select-selection:focus {
  border-color: transparent;
}

div.ant-select-dropdown,
div.ant-select-dropdown > div {
  border-radius: 10px;
  z-index: 9;
  cursor: pointer;
}

.ant-select-dropdown .ant-select-dropdown-menu {
  border-radius: 10px;
  padding: 8px;
  background: white;
  box-shadow:
    0 0 0 0 rgba(10, 31, 68, 0.08),
    0 3px 14px 0 rgba(10, 31, 68, 0.1);
}

.ant-select-dropdown .ant-select-dropdown-menu-item {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
  font-family: 'HK Grotesk', serif;
  background-color: #fff;
  border-bottom: 1px solid #f5f6fa;
  color: #53627c;
  padding: 0 12px;
}

.ant-select-dropdown.ant-select-dropdown--multiple li.ant-select-dropdown-menu-item {
  padding: 0 8px 0 12px;
}

.ant-select-dropdown.ant-select-dropdown--multiple
  .ant-select-dropdown-menu-item-selected
  .ant-select-selected-icon.anticon,
.ant-select-dropdown.ant-select-dropdown--multiple
  .ant-select-dropdown-menu-item-selected:hover
  .ant-select-selected-icon.anticon,
.ant-select-dropdown .ant-select-dropdown-menu-item .anticon {
  display: none;
}

.ant-select-dropdown .ant-select-dropdown-menu-item-selected {
  font-weight: normal;
}

.ant-select-dropdown .ant-select-dropdown-menu-item:last-of-type {
  border-bottom: none;
}

.ant-select-dropdown .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled),
.ant-select-dropdown .ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #fafafa;
}

.ant-select-item-option-state {
  display: none;
}

.ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table {
  margin: 0 !important;
}

.ant-picker-dropdown .ant-picker-panel-container {
  border-radius: 8px;
}

.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner {
  border-radius: 50%;
  background-color: #ffad0d;
}

.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  border: none;
  border-radius: 0;
}

.my-video-player.video-js {
  cursor: pointer;
  background: #2e373e;
}

.my-video-player.video-js .vjs-playback-rate {
  display: none;
}

.my-video-player.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: unset;
}

.my-video-player.video-js .vjs-big-play-button {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: none;
  background-color: rgba(115, 133, 159, 0.5);
  margin-left: -24px;
  margin-top: -24px;
  outline: none;
}

.my-video-player.video-js .vjs-big-play-button .vjs-icon-placeholder {
  color: white;
}

.my-video-player.video-js:hover .vjs-big-play-button,
.my-video-player.video-js .vjs-big-play-button:focus {
  background: white;
}

.my-video-player.video-js:hover .vjs-big-play-button .vjs-icon-placeholder {
  color: #f6921e;
}

.my-video-player.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  top: 2px;
}

.my-video-player.video-js .vjs-control {
  outline: none;
}

.my-video-player.video-js .vjs-control-bar {
  height: 65px;
  background: transparent;
}

.my-video-player.video-js .vjs-play-control {
  width: 60px;
}

.my-video-player.video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: '\F101';
  width: 40px;
  height: 40px;
  font-size: 40px;
  display: block;
  line-height: 40px;
  position: absolute;
  left: 10px;
  top: 13px;
}

.my-video-player.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0;
  height: 10px;
  border-radius: 5px;
  outline: none;
  background: #d8d8d8;
}

.my-video-player.video-js .vjs-progress-holder .vjs-play-progress {
  border-radius: 5px;
  outline: none;
  background: #f6921e;
}

.my-video-player.video-js .vjs-progress-holder .vjs-load-progress {
  border-radius: 5px;
  overflow: hidden;
}

.my-video-player.video-js .vjs-play-progress:before {
  z-index: 1;
  width: 20px;
  height: 20px;
  font-size: 20px;
  top: -5px;
  right: -5px;
}

.my-video-player.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.my-video-player.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  font-size: 14px;
  top: -40px;
}

.my-video-player.video-js .vjs-time-divider,
.my-video-player.video-js .vjs-duration,
.my-video-player.video-js .vjs-remaining-time {
  display: none;
}

.my-video-player.video-js .vjs-current-time {
  display: flex;
  align-items: center;
  padding: 0 10px 1px 20px;
  order: 3;
}

.my-video-player.video-js .vjs-current-time-display {
  font-size: 14px;
  line-height: 22px;
}

.my-video-player.video-js .vjs-volume-panel {
  order: 4;
}

.my-video-player.video-js .vjs-volume-panel.vjs-volume-panel-horizontal,
.my-video-player.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: auto !important;
}

.my-video-player.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal,
.my-video-player.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.my-video-player.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal {
  width: 95px !important;
  height: 100% !important;
  opacity: 1;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 10px 4px 5px;
}

.my-video-player.video-js .vjs-mute-control {
  width: 50px;
}

.my-video-player.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  left: 10px;
  width: 30px;
  height: 30px;
  top: 16px;
}

.my-video-player.video-js .vjs-volume-bar.vjs-slider-horizontal {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  margin: 29px 0;
}

.my-video-player.video-js .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  height: 8px;
  border-radius: 4px;
  background: #00d000;
}

.my-video-player.video-js .vjs-slider-horizontal .vjs-volume-level:before {
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.my-video-player.video-js .vjs-fullscreen-control {
  order: 5;
  width: 60px;
}

.my-video-player.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: '\F108';
  font-size: 30px;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 15px;
  left: 10px;
}

.open-side-nav {
  overflow-x: hidden;
}

.open-side-nav #root {
  overflow-x: hidden;
}

.open-side-nav .side-nav {
  left: 0 !important;
  transition: 0.25s;
}

.container-page {
  left: 0;
  transition: 0.25s;
  position: relative;
}

.open-side-nav .container-page {
  left: 0 !important;
  transition: 0.25s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

.animation-opacity {
  -webkit-animation: fadein 1s ease-in alternate infinite;
  -moz-animation: fadein 1s ease-in alternate infinite;
  animation: fadein 1s ease-in alternate infinite;
}

.tooltip-list-groups span {
  padding: 5px 0;
  display: block;
}

.filepond--credits {
  display: none !important;
  visibility: hidden !important;
}

@media screen and (max-width: 1024px) {
  .open-side-nav .container-page {
    left: 270px !important;
    transition: 0.25s;
  }
}

/* Start DateTimePicker */
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  background: #ffad0d1c !important;
}
.ant-picker-now-btn,
.ant-picker-today-btn {
  color: #ffad0d !important;
}
.ant-btn-primary {
  border-radius: 4px !important;
  color: #fff !important;
  background: #ffad0d !important;
  border-color: #ffad0d !important;
  text-shadow: none !important;
  box-shadow: none !important;
}
.ant-picker-dropdown {
  z-index: 999999 !important;
}
.ant-message {
  z-index: 999999 !important;
}
.ant-message .ant-message-notice {
  z-index: 999999 !important;
}
.react-datepicker-popper {
  z-index: 999999 !important;
}
/* End DateTimePicker */
