body {
    background-color: #f9fcff;
}

.hubspot-install {
    background-color: #f57722;
    color: #fffdfc;
    border-color: #e3640f;
}

.hubspot-install:hover {
    background-color: #f57722;
    color: #fffdfc;
    border-color: #d25200;
}

.input-columns > *:first-child {
    display: inline-flex;
    align-items: center;

    font-weight: 500;
}

.custom-objects-container {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #f3f7fe;
}

.navigation {
    border-bottom: solid 1px #e5eaef;
}

.links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.links a {
    display: inline-flex;
    align-items: center;
    height: 100%;

    padding: 10px;
    box-sizing: border-box;

    border-radius: 5px;

    transition: background-color .2s ease-in-out;
}

.links a:hover,
a.is-link.is-active{
    background-color: rgba(0,0,0,0.03);
}

a.is-link.is-active {
    font-weight: bold;
}

label.is-danger {
    color: hsl(348, 100%, 61%);
}

.sign-out {
    color: hsl(348, 100%, 61%);
}

.sign-out:hover {
    color: hsl(347, 75%, 50%);
}

button.bw-button {
    background-color: #EF7404 !important;
    color: #fff1ea !important;
    font-weight: 500;
}

button.bw-button:hover {
    background-color: #d76400 !important;
}

.container.login {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container.login img {
    position: relative;
    width: 50%;
    max-width: 200px;
}

.logo {
    position: relative;
    width: 100%;
    text-align: center;
}

.textarea.multiline {
    line-height: 2rem;
    font-size: 16px;
    padding: 5px 10px;

    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.255) 0%, rgba(0, 0, 0, 0.247) 2%, rgb(255, 255, 255) 2%);
    background-size: 100% 2rem;
    background-repeat: repeat-y;
}
