.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;
}
/*.sb-nav-fixed #layoutSidenav #layoutSidenav_content{
  padding-left:0px !important; 
  top: 56px;
}*/
.card{
height: 75vh;
overflow-y:auto;
overflow-x:auto;
}
.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: scroll;
}
.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);
  margin-left: 73px;
  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;
  }
/*  .customerinfo{
     display: none;
  }
  /*progress bar css
  .progress{
  width:200px;
  height: 200px;
  position: relative;
}
.outer{
  height: 160px;
  width: 160px;
  border-radius: 50%;
 
  padding: 20px;
  box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
  -6px -6px 10px -1px rgba(255,255,255,0.7);

}
.inner{
  height: 120px;
  width: 120px;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content:center;
  box-shadow:inset 6px 6px 10px -1px rgba(0,0,0,0.15),
 inset -6px -6px 10px -1px rgba(255,255,255,0.7);
}
#number{
font-weight:700;
color: #555;
}
circle{
  fill: none;
  stroke: url(#GradientColor);
  stroke-width: 20px;
  stroke-dasharray: 472;
  stroke-dashoffset: 472;
  animation: anim 2s linear forwards;
}
svg{
  position: absolute;
  top: 724px;
 /* left: 0;
}
@keyframes anim{
  100%{
    stroke-dashoffset: 165;
  }
}*/
