﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /*--main-color: #211D58;*/
    --main-color: #63487b;
    --secondary-color: #27697a;
    --white-color: #F4F4F4;
}


html {
    height: 100%;
}

body {
    height: 100%;
}

.hero-logo img {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
}

.navbar {
    margin: 0 !important;
    padding: 0 !important;
}

.header .container-fluid {
    height: 64px;
    background-color: var(--white-color);
}

.player-transcription .-channel h2 {
    text-align: center;
    max-height: 500px;
    overflow: scroll;
}

.wave wave {
    overflow: hidden !important;
}

.chunk-highlighted {
    color: #0d6efd;
}

.d-none {
    display: none;
}

.upload-form .btn {
    width: 150px;
}

.bold {
    font-weight: 600;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

.bootstrap-container *,
.bootstrap-container body,
.bootstrap-container td,
.bootstrap-container tr,
.bootstrap-container div,
.bootstrap-container p,
.bootstrap-container form,
.bootstrap-container input,
.bootstrap-container select,
.bootstrap-container textarea,
.bootstrap-container font {
}


html {
    font-size: 14px;
}

body {
    font-family: 'Roboto', sans-serif;
    content: "";
    /*background: url('/images/speech-bg-new.png');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: white;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.mvc-grid-pager {
    text-align: right !important;
}

.full-width {
    width: 100%;
}

.records-grid-footer {
    display: flex;
    align-items: flex-end;
}

.text-align-right {
    text-align: right
}

.navbar-nav-login {
    margin-left: auto;
    margin-right: 65px;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.login-container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.confirmAccount-container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.mt-10 {
    margin-top: 10px;
}

.full-width-mobile {
    width: 100%;
}

/* Mobile only classes */
@media (max-width: 576px) {
    .full-width-mobile {
        width: 100%;
    }
}

.text-right {
    text-align: right;
}

.myTabContent {
    padding: 0px !important;
    margin-top: 20px;
}

.m-l-auto {
    margin-left: auto;
}

.m-r-auto {
    margin-right: auto;
}

.site-header {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
    color: #8e8e8e;
    transition: color .15s ease-in-out;
}

.site-header a:hover {
    color: #fff;
    text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */
.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
}

.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}

.flex-equal > * {
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        flex: 1;
    }
}

.fw-normal {
    z-index: 100;
    position: relative;
    font-weight: 700 !important;
    text-align: left;
    text-transform: uppercase;
}

.flex-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-ended {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

a {
    color: var(--main-color);
}

.mvc-grid-pager .active {
    background: var(--main-color) !important;
}

table {
    background: var(--white-color);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header-logo {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 70px;
    margin-left: 20px;

    @media (max-width: 576px) {
        height: 60px;
    }
}

.footer-logo {
    height: 30px;
}

.footer {
    background: var(--white-color);
    font-weight: 500;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.btn-secondary {
    background: var(--main-color) !important;
}

.btn-secondary:hover {
    transition-delay: 0.01s;
    background: var(--white-color) !important;
    color: var(--main-color) !important;
    border: 2px solid var(--main-color) !important;
    font-weight: 500;
    padding: 5px 11px 5px 11px
}

.btn-outline-secondary {
    color: var(--main-color) !important;
}

.btn-outline-secondary:hover {
    background-color: var(--main-color) !important;
    color: var(--white-color) !important;
}

.card {
    /*border: 2px solid var(--main-color);*/
    border: none;
    /*margin-right: -1px;*/
    padding: 0;
}

.card p {
    color: var(--main-color);
    font-weight: 600;
}

.bordered-card {
    border: 1px solid rgba(0, 0, 0, .125);
}

.card-header {
    background-color: var(--white-color);
    color: var(--main-color);
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    color: var(--main-color);
}

.btn-logout {
    color: var(--main-color) !important;
    font-weight: 600;
}

.noty_theme__mint.noty_type__success {
    background-color: #B6C352 !important;
}


.noty_layout {
    top: 80px !important;
}

.nav-item a {
    color: var(--main-color) !important;
    font-weight: 600;

    padding-left: 12px !important;
    padding-right: 12px !important;

    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.nav-item a:hover {
    border: 2px solid var(--main-color);
    border-radius: 8px;

    padding-top: 6px !important;
    padding-bottom: 6px !important;

    padding-left: 10px !important;
    padding-right: 10px !important;
}

.nav-item a.active {
    border-radius: 8px;
    color: var(--white-color) !important;
    background: var(--main-color);
}

.nav-link {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-right: 8px;
}


.dashboard-statistics .card {
    height: 100%;
    padding: 0 !important;
}

.no-decoration {
    text-decoration: none;
}

.bold {
    font-weight: 600;
}

.nav-tabs .nav-link {
    color: var(--main-color) !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-weight: 600;
}

.text-underline {
    text-decoration: underline;
}

.no-padding {
    margin-left: 0 !important;
    padding-left: 0 !important;

    padding-left: 0px !important;
    padding-right: 0px !important;
}

.email-template {
    color: var(--main-color) !important;
}

.email-template img {
    max-width: 300px;
}

.email-regards p,
.company-details p {
    padding-bottom: 4px;
    margin-bottom: 0px;
}

.text-right {
    text-align: right;
}

.tooltip > .tooltip-inner {
    background-color: var(--main-color);
    color: var(--white-color);
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--main-color);
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--main-color);
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--main-color);
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: var(--main-color);
}

.d-none {
    display: none !important;
}

/* Styling for the toggle switch */
.toggle-switch {
    position: relative;
    width: 50px;
    height: 25px;
    appearance: none;
    background-color: #ccc;
    border-radius: 25px;
    cursor: pointer;
}

.toggle-switch:checked {
    background-color: #2196F3;
}

.toggle-switch:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 21px;
    height: 21px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.4s;
}

.toggle-switch:checked:before {
    transform: translateX(25px);
}

.v-centar {
    vertical-align: super;
}

.mt-50 {
    margin-top: 50px;
}

.w-100 {
    max-width: 100px;
}


.container {
    display: flex;
    flex-direction: column;
    justify-content: center;

    max-width: 95%;
    height: 100%;
    margin-top: 100px;
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 64px;

    margin-left: auto !important;
    margin-right: auto !important;
}

.clear-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media only screen and (max-width: 950px) {
    .d-tablet-none {
        display: none !important;
    }
}

@media only screen and (max-width: 576px) {
    .container {
        max-width: 95%;
    }

    .container-fluid {
        padding: 0;
        margin: 0;

        padding-left: 8px;
        padding-right: 8px;
    }

    .d-mobile-none {
        display: none !important;
    }

    .navbar {
        margin: 0;
        padding: 0;
    }
}

.settings-table tr {
    height: 45px;
}

.settings-table td {
    vertical-align: middle;
}

.settings-table th {
    vertical-align: middle;
}

.navbar-brand {
    color: var(--main-color);
    font-weight: bold;

    img {
        margin-right: 8px;
    }
}

.forgot-password-form {
    display: flex;
    flex-direction: column;
}

.hero-title {
    color: var(--white-color);
}

.login-container label {
    color: var(--main-color) !important;
}

.mvc-grid-title {
    color: var(--main-color) !important;
    font-weight: bold;
}

table td {
    color: var(--main-color);
}

.management-add-user {
    width: auto;
    min-width: 150px;
    float: right;
}

canvas {
    max-height: 350px !important;
}

.player-channel-title {
    color: var(--main-color);
    font-size: 16px;
}

.player-btn svg {
    color: var(--main-color) !important;
}

.m-left-auto {
    margin-left: auto;
}

.dropdown-menu {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.dropdown-menu li a {
    text-decoration: none !important;
}

.dropdown-menu li {
    margin-bottom: 4px !important;
}

.control-label {
    color: var(--main-color) !important;
    margin-bottom: 8px;
}

#manageUserForm {
    display: flex;
    flex-direction: column;
}

#manageUserForm label {
    color: var(--white-color) !important;
}

.text-bold {
    font-weight: 700;
}

.white {
    color: var(--white-color) !important;

}

.regular-link {
    color: var(--main-color) !important;
    margin-left: 8px;
    cursor: pointer;
    text-decoration: none;
}

.regular-link:hover {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer
}

.progress-bar {
    background-color: var(--main-color) !important;
}

.float-right {
    float: right;
}

.badge.badge-primary {
    background: var(--main-color) !important;
}

.mvc-grid-table {
    border-radius: 4px !important;
}

.mvc-grid-table > table > thead > tr > th {
    background: var(--main-color) !important;
    color: var(--white-color) !important;
    font-weight: 400 !important;
}

.mvc-grid-table > table > thead > tr > th span {
    color: var(--white-color) !important;
    font-weight: 400 !important;
}

.inner-card-header {
    background-color: var(--white-color) !important;
    color: var(--main-color) !important;
    font-weight: 700 !important;
    text-align: center;
}

.card-body h4 {
    color: var(--main-color) !important;
}

.card-body p {
    font-size: 14px;
    margin-bottom: 0.4rem;
}

.footer-container {
    color: var(--main-color) !important;
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 8px;
}

.analytics-table {
    background: transparent;
}

.analytics-table td {
    font-size: 12px;
}

.analytics-table td a {
    text-decoration: none;
}

.scrollable-row {
    max-height: 168px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.scrollable-row p {
    font-size: 14px;
    margin-bottom: 0.4rem;
}

.chunk-item-word {
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
}

.chunk-item-word-active {
    font-weight: 700;
    text-decoration: underline;
}

.chunk-item {
    font-size: 14px;
}

.keyword-tag {
    text-decoration: none;
    cursor: pointer;

    padding-top: 4px;
    padding-bottom: 4px;
}

.keyword-tag-active {
    text-decoration: underline;
}

.badge-secondary {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.disclaimer {
    color: var(--main-color);
    font-size: 12px;
}

.single-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.single-line-details-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 600px;
}

/* Mobile only classes */
@media (min-width: 1025px) {
    .single-line-details-title {
        max-width: 400px;
    }
}


/* Mobile only classes */
@media (max-width: 1024px) {
    .single-line-details-title {
        display: none;
    }
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.bordered-right {
    border-right: 1px solid #dee2e6;
}

.channel-grid-type {
    max-width: 200px;
    width: auto;
}

.player-switch {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.left-color {
    color: #54498b;
}

.both-color {
    color: #54498b;
}

.right-color {
    color: #8b3832;
}

.left-chunk-highlighted .chunk-item-word {
    font-weight: bold;
}

.both-chunk-highlighted .chunk-item-word {
    font-weight: bold;
}

.right-chunk-highlighted .chunk-item-word {
    font-weight: bold;
}

.player-switch label {
    padding-left: 8px;
}

.static-player {
    position: sticky;
    top: 79px;
    z-index: 100;
    margin-bottom: 24px;
    box-shadow: 0 1px 1px 1px;
    background: var(--white-color);
    padding-top: 8px;
}

.player-details {
    display: flex;
    max-height: 1080px;
    overflow: hidden;
    padding-top: 8px;
    gap: 4px;
}

.dashboard-statistics .card {
    box-shadow: 1px 1px 1px 1px;
}

.dashboard-statistics .bordered-card {
    /*box-shadow: none;*/
}

.navbar {
    height: 64px;
    box-shadow: 0 0 1px 1px;
}

.form-check-input:checked {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.form-check-label {
    color: var(--main-color);
    font-weight: 600;
    font-size: 14px;
}

.plus-span {
    font-size: 24px;
    color: var(--main-color);
}

.list-item-container {
    /*border-bottom: 1px solid rgba(0, 0, 0, .125);*/
}

.list-group-item {
    border: none;
}

.delete-button {
    font-size: 18px;
    margin-right: 12px;
}

.player {
    min-height: 265px;
}

.player .player-timeline-row-live #waveformCanvas {
    width: 100%;
    height: 100%;
}

.player .player-timeline-row-live {
    height: 100px;
}

.player-timeline {
    min-height: 200px;
}


.tag-input-container {
    position: relative;
}

.tag-input-container input[type="text"] {
    padding-right: 25px;
}

.tag-input-container .plus-span {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.tag-list-container {
    max-width: 100%;
}

.badge {
    margin-right: 3px;
}

.close-tag {
    cursor: pointer;
    margin-left: 5px;
    color: var(--white-color);
}

.transcription-details {
    overflow-y: auto;
    scrollbar-width: thin;
}

#waveform wave {
    height: 200px !important;
}

.player-control-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.player-control-bar .player-switch {
    position: absolute;
    right: 145px;
}

.filter-switch {
    position: absolute;
    right: 145px;
}

.download-transcription-button {
    position: absolute;
    top: 15px;
    right: 112px;
}

.use-filtering-button {
    position: absolute;
    top: 15px;
    right: 64px;
}

.resync-call-button {
    position: absolute;
    top: 15px;
    right: 16px;
}

.call-details table {
    font-size: 14px;
    table-layout: fixed;
}

.sub-row td:first-child {
    border-right: 1px solid #dee2e6;
    width: 50% !important;
}

.sub-row td:first-child .progress {
    transform: rotate(180deg);
}

.call-details table td {
    text-wrap: nowrap;
    padding-left: 4px;
    padding-right: 4px;
}

.column-label {
    border-bottom: unset;
    padding-bottom: 0 !important;
    font-weight: 700;
}

.hide-filtered {
    display: none;
}

.score-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.score-group-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}


.score-group .form-range {
    flex-basis: 70%;
}


.score-group .form-control {
    flex-basis: 28%;
}

#addFilterModal .modal-dialog {
    min-width: 800px;
}

.download-audio {
    display: flex;
    position: absolute;
    top: 222px;
    left: 15px;
}

.transcription-wildcard {
    display: flex;
    position: absolute;
    right: 15px;
}

.transcription-wildcard label {
    margin-left: 8px;
}

.download-audio-span {
    margin-right: 5px;
}

.player-filename {
    position: absolute;
    left: 70px;
    color: var(--main-color);
}

.sub-row td {
    font-size: 13px
}

.sub-column {
    font-size: 13px
}

.call-details-tags {
    text-wrap: wrap !important;
}

@page {
    size: landscape;
    margin: 0
}

@media print {
    header {
        visibility: hidden;
    }

    .container {
        position: absolute;
        left: 0;
        top: 4px;
        right: 0;

        margin: 5px !important;
        padding: 5px !important;
        width: 100%;
        max-width: 100%;
    }
}

/* Bootstrap overrides */
.row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.dashboard-filters {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 8px;
}

.dashboard-filters div {
    margin: 0;
    padding: 0;
    width: auto;
    min-width: 140px;
}

.dashboard-filters div:last-child {
    margin-left: auto;
}

.dashboard-filters div button {
    width: 100%;
}

.row {
    margin: 0;
    padding: 0;
}


@media (min-width: 576px) {
    .row .col-sm-4:first-child,
    .row .col-sm-3:first-child,
    .row .col-sm-6:first-child,
    .row .col-sm-12:first-child,
    .row .col-md-2:first-child {
        padding-left: 0 !important;
    }

    .row .col-sm-3:last-child,
    .row .col-sm-4:last-child,
    .row .col-sm-6:last-child,
    .row .col-sm-12:last-child,
    .row .col-md-2:last-child {
        padding-right: 0 !important;
    }
}

.button-group-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px
}

.button-group-right div {
    max-width: 180px;
    width: 100%;
    padding: 0;
}

.button-group-right div button {
    width: 100%;
}


.mvc-grid {
    padding: 0;
    margin: 0;
}

form {
    padding: 0 !important;
    margin: 0 !important;
}

.form-group .col-md-2 {
    padding-right: 0 !important;
}

.card-title {
    margin: 0 !important;
    padding: 0 !important;
}

.call-filter-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

@media (max-width: 575px) {
    .call-filter-container {
        justify-content: space-between;
        padding-bottom: 16px;
    }
}

@media (min-width: 576px) {
    .call-filter-container div {
        width: 220px;
        padding: 0;
    }
}

@media (max-width: 575px) {
    .call-filter-container div {
        width: 45%;
        padding: 0;
    }
}

.call-filter-search {
    width: 180px;
    margin-left: auto;
}

.grid-total-label {
    width: 100%;
    display: flex;
    justify-content: flex-end;

    span {
        color: var(--main-color);
    }
}

.flexed-right {
    display: flex;
    justify-content: flex-end;
}

.filter-button {
    width: 180px;
}

.card-title-dashboard {
    font-size: 16px;
}

.card-subtitle-dashboard,
.card-subtitle-dashboard a {
    font-size: 12px;
}

.card-subtitle-dashboard a {
    text-decoration: none;
}

.card-dashboard-value {
    font-size: 18px;
    font-weight: 800;
}

.hero-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-table {
    width: 100%;
    border-radius: 4px;
    color: var(--main-color);
    background: transparent;

    thead th {
        font-size: 14px;
        color: var(--main-color);
    }

    tbody th {
        font-size: 12px;
        color: var(--main-color);
    }

    tbody th a {
        text-decoration: none;
    }
}

.bordered-graph canvas {
    border-right: 2px solid darkgrey;
    border-bottom: 2px solid darkgrey;
    border-radius: 4px;
}

.navbar-collapse {
    @media (max-width: 576px) {
        background: var(--white-color);
    }
}

.dashboard-filters-button {
    display: flex;
    gap: 8px;
}

.dashboard-filters-button .analytics-calendar {
    min-width: 210px;
}

.dashboard-filters-button .analytics-calendar input {
    background: var(--main-color);
    color: var(--white-color);
}

.dashboard-filters-button .analytics-calendar input::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

@media (max-width: 576px) {
    .navbar-collapse {
        background: var(--white-color);
    }

    .navbar-nav li {
        padding-left: 16px;
    }

    .container {
        margin-top: 70px;
    }

    .dashboard-filters .dropdown,
    .dashboard-filters-button {
        width: 100% !important;
        min-width: 100% !important;
    }

    .col-sm-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .col-sm-6,
    .col-sm-4 {
        margin-bottom: 8px;
    }

    .footer-container {
        font-size: 12px;
        display: flex;
        flex-direction: column;
    }

    .call-filter-container div {
        width: 100%;
    }

    .call-filter-search {
        width: 100%;
    }

    .button-group-right div {
        width: 100%;
        max-width: 100%;
    }

    .col-md-2 {
        width: 100%;
    }

    .filter-button {
        width: 100%;
    }

    .navbar-nav {
        padding-bottom: 16px;
        border-bottom: 1px solid lightgrey;
    }

    .navbar-nav-login {
        margin: 0 !important;
        padding: 0 !important;
    }

    .nav-item a.active {
        background: var(--white-color) !important;
        color: var(--main-color) !important;
        text-decoration: underline;
    }

    .accordion {
        padding: 0;
    }

    .accordion-button {
        color: var(--main-color) !important;
        border-radius: 4px;
        font-size: 13px;
    }

    .dropdown-menu {
        width: 100%;
    }

    table thead {
        font-size: 12px;
    }

    table tbody {
        font-size: 11px;
    }

    .player-details {
        flex-wrap: wrap;
    }

    .call-details {
        padding: 0;
    }

    .transcription-details .card-body {
        padding: 4px;
    }

    .static-player {
        position: relative;
        top: unset;
    }

    .transcription-details {
        order: 2;
        width: 100%;
    }

    .fixed-details {
        order: 1;
        width: 100%;
    }

    .player {
        padding: 0;
        margin: 0;
    }

    #enTranscriptionSummary {
        padding: 8px;
    }

    .fixed-details .accordion-body {
        padding: 4px;
    }

    .player-channel-title {
        font-size: 13px !important;
    }


    .chunk-item-word,
    .chunk-item {
        font-size: 12px !important;
    }

    #channelTabs .nav-link {
        font-size: 13px !important;
    }

    .sub-row td {
        font-size: 11px;
    }

    .sub-column {
        font-size: 11px;
    }

    .scrollable-row {
        max-height: 125px;
    }
}

.desktop-filter-form {
    padding-left: 0;
    padding-right: 0;
}

.d-desktop-none {
    @media only screen and (min-width: 576px) {
        display: none !important;
    }
}

.processed-minutes-footer {
    color: var(--main-color);
    font-weight: 600;

    span {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid var(--main-color);
    border-bottom: 16px solid var(--main-color);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.parent-loader:has(.loader) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.parent-loader {
    min-height: 350px;
}

ul#channelTabs li {
    z-index: 10;
}

.chunk-half {
    width: 48%;
    padding: 8px;
    border-radius: 8px;
    background-color: beige;
    box-shadow: 0 1px 1px 1px;
}

.chunk-half-left {
    background: #54498b;
}

.chunk-half-right {
    background: #8b3832;
}

.chunk-half-left,
.chunk-half-right {
    span {
        color: var(--white-color) !important;
    }
}

.chunk-half-left-highlighted {
    background: #211d58;
}

.chunk-half-right-highlighted {
    background: #530205;
}

.call-details-row {
    display: flex;

    label {
        font-weight: 600;
        margin-left: 8px;
    }

    color: var(--main-color);

    .call-details-row-value {
        margin-left: auto;
    }

    padding-bottom: 4px;
}

button.accordion-button.collapsed {
    font-weight: 400;
}

button.accordion-button {
    color: var(--main-color) !important;
    font-weight: 600;
}

.person-icon {
    margin-right: 4px;
}

.call-filter-container input,
.call-filter-container select,
.call-filter-container option,
.form-control {
    cursor: pointer;
}

.hero-aside {
    opacity: 0.25;
}

#waveform::part(wave) {
    background-color: #4F4A85; /* For the main waveform */
}

#waveform::part(progress) {
    background-color: #383351; /* For the progress bar */
}

#waveform::part(cursor) {
    background-color: red; /* For the cursor */
}

/* Example for regions */
#waveform::part(region) {
    background-color: rgba(0, 255, 0, 0.2);
    border: 1px solid green;
}

.export-transcription-buttons li a i {
    margin-right: 8px;
    fill: var(--main-color);
}

.export-transcription-buttons li a {
    color: var(--main-color);
}