﻿@font-face {
    font-family: 'iranyekan';
    src: url('../font/iranyekan.ttf') format('truetype'), url('../font/iranyekan.woff') format('woff'), url('../font/iranyekan.woff2') format('woff2');
}


body {
    font-family: "iranyekan" !important;
}

h1, h2, h3, h4, h5, h6, a, div, p, th, td {
    font-family: "iranyekan" !important;
}

.re-input {
    flex: 1 1 auto;
    line-height: 20px;
    padding: 8px 0 8px;
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

.re-button {
    width: 100% !important;
    background: #006064;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.re-input:hover {
    white-space: pre-line border: 1px solid #eee
}

.re-deleted-order .v-avatar {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.re-deleted-order strong {
    text-decoration: line-through;
}

.re-deleted-order button {
    display: none !important;
}

.re-errors {
    white-space: pre-line !important;
    overflow-y: scroll !important;
    height: 100% !important;
}
.v-input__control label {
    margin: 0 !important;
}

.re-label {
    position: absolute;
    top: -13px;
    left: 0;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.6);
}

.re-subtext-parent {
    line-height: 13px !important;
}
.re-subtext {
    font-size: 10px !important;
    line-height: 8px;
    color: red;
}
.re-subtext-2 {
    font-size: 12px !important;
    line-height: 8px;
}
.re-green-lighten-4 {
    background-color: #c8e6c9;
}
.re-red-lighten-4 {
    background-color: #ffcdd2;
}
.re-yellow-lighten-4 {
    background-color: #fff9c4;
}
.re-orange-lighten-4 {
    background-color: #ffe0b2;
}
@keyframes changeBg {
    0% {
        border: 2.5px solid transparent;
    }

    50% {
        border: 2.5px solid #1E88E5;
    }

    100% {
        border: 2.5px solid transparent;
    }
}

.order-border {
    border: 2.5px solid transparent;
}

.changeBg {
    animation: changeBg 1.25s ease-in-out;
}
textarea:focus, input:focus {
    outline: none;
}

.chosen-container {
    width: 100% !important;
}

.form-check {
    padding-right: 1.25rem;
    padding-left: 0;
}
.form-check-input {
    margin-right: -1.25rem;
    margin-left: 0;
}
.v-chip > span{
    align-items: center;
}