a{
    text-decoration: none!important;
}
.card .card-header .card-title {
    font-size: 16px;
    display: block;
    text-transform: capitalize;
    font-weight: bold;
    padding: 16px 20px 7px 20px;
}
.header .header-block-nav .notifications-dropdown-menu .notifications-container{
    max-height: 350px;
    overflow-y: scroll;
}
.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item{
    display: flex;
    justify-content: space-between;
    margin: 0px 5px;
    padding: 10px 10px;
    border-bottom: 1px solid rgba(126, 142, 159, .5);
}
.notification-item.unread .notification-text{
    font-weight: bold;
}
.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item .notification-text{
    font-size: 15px;
    color: #0e6d87;
    margin-right: 10px;
}
.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item .notification-time{
    font-size: 12px;
}
.header .header-block-nav .notifications-dropdown-menu footer{
    padding: 10px;
    display: block;
    border-top: 1px solid rgba(126, 142, 159, .5);
    color: #3f3f3f;
    opacity: 0.8;
    font-size: 12px;
}
.header .header-block-nav .notifications-dropdown-menu footer:hover{
    opacity: 1;
}
.scroll-wrapper.scrollable{
    overflow-y: auto;
}
.accordion-title {
    border: 1px solid #c5c5c5;
    padding: 8px 15px;
    cursor: pointer;
    margin: 15px 0px;
    background: rgb(0 164 108 / 32%);
}
.accordion-title:hover{
    background: rgb(0 164 108 / 50%);
}
.pagination{
    margin: 20px;
    display: flex;
    justify-content: center;
}
.package-container {
    margin: 0px 10px;
    box-shadow: 0px 0px 4px 0px #777777;
    padding: 15px 15px 50px 15px;
    height: 100%;
    position: relative;
}
.package-container  .select-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
}
#package .continue-btn{
    display: none;
}
.package-container .package-header{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bdbdbd;
}
.package-container .package-body .package-feature{
    border-bottom: 1px solid #d2d2d2;
    padding: 8px 2px 8px 28px;
    position: relative;
}
.package-container .package-body .package-feature:before{
    content: '\2714';
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.order-wrapper{
    padding: 0px 10px;
}
.order{
    border: 1px solid #e2e2e2;
    padding: 10px;
    margin: 10px 0px;
}
.order-head{
    margin: 0 0 10px 0px;
}
.order-head .order-code{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.order-body{
    margin: 0 0 10px 0px;
}
.order-body .list-group .list-group-item{
    padding: 8px 10px;
}
.profile{

}
.profile .profile-photo{
    border-radius: 100%;
    box-shadow: 0px 0px 5px 0px grey;
    width: 200px;
    height: 200px;
    padding: 15px;
}
.profile .profile-name{
    color: #4f5f6f;
    font-weight: bold;
    font-size: 20px;
    margin: 20px;
}
.user-list-photo{
    max-width: 40px;
    margin-right: 10px;
    border-radius: 10px;
}
.tab-content {
    margin-top: 10px;
}