*{
    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 !important;
}
.selborder{
    border:1px solid rgb(0, 124, 37) !important;
    background-color: #000;
    border-radius: 0px !important;
    width: 100%;
    padding: 5px 3px;
    font-size:.9em !important;
    color:#fff !important;
    font-weight: bolder;
}
.input-group-append{
  color:#fff;
}
.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: rgb(255, 21, 0);
    border: none;
    color: black;
    padding: 0;
  }
  .multiply-button-content-right {
    display: table-cell;
    background: rgb(255, 21, 0);
    /* background: rgb(52, 250, 52); */
    color:#FFF !important;
    padding: 0 9px;
    border: none;
    border-right: none !important;
    position: relative;
    vertical-align:middle;
    height: 40px; /* double the border width */
    box-sizing: border-box;
    direction: ltr;
  }
  
  .multiply-button-content-right:after{
    padding-top:4px;
    content: url('../img/arrow-right.png'); 
  }
  .multiply-button-content-left:after{
    padding-top:4px;
    content: url('../img/arrow-left.png');
  }
  /* .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: rgb(255, 21, 0);
    border: none;
    color: rgb(0, 0, 0);
    padding: 0;
  }
  .multiply-button-content-left {
    display: table-cell;
    background: rgb(255, 21, 0);
    /* background: rgb(52, 250, 52); */
    color:#FFF !important;
    padding: 0 9px;
    border: none;
    border-left: none !important;
    position: relative;
    vertical-align:middle;
    height: 40px; /* double the border width */
    box-sizing: border-box;
    direction: rtl;
  }
  /* .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;
  }
  .backBlack{
    background:#c4c4c4 !important;
    color:#000 !important;
    border: 1px solid #000 !important;
  }
  
  .blackBack{
    background:#000 !important;
    color:#fff !important;
    border: 1px solid #000 !important;
  }
  .backApple{
    background:#95bf47 !important;
    color:#000 !important;
    border: 1px solid #000 !important;
  }
  .myActionView{
    background: #fdab3d !important;
    color:#000 !important;
    border: 2px solid #fff !important;
    border-radius:5px;
  }
  .myActionView:first-child {
    border-top:2px solid #000 !important;
  }
  .backBlacks{
    background:#000 !important;
    color:#fff !important;
    border-bottom: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
  }
  .backRed{
    background:red !important;
    color:#fff !important;
    border-bottom: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
  }
  .backGreen{
    background:green !important;
    color:#fff !important;
    border-bottom: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
  }
  .backEmpty{
    background:white !important;
    color:#fff !important;
    border-bottom: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
  }
  
  th{
    border-bottom:2px solid #000 !important;
  }
  tr:first-child td{
    border-top:2px solid #000 !important;
  }
  .viewBTN{
    font-size:.8rem;
    background:blue !important;
    width:100%;
    color:#fff !important;
    height:25px !important;
    margin-left:5px;
    text-align:center;
    display:flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
  }
  .viewBTN:hover,.viewBTN:active,.viewBTN.viewBTN:click{
    background:blue !important;
    width:100%;color:#fff !important;
  }
  .searchBar{
    display:flex;
    justify-content: start;
    justify-items: center;
    align-items: center;
  }
  .searchBar div{
    padding:2px;
    margin-inline-end: 3px;
  }
  .plateNumber{
    display:flex;
    justify-content: space-around;
    justify-items: center;
    align-items: center;
  }
  .plateNumber input {
    background:#fffc60 !important;
  }
  .searchTop{
    margin-top:10px;
    display:flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
  }
  @media screen and (max-width: 1100px) {
    *{
      font-size: 12px;
      font-weight: 600;
    }
  }