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

.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
}
.navbar-nav .dropdown:hover > .nav-link {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0.375rem;
}
.navbar-nav .dropdown-menu {
    min-width: 360px;
    padding: 0.75rem 0;
    column-count: 2;
    column-gap: 0;
}
.navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.6rem 1.5rem;
    font-size: 1.05rem;
    display: inline-block;
    width: 100%;
}
.navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.6rem 1.5rem;
    font-size: 1.05rem;
}


.text-green{
    color: #008847;
}


.icon-shape {
    display: inline-flex;

    width: 3rem;
    height: 3rem;

    text-align: center;
    vertical-align: middle;

    border-radius: .375rem;

    align-items: center;
    justify-content: center;
}

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