﻿@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    /*font-family: poppins;*/
}
.btn-extra {
    padding: 8px 16px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #333;
    margin: 4px 0px;
}

.selected {
    outline:2px solid #4cff00;
}

.row{
    display: flex;
    flex-direction: row;
}

.vertical {
    flex-direction: column !important;
}

.img-floating {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 16px;
    background-color: #efefefcc;
    border-radius: 50%;
    padding: 16px;
}

.root {
    position:relative;
}

.report {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 8px;
    margin-bottom: 16px;
    border-radius:2px;
    color: #efefef;
}

.file-input {
    cursor: pointer !important;
}

.custom-file{
    display: none !important;
}

.ccontainer {
    padding: 32px;
}

.bg-img {
    background-image: url(/App_Plugins/PriceDashboard/pexels-alexander-isreb-880417-1797428.jpg);
    background-size: cover;
}

.paper {
    background-color: #efefefcc;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 48px;
    max-width: 65%;
}

h1, h2, h3, h4 {
    margin-bottom: 16px;
/*    font-family: Comfortaa;
*/}

h1 {
    font-size: 32px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
}