/*
Theme Name: Rapport Resguarde-se
Author: Estúdio Sync
Author URI: https://www.estudiosync.com.br
Description: Tema desenvolvido por Estúdio Sync.
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
*/

.label-card{
    display: block;
    height: 100%;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

.label-card img{
    max-width: 70px;
    margin-bottom: 10px;
}

.label-card--bg{
    padding: 0;
}

.label-card--bg img{
    max-width: 100%;
    margin-bottom: 0;
}

.label-card-check{
    display: none;
}

.label-card-check:checked + .label-card{
    color: #322F6A;
    font-weight: bold;
    border-color: #322F6A;
    background-color: rgba(50, 47, 106, .15);
    border-width: 2px;
}

.form-control[type=url]{
    padding-left: 40px;
    background: url(assets/img/earth-americas-solid.svg) no-repeat 10px 50%;
    background-size: 20px;
}

.form-control[type=file]{
    padding: 0;
}

.form-control[type=file]::file-selector-button{
    padding: 20px 30px;
    text-align: center;
}