﻿

.hidden {
    display: none;
}

th h6 {
    margin-bottom: 0px;
}

option {
    font-size: 12pt;
    text-transform: none;
}

label {
    /*text-transform: uppercase;*/
}


.card-header h4 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.card-body {
    padding-top: 5px;
}

optgroup {
    font-size: 10px;
    text-transform: uppercase;
}

.fixed-height-card {
    height: 500px;
}

.main-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
}

.side-bar {
    width: 50px;
    background-color: black;
    height: 100vh;
    color: white;
}

.main-page {
    width: calc(100% - 50px);
    height: 100vh;
}


* {
    box-sizing: border-box;
}



.quote-preview {
    position: absolute;
    left: 100%;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 5;
    background-color: white;
    border: 1px solid lightgrey;
    padding: 1em;
    transition: 0.3s;
}

.show-preview {
    left: 50%;
}
