@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");

.player-container {
  height: 100%;
  overflow: auto;
  font-family: "Montserrat";
}

.grid {
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: auto;
  /* background: rgb(225, 230, 235); */
  border: 1px rgb(220, 220, 220) solid;
  font-size: 14px;
}

.grid-row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  min-height: 0;
}

.grid-cell {
  /* box-sizing: border-box; */
  background: none;
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  padding: 1px;
}

.panel-stack {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  z-index: 2;
  position: relative;
}

.panel-stack-header {
  overflow-x: auto;
  overflow-y: hidden;
  /* flex: none; */
  display: flex;
  height: min-content;
  padding: 0 4px;
  padding-top: 2px;
  /* background: rgb(245, 245, 245); */
  /* box-shadow: 1px 1px 3px rgb(180, 180, 180); */
  position: relative;
  border-bottom: 1px rgb(220, 220, 220) solid;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.panel-stack-button {
  flex: none;
  border: none;
  border-radius: 4px 4px 0 0;
  height: 100%;
  min-height: 35px;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: none;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  font-family: "Montserrat";
}

.panel-stack-button:after {
  position: absolute;
  content: "";
  bottom: -1px;
  height: 1px;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
}

.panel-stack-button :focus {
  outline: 0;
}

.panel {
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  border-radius: 1px;
  box-shadow: 1px 1px 3px rgb(255, 254, 254);
}

.panel-header {
  height: 28px;
  line-height: 28px;
  flex: none;
  top: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  padding: 0 8px;
  border-bottom: 1px rgb(220, 220, 220) solid;
  background: rgb(245, 245, 245);
}

.panel-body {
  background: rgb(255, 255, 255);
  width: 100%;
  flex: 1;
  overflow: auto;
  box-sizing: border-box;
  min-height: 0;
  border-top: none;
}

.player-header {
  display: flex;
  background: rgb(2, 121, 192);
  color: #fff;
  padding: 8px;
  justify-content: space-between;
}

.categories {
  padding: 8px;
}

.categories-table {
  width: 100%;
}

.categories-table th {
  border: 1px rgb(220, 220, 220) solid;
  text-align: center;
  vertical-align: text-top;
}

.categories-table td {
  border: 1px rgb(220, 220, 220) solid;
  padding: 4px;
}

.fields {
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  background: rgb(255, 255, 255);
}

.fields > *:last-child {
  border-bottom: 1px #dcdcdc solid;
}

.field {
  background-color: white;
  padding: 4px 8px;
  box-sizing: border-box;
  margin: 0px 4px;
  border: 1px rgb(220, 220, 220) solid;
  border-bottom: none;
  width: calc(100% - 8px);
}

.field-title {
  padding: 2px 0;
  font-size: xx-small;
  font-weight: bold;
}
.field-badge {
  padding: 2px 0;
  font-size: xx-small;
  font-weight: lighter;
  margin-left: 4px;
  color: #0079c0;
}
.field-value {
  padding: 2px 0;
  font-size: small;
}

.timeline {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 0;
}

.timeline-body {
  width: 94%;
  position: relative;
  overflow: hidden;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
  margin-left: 10px;
}

.timeline-body tr:nth-child(odd) > td {
  background: #ffff;
}

.timeline-body.tr:nth-child(even) > td {
  background: #ffff;
}

.timeline-play-head {
  /* pointer-events: none; */
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 0;
  overflow: hidden;
}

.track-group-label {
  padding: 0 8px;
  padding-top: 15px;
  font-size: xx-small;
  color: #0079c0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: lighter;
  background: rgb(255, 255, 255);
}

.track-label {
  padding: 15px 8px 4px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: rgb(245, 245, 245);
  /* border-right: 1px rgb(220, 220, 220) solid; */
  max-width: 120px;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 9px;
  line-height: 11px;
  text-transform: uppercase;
  color: #677791;
}
.track-group .track:first-child .track-label {
  padding-top: 4px;
}

.track-content {
  width: 100%;
  background: rgb(245, 245, 245);
}

.control {
  background: rgb(255, 255, 255);
  flex: none;
}

.control-header {
  display: flex;
  background: rgb(2, 121, 192);
  padding: 8px;
  justify-content: space-between;
}

.control-bar {
  min-height: 40px;
  /* padding: 8px 8px; */
  padding-right: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border-bottom: 1px rgb(220, 220, 220) solid;
  /*border: 1px rgba(220, 220, 220) solid;*/
  /*box-shadow: 1px 1px 3px rgb(180, 180, 180);*/
  position: relative;
  /*background: rgb(2, 121, 192);*/
}

.control-group {
  flex: none;
  box-sizing: border-box;
  padding: 0 4px;
  align-items: center;
  display: flex;
  margin-right: 15px;
}
.control-group:last-child {
  margin-right: 0;
}

.primary-control {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 -4px;
}

.primary-control > div {
  margin: 0 4px;
}

.volume-control {
  position: relative;
  text-align: right;
}

.progress {
  width: 100%;
  align-items: center;
  padding: 2px 8px;
  box-sizing: border-box;
}

.progress-slider {
  flex: 1;
}

.progress-slider .ant-slider {
  margin: 4px 6px !important;
}

.progress-slider .ant-slider-rail {
  background: rgb(255, 255, 255);
}

.progress-slider .ant-slider:hover .ant-slider-rail {
  background: rgb(255, 252, 248);
}

.progress-slider .ant-slider-mark {
  top: 50% !important;
  /*top: 0 !important;
    bottom: initial !important;*/
}

.progress-slider .ant-slider-dot {
  display: none;
}

.progress-slider .ant-slider-handle {
  z-index: 1;
}

.progress-time {
  white-space: nowrap;
  flex: none;
  margin: 0 4px;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  color: #262d38;
}

.progress-mask {
  position: relative;
  z-index: -1;
  width: 1px;
  /*background: rgba(255,103,58, 0.4);*/
  background: rgba(93, 44, 143, 0.4);
  height: 20px;
  top: -10px;

  /*
    :before {
        content: '';
        position: absolute;
        top: 0px;
        left: -4px;
        border-top: 6px solid #FF673A;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        transform: translateX(.5px);
    }
    */

  /*
    :after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: -4px;
        border-bottom: 6px solid #FF673A;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    transform: translateX(.5px);
    }
    */
}

.progress-mask :hover {
  border-top-color: red;
  z-index: 1;
}

.progress-header {
  display: flex;
  width: 100%;
  padding: 0 8px;
}

.progress-header div {
  text-align: center;
}

.progress-header div:first-child {
  text-align: left;
}

.progress-header div:last-child {
  text-align: right;
}

.progress-label {
  font-size: 8px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.progress-event-mask {
  background: rgba(93, 44, 143, 1);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  font-size: 10px;
  height: 16px;
  padding: 0 4px;
  line-height: 16px;
  border-radius: 8px;
  vertical-align: middle;
}

.transcript-data {
  font-size: 14px;
  line-height: 1.5;
  padding: 4px;
  overflow-y: auto;
  flex: 1;
}

.transcript-body {
  position: relative;
  display: block;
}

.transcript-turn {
  margin-bottom: 0.5rem;
  font-weight: lighter;
  margin-right: 0;
}

.turn-body {
  border-radius: 4px;
  /*background-color: white;*/
  padding: 0.3rem 0.5rem;
  display: flex;
  flex-wrap: nowrap;
}

.turn-header {
  display: block;
  padding: 2px 10px;
  padding-bottom: 0;
  border-bottom: none;
}

.turn-time {
  /*display: inline-block;*/
  font-weight: light;
  margin-right: 0.2em;
  font-size: small;
}

.time-link {
  color: inherit;
  display: inline-block;
  margin-right: 0.5rem;
  min-width: 3rem;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  align-items: center;
  color: rgba(38, 45, 56, 0.5);
}

.time-link:hover {
  text-decoration: underline;
}

.sentiment-marker {
  display: inline;
}

.sentiment-marker:hover {
  color: darkBlue;
}

.category {
  padding: 8px 32px;
  font-size: 12px;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px rgb(230, 230, 230) solid;
}

.category-icon {
  color: #fff;
  width: 14px;
  height: 14px;
  line-height: 16px;
  font-size: 8px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  position: absolute;
}

.category-pill {
  padding: 4px;
  font-size: 10px;
  border-radius: 2px;
  margin: 4px;
  white-space: nowrap;
  display: inline-block;
}

.category-pill > span {
  margin-right: 4px;
}

.list {
  padding: 0;
  background: rgb(245, 245, 245);
  min-height: 100%;
  overflow: auto;
  display: block;
}

.list-selection-title {
  padding: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #262d38;
}

.list-selection-no-data {
  font-size: 12px;
  text-align: center;
  font-style: italic;
  border-top: none;
}

.list-group-header {
  display: flex;
  background: none;
  border: none;
  position: relative;
  padding-left: 0;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  align-items: center;
}

.list-group-title {
  vertical-align: text-top;
  white-space: nowrap;
  user-select: none;
  font-size: small;
}
.list-group-title:hover {
  text-decoration: underline;
}

.list-group-marker {
  flex: none;
  padding: 0 4px;
}

.list-group-mark {
  /* background: #fff; */
  font-size: 12px;
  display: block;
  line-height: 11px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  /* border: rgba(0, 0, 0, 0.2) solid 1px; */
  box-sizing: border-box;
  user-select: none;
  /* border-radius: 2px; */
  cursor: pointer;
}

.list-group-mark :hover {
  color: rgba(0, 121, 192, 0.65);
  border: rgba(0, 121, 192, 0.4) solid 1px;
}

.list-group-body {
  padding-left: 22px;
}

.list-item {
  display: flex;
  background: none;
  border: none;
  position: relative;
  /*border-bottom: 1px rgb(230, 230, 230) solid;*/
  width: 100%;
  text-align: left;
  align-items: center;
  padding: 0 4px;
  box-sizing: border-box;
}

.list-item-content {
  flex: auto;
  display: flex;
  padding: 4px;
  min-width: 0;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
}

.list-item-content:hover {
  background: rgba(105, 82, 129, 0.5);
}

.list-item-extra {
  flex: none;
  padding: 0 8px;
  box-sizing: border-box;
}
.list-item-title-container {
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  vertical-align: middle;
  flex: 1;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  mix-blend-mode: normal;
  display: flex;
}

.list-item-title {
  pointer-events: none;
  display: flex;
  transition: transform linear 15s;
}

.list-item-badge {
  flex: none;
  margin-left: 4px;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #677791;
}

.list-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  background-color: rgba(93, 44, 143, 1);
}

.list-checkbox .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: rgba(93, 44, 143, 1);
}

.list-checkbox .ant-checkbox-checked::after,
.list-checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.list-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.list-checkbox .ant-checkbox-input:focus + .ant-checkbox-inner,
.list-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  border-color: rgba(93, 44, 143, 1);
}

.list-checkbox .ant-checkbox ant-checkbox-checked {
  border-color: rgba(93, 44, 143, 1);
}

.tooltip-content {
  min-width: 150pxx;
}

.sentiment-button {
  cursor: pointer;
  /* position: absolute;
  right: 50px; */
  display: flex;
}

.flag-call-button-content {
  min-width: 125px;
}

.flag-call-button-content :hover {
  border-color: #0079c0;
}

.flag-call {
  cursor: pointer;
  /* position: absolute;
  right: 220px;
  margin-right: 25px; */
  display: flex;
}

.flag-call-image {
  padding: 2px;
}

.flag-call-text {
  padding: 5px;
}
.flag-call-button {
  cursor: pointer;
  border: 2px solid #f5f9fb;
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
  background-color: transparent;
  color: #f5f9fb;
}

.primary-control-title {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #262d38;
}
.primary-control-sub-title {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  color: #262d38;
  margin-left: 13px;
}
.flag-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #677791;
  /* margin-top: -5px; */
  margin-left: 8px;
}
.flag-title:hover {
  color: #262d38 !important;
}

.minimize-content {
  cursor: pointer;
  /* position: absolute;
  right: 95px;
  margin-right: 33px; */
  display: flex;
}
.dot-content {
  margin: 0;
  margin-top: -3px;
  margin-right: 8px;
  color: #677791;
  font-weight: 600;
}
.progress-control {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 2px 8px;
  box-sizing: border-box;
}

.progress-icon-style {
  margin-top: 4px;
  margin-left: 10px;
  cursor: pointer;
}
.turn-speaker-text {
  margin-right: 0.5em;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #262d38;
}

.turn-speaker-icon {
  margin-right: 0.5em;
  width: 32px;
  height: 32px;
  align-items: center;
  text-align: center;
}
.panel-hr-line {
  opacity: 0.2;
  border: 2px solid #677791;
  background: #677791;
  width: 98%;
}
.transcript-tile {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #677791;
  margin-left: 1em;
  margin-bottom: 15px;
  margin-top: 10px;
}
.list-selection-icon {
  display: flex;
  margin-bottom: 15px;
}

.progress-speed-text {
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #677791;
  mix-blend-mode: normal;
  cursor: pointer;
}
.progress-speed-text:hover,
.progress-speed-text:focus {
  color: black;
}
.progress-speed-text-button {
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: background-color 0.3s;
}
.progress-speed-text-button:hover,
.progress-speed-text-button-active {
  background: #505050;
}

.more-detail-tooltip-content {
  /* min-width: 140px; */
  text-align: left;
  margin-top: 5px;
}
.media-text {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  align-items: center;
  color: #ffffff;
  mix-blend-mode: normal;
}
.media-top-text {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  /* align-items: center; */
  color: #ffffff;
  mix-blend-mode: normal;
}

.mini-player-container {
  position: absolute;
  width: 544px;
  height: 144px;
  /* left: 31.73px; */
  top: 70%;
  /* background: #FFFFFF; */
  /* border-radius: 8px; */
  z-index: 100;
  /* box-shadow:  5px 3px 10px 5px lightblue; */
}
.mini-player-draggable {
  width: 544px;
  height: 120px;
  /* left: 31.73px; */
  /* top: 70%; */
  background: #ffffff;
  border-radius: 8px;
  z-index: 100;
  box-shadow: 5px 3px 10px 5px lightblue;
  padding: 10px;
  cursor: move;
}
.mini-player-body {
  margin: 20px;
}
.mini-player-control-bar {
  padding: 8px 8px;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  /* border-bottom: 1px rgb(220, 220, 220) solid; */
  /*border: 1px rgba(220, 220, 220) solid;*/
  /*box-shadow: 1px 1px 3px rgb(180, 180, 180);*/
  position: relative;
  /*background: rgb(2, 121, 192);*/
  justify-content: space-between;
}
.maximize-icon,
.mini-player-close-icon {
  cursor: pointer;
}
.maximize-icon {
  margin-right: 5px;
}

.search-input {
  background: #e7e9eb;
  /* opacity: 0.1; */
  border-radius: 8px;
  min-height: 32px;
  color: black !important;
  border: none;
}
.search-container {
  /* position: relative;
    display: inline-flex;
    background: #e7e9eb;
    opacity: 0.1;
    border-radius: 8px;
    min-height: 32px;
    color: black !important;
    border: none; */
}
.search-input:hover {
  border: none;
}
/* .skip-back-icon :hover{
    color: red !important;
} */

#header-search {
  width: 100%;
  /* background: @header-color; */
  color: black;
  font-size: 13px;
  border: none;
  outline: 0;
  vertical-align: -50%;
  height: 32px;
  background: #f0f1f4;
  border-radius: 8px;
  padding-left: 30px;
  /* opacity: 0.1; */
}

#header-search::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 13px;
  color: #677791;
  margin-left: 10px;
  /* padding-left: 20px; */
  /* mix-blend-mode: normal; */
  /* opacity: 0.7; */
}

#search-field svg {
  /* fill: #677791; */
  width: 20px;
  position: absolute;
  top: 5px;
  left: 8px;
}
#search-field {
  display: inline-block;
  position: relative;
  /* padding-left: 20px; */
}
.progress-speed-text:hover .caret-down {
  stroke: #262d38;
}
#search-field .hit-count {
  /* fill: #677791; */
  width: 5px;
  position: absolute;
  top: 7px;
  right: 40px;
}
#search-field input[type="search"]::-webkit-search-cancel-button {
  /* fill: #677791; */
  display: none;
}
.search-input-container {
  border: none;
  outline: 0;
  vertical-align: -50%;
  /* height: 32px; */
  /* background: #e6e8ed; */
  border-radius: 8px;
  width: 45%;
  transition: width 0.5s;
}
.close-content {
  border: none;
  height: 32px;
  margin-top: 1px;
  /* margin-left: 5px; */
  /* background: #f0f1f4; */
  border-radius: 0px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.close-icon:hover {
  stroke: #262d38;
}
.close-icon {
  margin-left: 10px;
  margin-top: 7px;
  margin-right: 14px;
  cursor: pointer;
}
.player-content {
  width: 49px;
  height: 49px;
}
.mini-player-button .vb-btn:hover,
.vb-btn:focus {
  /* color: #0079c0; */
  background-color: #0079c0;
  border-color: #0079c0;
}
#search-field
  .select-style
  .rc-select-selection--multiple
  .rc-select-selection__rendered {
  margin-left: 30px;
}
.select-style .rc-select-selection {
  border: 0px;
  border-radius: 8px !important;
}
.select-style .rc-select-selection--multiple {
  border: 0px !important;
}

.progress-label-mark {
  font-size: 8px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
}

.next-hit-button-container button {
  border: none;
}

.next-hit-button-container.messages-player {
  margin: 5px 5px 0 0;
}

.next-hit-button-container button[disabled] {
  background: none;
}

.next-hit-button-container button svg {
  width: 18px;
  height: 18px;
}
.select-style .rc-select-selection--multiple {
  border: 0px !important;
}

video[src=""] {
  display: none !important;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 750px) {
  .turn-labels-speaker-time {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .search-input-container {
    width: 90%;
  }
}

.summary-text {
  color: black;
  opacity: 0.8;
}