@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    /*font-family: Arial;*/
    /*font-family: 'Margem', Helvetica, Arial, Margem, sans-serif;*/
    /*font-family: Margem;*/
    font-family: 'Open Sans', 'Microsoft Sans Serif', sans-serif;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 1.0rem;
}

.background{
    background-image: src(../wwwroot/img/default/home-marketplace.jpeg);
}

@font-face {
    /*font-family: Arial;*/
    /*font-family: 'Margem';
    src: url(../fonts/MargemRounded-Medium.otf);*/
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-VariableFont_wdth,wght.ttf);
}

.components-reconnect-show, .components-reconnect-failed, .components-reconnect-rejected {
    display: none;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #fff;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

    .loader {
        border: 10px solid #f3f3f3; /* Light grey */
        border-top: 10px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 40px;
        height: 40px;
        animation: spin 2s linear infinite;
    }

    .grid-loading {
        display: flex;
        justify-items: center;
        justify-content: center;
        padding: 20px 0px 0px 0px;
        margin: 0px !important;
    }

    .size-modal {
        width: 80% !important;
    }

    .align-modal {
        display: flex;
        justify-content: center;
    }


@media (max-width:770px) {
    .botao {
        font-size: 16px !important;
        font-weight: 500;
        align-items: center;
    }
    .loader {
        border: 10px solid #f3f3f3; /* Light grey */
        border-top: 10px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 40px;
        height: 40px;
        animation: spin 2s linear infinite;
    }
    .grid-loading {
        display: flex;
        justify-items: center;
        justify-content: center;
        padding: 20px 0px 0px 0px;
        margin: 0px !important;
    }

    .size-modal {
        width: 60% !important;
    }

    .align-modal {
        display: flex;
        justify-content: center;
    }

}


.botao-acabamento {
    border-radius: 5px;
    padding-bottom: 10px;
    border: none;
    color: transparent;
    outline: 0;
}

.botao-detalhe:hover {
    cursor: pointer;
    box-shadow: 0 10px 25px -1px transparent, inset 0 0 0 0px transparent !important/*#2eb655*//*;*/
}

button:active {
    outline: none;
    border: none;
}

button:focus {
    outline: 0;
}

button:after {
    outline: none;
    border: none;
}

button:hover {
    outline: none;
}

button {
    outline: none !important;
}

/*.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}*/

.btn:focus {
    outline: none !important;
}

.btn:focus {
    box-shadow: none;
}

*:focus {
    box-shadow: none !important;
}

*[data-focus] {
    box-shadow: none !important;
}

.card-detalhe:hover {
    cursor: pointer;
    box-shadow: 0 10px 25px -1px #d3deea, inset 0 0 0 2px transparent /*#2eb655*/;
}

/*Toast*/
.blazored-toast{
    width: 320px !important;
}

.blazored-toast-container {
    width: 320px !important;
}

.blazored-toast-header h5 {
    font-size: 18px !important;
}

.blazored-toast-body p {
    font-size: 14px !important;
}

.blazored-toast-icon {
    font-size: 20px !important;
}

/*Ajuste tamanho imagens*/

.image-size{
    width: 80px;
    height: 80px;
    outline:0;
    border:hidden;
    border-color:none;
}

@media (max-width: 576px){
    /*Toast*/
    .blazored-toast {
        width: 100% !important;
    }

    .blazored-toast-container {
        width: 100% !important;
    }

    .blazored-toast-header h5 {
        font-size: 16px !important;
    }

    .blazored-toast-body p {
        font-size: 14px !important;
    }

    .blazored-toast-icon {
        font-size: 20px !important;
    }

    .loader {
        border: 10px solid #f3f3f3; /* Light grey */
        border-top: 10px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 40px;
        height: 40px;
        animation: spin 2s linear infinite;
    }

    .grid-loading {
        display: flex;
        justify-items: center;
        justify-content: center;
        padding: 20px 0px 0px 0px;
        margin: 0px !important;
    }

    .size-modal {
        width: 60% !important;
    }

    .align-modal {
        display: flex;
        justify-content: center;
    }


}