.dashboard-sidebar .nav-link span{
         margin-left: 10px; 
         }
         .dashboard-sidebar li {
         padding:  0.5em;
         border-bottom: 1px #eaeaea solid;
         }
         .dashboard-sidebar li:last-child {
         border-bottom: none;
         }
         .pull-right{
         float: right;
         }
         .card.dashboard {
         border: none;
         }
         .card-body-icon {
         position: absolute;
         z-index: 0;
         top: 10px;
         right: 10px;
         font-size: 32px;
         font-size: 2rem;
         opacity: 0.3;
         }
         .card.dashboard h6,.card.dashboard h2 {
         color: #fff !important;
         }
         .o-hidden {
         overflow: hidden !important;
         }
         a{
         color: #222;
         }
         .margin_30 {
         padding-top: 30px;
         padding-bottom: 30px;
         }
         .header_box{
                padding: 10px 30px;
    background: #003060;
    
         }
         .margin_top_30{
            margin-top: 30px;
         }
         .style-2 .message{
            margin-bottom: 0px;
         }
         .form_title h6 strong {
             background-color: #0fa0cf;
             text-align: center;
             width: 30px;
             height: 30px;
             display: inline-block;
             -webkit-border-radius: 50%;
             -moz-border-radius: 50%;
             -ms-border-radius: 50%;
             border-radius: 50%;
             color: #fff;
             font-size: 18px;
             font-size: 0.8em;
             line-height: 32px;
             text-align: center;
             position: absolute;
             left: 0;
             top: -5px;
         }
         .form_title {
             padding-left: 40px;
         }
           .form-control::placeholder {
             color:#ccc;
          }
          .card .card-header {
                padding: 0px 0px 20px;
            }
            .header_box h2 {
        font-size: 1.1rem;
    margin: 0px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.filter {
        float: right;
    width: 150px;
    display: inline-block;
    margin-top: -5px;
}
.list_general > ul > li {
    position: relative;
    padding: 30px 30px 30px 120px;
    box-shadow: 0px 0px 5px #ddd;
    margin: 15px;
}
.list_general > ul > li figure {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 30px;
    top: 30px;
}
.list_general > ul > li figure img {
    width: 70px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.list_general > ul h4 {
    font-size: 21px;
    font-size: 1.3125rem;
}
ul.booking_details {
    list-style: none;
    margin: 15px 0 0px 0;
    padding: 0;
}
ul.booking_details li {
    margin-bottom: 5px;
}
ul.booking_details li strong {
    width: 150px;
    display: inline-block;
}
.unread, .read, .pending, .cancel, .approved {
      background-color: #dc3545;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 0px;
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
    font-style: normal;
    padding: 4px 12px 4px 12px;
    margin-left: 5px;
    position: relative;
    top: -3px;
    line-height: 1;
}

.unread, .cancel {
  background-color: #dc3545;
}

.read, .approved {
  background-color: #28a745;
}

.pending {
  background-color: #fd7e14;
}
ul.buttons {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
}
ul.buttons li {
    display: inline-block;
    margin-right: 3px;
}
a.btn_1.gray, .btn_1.gray {
    background: #e9ecef;
    color: #868e96;
}
a.btn_1.gray, .btn_1.gray {
    background: #e9ecef;
    color: #868e96;
}
a.btn_1, .btn_1 {
    border: none;
    color: #fff;
    background: #0fa0cf;
    cursor: pointer;
    padding: 10px 15px;
    display: inline-block;
    outline: none;
    font-size: 13px;
    font-size: 0.8125rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    line-height: 1;
    font-weight: 500;
}
 .bg-box1{
  background: #001d3a;
  }
  .bg-box2{
  background: #003060;
  }
  .bg-box3{
  background: #0fa0cf;
  }
  .bg-box4{
  background: #4ecbf3;
  }
  .box_general_3.style-2{
    padding-top: 15px;
  }
  .box_general_3.style-2 .header_box{
    margin-bottom: 0px;
  }
  .list_general.style2 > ul > li {
    border-top: none;
  }
  @media (max-width: 767px){
ul.booking_details li strong {
    display: block;
    width: auto;
}
.action-buttons .btn{
margin-bottom:5px;
}
.list_general > ul > li {
    padding: 30px 30px 30px 30px;
}
.list_general > ul > li figure {
    position: relative;
    left: 0px;
    top: 0px;
}
.filter {
    float: none;
}
.header_box .filter {
    margin-top: 10px;
}
ul.buttons {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    top: 15px;
    right: 0px;
}
}