.boxAllConfigs {
    width: 100%;
    display: flex;
}

.boxAllConfigs .two-elements .first-element,
.boxAllConfigs .two-elements .last-element {
    padding: 0px;
}

.rigth-sidebar-section-config {
    width: 300px;
    height: calc(100vh - 100px);
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 10px;
    overflow-y: auto;
}

.contentAllConfigs {
    width: calc(100% - 310px);
    margin-right: 10px;
    background-color: white;
}

.contentAllConfigs .default-btn {
    padding: 7px;
    font-size: 0.9em;
    border-radius: 2px;
    font-family: KoHo;
    margin-top: 20px;
    float: right;
}

.destaque-section-config,
.normal-section-config {
    width: 100%;
    border-radius: 2px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.normal-section-config {
    box-shadow: none;
}

.top-desc-config {
    font-size: 0.85em;
    color: #313131;
    font-family: '' Onest'';
    padding: 0px 13px;
}

.item-destaque-config {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    padding: 7px;
    cursor: pointer;
    border-left: solid 3px #00b6fe00;
}

.item-destaque-config img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    filter: grayscale(1);
}

.item-destaque-config p {
    font-size: 0.9em;
    color: #202020;
}

.boxchange-image-company {
    width: 100%;
}

.boxchange-image-company img {
    width: 80%;
}

.input-config {
    width: 100%;
    padding: 2px;
    background-color: rgb(240, 240, 240);
    padding: 5px !important;
    margin-bottom: 7px;
    border: none;
    border-radius: 2px;
    outline: none;
    transition: 0.3s;
    font-family: '' Onest'';
}

textarea.input-config {
    max-width: 100%;
    min-width: 100%;
    max-height: 40vh;
    min-height: 100px;
}

.input-config:focus {
    background-color: #00b6fe18;
}

.geral-title {
    font-family: '' Onest'';
    font-size: 1.7em;
    color: #404040;
    margin-bottom: 15px;
}

.geral-subtitle {
    font-family: '' Onest'';
    font-weight: normal;
    font-size: 1.3em;
    margin: 0px;
}

::placeholder {
    color: #898989;
}

.dataSectionConfig {
    display: none;
}

#sectionPersonalData {
    display: block;
}

#btnPersonalData img {
    filter: grayscale(0);
}

.box-list-view {
    width: 100%;
    background-color: rgb(240, 240, 240);
    padding: 10px;
    border-radius: 4px;
}

.item-list-view {
    background-color: #002330;
    color: white;
    font-size: 0.8em;
    font-family: '' Onest'';
    margin-bottom: 4px;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
}

.item-list-view:hover {
    background-color: #003c52;
    cursor: pointer;
}