span {
    font-size: smaller;
}

td {
    font-size: smaller;
}

.no-click {
    pointer-events: none;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.long {
    display: none;
}

.btn-primary-outline {
    background-color: transparent;
    border-color: transparent;
}

input[readonly] {
    background-color: #fff !important;
}

/* Hide Price */
.hide-price {
    position: relative;
}

.hide-price::before {
    content: '*******';
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
}

.hide-price:hover::before {
    content: attr(data-hargabeli);
}