/*Glogal*/
.form-check-input:checked {
  transition: 0.5s;
}

.badge {
  text-overflow: ellipsis;
  max-width: 250px;
  overflow: hidden;
  font-weight: 400;
  font-size: 0.9em;
  /*border: 1px solid white;*/
}

span.badge{    
  max-width: 2000px;
  overflow: auto;
  /*white-space: normal*/
}

.sm-font {
  font-size: 0.875rem;
}

.login-cover-img {
  background-image: url(../../images/authentication/bat.png);
}

/*endGlogal*/
body .sidebar-header .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
body .sidebar-header .logo-wrapper .logo-icon {
  width: 120px;
}
body .toggled.sidebar-hovered .logo-wrapper .logo-icon {
  width: 120px !important;
}
body .toggled .sidebar-wrapper .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
body .toggled .sidebar-wrapper .logo-wrapper .logo-icon {
  width: 60px;
}
body .table-options {
  margin: 30px 0;
}
body .table th a {
  color: #212529;
}
body .table td a {
  color: #212529;
}
body .card .phrases-table .table tr th {
  text-align: center;
}
body .card .phrases-table .table tr td {
  text-align: center;
}
body .card .table-options-btn-box {
  padding: 1rem 1rem;
}
body .card .table-options-btn-box .btn:first-child {
  margin-right: 20px;
}
body .card .language-box h6 {
  font-size: 1.5rem;
}
body .card .language-box .select-language-wrapper {
  margin-top: 20px;
}
body .card .custome-size table tr th {
  white-space: normal;
  vertical-align: baseline;
}
body .card .agents-table-info table tr th {
  min-width: 90px;
}
body .card .agents-table-info table tr th:first-child {
  min-width: 100px;
}
body .card .agents-table-info table tr th:nth-child(2) {
  min-width: 100px;
}
body .card .agents-table-info table tr th:nth-child(4) {
  min-width: 163px;
  max-width: 163px;
}
body .card .lines-table table tr th {
  min-width: 100px;
}
body .card .lines-table table tr th:first-child {
  min-width: 150px;
}
body .card .lines-table table tr th:nth-child(2) {
  min-width: 100px;
}
body .card .lines-table table tr th:nth-child(3) {
  max-width: 150px;
}
body .card .lines-table table tr th:nth-child(8) {
  min-width: 180px;
  max-width: 180px;
}
body .card .themes-table table {
  min-width: 800px;
}
body .card .themes-table table tr:last-child td:last-child {
  text-align: right;
}
body .card .agents-table-quality table tr th {
  min-width: 100px;
}
body .card .agents-table-quality table tr th:first-child {
  min-width: 100px;
}
body .card .agents-table-quality table tr th:nth-child(2) {
  min-width: 100px;
}
body .card .agents-table-quality table tr th:nth-child(3), body .card .agents-table-quality table tr th:nth-child(4), body .card .agents-table-quality table tr th:nth-child(5), body .card .agents-table-quality table tr th:nth-child(6) {
  min-width: 217px;
  max-width: 217px;
}
body .card .lines-table-quality table tr th {
  min-width: 150px;
}
body .card .lines-table-quality table tr th:nth-child(2), body .card .lines-table-quality table tr th:nth-child(3), body .card .lines-table-quality table tr th:nth-child(4) {
  min-width: 200px;
}
body .card .calls-table table tr th {
  white-space: normal;
  vertical-align: baseline;
  min-width: 40px;
}
/*body .card .calls-table table tr th:nth-child(8) {*/
/*  min-width: 180px;*/
/*}*/
body .card .calls-table table tr th:nth-child(4) {
  min-width: 150px;
}
body .card .calls-table table tr th:nth-child(6) {
  min-width: 100px;
  max-width: 100px;
}
body .card .calls-table table tr th:nth-child(7) {
  max-width: 100px;
}
body .card .calls-table table tr td {
  white-space: normal;
  vertical-align: middle;
}
body .card .calls-table table tr td:last-child a .hydrated {
  width: 1.5em;
  height: 1.5em;
}
body .card .calls-table table tr td:last-child a:last-child {
  /*margin-left: 20px;*/
}
body .card .calls-table table tr td .call-info {
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  background: transparent;
}

body .card .calls-table table tr td:nth-child(3) a {
  /*color: #923eb9;*/
  /*font-weight: 500;*/
}

body .card .calls-table table tr td:nth-child(4) a {
  /*color: #923eb9;*/
  /*font-weight: 500;*/
}
body .add-btn {
  max-width: 245px;
  padding-left: 15px;
  padding-right: 15px;
}
body .table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
body .table-responsive::-webkit-scrollbar {
  height: 10px;
  background-color: #F5F5F5;
}
body .table-responsive::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #923eb9;
}
body .filters-form .filter-item {
  min-width: 220px;
  width: 25%;
  min-height: 76px;
}
body .filters-form .surch-btn-filter {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
body .filters-form .surch-btn-filter button {
  width: 100px;
}
body .audio-info-box .card {
  width: 49%;
}
body .audio-info-box .card.full-width {
  width: 100%;
}
body .transcription-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body .transcription-wrapper .transcription-header {
  display: flex;
}
body .transcription-wrapper .transcription-header .operator-header {
  flex: 1 1;
}
body .transcription-wrapper .transcription-header .client-header {
  flex: 1 1;
  text-align: end;
}
body .transcription-wrapper .transcription-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body .transcription-wrapper .transcription-body .transcription-text {
  width: 70%;
  padding: 1rem 1rem;
  margin: 5px 0;
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  display: flex;
}
@media screen and (max-width: 500px) {
  body .transcription-wrapper .transcription-body .transcription-text {
    display: block;
    padding: 10px 20px;
  }
}
body .transcription-wrapper .transcription-body .transcription-text .transcription-time {
  width: 100px;
  align-self: center;
}
@media screen and (max-width: 500px) {
  body .transcription-wrapper .transcription-body .transcription-text .transcription-time {
    margin: 0 0 5px 0;
  }
}
body .transcription-wrapper .transcription-body .transcription-text .transcription-description {
  flex: 80%;
}
body .transcription-wrapper .transcription-body .operator-text {
  align-self: flex-start;
}
body .transcription-wrapper .transcription-body .client-text {
  align-self: flex-end;
}

@media screen and (max-width: 1196px) {
  body .filters-form .filter-item {
    width: 33%;
  }
}
@media screen and (max-width: 1024px) {
  body .toggled .sidebar-wrapper .logo-wrapper .logo-icon {
    width: 120px;
  }
}
@media screen and (max-width: 716px) {
  body .audio-info-box {
    flex-direction: column;
  }
  body .audio-info-box .card {
    width: 100%;
  }
  body .transcription-wrapper {
    flex-direction: column;
  }
  body .transcription-wrapper .transcription-block {
    width: 100%;
  }
}
@media screen and (max-width: 716px) {
  body .filters-form .filter-item {
    width: 50%;
  }
}
@media screen and (max-width: 496px) {
  body .filters-form .filter-item {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body .table-options {
    flex-direction: column-reverse;
  }
  body .table-options .add-btn {
    margin-top: 20px;
  }
  body .table-options .search-form {
    margin-left: inherit !important;
  }
}/*# sourceMappingURL=style.css.map */

.transcription-text{ border-radius: 10px; }

html.dark-theme .transcription-text{ color: #000; }

.hide {
  visibility: hidden;
}

.show {
  visibility: visible;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}