.tile{
  box-shadow: 5px 5px 5px rgb(102, 102, 105);
}
.tile  a:hover{
  transition: all;
}
.pos_sidebar{
  position: relative;
  border:1px solid blue;
  overflow-y: scroll;
}

.text-primary{
    color: #333!important;
}

.nav-link{
    color: #333 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
}

.brand{
    text-decoration: none;
}

.card{
height: auto;
overflow-y:none;
overflow-x:none;
}
.forms{
  padding:3px;
  margin-bottom: 10px;
}
.forms-action{
  display: inline-block;
  margin-bottom: 10px;
  padding:3px;
}
a .nav-link:hover{
font-size:large 10px;
}
/*.sb-nav-fixed{
  background:url(../assets/img/security3.jpg);
  background: white;
  background-repeat: no-repeat;
background-position: inherit;
background-size:cover;
}*/
.tab{
  border: 2px solid grey;
  border-radius: 5px;
}
.tab2{
  border: 2px solid grey;
  height: 10%;
  overflow-y: none;
}
.card-main{
  position: relative;
  border: 1px solid rgb(252, 244, 244);
  border-radius:5px;
  height:150px;
  width: 150px;
  color: rgb(7, 5, 121);
  margin-left: 5px;
  background-color:rgb(252, 244, 244);
}
.card-main-extra{
  position: absolute;
  top: 200px;
  left:260px;
  border: 1px solid rgb(252, 244, 244);
  border-radius:5px;
  height:150px;
  width: 150px;
  color: rgb(7, 5, 121);
  margin-left: 5px;
  background-color:rgb(252, 244, 244);
}
 .card_box{
  position: relative;
  border-radius: 5px;
  height:100px;
  width: 115px;
  color: rgb(247, 239, 239);
  background-color:blue;
}
.card:hover{
transform: translate();
}
  .add_new{
  border: 1px solid blue;
  background:blue ;
  color: white;
  border-radius: 2px;
  text-decoration: none !important;
}
.add_new:hover{
  background:rgb(158, 3, 3);
  color: white !important ;
  text-decoration: none !important;
}

/*.my-custom-scrollbar {
  position: relative;
  height: 200px;
  overflow: auto;
  }
  .table-wrapper-scroll-y {
  display: block;
  }
*/
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
 .msgsuccess{
  color: black;
  height: 35px;
  border: 1px solid rgb(165, 231, 165);
  background-color: rgb(165, 231, 165);
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
}
 .msgerror{
  color: black;
  height: 100%;
  border: 1px solid rgb(233, 130, 130);
  background-color: rgb(233, 130, 130);
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
}
.row_clicked td a{
color: white;
text-decoration: none;
}
.row_clicked td a:hover{
  color: white;
  text-decoration: none;
  }
  .image-container{
    border: 1px solid red;
    height: 50px;
    width: 50px;
  }
  .login{
    border: 1px solid red;
    width: fit-content;
    height: fit-content;
    background: rgb(231, 222, 222);
   margin: 100px;
   padding: auto;
  }
  #ac span {
    width: 95px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 12px;
    padding-right: 10px;
    padding-bottom: 50px;
  }
  #ac{
    padding-bottom: 50px;
  }
  
  /*pos sidebar*/
  .pos_sidebar_categories{
  position: relative;
  border:1px solid white;
  overflow-y: scroll;
  height: 350px;
}
.pos_sidebar_others{
  position: relative;
  margin-top: 10px;
}