
html, body {
    height: 100%;
    overflow: auto;
}


.text-green{
    color: #008847;
}


.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

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

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.display-3-5{
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.3;
}

.navbar{
    padding: .5rem 1rem;
}

.navbar-brand img {
    height: 1.75rem;
}

.bd-gutter {
    --bs-gutter-x: 3rem
}


.footer-logo {
    height: 1.5rem;
}


.split-container {
    display: flex;
    position: relative;
    height: 600px;
    width: 100%;
    background: #fff;
}

.split-pane {
    flex: 1;
    overflow: auto;
}

.split-divider {
    width: 8px;
    background: #ddd;
    cursor: col-resize;
    position: relative;
    z-index: 1;
}

.left-pane {
    background: #f8f9fa;
}

.right-pane {
    background: #fff;
    padding: 20px;
}

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

.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;
}

.Message-content h3{
    font-size: 1.25rem;
    margin: 0;
    line-height: 1;
}

.Message.left .Bubble {
    margin-right: calc(var(--rate-width));
}

.dropzone-container{
    border-radius: 2.5rem;
    border: 3px solid white;
    background: white;
    width: 100%;
    max-width: 40rem;
    margin: auto;
    box-shadow: 0 .625rem 1.25rem #0000001a;
}

.dropzone-container .dropzone{
    height: 100%;
    width: 100%;
    border-radius: 2.5rem;
    padding: 1rem;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
}