.msg{
    position: fixed;
    top: 20px;
    right: 20px;
    max-width: 300px;
    z-index: 9999;
    /* color: white; */
    text-transform: capitalize !important;
}
.error-border{
    border-color: #dc3545!important;
}
.success-border{
    border-color: #198754!important;
}
.table{
    text-transform: capitalize !important;
}
.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
 }
.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
 }
.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
 }
 @media screen and (max-width:768px){
     .service_point-map-img .l_info .info-box{
         left:85px !important;
     }
     .service_point-map-img .l_info .info-box:after{
         left:32px !important;
     }
 }

 .navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon {
    background-image: linear-gradient(310deg, #ea0606 0%, #ad0000 100%) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
     background-image: linear-gradient(310deg, #ea0606 0%, #ad0000 100%) !important;
border: none;
box-shadow: 0 3px 5px -1px rgba(0,0,0,.09), 0 2px 3px -1px rgba(0,0,0,.07);
z-index: 3;
color: #fff !important;
margin: 0 3px;
border-radius: 50%!important;
/*width: 36px;*/
/*height: 36px;*/
font-size: .875rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
     background-image: linear-gradient(310deg, #ea0606 0%, #ad0000 100%) !important;
    border: none;
    z-index: 3;
    color: #fff !important;
}
.bg-gradient-success {
    background-image: linear-gradient(310deg, #559e12 0%, #98ec2d 100%) !important;
}
.bg-gradient-danger {
    background-image: linear-gradient(310deg, #ea0606 0%, #ad0000 100%)!important;
}
thead tr th{
    text-align: center !important;
}
.avatar-group .avatar {
    margin-left: -1rem !important;
}
.card.card-background.card-background-mask-secondary:after {
    background-image: linear-gradient(310deg, #ea0606 0%, #ad0000 100%)!important;
}
.rs-footer.style1 .footer-top .footer-logo img {
    height: auto;
}
.loader .loader-icon img {
    width: 50px;
}
.full-width-header .right_menu_togle .canvas-logo img {
    max-height: 100%;
}
body .modal.show .modal-dialog {
    max-width: 90%;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title .watermark {
    opacity: .1;
}
.sticky{
    background: #fff !important;
    position: fixed !important;
    top: 0px;
    z-index: 999;
    margin: 0 auto !important;
    padding: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: sticky-animation;
    animation-name: sticky-animation;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fs-lh{
    font-size:16px !important;
    /* line-height:1.25 !important; */

}
.main-card{
    background: #64398A;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 24px;
    color: #ffffff;
    border: 10px solid #8258CD;
    box-sizing: border-box;
     min-height: 300px;
}
.list-cards .main-card{
    min-height:auto;
}
.list-cards ul{
  list-style-type:disc;
  margin:20px;
  }