/* Tovaroved Calculator */

html, body {height: 101%;}

@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }
}

.logo_text sup {opacity: 0.5;}

.dashed-link {
    /*
    border-bottom: 1px dashed rgba(13,110,253,1);
    text-decoration: none;
    */
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-position: under;
    text-decoration-thickness: from-font;
}

.card:hover .edit_mini_button {
    background-color: var(--bs-primary) !important;
    border: var(--bs-btn-border-width) solid var(--bs-primary) !important;
}

.sp_min {color: rgba(var(--bs-danger-rgb), 1) !important;}
.sp_zero {color: rgba(var(--bs-secondary-rgb), 1) !important;}

.not_final .sp_price, .not_final .sp_min, .not_final .sp_zero {opacity: 0.5;}

.after_20::after {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: auto;
    content: "";
}

.diagram {min-height: 500px;}

