@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

*{
    font-family: 'Open Sans', sans-serif !important;
}

html, body{
    min-height: 100vh !important;
    height: fit-content;
}

nav{
    background: #343A40;
}

.nav-tabs .nav-link{
    padding: 17px 16px 10px;
}

nav{
    color: white !important;
}

nav a:not(.dropdown-menu a){
    color: #ddd !important;
    text-decoration: none;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

/* @media (max-width: 1150px){
    .navbar-expand-lg .navbar-nav {
        font-size: .75em;
    }
} */

.my-select, .my-file-input, .my-date-input{
    width: 100%;
    padding: 0.32rem 0.75rem;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
}

.my-select-outline, .my-file-input-outline, .my-date-input-outline{
    position: relative;
}

.my-select-label, .my-file-input-label, .my-date-input-label{
    /*STILE COPIATO DA MDB PER .form-outline .form-control~.form-label*/
    position: absolute;
    top: 0;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0.75rem;
    padding-top: 0.37rem;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    color: rgba(0,0,0,.6);
    margin-bottom: 0;

    /*STILE COPIATO DA MDB PER .form-outline .form-control.active~.form-label, .form-outline .form-control:focus~.form-label*/
    transform: translateY(-1rem) translateY(0.1rem) scale(.8);

    /* MIE AGGIUNTE */
    background: white;
    padding-left: 5px;
    padding-right: 5px;
}

.my-file-input{
    padding: 0 54px;
    height: 35px;
}
.my-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.my-table{
    width: 100%;
}
/* .my-table td{
    max-width: 50%;
} */
.my-table td:first-of-type{
    text-align: right;
    padding-right: 4px;
}
.my-table td:last-of-type{
    font-weight: bold;
    padding-left: 4px;
}

.my-tab-elements-counter{
    background: #737373;
    border-radius: 100px;
    padding: 0px 5px;
    color: white;
}

.active > .my-tab-elements-counter{
    background: #3a71ca;
}

button.width125{
    width: 125px;
}

/******************************************************************************************
/****************************************************************************************** SPECIFIC PAGE CSS
/******************************************************************************************/

@media screen and (max-width: 991px) {
    #headerBrandSelector{
        max-width: 250px;
        margin: 0 auto;
    }
}

.top-brand-img{
    height: 45px;
    float: right;
}

.store-brand-img{
    width: 80%;
    margin: 8px auto;
    display: block;
    border-radius: 8px;
}

.store-map{
    width:100%; 
    height: 250px;
    border-radius: 8px;
}

.store-image{
    width: 100%; 
    max-height: 250px;
    margin: 8px auto;
    display: block;
    border-radius: 8px;
}

.brandselector-link{
    width: 200px;
    height: 90px;
    margin: 10px;
}

.brandselector-link:hover{
    opacity: .7;
}

.brandselector-link img{
    max-width: 100%;
}

.storeName, .userName, .settingName{
    cursor: pointer;
}

.deadline-status{
    color: white;
    width: 96px;
    padding: 6px 0;
    border-radius: 4px;
    display: block;
    font-size: .9em;
    text-align: center;
}