@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body * {
    font-family: 'Poppins', sans-serif !important
}

body h1, body h1 a {
    font-family: 'Poppins SemiBold', sans-serif !important
}

body.app-app.model-additionalskill.change-list td.field-type {
    white-space: nowrap;
}

body.app-app.model-projectrequest.change-form label:not(.vCheckboxLabel) {
    width: 310px!important
}

.aligned .vCheckboxLabel {
    padding: 8px 0 5px 5px!important;
}

#changelist .actions label:nth-of-type(2) {
    margin-left: 12px
}

#content-main img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 54px;
}

#branding #site-name {
    color: #ffffff
}

h1#site-name img {
    height: 32px;
    margin-right: 8px;
}

#svg-icons {
    display: none
}

dialog#modal {
    background-color: #417690;
    position: fixed;
    top: 32px;
    z-index: 543323232;
    width: 600px;
    height: 400px;
}

#modal-content {
    overflow: scroll;
    scrollbar-width: auto;
    text-align: left;
    background-color: white;
    padding: 12px;
    height: 340px;
}

dialog#modal form:first-child {
    text-align: right;
    padding: 12px;
}

