@font-face {
    font-family: 'Montserrat'; /* Name your font family */
    src: url('/fontes/Montserrat-VariableFont_wght.ttf');
}

body {
    font-family: 'Montserrat', sans-serif; /* Use the font family */
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

h1:focus {
    outline: none;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #F5F5F5;
}

.text-orange, .d-flex > .text-orange {
    color: #F76417;
}

.border-orangedark {
    border: solid 1px #F76417;
}

.text-orange-link:hover {
    color: #CE500E;
}

.text-blue {
    color: #162260;
}

.text-gray, p {
    color: #343A41;
}

.text-red {
    color: #b01c1c;
    font-weight: 600;
}

.text-green {
    color: #03A691;
    font-weight: 600;
}

.fs-7{
    font-size: 12px;
}

.hoverOrange:hover {
    background-color: #FDEDE4;
}

.btn-orange {
    background-color: #F76417;
    color: white;
}

    .btn-orange:hover, .btn-orange::selection {
        color: white;
        background-color: #CE500E;
    }

.btn-outline-orange {
    background-color: white;
    border: solid 1px #F76417;
    color: #F76417;
}

    .btn-outline-orange:hover, .btn-outline-orange::selection {
        background-color: #F9E6E3;
        border: solid 1px #F76417;
        color: #F76417;
    }

textarea:focus,
.form-control:focus,
.form-select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.45);
    outline: 0 none;
}

button:focus, button:hover, button::selection {
    box-shadow: none;
}

#nav-tab .active, .nav-link:hover {
    color: #F76417 !important;
    border-bottom: solid 2px #F76417;
}

.d-flex > a, .d-flex > a:hover {
    border: none;
}

.nav-link {
    cursor: pointer;
    color: gray;
}

tr {
    height: 60px;
    align-items: center;
    justify-content: center;
}

.status-etapa {
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    margin: 0;
    font-weight: 500;
}

.status-etapa-azul {
    background-color: #E7F1FF;
    color: #162260;
}

.status-etapa-laranja {
    background-color: #FDF1E7;
    color: #FD8B0E;
}

.status-etapa-cinza {
    background-color: #F3F4F6;
    color: #343A41;
}

.status-etapa-vermelho {
    background-color: #FFEBE8;
    color: #A43424;
}

.status-etapa-verde {
    background-color: #E6FBF4;
    color: #007D6D;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.circleTest {
    width: 42px;
    height: 42px;
    padding: 6px;
    border: solid 4px #03A691;
}

.circleTest-red {
    width: 42px;
    height: 42px;
    padding: 4px;
    border: solid 4px #b01c1c;
}


.border-orange {
    border: solid 1px #FFBB78;
}

.modal-dialog {
    display: table;
}

.modal{
    margin-top: 4% !important;
}

.modal-content {
    width: 700px;
    max-height: 50%;
}

.modal-body {
    max-height: 420px;
    overflow-y: auto;
}

.fw-bolder-green {
    font-weight: 700;
}

.fw-normal-green {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.notificacao-laranja {
    background-color: #FDF1E7;
}

.notificacao-azul {
    background-color: #E7F1FF;
    border: solid 1px #216EA0
}

.notificacao-azul-text {
    color: #216EA0;
}

.border-dashed {
    border: dashed 1px #DFE1E7;
}

.modal{
    margin-top: 8%;
}

.drop-zone {
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    color: #aaa;
    cursor: pointer;
    position: relative;
}

    .drop-zone.dragover {
        border-color: #333;
        background-color: #e0e0e0;
        color: #333;
    }

input[type="file"] {
    display: none;
}

#fileList {
    margin-top: 20px;
}

.file-item {
    margin: 5px 0;
}

.border-input {
    border-top: solid 1px #777E88;
    border-left: solid 1px #777E88;
    border-right:none;
    border-bottom: solid 1px #777E88;
}

.border-button {
    border-top: solid 1px #777E88;
    border-left: none;
    border-right: solid 1px #777E88;
    border-bottom: solid 1px #777E88;
}
