
/* width
::-webkit-scrollbar {
    width: 20px;
  }
  
  /* Track */
  /* ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  } */
   
  /* Handle */
  /* ::-webkit-scrollbar-thumb {
    background: red; 
    border-radius: 10px;
  }
   */
  /* Handle on hover */
  /* ::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  } */ 
.fa-level-up-alt{
    transform: rotate(90deg);
}  
.fa-angle-double-right{
    font-size: 13px !important;
    margin-left: 10px !important;
    transition: margin ease 0.5s;
}
.right_menu_item{
    /* color: #212529 !important; */
    /* border-bottom: 1px solid #000; */
    color: #000 !important;
    font-family: cursive;
}
h1,h2,h3,h4,h5,h6,p,span,.table td{
    text-transform: capitalize !important;
}
.table-responsive > table{
    /* width: 1258px !important; */
}  
.required-field{
    color:red
}
.table td{
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
}
hr{
    margin-top: 0.2rem !important;
    margin-bottom: 0.1rem !important;
    border: 0 !important;
    border-top: 1px solid rgba(0,0,0,.1) !important;
}
.detail_profile_list > .list-group-item{
    padding-bottom: .23rem;
    padding-top: .3rem;
}
.card-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
    padding-top: 0.5rem;
}
.hide{
    display: none;
}
.table {
    width: 100%;
    margin-bottom: 0rem !important;
    color: #212529;
    background-color: transparent;
}
.modal-header {
    padding: 0.4rem 1rem 0.4rem 1rem !important;
}
.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0.50rem 1.25rem !important;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
/* .modal-body {
    padding: 0rem !important;
} */
.modal-footer {
    padding: 0.1rem;
    
}
.content-header {
    padding: 4px .5rem !important;
}
.breadcrumb-links-style{
    font-size: 50%;
    padding:5px    
}
.border-bottom-1{
    border-bottom: 1px solid #dee2e6;
}
.breadcrumb-links-style a{
    padding: 5px
}
.menu-style {
    top: 80% !important;
    left: 9px !important;
    min-width: 15.6rem !important;
    padding: 0px !important;
}
.menu-style li{
    padding: 1px 0px 0px 12px;
    border-bottom: 1px solid #bbb;
}
.mt-35{
    margin-top: 35px;
}
.w-100{
    width: 100% !important;
}
.f13px{
    font-size: 13px;
}
.f15px{
    font-size: 15px;
}
.discount_inputs{
    display: none;
}
.nav-item{
    cursor: pointer;
    
}
.cursor-pointer{
    cursor: pointer;
}
.cursor-pointer:hover{
    cursor: pointer;
}
.scroll-able{
    height: 500px;
    overflow-y: scroll;
}

.daterangepicker .ranges li:hover {
    background-color: #eee;
    color: #0088CC !important;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #6C757D;
    border-color: #0062cc;
    box-shadow: 0 0 0 0 rgb(38 143 255 / 50%);
}

.btn-active{
    background-color: #6c757d !important;
    color: #ffff !important;
    border: 1px solid #6c757d !important;
}