:root {
    --botoes-width: 70px;
    --botoes-height: 50px;
    --bg-dark: rgb(47, 47, 47);
    --bg-light: rgb(240, 240, 240);
    --bg-div-dark: rgb(35, 35, 35);
    --bg-div-light: rgb(210, 210, 210);
    --color-dark: white;
    --color-light: black;
}
*, html {
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    text-align: justify;
}
body {
    background-color: rgb(47, 47, 47);
}
hr {
    border: 1px solid gray;
}
.pdf {
    max-width: 225px;
    min-height: 317px;
    overflow:hidden;
}
.conter {
    /*max-width: 1440px;*/
    margin: auto;
    left: 50% calc(-50%);
}
.aviso {
    background-color:#625f24;
    border-radius:10px;
    padding:5px;
    margin:5px;
}
.materia {
    display: flex;
    max-height: fit-content;
}
.bg-borda {                
    background:rgb(35, 35, 35);
    border-radius:10px;
    padding:10px;
    margin:5px;
}
.conteudo {
    float:right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border: 2px solid rgb(0, 0, 0, 0);
}
.detalhes {
    float:left;
    height: fit-content;
    min-width: 250px;
    position:sticky;
}
.detalhe {
    display: flex;
    text-align: right;
}
.detalhe .direita p {
    font-weight: bold;
    min-width: 80px;
    text-align: right;
    margin-right: 5px;
    color: darkgray;
}
.titulo {
    font-weight: bold;
    font-size: larger;
}
.input-coluna {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background-color:rgb(35, 35, 35);
    padding:5px;
    margin:5px 0;
    border-width:1px;
    border-color:#616161;
    color:#ffffff;
    border-style:solid;
    border-radius:5px;
    box-shadow:1px 1px 5px rgba(66,66,66,.75);
    text-shadow:0px 0px 5px rgba(66,66,66,.75);
    width:100%;
    max-width:100%;
}
.radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-items: flex-end;
}
.radio-tile-group .input-container {
    position: relative;
    width: var(--botoes-width);
    height: var(--botoes-height);
    margin: 5px;
}
.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: var(--botoes-width);
    height: var(--botoes-height);
    margin: 0;
    cursor: pointer;
    background-color: white;
}
.radio-tile-group .input-container .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 2px solid #00c573;
    border-radius: 5px;
    transition: all 0.2s ease;
}
.radio-tile-group .input-container .radio-tile.excluir {
    border: 2px solid rgb(255, 82, 82);
}
.radio-tile-group .input-container .icon svg {
    fill: #00c573;
    width: 2rem;
    height: 2rem;
}
.radio-tile-group .input-container .icon svg .excluir {
    fill: rgb(255, 82, 82);
}

.radio-tile-group .input-container .botao-coluna .botao-coluna-wrapper .icon svg {
    fill: white;
}
.radio-tile-group .input-container .botao-editar .icon svg {
    fill: white;
}
.radio-tile-group .input-container .radio-tile-label {
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #20a15a;
    transition: all 0.2s ease;
}
.radio-tile-group .input-container .radio-tile-label.excluir {
    color: rgb(255, 82, 82);
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
    background-color: #157c2b;
    border: 2px solid #157c2b;
    color: white;
    transition: all 0.2s ease;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile.excluir {
    background-color: rgb(255, 82, 82);
    border: 2px solid rgb(255, 82, 82);
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
    fill: white;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg .excluir {
    fill: white;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
    color: white;
}
.botao-coluna {
    width: var(--botoes-width);
    height: var(--botoes-height);
    background: #134cb6;
    position: relative;
    text-align: center;
    border-radius: 5px;
    transition: background 0.2s;
    cursor: pointer;
    border: 2px solid #ffffff00;
}
.botao-coluna .text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    top: -20px;
}
.botao-coluna-wrapper .icon {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
}
.botao-coluna-wrapper,.botao-coluna-wrapper .text {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
}
.botao-coluna .text {
    top: 0
}
.botao-coluna .text,.icon {
    transition: top 0.2s;
    fill: white;
}
.botao-coluna .icon {
    color: #fff;
    top: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.botao-coluna .icon svg {
    width: 30px;
    height: 30px;
}
.botao-coluna:hover {
    background: #1869ff;
}
.botao-coluna:hover .text {
    top: -100%;
}
.botao-coluna:hover .icon {
    top: 0;
}
.botao-editar {
    width: var(--botoes-width);
    height: var(--botoes-height);
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: #8a1616;
    transition: all 0.2s ease;
    border: none;
}
.botao-editar-borda {
    border: 2px solid #ffffff00;
}
.botao-editar button, .botao-editar span {
    transition: 200ms;
}
.botao-editar .text {
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.botao-editar .icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(10px);
}
.radio-tile-group .input-container .botao-editar .icon svg {
    visibility: hidden;
}
.radio-tile-group .input-container:hover .botao-editar .icon svg {
    visibility:visible;
    width: 40px;
    height: 40px;
}
.botao-editar:hover {
    background: #ff3636;
}
.botao-editar:hover .text {
    color: transparent;
}
.botao-editar:hover .icon {
    border-left: none;
    fill: white;
}
.botao-salvar {
    position:fixed;
    height: 50px;
    bottom: 30px;
    right: 40px;
    font-family: inherit;
    font-size: 20px;
    background: royalblue;
    color: white;
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    transition: all 0.2s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.botao-salvar span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.2s ease-in-out;
}
.botao-salvar svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.2s ease-in-out;
}
.botao-salvar:hover .svg-wrapper {
    animation: fly-1 0.4s ease-in-out infinite alternate;
}
.botao-salvar:hover svg {
    transform: translateX(1.2em) rotate(45deg) scale(1.1);
}
.botao-salvar:hover span {
    transform: translateX(5em);
}
.botao-salvar:active, .botao-coluna:active, .radio-tile-group .input-container:active {
    transform: scale(0.95);
}
@keyframes fly-1 {
    from {
        transform: translateY(0.1em);
    }
    to {
        transform: translateY(-0.1em);
    }
}