﻿@import url("Theme.prototypeuser.css?14586");

@import url("/UIHelper/Theme.UIHelper.css?8112");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,300;1,400&family=Source+Code+Pro:wght@400;500;600&display=swap');

html, body {
    font-family: 'Source Sans 3', sans-serif;
    color: var(--text);
    min-height: 100vh;
    background: #f5f5f5;
    height: 100%; 
    margin: 0px;
    padding: 0px;
}

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.list-gap {
    display: flex;
    gap: 20px;
}

.not-valid {
    border: 1px solid red !important;
    background-color: #fff0f0;
} 


input[type="checkbox"].not-valid:not(:checked) {
    appearance: none;
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    border: 2px solid red;
    border-radius: 2px;
    background: #fff;
    vertical-align: middle;
    cursor: pointer;
}


:root {
    --nim-purple: #46afe1;
    --nim-cyan: #40eef7;
    --nim-blue: #47B0E2;
    --nim-teal: #235871;
    --nim-coral: #E56172;
    --text: #1a1a1a;
    --text-mid: #4a4a4a;
    --text-muted: #666;
    --text-light: #999;
    --border: #e0e0e0;
    --surface: #fff;
    --app-blue: #0089F7;
    --app-blue-d: #006ecc;
    --r: 8px;
    --r-sm: 5px;
}

/* Oculta o elemento no preview do service studio. */
.ServiceStudio_Hide {  }
.ss_hide {  }

/* Oculta um campo input */
.js-hidden-field {
    display: none;
}

.field label.required::after {
  content: " *";
  color: red;
}


  