
.a{
overflow-y:scroll;
scrollbar-width:thin;
}
.border1{
  border: 2px solid #d7dce3;
  border-radius: 5px;
}
#checkArrow{
position: absolute;
right: 2px;
margin-top: 2px;
margin-right: 8px;
}
.sr-datepick{
background:#eff3f9 !important;
}
.cat-search{
 z-index:1000;
 display:none;
}

.sr-overflow{
  max-height:70vh;
  overflow:auto
}
.sr-cat-title{
font-size:15px;
}
.sr-cat-body{
 line-height:200%
}
.sr-empty-list{
 max-width: 35%;
}
.form-group{
        margin-bottom:0px;
    }
.sr-detail-border{
  border-radius:5px;
}
.sr-timeline{
 max-height:90vh;overflow:auto
}
.image_style_static{
  height:100px;
  width:100px;
  border-radius:10px;
}
.sr-badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 5px;
}

    /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
