.target-promo,
.temp-text {
    font-size: 10px !important;
}

.proj-t-card {
    position: relative;
    overflow: hidden;
    min-width: 340px;
    min-height: 90px;

    .pt-badge {
        color: #fff;
        margin-bottom: 0;
        display: inline-block;
        padding: 50px 40px 5px 5px;
        border-radius: 30%;
        position: absolute;
        top: -45px;
        right: -35px;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 5px 7px 0 rgba(62, 57, 107, 0.18);
    }

    &:hover {
        .pt-badge {
            padding: 52px 42px 7px 7px;
            text-shadow: 0 3px 5px rgba(62, 57, 107, 0.50);
            box-shadow: 0 4px 4px 0 rgba(62, 57, 107, 0.30);
        }
    }
}

.date-picker {
    border: none;
    background-color: transparent;
    width: 32px;
    height: 32px;
    font-size: 0;
    /* Nasconde il testo */
    padding: 0;
    user-select: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    display: "inline-block";
    width: "auto";
}

.header-search .form-control {
    max-width: 170px;
}

.floating-button {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    font-size: 20px;
    z-index: 1050;
}

.app-sidebar.colored {
    display: none !important;
}

.wrapper .page-wrap .footer {
        padding: 10px;
    }
@media only screen and (min-width: 1024px) {
    .wrapper .page-wrap .footer {
        padding-left: 10px;
    }
}

.wrapper .header-top {
    padding-left: 0px;
}

@media only screen and (min-width: 300px) {
    .main-content {
        padding: 50px 0px !important;
    }
}

.wrapper .header-top .top-menu .nav-link {
    background-color: transparent !important;
}

.coin {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: -35px;
    border: 0px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
}