.ui-dialog-titlebar {
    background-color: white !important
}

.errormsg {
    font-size: 12px;
}

#FormCadastro .errormsg {
    font-weight: normal;
}

#FormCadastro .col-xs-10.col-sm-6 {
    margin-left: 0;
    padding-left: 0;
}

.multiselect-selected-text {
    color: #597fac;
}

.container {
    max-width: 600px;
    background: #fff;
    padding: 20px;
    margin: auto;
    border-radius: 8px;
}

h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

label {
    font-weight: bold;
    margin-top: 15px;
    display: block;
    margin-bottom: 5px;
}

small {
    display: block;
    color: #777;
    margin-bottom: 10px;
}

input[type="text"], select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.buttons {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

button {
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.dropdown-menu2 li a label {
    margin-left: 15px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#div_anexos table {
    margin-left: 15px !important;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 9999;
}

div {
    color: #597fac;
}

.field-validation-error {
    font-size: 12px
}

.editor-label {
    display: flex;
}

.obrigatorio-8q {
    color: red;
    margin-left: 2px;
}

.editor-label > label + .obrigatorio-8q {
    margin-top: 15px;
}

.tooltip-8-idea, main-color-blue-8-idea {
    margin-top: 15px;
    margin-left: 5px;
}

textarea {
    background-color: white;
    border-radius: 5px;
}

.ui-widget-overlay.ui-front {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1040 !important;
    background: rgba(0,0,0,0.3);
}

.ui-dialog.ui-front {
    z-index: 1050 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.ui-dialog .ui-dialog-titlebar-close::before {
    content: "×";
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
