*{
    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;
    }
  }



  
/** for button name: black with arrow */
.Btn-Container {
  display: flex;
  width: 170px;
  height: fit-content;
  background-color: #1d2129;
  border-radius: 40px;
  box-shadow: 0px 2px 5px #bebebe;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
}
.icon-Container {
  width: 45px;
  height: 45px;
  background-color: #f59aff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #1d2129;
}
.text {
  width: calc(170px - 45px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1em;
  letter-spacing: 1.2px;
}
.icon-Container svg {
  transition-duration: 1.5s;
}
.Btn-Container:hover .icon-Container svg {
  transition-duration: 1.5s;
  animation: arrow 1s linear infinite;
}
@keyframes arrow {
  0% {
    opacity: 0;
    margin-left: 0px;
  }
  100% {
    opacity: 1;
    margin-left: 10px;
  }
}


/** button with arraw that cover the button */

/* From Uiverse.io by gharsh11032000 */ 
.cssbuttons-io-button {
  background-image: linear-gradient(19deg, #ccc 0%, #ddd 100%);
  color: white;
  font-family: inherit;
  padding: 0.2em;
  padding-left: 1.2em;
  font-size: 14px;
  border-radius: 10em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 2.5em;
  padding-right: 3.3em;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 0 0 0.8em rgba(50, 50, 50,0.3),0 0 0.8em hsla(50, 20%, 20%, 0.3);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 10em;
  right: 0.3em;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #B721FF;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.9);
}
