@import url(font/fontiran.css);
@import url(font/Vazirmatn.css);
@import url(font/NRT.css);
@import url(font/DSEG7.css);
html {
    overflow-y: auto !important;
}
@media only screen and (min-width: 601px)  {
    .v-sheet.v-card {
        border-radius: 4px !important;
    }
    .v-dialog {
        border-radius: 4px !important;
    }
}
/*.container {*/
/*    padding: 12px !important;*/
/*}*/
body {
    font-family: IRANSans !important;
}
.v-calendar-daily_head-day-label {
    border-bottom: 1px solid #e3e3e3 !important;
}
.appBarsOpacity {
    /*opacity: 0.85;*/
    background-color: #ffffffd1 !important;
    backdrop-filter: blur(3px);
}
.zoom-class {
    zoom: 0.9;
}
.v-calendar-daily__head {
    margin-left: 17px !important;
    margin-right: 0px !important;
}

.v-event-timed-container{
    margin-right: 0 !important;
}
.v-calendar-category__category:last-child {
    border-left: 1px solid #e3e3e3 !important;
}
a {
    text-decoration: none !important;
}
.v-application {
     font-family: inherit !important;
}

.v-application .display-1 {
    font-family: IRANSans !important;
}
.theme--light::-webkit-scrollbar {
    width: 5px;
}

.theme--light::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-left: 1px solid #dadada;
}

.theme--light::-webkit-scrollbar-thumb {
    background-color: rgb(100, 96, 96);
    border: solid 3px #e6e6e6;
    border-radius: 7px;
}
.v-sheet .v-toolbar__content .theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
    background-color: transparent !important;
}
/* .theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
    background-color: transparent;
} */

.theme--dark::-webkit-scrollbar {
    width: 5px;
}
.theme--dark::-webkit-scrollbar-thumb {
    background0-color: rgb(100, 96, 96);
    border: solid 3px #202020;
    border-radius: 7px;
}
.theme--dark::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-left: 1px solid #2c2c2c;
}
.theme--dark.v-card {
    background-color: #272727 !important;
    color: #FFFFFF !important;
}
.list-group{
    overflow-y: auto;
}
.list-group::-webkit-scrollbar {
    width: 12px;
}
.list-group::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-left: 1px solid #dadada;
    width: 12px;
}

.list-group::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border: solid 3px #e6e6e6;
    border-radius: 7px;
    width: 12px;
}

.list-group::-webkit-scrollbar-thumb:hover {
    background: #444444;
}

body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-left: 1px solid #dadada;
    width: 15px;
}
body::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border: solid 3px #e6e6e6;
    border-radius: 7px;
    width: 15px;
}
body::-webkit-scrollbar-thumb:hover {
    background: #444444;
}

.currency-input{
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    padding: 5px 10px;
    border-radius: 4px;
}

.v-input--dense{
    height: 20px ;
}
.v-toolbar__content, .v-toolbar__extension {
    padding: 0px 0px 0 0px !important;
}
.v-text-field--outlined.v-input--dense .v-label {
    top: 7px !important;
}
.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-label, .v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-label, .v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-label, .v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-label {
    top: 11px !important;
}
td:not(.stiJsViewerClearAllStyles) {
    font-size: 12.5px !important;
    height: 33px !important;
}
.v-input {
    font-size: 12px !important;
}
.v-data-table > .v-data-table__wrapper > table > tbody > tr > td:not(.v-data-table__mobile-table-row),
.v-data-table > .v-data-table__wrapper > table > tbody > tr > th:not(.v-data-table__mobile-table-row),
.v-data-table > .v-data-table__wrapper > table > thead > tr > td:not(.v-data-table__mobile-table-row),
.v-data-table > .v-data-table__wrapper > table > thead > tr > th:not(.v-data-table__mobile-table-row),
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td:not(.v-data-table__mobile-table-row),
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > th:not(.v-data-table__mobile-table-row) {
    padding: 0px 4px;
}
.highcharts-root {
    font-family: IRANSans !important;
}
.close-hover:hover {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
tr.v-data-table__mobile-table-row > td:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 1px solid #e1e1e1;
    border-bottom: 0px !important;
}
tr.v-data-table__mobile-table-row > td:last-child {
    margin-bottom: 6px;
    border-top: 0px !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #e1e1e1;
}
/* .theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
    background-color: #fff;
    margin-right: 0px !important;
    margin-bottom: 2px;
} */
tr.v-data-table__mobile-table-row > td {
    border-left:1px solid #e1e1e1 ;
    border-right:1px solid #e1e1e1 ;
    padding: 0px 10px !important;
}
.theme--light.v-data-table > .v-data-table__wrapper > table > thead:not(.v-data-table-header, .v-data-table-header-mobile) > tr:last-child > th {
    border-bottom: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table > .v-data-table__wrapper > table > thead.v-data-table-header-mobile > tr:last-child > th {
    border-bottom: 0px !important;
}
.header-print{
    display: flex;
    padding: 2px;
    border: 1px #e3e3e3 solid;
    border-radius: 16px;
    align-items: center;
}
.header-print-logo{
    padding: 0px 10px;
}
.header-print-th{
    padding: 6px 20px;
    /*background-color: #dde2eb;*/
    border-radius: 3px;
}
.header-print-left{
    padding-top: 20px !important;
    width: 15%
}
.header-print-center{
    width: 70%
}
.header-print-right{
    padding-top: 20px !important;
    width: 15%
}
.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-select--chips--small.v-input--dense .v-select__selections, .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small.v-input--dense .v-select__selections {
    min-height: 32px !important;
}
.v-select.v-text-field--outlined:not(.v-text-field--single-line).v-input--dense .v-select__selections {
    padding: 0px 0 !important;
}
.v-data-table-header > tr > th{
    border-bottom: 1px #e3e3e3 solid;
}
.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box .v-select__selections, .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed .v-select__selections {
    min-height: 30px !important;
}
td.stiJsViewerClearAllStyles {
    font-family: IRANSans !important;
}
.v-tab {
    font-size: 12px !important;
    letter-spacing: 0 !important;
}
.v-data-table__wrapper {
    min-height: 150px;
}

.v-data-table__wrapper__height_off > .v-data-table__wrapper {
    min-height: auto !important;
}
.data-table-list-items {
    margin-bottom: 4px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

/** New **/
html body .v-application .text-body-1,
html body .v-application .text-body-2,
html body .v-application .text-caption,
html body .v-application .text-h2,
html body .v-application .text-h4,
html body .v-application .text-h3,
html body .v-application .text-h5,
html body .v-application .text-h6 {
    font-family: inherit !important;
}
html body .v-application .text-caption {
    font-size: 8.4pt !important;
}
html body .v-application .text-caption.text-caption-menu {
    font-size: 7pt !important;
    line-height: 1rem;
}
.abr-subtitle {
    font-size: 7.5pt !important;
    color: #3d4749;
}
.v-btn[custom] {
  width: auto !important;
  height: 30px !important;
  padding: 12px !important;
  border-radius: 4px !important;
  font-size: 9pt !important;
  box-shadow: none !important;
  min-width: unset !important;
  letter-spacing: 0 !important;
}
.v-btn.v-size--default:not(.v-btn--icon):not(.v-btn--fab),
.v-btn.v-size--large:not(.v-btn--icon):not(.v-btn--fab) {
  padding: 0 !important;
}
.w-100 {
    width: 100%;
}
.gap-1 {
    gap: .25rem;
}
.gap-2 {
    gap: .5rem;
}
.gap-3 {
    gap: 1rem;
}
.gap-4 {
    gap: 1.25rem;
}
.gap-5 {
    gap: 1.5rem;
}
.gap-6 {
    gap: 2rem
}
.gap-7 {
    gap: 2.5rem;
}
.gap-8 {
    gap: 3rem;
}

.buttom-Button-sheet {
    bottom: 0px;
    display: flex;
    background-color: #ffffff;
    border-top: 1px solid #cbcbcb;
    height: 55px;
    position: fixed;
    width: 100%;
    right:0px;
    left:0px;
    z-index: 1000;
}
