:root {
    --dark-blue: #2a3f54;
}

.fixed {
    position: sticky;
    top: 0;
    z-index: 1;
}
.my-custom-scrollbar {
    position: relative;
    height: 87vh;
    overflow: auto;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: white;
    border-radius: .25rem;
}

.popup-container {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}

.vText {
    text-align: center;
    vertical-align: inherit !important;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
td>textarea {
    width: 99%;
    top: 0px;
    bottom: 0px;
    position: absolute;
    resize: none;
}

table th {

    position: sticky;
    top: 0;
}
#sidebar{
    background-color: var(--dark-blue);
}
a {
    color: white;
    text-decoration: none !important;
    font-size: 20px;
    display: block;
}

.list-group-item{
    background: inherit;
}

.profile-header {
    color: rgba(0,0,0,.5);
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.3em;
}

.selected {
    color: #0bf3f9;
}
.bg-active {
    background-color: #e9ecef;
}
.text-violet {
    color: rgb(144,81,226);
}

.blueIcon {
    color: var(--dark-blue);
}

.blueIcon:hover {
    color: #0bf3f9;
}
textarea {
    resize: none;
}

p, ul, ol {
    margin: 0;
}
