:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}

html, body {
    height: 100%;
}

body {
    background: #efefef;
}

[v-cloak] {
    display: none;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.jumbotron {
    border-radius: 0;
}

.page-content {
    margin-top: -4rem;
}

.card {
    box-shadow: 0 0 4px 0 rgba(0,0,0,.04);
    border: none;
}

.table {
    box-shadow: 0 0 4px 0 rgba(0,0,0,.04);
}

.toast {
	background-color: #323232 !important;
	font-size: 0.8rem !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	padding: 0.75rem 1.25rem !important;
	color: #f8f9fa !important;
}

.toast.success {
	background-color: #323232 !important;
}

.toast.error {
	background-color: #323232 !important;
}

.material-icons {
    font-size: inherit;
    vertical-align: text-bottom;
}

.signin-form .form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.signin-form .form-label-group > input,
.signin-form .form-label-group > label {
    height: 3.125rem;
    padding: .75rem;
}

.signin-form .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
 /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.signin-form .form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.signin-form .form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.signin-form .form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.signin-form .form-label-group input::-moz-placeholder {
    color: transparent;
}

.signin-form .form-label-group input::placeholder {
    color: transparent;
}

.signin-form .form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.signin-form .form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.users-table thead th {
    vertical-align: top;
}

.users-table img.img-thumbnail {
    max-width: 64px;
}

.bots-table thead th {
    vertical-align: top;
}

.bots-table td {
    vertical-align: middle;
}

.bots-table th .select2, .bots-table th label {
    font-weight: normal;
}

.bots-table th .select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.5em + .5rem + 2px) !important;
    font-size: .875rem;
}

.bots-table th .select2-container--bootstrap4 .select2-selection {
    border-radius: .2rem;
}

.bots-table th .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
    padding: .25rem .5rem;
}

.bots-table th .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    line-height: 1.5;
}

.bots-table th .select2-container--bootstrap4 .select2-selection__clear {
    margin-top: .2em;
    margin-right: .7em;
}

.moderation-table img.img-thumbnail {
    max-width: 100px;
}

.moderation-table td + td {
    white-space: nowrap;
    width: 0.1%;
}

#create-bot-modal .image-upload-preview {
    width: 200px;
    height: 200px;
    display: none;
}

#images-modal .image-upload-preview {
    width: 200px;
    height: 200px;
    max-width: 100%;
}

#edit-bot-modal .flatpickr-wrapper {
    display: block;
}

.full-height-row {
    height: calc(100vh - 56px - 56px);
}

.full-height-row > .col, .full-height-row > [class*="col-"] {
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.full-height-row > .col::-webkit-scrollbar, .full-height-row > [class*="col-"]::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.kisses-page {
    padding-top: 56px;
}

.kisses-page > .row:first-child {
    font-weight: 500;
}

.kisses-page .card-img {
    height: 100%;
    object-fit: cover;
}

.kisses-page .card-subtitle {
    font-size: 1.1rem;
}

.kisses-page .list-group .list-group-item.active .text-muted {
    color: rgba(255,255,255,.5)!important;
}

.chat-page {
    padding-top: 56px;
}

.chat-page > .row:first-child {
    font-weight: 500;
}

.chat-page > .row:first-child .btn {
    font-weight: 500;
    padding: 0;
    vertical-align: baseline;
    border: none;
}

.chat-page .list-group .list-group-item.unseen {
    border-right: 4px solid #007bff;
}

.chat-page .list-group .list-group-item.active .text-muted {
    color: rgba(255,255,255,.5)!important;
}

.conversation-list img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.message-list {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.message-list::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.message-list .media {
    max-width: 70%;
}

.message-list .media > img {
    width: 28px;
    height: 28px;
    object-fit: cover;
}

.message-list .media button {
    position: absolute;
    display: none;
}

.message-list .media:hover button {
    display: inline-block;
}