﻿.datepicker {
    z-index: 1555 !important
}

[v-cloak] {
    display: none;
}

.td-text-overflow {
    width: 35%;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 99px;
    white-space: nowrap;
}

.tippy-box[data-theme~='primary'] {
    background-color: blue;
    color: white;
}

.tippy-box[data-theme~='primary'][data-placement^='top']>.tippy-arrow::before {
    border-top-color: primary;
}

a .fa {
    font-size: 17px !important
}

.td-text-overflow-70 {
    width: 35%;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70px;
    white-space: nowrap;
}

.login {
    height: 100% !important;
    min-height: 100vh;
    padding: 0rem 0 0 0 !important;
    display: block;
    align-items: center;
}

.register {
    height: 100% !important;
    min-height: 100vh;
    padding: 0rem 0 0 0 !important;
    display: block;
    align-items: center;
}

.side-bar {
    background-color: white;
}

.invalid-feedback-custom {
    display: block;
    width: 100%;
    font-size: .83125rem;
    color: #e6180d;
    margin-top: 1.11rem;
}

.invalid-feedback-custom-border {
    border-color: #e6180d;
}