﻿@import url("/AGV_UI_th/Theme.AGV_UI_th_2_0.css?3837");

:root {
    --color-primary: #00a29a !important;
}

.form-input--text:disabled, .form-input--text[readonly="readonly"] {
    background-color: #F3F3F3 !important;
}

.btn-rounded {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
}

.background-white {
    background-color: #fff !important;
}

.text-light-grey {
    color: #999999;
}

.declaracao--text {
    line-height: 20px;
}

.WrapperEtapas {
    margin-top: 0px;
    margin-bottom: 0px;
}

.box-card-accordion,
.box-card-accordion > *:first-child {
    border-radius: 7px 7px 0 0 !important;
}

.box-card-accordion > *:first-child {
    background-color: #f5f5f5;
    border-bottom: 1px solid #cccccc;
}

.box-card-accordion > *:not(:first-child) {
    background-color: #fafafa
}

.box-card-accordion .accordion-item-title .label {
    font-size: 16px;
}

.TableRecords.UploadTable {
    background-color: white;
}

.TableRecords.UploadTable > *:first-child > *:first-child td {
    border-bottom: 1px solid #cccccc;
    padding: 10px 24px;
    height: 48px;
    color: #0000008C;
    font-weight: bold;
}

.TableRecords.UploadTable > * > *:not(:first-child) td {
    padding: 10px 24px;
    height: 56px;
}
