/* OBJETOS */

* {
    font-size: 0.8rem;
}

.icone {
    width: 15px;
    height: 15px;
    margin-bottom: 5px;
}

.icone-light {
    fill: white;
}

.icone-light:hover {
    filter: brightness(2);
}

.icone-secondary {
    fill: lightsteelblue;
}

.icone-secondary:hover {
    filter: brightness(1.2);
}

.icone-dark {
    fill: midnightblue;
}

.icone-dark:hover {
    filter: brightness(2);
}

.icone-disabled {
    fill: slategrey;
}

.icone-success {
    fill: green;
}

.icone-success:hover {
    filter: brightness(1.5);
}

.icone-active {
    fill: orangered;
}

.icone-active:hover {
    fill: orangered;
    filter: brightness(2);
}

.icone-danger {
    fill: red;
}

.icone-danger:hover {
    fill: red;
    filter: brightness(2);
}

.icone-primary {
    fill: slategray;
}

.foto-lista-clientes {
    width: 20px;
    height: 20px;
    text-align: center;
}

.titulos {
    text-align: left;
    font-family: roboto slab, serif;
    font-size: 20px;
    letter-spacing: 0px;
    word-spacing: 2px;
    color: slategray;
    font-weight: 300;
    text-decoration: none;
}

.overlaymodal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 75%);
    z-index: 9999;
}

.esconde {
    display: none;
}

.grid-fotos {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2px;
    align-items: center;
    justify-items: center;
}

.square {
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 20%;
    /* = width for a 1:1 aspect ratio */
    margin: 1.66%;
    background-color: #1E1E1E;
    overflow: hidden;
    border-radius: 5px;
}

.squarecliente {
    float: left;
    position: relative;
    width: 8%;
    padding-bottom: 8%;
    /* = width for a 1:1 aspect ratio */
    margin: 1.66%;
    background-color: #1E1E1E;
    overflow: hidden;
    border-radius: 5px;
}

/*.square:hover {
    filter: brightness(1.2);
    transition: all ease 1s;
}*/

.bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* you change this to "contain" if you don't want the images to be cropped */
    color: #fff;
}

.content {
    position: absolute;
    height: 90%;
    /* = 100% - 2*5% padding */
    width: 90%;
    /* = 100% - 2*5% padding */
    left: 5px;
    top: 3px;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7));
}

.thumb-foto-close:after {
    position: absolute;
    content: 'x';
    color: #fff;
    font-weight: 300;
    font-family: Arial, sans-serif;
    right: 8px;
    top: 3px;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7));
}

.thumb-foto-close:hover:after {
    margin-top: -1px;
}

.container-card {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 10px;
}

.card-b {
    background-color: #212537;
    color: white;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 5px;
    width: 100%;
    height: 80px;
    padding: 10px;
}

.card-b:hover {
    background-color: #323853;
}

.container-botoes-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    margin-top: 10px;
}

.botao-card {
    width: 30px;
    height: 30px;
    border-radius: 3px;
}

.botao-verde {
    background-color: green;
}

.botao-card:hover {
    margin-top: -1px;
    filter: brightness(1.5);
}

.fade2 {
    transform: scale(0.9);
    opacity: 0;
    transition: all 2s linear;
    display: block !important;
}

.fade2.show {
    opacity: 1;
    transform: scale(1);
}

thead input {
    width: 100%;
}

.padding-lg {
    padding-left: 1%;
}

@media (max-width: 1199.98px) {
    .padding-lg {
        padding-left: 0;
    }
}

.boxlarge {
    width: 1080px;
    height: 1080px;
    /* You can change the color here */
    border: none;
}

.boxsmall {
    width: 480px;
    height: 480px;
    /* You can change the color here */
    border: none;
}

.retangulol {
    position: absolute;
    height: 33%;
    top: 50%;
    transform: translateY(-50%);
    left: 4%;
    width: 96%;
    background-image: linear-gradient(-45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 100%,
            transparent 20%,
            rgba(255, 255, 255, 0.2) 90%);
    background-size: 5px 5px;
    outline: 4px solid rgba(54, 54, 54, 0.1);


}

.retangulop {
    position: absolute;
    height: 33%;
    top: 50%;
    transform: translateY(-50%);
    right: 12%;
    width: 90%;
    background-image: linear-gradient(45deg, transparent 10%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 35%, transparent 35%), linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 75%, transparent 75%);
    background-size: 12px 12px;
    outline: 4px solid rgba(54, 54, 54, 0.1);

}


.voucher_container {
    position: relative;
}

.voucher_content {
    position: absolute;
    top: 37%;
    left: 37%;
    color: #fff;
    padding: 30px;
}