/*Write your custom css in this file.*/

.language-dropdown {
    height: auto !important;
}
.sidebar-brand {
    line-height: 2.3;
}
.brand-logo img {
    max-width: 100%;
    max-height: 40px;
}

.contract-preview .dashboard-image {
    max-width: 180px;
    margin-top: 10px;
}

.alert-green.export {
    background: #0abb87;
    border-color: #0abb87;
    color: white;
}

.pac-container {
    z-index: 2000 !important;
}

.app-alert-message.export {
    display: inline-block;
    margin-right: 5px;
    max-width: 700px !important;
    min-width: 165px;
}

.app-alert.export {
    position: sticky !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1000;
}
