.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, #141727 0%, #3A416F 100%) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-image: linear-gradient(310deg, #0c0d16 0%, #495392 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, #141727 0%, #3A416F 100%)!important;
    border: none;
    z-index: 3;
    color: #fff !important;
}
/* .bg-gradient-success {
    background-image: linear-gradient(310deg, #141727 0%, #3A416F 100%) !important;
} */
thead tr th{
    text-align: center !important;
}
.avatar-group .avatar {
    margin-left: -1rem !important;
}
.page-header .bg-gradient-success {
    background-image: linear-gradient(310deg, #141727 0%, #3A416F 100%) !important;
} 
/* .card-body.blur  .bg-gradient-success {
    background-image: linear-gradient(310deg, #141727 0%, #3A416F 100%) !important;
}  */









.readon {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
    z-index: 1;
    background-color: transparent;
    text-decoration: none;
  }
  .readon.consultant {
    padding: 18px 35px 18px 35px;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
    background: #08122D;
    overflow: hidden;
    position: relative;
    text-decoration: none;
  }
  .readon.consultant:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 300px;
    height: 200px;
    background-color: #333;
    border-color: transparent;
    border-radius: 50%;
    transform: translate(-40px, -80px) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
  }
  .readon.consultant:hover:after {
    opacity: .3;
    transform-origin: 100px 100px;
    transform: scale(1) translate(-10px, -70px);
  }
  .bg5 {
    /* background-image: url(../img/bg/5.png); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.g-sidenav-show .sidenav .nav-link-text{
    font-size: 14px;
}
.sweet-overlay{
    z-index: 2000;
}
.navbar-vertical.navbar-expand-xs .navbar-collapse{
    height: auto !important;
}