.select2-selection__rendered {
    line-height: 45px !important;
}
.select2-container .select2-selection--single {
    height: 45px !important;
    font-size: 1.06rem;
    padding: 0 8px;
}
.select2-selection__arrow {
    height: 45px !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #e5e9f2 !important;
    width: 100%;
}
.switch-box{
    font-size: 17px;
    margin-right: 10px;
    color: #000;
}
.top-information,.bottom-information{
    margin: 0;
}
.app-brand{
    background-color: #fff !important;
    border-right: 1px solid #e5e9f2;
}
.app-brand a{
    padding-left: 0.56rem ;
}
.app-brand a img{
    width: 100px ;
}
.app-brand .brand-name{
    color: #000 !important;
}

.ml-30{
    margin-left: 30px;
}
.navbar .navbar-right .navbar-nav .notifications-menu .dropdown-toggle::after{
    content:none;
}
.notification-badge{
    background: red;
    padding: 1px 4px;
    font-size: 10px;
    color: #fff;
    border-radius: 12px;
    position: relative;
    left: -19px;
    top: -18px;
}
.not_read_status td{
    color:  #000;
    font-weight: bold;
}

body{margin-top:20px;}
.timeline {
    border-left: 3px solid #727cf5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 0 0 128px;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 72%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -226px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 134px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}
.user-list-table table tr td:first-child{
    width: 20%;
}

.btn-grey{
    background-color:#D8D8D8;
    color:#FFF;
}
.rating-block{
    background-color:#FAFAFA;
    border:1px solid #EFEFEF;
    padding:15px 15px 20px 15px;
    border-radius:3px;
}
.bold{
    font-weight:700;
}
.padding-bottom-7{
    padding-bottom:7px;
}

.review-block{
    background-color:#FAFAFA;
    border:1px solid #EFEFEF;
    padding:15px;
    border-radius:3px;
    margin-bottom:15px;
}
.review-block-name{
    font-size:12px;
    margin:10px 0;
}
.review-block-date{
    font-size:12px;
}
.review-block-rate{
    font-size:13px;
    margin-bottom:15px;
}
.review-block-title{
    font-size:15px;
    font-weight:700;
    margin-bottom:10px;
}
.review-block-description{
    font-size:13px;
}
.sidebar .sidenav-item-link .nav-text{
    font-size: 13px;
}

.notification-bar-del-icon-v1{
    background-color: #fe5461;
    padding:4px 8px;
    float:left;
    color:white !important;
    margin:0px 3px;
    border-radius: 3px;
    transform:0.3s ease-in-out;
}

.notification-bar-del-icon-v1:hover{
    background-color: #d2d2d2;
}

.notification-bar-main-ul{
    list-style-type: none;
    border: 1px solid #ececec;
    border-radius: 3px;
}
.notification-bar-main-li{
    overflow:hidden;
    padding: 10px;
    line-height: 25px;
    border-bottom: 1px solid #ececec;
}
.notification-bar-main-ul a{
    color:#888888;
    
}
.notification-bar-main-li:hover{
    background-color: #f9fbff;
}

.icon-space{
    margin:10px;
}

.notification-bar-del-icon{
    float: right;
    background-color: #ff2c2c;
    padding:1px 6px;
    color:white !important;
    margin:0px 8px;
    border-radius:5px;
    transform:0.3s ease-in-out;
}

.notification-bar-del-icon:hover{
    background-color: #d2d2d2;
}

.image-label{
    font-size:12px;
    color:grey;
    background:#f2f2f2;
    padding:6px 12px;
    border-radius:3px;
}