html {
    height: 100vh;
    margin: 0;
    padding: 0;
}

body {
    height: 100vh;
    margin: 0;
    padding: 0;
}

#app {
    height: calc(100vh - 49px);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.hidden {
    display: none;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.margin-right-30 {
    margin-right: 30px;
}

.padding-top-200 {
    padding-top: 200px;
}

.padding-sides-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-20 {
    margin-top: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.purple {
    color: #4c3075;
}

.smaller {
    font-size: 50%;
}

.width-50 {
    width: 50px;
}

.paginate_button {
    padding: 10px;
}

.dataTables_paginate {
    float: right !important;
}

.dataTables_filter {
    text-align: right !important;
    margin-top: -35px !important;
}

.nav-item.active > a:not(.badge) {
    text-decoration: underline;
    text-decoration-color: #4c3075;
    text-decoration-thickness: 2px;
}

.no-top-border th {
    border-top: unset;
}

.navbar {
    border-bottom: 2px solid #4c3075;
    top: 0;
    position: sticky;
    width: 100%;
    z-index: 1000;
}

.table td, .table th {
    padding: 0.4rem;
    font-size: 13px;
}

.notifications {
    background: #f8f9fa;
    border-left: 2px solid #4c3075;
    border-right: 2px solid #4c3075;
    border-bottom: 2px solid #4c3075;
    width: 350px;
    position: absolute;
    right: 5px;
    top: 56px;
    transition: all 0.1s;
    overflow: auto !important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    max-height: 350px;
    height: auto;
}

.notifications > ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.notifications > ul > li {
    border-top: 1px dashed #cdcdcd;
    padding: 13px;
}

.text-grey {
    color: lightgray !important;
}

.badge-play {
    background: #4c3075 !important;
    color: #fff !important;
    font-weight: 500 !important;
}


a.badge-play:hover {
    color: lightgray !important;
}

.badge-play-light {
    background: #4c307545;
    color: #fff;
    font-weight: 500;
}


.btn-play {
    background: #4c3075 !important;
    color: #fff !important;
}

.btn-play:hover {
    color: lightgray !important;
}

.line-height-sm {
    line-height: 1.2;
}

.list-comment-history > .list-group-item:first-of-type {
    border-top: 0;
}

.font-weight-500 {
    font-weight: 500;
}

.background-play, .bg-play {
    background-color: #4c3075 !important;
}

.full-page-loader {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    background-color: white;
    z-index: 100000;
}

.action-bar {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #4c3075;
    color: #ffffff;
    z-index: 100;
}

.bg-danger-blink {
    animation: blinkingDangerBackground 2s infinite;
}

@keyframes blinkingDangerBackground {
    0% {
        background-color: #ea9da4;
    }
    50% {
        background-color: #fff;
    }
}

#chat .chat-badge {
    right: 0.1rem;
    top: 0.1rem;
    border: 1px solid #f8f9fa;
    position: absolute;
    min-height: 1.5em;
    min-width: 1.5em;
    padding: 0.25em;
    line-height: 1;
    border-radius: 10em;
    font-size: 70%;
    font-weight: 700;
    z-index: 1;
    background-color: #dc3545;
}

#modal-chat .modal-content {
    position: fixed;
    right: 1rem;
    bottom: 4rem;
    max-width: 400px;
    width: 100%;
    height: 60vh;
}

#modal-chat {
    pointer-events: none;
}

#modal-chat .messages {
    height: 100%;
    overflow-y: auto;
}

#modal-chat pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: inherit;
}

#modal-sell .modal-content {
    position: fixed;
    left: 1rem;
    bottom: 4rem;
    max-width: 355px;
    width: 100%;
}

#modal-sell {
    pointer-events: none;
}

.resize-y {
    overflow: auto;
    resize: vertical;
}

.resize-x {
    overflow: auto;
    resize: horizontal;
}

.min-height-250px {
    height: 250px;
}

.split {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

.split > div {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 106px);
}

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    cursor: col-resize;
}

.ql-toolbar.ql-snow, .ql-container.ql-snow {
    border-left: unset !important;
    border-right: unset !important;
    border-top: unset !important;
}

.ql-container.ql-snow {
    border-bottom: unset !important;
}

.ql-hidden {
    display: none !important;
}

.dialer-shrink {
    max-width: 450px;
}