@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;700&display=swap');

body {
    overflow: scroll-y;
    overflow-x: hidden;
    font-family: 'Heebo', sans-serif;
    background-color: #ffffff;
}

.navbar {
    background: #c50e0e !important;
}

.side-panel-login {
    background: url('../capa.jpeg');
    background-size: cover;
    height: 100vh;
}

.tab-ribbon {
    position: absolute;
    width: 100%;
    height: 180px;
    background: #969696;
    padding: 0 20px;
    margin-top: -30px;
    z-index: -1000;
}

.panel-header {
    position: relative;
}

.panel-header-buttons {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -2px;
    bottom: 10px;
}

.col-form-label {
    text-align: right;
    font-weight: bold;
}

.context-menu {
    padding: 0px 10px;
    background: transparent;
    border: none;
}

.customer-cover-propostal {
    background: url('/images/logos/capa.jpeg');
    background-size: cover;
}

.customer-project-name {
    margin-top: 15vh;
    margin-bottom: 15vh;
    background-color: #B40001;
    color: #fff;
}