*{
    font-size: 0.875rem;
    font-weight: 600;
}
.mainrow{
    padding:5px;
    height: 100%;
    direction: rtl;
}
.v-data-table > .v-data-table__wrapper > table > tbody > tr > td, .v-data-table > .v-data-table__wrapper > table > tbody > tr > th, .v-data-table > .v-data-table__wrapper > table > thead > tr > td, .v-data-table > .v-data-table__wrapper > table > thead > tr > th, .v-data-table > .v-data-table__wrapper > table > tfoot > tr > td, .v-data-table > .v-data-table__wrapper > table > tfoot > tr > th {
    padding: 0 3px !important;
}
.pad-0{
    padding: 0px 0px !important;
}
.inborder{
    border:1px solid #000 !important;
    border-radius: 0px !important;
    font-size:.9em !important;
    padding:5px !important;
    color:#000 !important;
    font-weight: bolder;
}
.selborder{
    border:1px solid #000 !important;
    border-radius: 0px !important;
    width: 100%;
    padding: 5px 3px;
    font-size:.9em !important;
    color:#000 !important;
    font-weight: bolder;
}
.b-sidebar{
    border:3px inset #000;
}
.h6title{
    font-weight:700;
    background:#7aa5da ;
    border:1px solid #000;
    color:#000 !important;
    padding:10px 5px !important;
}
.card-header {
    background:#c3d9ff !important;
}
.multiply-button-right {
    display: table;
    background: rgba(0, 0, 0, 0);
    border: none;
    color: black;
    padding: 0;
  }
  .multiply-button-content-right {
    display: table-cell;
    /* background: rgb(52, 250, 52); */
    padding: 0 9px;
    border: solid 1px black;
    border-right: none !important;
    position: relative;
    vertical-align:middle;
    height: 40px; /* double the border width */
    box-sizing: border-box;
  }
  .multiply-button-content-right:after,
  .multiply-button-content-right:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    /* border-width: 20px 0 20px 12px; */
    margin-top: -20px;
  }
  .multiply-button-content-right:after {
    /* border-color: rgba(0, 128, 0, 0); */
    /* border-left-color: rgb(0, 0, 0); */
    color:#FFF !important;
    /* border-left-color: rgb(52, 250, 52); */
    margin-left: -1px;
  }
  .multiply-button-content-right:before {
    /* border-color: rgba(0, 0, 0, 0); */
    /* border-left-color: #000000; */
  }
.multiply-button-left {
    display: table;
    background: rgba(0, 0, 0, 0);
    border: none;
    color: rgb(0, 0, 0);
    padding: 0;
  }
  .multiply-button-content-left {
    display: table-cell;
    background: rgb(0, 0, 0);
    /* background: rgb(52, 250, 52); */
    color:#FFF !important;
    padding: 0 9px;
    border: solid 1px black;
    border-left: none !important;
    position: relative;
    vertical-align:middle;
    height: 40px; /* double the border width */
    box-sizing: border-box;
  }
  .multiply-button-content-left:after,
  .multiply-button-content-left:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    /* border-width: 20px 12px 20px 0; */
    margin-top: -20px;
  }
  .multiply-button-content-left:after {
    /* border-color: rgba(0, 128, 0, 0); */
    /* border-right-color: rgb(52, 250, 52); */
    margin-right: -1px;
  }
  .multiply-button-content-left:before {
    /* border-color: rgba(0, 0, 0, 0); */
    /* border-right-color: #000000; */
    width:auto;
  }
  .snotify-centerCenter{
    min-width:500px;
    left: calc(50% - 500px / 2) !important  ;
  }
  .snotifyToast{
    border:2px solid #000;
  }
  .snotify-error{
    background:red !important;
  }
  .snotifyToast__buttons{
    border-top:1px solid #000 !important;
    background:#000 !important;
    color:red !important;
  }
  .snotifyToast__buttons button{
    /* color: red !important; */
    font-size: 1.5em;
  }
  .theme--light.v-chip:not(.v-chip--active){
    background:transparent !important;
    font-weight: bolder;
  }