
#toast-container>.toast-success {
    background-color: #15964f;
}
#toast-container>.toast-error {
    background-color: #f00;
}
#map { height: 500px; width: 100%; }
.activeDriver,.disActive{
    padding: 4px 3px;
  color: #eee
}
.activeDriver{
        background: #00ff28;
}
.disActive{
    background: #f00;

}
.successIcon{
    background-color: #46d811;
  color: #f4eeee !important;
  border-radius: 28px;
  padding: 3px 3px 3px 6px;
}
.errooIcon
    {
background-color: #f21212;
color: #f4eeee;
border-radius: 28px;
padding: 3px 3px 3px 6px;
}
.menu-item.active > .menu-link:not(.menu-toggle) {
    background:
    linear-gradient(270deg, rgb(231, 184, 77) 0%, #e17b51 100%);
}

.swiper-container.swiper-card-advance-bg,#template-customizer .template-customizer-open-btn {
background-color: #7367F0 !important;
}
.swiper {
--swiper-theme-color: #7367F0;
}
.switch .switch-input:checked ~ .switch-toggle-slider {
    --bs-switch-bg: #FD843E;
    --bs-switch-border-color: #FD823F;
  }
  .btn-primary {
    --bs-btn-bg: #FD823F;
    --bs-btn-border-color: #FD7F41;
    --bs-btn-disabled-bg: #FD7F41;
    --bs-btn-disabled-border-color: #FD823F;
  }
  .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #fd853e;
    border-color:
  #fd823f;
  }
img[data-app-light-img][data-app-dark-img] {
  visibility: visible !important;

}
.page_title {
    font-size: 1.2em;
    font-weight: 500;
    color: #fff !important;
    padding: 34px 20px 34px 5px !important;
    text-align: center;
    background: linear-gradient(60deg,#e28750,#41465b);
      background-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  .bookingModel{
    margin-top: 10px;
  }

    #msgs_users {
        border: solid 1px #c1c1c1;
        width: 100%;
        float: left;
        height: 100%;
        max-height: 500px; 
        overflow-y: auto;
        padding-right: 5px;
    }
    #msgs_users div {
        width: 100%;
    }
    .msg-user-item {
        padding: 8px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }
#msgs_users a {
    font-weight: bold;
    color: black;
    float: left;
    width: 100%;
    padding: 15px;
    border: solid 1px #c1c1c1;
}
 .msg-user-item img {
        width: 30px;
        height: 30px;
        object-fit: cover;
        border-radius: 50%;
        margin-right: 8px;
    }
    #msgs_users div img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
     .msg-user-item:hover {
        background-color: #f7f7f7;
    }
      #userSearchInput {
        margin-bottom: 10px;
        width: 100%;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

#msgs_users_details {
    border: solid 1px #c1c1c1;
    float: left;
    width: 100%;
    padding: 15px;
}
#about_msgs {
    text-align: center;
    padding: 100px 0;
}
#about_msgs img {
    margin-bottom: 50px;
}
#msgs_users .active_user {
   font-weight: bold;
        background-color: #f0f0f0;
        border-left: 3px solid #fd8342;
        display: block;
        padding: 5px
}

#msgs_users_details #msgs_content {
    height: 500px;
    overflow-y: auto;
}
#msgs_users_details .msg_date {
    text-align: center;
    font-weight: bold;
    color: black;
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
}
#msgs_users_details .msg_data.user_msg {
    width: 50%;
    float: left;
}
#msgs_users_details .msg_data p:first-child {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
#msgs_users_details .msg_data.user_msg p:nth-child(2) {
    width: 100%;
    float: left;
    background: #f3f3f3;
    padding: 5px;
    border-radius: 10px;
    color: black;
}

#msgs_users_details .msg_seperator {
    width: 100%;
    float: left;
    height: 15px;
}
#msgs_users_details .msg_data.admin_msg {
    width: 50%;
    float: right;
}
#msgs_users_details .msg_data p:first-child {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
#msgs_users_details .msg_data.admin_msg p:nth-child(2) {
    width: 100%;
    float: left;
    background: #fd8140;
      padding: 5px;
    border-radius: 10px;
    color: white;
      text-align: right;
}
