/* keyframes start */

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 7%, 0);
    transform: translate3d(0, 7%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* keyframes end */

body {
  background-color: #262b31;
}

.header_one .navbar {
  background: #2e343c !important;
  padding: 0.3rem 1rem;
}

.header_one ul.navbar-nav li.user:hover ul.dropdown-menu {
  display: block;
}

.header_one ul.navbar-nav ul.dropdown-menu {
  margin: 5px 0 0 0px;
  -webkit-border-radius: 0 0px 4px 4px;
  -moz-border-radius: 0 0px 4px 4px;
  border-radius: 0 0px 4px 4px;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  box-shadow: 20px 30px 30px rgba(0, 0, 0, 0.2);
  font-size: 0.75rem;
  border: none;
}

.header_one .dropdown-menu:before {
  position: absolute;
  top: -9px;
  right: 24px;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #ffffff;
}

.profile_menu a{ 
  color: #000;
  font-size: 14px;
  
}

.profile_menu a i{ 
  color: #eee;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  margin-right: 10px;
}

.rs_dropdown::before {
  border-bottom: none !important;
}

.header_one ul.navbar-nav ul.notification_menu {
  margin: 15px -10px 0 0px;
  min-width: 20rem;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f5f5f5; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.header_one .notification_menu:before {
  right: 10px;
}

.notifi_dateTime {
  text-align: right;
  margin-bottom: 0px;
  color: #bf1e2e;
}

.notifi_pOne {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 14px;
}

.notifi_ackn {
  background-color: #bf1e2e;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: .2rem .4rem;
  border-radius: 0;
  border: 2px solid #bf1e2e;
  min-width: 6rem;
}

.notifi_ignore {
  background-color: #fff;
  color: #bf1e2e;
  font-size: 12px;
  font-weight: 600;
  padding: .2rem .4rem;
  border-radius: 0;
  border: 2px solid #bf1e2e;
  min-width: 6rem;
}

.top_nav_right li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
}

.user_img {
  width: 38px;
  height: 38px;
  border-radius: 100%;
}

.user_dropdown::after {
  display: none;
}

.user_name {
  color: #9d9d9d;
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
}

.search_div {
  position: relative;
}

.search_div i {
  color: #9d9d9d;
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 12px;
}

.search_div input {
  width: 300px;
  border-radius: 25px;
  border: 1px solid #000;
  outline: none;
  background: transparent;
  margin-top: 5px;
  padding: 2px 15px;
  color: #fff;
}

.search_div input::placeholder {
  font-size: 12px;
  font-weight: 600;
}

.header_two {
  margin-top: 15px;
}

.header_two .navbar {
  background: #2e343c !important;
  border-radius: 10px 10px 0px 0px;
  padding: 0px;
}

.custom-navbar ul.navbar-nav li.nav-item {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px 10px;
  border-right: 1px solid #444;
  min-width: 100px;
}

.custom-navbar ul.navbar-nav li.nav-item:first-child:hover,
.custom-navbar ul.navbar-nav li.nav-item:first-child.show {
  border-radius: 10px 0px 0px 0px;
}

.custom-navbar ul.navbar-nav li.nav-item:hover {
  color: #2e323c;
  background: #ffffff;
  text-align: center;
  font-size: 13px;
}

.custom-navbar .dropdown-item.active, .dropdown-item:active {
  background-color: #bf1e2e;
}

.custom-navbar ul.navbar-nav li.nav-item.show {
  color: #2e323c;
  background: #bf1e2e;
  text-align: center;
  font-size: 13px;
}

.custom-navbar ul.navbar-nav li.nav-item:hover > a {
  color: #262b31;
}

.custom-navbar ul.navbar-nav li.nav-item.show > a {
  color: #fff;
}

.custom-navbar ul.navbar-nav li.nav-item:hover > ul.dropdown-menu {
  display: block;
}

.custom-navbar ul.navbar-nav ul.dropdown-menu {
  margin: 0 0 0 0px;
  -webkit-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  box-shadow: 20px 30px 30px rgba(0, 0, 0, 0.2);
  font-size: 0.75rem;
  border: none;
}

.custom-navbar .dropdown-menu:before {
  position: absolute;
  top: -9px;
  left: 12px;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #ffffff;
}

.custom-navbar .dropdown-item {
  padding: 8px 15px;
  text-transform: capitalize;
}

.custom-navbar .dropdown-item:hover {
  background-color: #bf1e2e;
  color: #fff;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #bf1e2e;
  border-radius: 0px;
  margin-bottom: 0px;
}
ul.breadcrumb li {
  display: inline;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}
ul.breadcrumb li + li:before {
  padding: 8px;
  color: #fff;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #ccc;
  text-decoration: underline;
}

.cstm_con_fluid {
  background-color: #f5f6f8;
  border-radius: 0px 0px 10px 10px;
  min-height: calc(100vh - 185px);
}

.activity_wall_map {
  background-color: #f5f6f8;
  border-radius: 0px 0px 10px 10px;
}

.calc_section {
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 15px 15px;
  background-color: #fff;
}

.calc_section span:nth-child(1) {
  background-color: #bf1e2e;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 5px;
}

.calc_section span:nth-child(1) img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.calc_section span:nth-child(2) {
  font-weight: 600;
  color: #444;
  margin-left: 15px;
}

.calc_section span:nth-child(3) {
  display: inline-block;
  font-weight: 600;
  color: #444;
  font-size: 2rem;
  margin-left: auto;
}

.cstm_card_one {
  border-radius: 10px;
}



.price_name_div {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.price_name_div div img {
  height: 60px;
  width: 60px;
}

.price_name_div_inner {
  text-align: left;
  margin-left: 15px;
}

.price_name_div_inner span:nth-child(1) {
  font-weight: 600;
  font-size: 18px;
  display: block;
}

.price_name_div_inner span:nth-child(3) {
  font-weight: 700;
  font-size: 22px;
}

.price_name_div_inner sup:nth-child(2) {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.price_name_div_inner span:nth-child(4) {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.pricing_list_items {
  list-style-type: none;
  padding-left: 0px;
}

.pricing_list_items li {
  font-size: 12px;
  text-align: left;
  padding: 2px 0;
}

.pricing_list_items li i {
  margin-right: 15px;
  color: #262b31;
}

.pricing_list_items .txt_color_one {
  color: #262b31;
  font-weight: 600;
}

.pricing_list_items .txt_color_two {
  color: #000;
}

.ch_plan_btn {
  background-color: #bf1e2e;
  font-weight: 600;
  width: 100%;
  color: #fff;
  border-radius: 0px;
  text-transform: capitalize;
  height: 30px;
  line-height: 15px;
  font-size: 12px;
}

.ch_plan_btn:focus {
  box-shadow: 0 0 0 0.2rem rgb(191 30 46 / 25%);
}

.ch_plan_btn_outline {
  border: 1px solid  #bf1e2e;
  /* box-shadow: inset 0px 0px 5px #bf1e2e; */
  color: 444;
  font-weight: 600;
  width: 100%;
  height: 30px;
  line-height: 15px;
  font-size: 12px;
  text-transform: capitalize;
  cursor: none;
}

.cstm_card_one {
  margin: 0px 5px;
  margin-top: 20px;
}

.cstm_card_two {
  background-color: #bf1e2e;
  border-radius: 10px;
  margin: 0px 5px;
}

.cstm_card_two .price_name_div {
  color: #fff;
}

.cstm_card_two .price_name_div img {
  width: 65px;
  height: 65px;
}

.cstm_card_two .txt_color_three {
  color: #fff;
}

.cstm_card_two .pricing_list_items li i {
  margin-right: 15px;
  color: #fff;
}

.cstm_card_two .ch_plan_btn {
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  color: #bf1e2e;
  border-radius: 0px;
  text-transform: capitalize;
  height: 30px;
  line-height: 15px;
  font-size: 12px;
}

.popular_btn {
  float: right;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  border-radius: 17px;
  padding: 2px 15px;
  width: 90px;
  font-size: 12px;
  font-weight: 600;
}

.gray_txt_one {
  color: #444;
  font-size: 14px;
  font-weight: 600;
}

.paymet_method_div {
  display: flex;
  align-items: center;
  border: 1px solid #bf1e2e;
  padding: 15px;
  background-color: #f2f5ff;
}

.paymet_method_div img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.lable_type_two {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 5px;
}

.lable_type_three {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 5px;
  color: #bf1e2e;
}

.error {
  font-size: 12px;
}

.chk_box_label {
  font-weight: 600;
  margin-left: 12px;
}

.chk_box_desc {
  padding-left: 33px;
  font-size: 14px;
  color: #626a76;
}

.content_div_one {
  border: 1px solid #ddd;
  margin-top: 15px;
  background-color: #fff;
}

/* .cstm_pills {
    display: inline-flex;
} */

.cstm_pills .nav-link {
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #ccc;
  border-radius: 0;
}

.cstm_pills .nav-item {
  border-radius: 0px;
}

.cstm_pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #00aa69;
  background-color: #bf1e2e;
  border-radius: 0px;
  color: #fff;
  border: 1px solid #bf1e2e;
}

.modal_btn_one {
  padding: 8px 20px;
  background-color: #bf1e2e !important;
  border: 1px solid #bf1e2e !important;
  font-size: 12px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 0;
  white-space: nowrap;
  outline: none !important;
}

.modal_btn_two {
  padding: 8px 20px;
  background-color: #fff !important;
  border: 1px solid #bf1e2e !important;
  font-size: 12px;
  font-weight: 600;
  color: #444 !important;
  text-transform: uppercase;
  border-radius: 0;
  white-space: nowrap;
  outline: none !important;
}

.modal_btn_three {
  padding: 8px 20px;
  background-color: silver;
  border: 1px solid silver !important;
  font-size: 12px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 0;
  white-space: nowrap;
  outline: none !important;
}

.cstm_xl_modal {
  background-color: #f5f6fa;
}

.add_btn_one {
  background-color: #bf1e2e;
  width: 48%;
  color: #fff;
}

.cancel_btn_two {
  background-color: #262b31;
  width: 48%;
  color: #fff;
}

.cancel_btn_two:hover {
  color: #fff;
}

.cstm_cross_btn {
  position: absolute;
  top: 10px;
  right: 15px;
}

.final_tick i {
  font-size: 32px !important;
  background-color: #dadfe1;
  border-radius: 100%;
  padding: 15px;
  color: #fff;
  margin-bottom: 30px;
}

.final_tick h3 {
  color: #bf1e2e;
  border-radius: 100%;
  text-align: center;
  font-weight: 700;
}

.final_tick h4 {
  color: #bf1e2e;
  border-radius: 100%;
  text-align: center;
  font-weight: 600;
}

.final_tick button {
  background-color: #bf1e2e;
  padding: 8px 30px;
  color: #fff;
  font-weight: 600;
  min-width: 200px;
  margin-top: 20px;
}

.vertical_center_row {
  align-items: center;
  height: 100vh;
}

.input_type_two {
  height: 32px;
  font-size: 12px;
}

.input_field_div {
  margin-top: 10px;
}

.input_field_div input {
  height: 30px;
  font-size: 12px;
}

.input_field_div textarea {
  border-radius: 0.25rem;
  font-size: 12px;
  border: 1px solid #ddd;
  padding: 10px;
}

.input_field_div input::placeholder {
  font-size: 12px;
  font-weight: 600;
}

.input_field_div select {
  height: 30px;
  padding: 0rem 0.75rem;
  font-size: 12px;
  font-weight: 600;
}

.csmt_modal_footer {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.input_field_div input:focus {
  box-shadow: 0 0 0 0.1rem rgb(191 30 46 / 25%);
  border: 1px solid transparent;
}

.input_field_div select:focus {
  box-shadow: 0 0 0 0.1rem rgb(191 30 46 / 25%);
  border: 1px solid transparent;
}

.csmt_modal_footer .left-side {
  display: inline-block;
  text-align: center;
  width: 49%;
}

.csmt_modal_footer .right-side {
  display: inline-block;
  text-align: center;
  width: 49%;
}

.csmt_modal_footer .divider {
  background-color: #e1e5f1;
  display: inline-block;
  float: inherit;
  width: 1px;
  height: 60px;
  margin: 0px -3px;
}

.csmt_modal_footer .left-side button {
  color: #bf1e2e;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none;
}

.csmt_modal_footer .right-side button {
  color: #2e343c;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none;
}

.csmt_modal_header {
  background-color: #bf1e2e;
  color: #fff;
  border-radius: 3px 3px 0px 0px;
}

.csmt_modal_header button {
  color: #fff;
}
  
.cstm_chk_label {
  font-size: 12px;
  font-weight: 600;
  margin-top: 2px;
  margin-bottom: 2px;
  display: block;
}

.modal_body_div {
  padding: 20px;
}

.modal_body_div textarea {
  outline: none;
}

.modal-content{
  border: none !important;
}

.modal_left_div {
  padding-right: 10px;
}

.modal_right_div {
  padding-left: 10px;
}

.cstm_file label {
  font-size: 12px;
  font-weight: 600;
  height: 30px;
  padding: 5px 10px;
}

.cstm_file label::after {
  height: 28px;
  padding: 5px 10px;
}

.nav_pills_config .nav-link {
  background-color: #efefef;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  color: #444 !important;
  text-transform: capitalize;
  border-top: 3px solid transparent;
  cursor: pointer;
}

.nav_pills_config .nav-link.active,
.nav-pills .show > .nav-link {
  color: #bf1e2e !important;
  background-color: transparent;
  border-bottom: none;
  border-top: 3px solid #bf1e2e;
  box-sizing: border-box;
}

.step_numbers span:first-child {
  background-color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 100%;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  font-weight: 600;
}

.step_numbers span:last-child {
  font-size: 14px;
  color: #626a76;
}

.setting_profile_div {
  background-color: #2e343c;
  height: 350px;
  color: #fff;
}

.setting_profile_div > div {
  text-align: center;
  position: relative;
  top: 45%;
  transform: translateY(-50%);
}

.setting_profile_img_div {
  width: 120px;
  height: 120px;
  background-color: #ddd;
  border-radius: 100%;
  padding: 10px;
  margin: auto;
  overflow: hidden;
}

.setting_profile_img_div img {
  position: relative;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
}

.edit_profile {
  background-color: #bf1e2e;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0px;
  margin-top: 20px;
  padding: 6px 25px;
}

.priority_color {
  background-color: #bf1e2e;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.bootstrap-tagsinput .label-info {
  background-color: #9d9d9d;
}

.tbl_type_one {
  width: 100% !important;
  box-sizing: border-box !important;
  border: 1px solid #dee2e6 !important;
} 

.tbl_type_one thead{
  background-color: #dee2e6;
  text-transform: uppercase;
}

.tbl_type_one thead th{
  padding: 1rem 0.75rem !important;
  font-weight: 500 !important;
}

.tbl_type_one tbody tr:nth-child(even) {
  background: #f5f7fb;
}

.tbl_type_one tr td {
  vertical-align: middle;
}

.tbl_type_one.table-bordered td, .table-bordered th {
  border: none !important;
}

.tbl_type_one tr {
  font-size: 12px;
}

.tbl_type_one td a.text_six:hover{
  color: #333 !important;
}

.tbl_action_cell {
  display: flex;
  flex-wrap: wrap;
}

.tbl_action_cell a {
  margin-right: 0.5vw;
}

.tbl_action_cell a span:hover{
  /* box-shadow: 0px 0px 5px 0.1rem #ccc; */
  background-color: #bf1e2e;
}

.tbl_action_cell a span:hover i{
  /* box-shadow: 0px 0px 5px 0.1rem #ccc; */
  color: #fff;
}

.tbl_edit_icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 0%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

.tbl_edit_icon i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  display: block;
  color: #555;
}

.tbl_edit_icon:hover{
  /* box-shadow: 0px 0px 5px 0.1rem #ccc; */
  background-color: #bf1e2e;
}

.tbl_edit_icon:hover i{
  /* box-shadow: 0px 0px 5px 0.1rem #ccc; */
  color: #fff;
}

.tbl_view_icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 0%;
  text-align: center;
  transition: 0.3s;
}

.tbl_view_icon i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  display: block;
  color: #555;
}

.tbl_view_icon:hover{
  /* box-shadow: 0px 0px 5px 0.1rem #ccc; */
  background-color: #bf1e2e;
}

.tbl_view_icon:hover i{
  /* box-shadow: 0px 0px 5px 0.1rem #ccc; */
  color: #fff;
}

.tbl_delete_icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 0%;
  text-align: center;
  transition: 0.3s;
}

.tbl_delete_icon i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  display: block;
}

.tbl_delete_icon:hover{
  /* box-shadow: 0px 0px 5px 0.1rem #ccc; */
  background-color: #bf1e2e;
}

.tbl_delete_icon:hover i{
  /* box-shadow: 0px 0px 5px 0.1rem #ccc; */
  color: #fff;
}

.border_type_div {
  background-color: #fff;
  border: 1px solid #ddd;
  min-height: 100%;
}

/* employee Page Navigation start */

/* .employee_pills .nav-item {
  margin-top: 10px;
} */

.employee_pills .nav-link {
  border-radius: 0px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.employee_pills .nav-link.active,
.employee_pills .show > .nav-link {
  color: #000;
  background-color: #f8e8ea;
}

.employee_pills .nav-link span {
  background-color: #edc0c4;
  color: #bf1e2e;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  vertical-align: bottom;
  margin-right: 15px;
}

.employee_pills .nav-link span i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  display: block;
}

.rightBottom_btn {
  padding: 8px 20px;
  background-color: #bf1e2e !important;
  border: 1px solid #bf1e2e !important;
  font-size: 12px;
  font-weight: 600;
  color: #fff !important;
  text-transform: capitalize;
  border-radius: 0;
  white-space: nowrap;
}

.emergency_addmore_btn {
  padding: 5px 15px;
  background-color: #bf1e2e !important;
  border: 1px solid #bf1e2e !important;
  font-size: 12px;
  font-weight: 600;
  color: #fff !important;
  text-transform: capitalize;
  border-radius: 0;
  white-space: nowrap;
}

.emergency_lessmore_btn {
  padding: 5px 15px;
  background-color: #bf1e2e !important;
  border: 1px solid #bf1e2e !important;
  font-size: 12px;
  font-weight: 600;
  color: #fff !important;
  text-transform: capitalize;
  border-radius: 0;
  white-space: nowrap;
}

/* The radio */
.radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 20px;
  color: #585454;
  font-weight: 600;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkround {
  position: absolute;
  top: 2px;
  left: 0px;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border-color: #ced4da;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio input:checked ~ .checkround {
  border: 1px solid #bf1e2e;
}

.radio input:checked ~ .checkround:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
  left: 1px;
  top: 1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bf1e2e;
}

/* The check */
.check {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-right: 15px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0px;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-color: #ced4da;
  border-style: solid;
  border-width: 1px;
}

/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
  background-color: #bf1e2e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
  display: block;
  background-color: #bf1e2e;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* weekDays checkBox css */

.weekDays-selector {
  border: 1px solid #dddddd;
  padding: 6px;
  display: inline-block;
}

.weekDays-selector input {
  display: none !important;
}

.weekDays-selector input[type="checkbox"] + label {
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  height: 30px;
  width: 30px;
  margin: 2px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 0px;
}

.weekDays-selector input[type="checkbox"]:checked + label {
  background: #dddddd;
  color: #000;
}

/* radio box for working hours page  */

.work_hours input[type="radio"] {
  display: none !important;
}

.work_hours input[type="radio"] + .table_div {
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  height: 4rem;
  width: 100%;
}

.work_hours input[type="radio"]:checked + .table_div {
  cursor: pointer;
  font-size: 12px;
  background-color: #cae9f6;
}

.work_hours .col label {
  margin-bottom: 0px;
}

/*  checkbox for 24 hours page  */

.time_hours input[type="checkbox"] {
  display: none !important;
}

.time_hours input[type="checkbox"] + .table_div_time {
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  height: 3rem;
  width: 100%;
}

.time_hours input[type="checkbox"]:checked + .table_div_time {
  cursor: pointer;
  font-size: 12px;
  background-color: #f8e8ea;
}

.time_hours .col label {
  margin-bottom: 0px;
}

/* dount progerss bar for incident page */

.progressbar_inci {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.circle_inci {
  width: 120px;
  /* margin: 6px 6px 20px; */
  margin-top: 7px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle_inci canvas {
  vertical-align: top;
  width: 120px !important;
}

.inci_inner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inci_inner_content h6 {
  font-size: 11px;
  white-space: nowrap;
  margin-bottom: 5px;
  margin-top: 5px;
}

.inci_inner_content i {
  color: #bf1e2e;
}

.circle_inci strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.inci_progressbar p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: 15px;
}

.prog_type_one {
  background-color: #ddd;
  border-radius: 0px;
  height: 8px;
}

.prog_type_one .progress-bar {
  background-color: #bf1e2e;
  border-radius: 0px;
}

.tabular_div {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.tabular_div:nth-child(3n) {
  border-right: none;
}

.table_div {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  height: 4rem;
  width: 100%;
  min-width: 90px;
}

.work_hours .col:last-child .table_div {
  border-right: none;
}

.table_div h6 {
  margin-bottom: 0px;
  font-size: 14px;
}

.table_div span {
  font-size: 12px;
}

.work_hours {
  overflow: auto;
  padding: 1rem;
}

.work_hours .col {
  padding: 0px;
}

.table_div_time {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  height: 3rem;
}

.table_div_time h6 a {
  font-size: 12px;
}

.time_hours .col:last-child .table_div_time {
  border-right: none;
}

.time_hours .col:first-child .table_div_time {
  border-bottom: none;
  min-width: 80px;
}

.time_hours .col:first-child .table_div_time:before {
  content: "";
  width: 25px;
  height: 1px;
  border-top: 1px solid #ddd;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.table_div_time h6 {
  margin-bottom: 0px;
  margin-top: 4px;
}

.table_div_time span {
  font-size: 12px;
  margin-top: 24px;
  display: inline-block;
  font-weight: 600;
}

.time_hours {
  overflow: auto;
  padding: 1rem;
}

.time_hours .col {
  padding: 0px;
}

.pink_select {
  background-color: #f8e8ea;
}

.pink_select select {
  background-color: #f8e8ea;
  border: none;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 600;
  padding: 0px;
}

.status_green {
  background-color: #108c2a;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  text-decoration: none;
  margin-right: 1vw;
  min-width: 90px;
  text-align: center;
  border-radius: 3px;
}

.status_red {
  background-color: #bf1e2e;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  text-decoration: none;
  margin-right: 1vw;
  min-width: 90px;
  text-align: center;
  border-radius: 3px;
}

.status_yellow {
  background-color: #c59a17;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  text-decoration: none;
  margin-right: 1vw;
  min-width: 90px;
  text-align: center;
  border-radius: 3px;
}

.status_orange {
  background-color: #f2a04a;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  text-decoration: none;
  margin-right: 1vw;
  min-width: 90px;
  text-align: center;
  border-radius: 3px;
}

.status_blue {
  background-color: #1b538e;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  text-decoration: none;
  margin-right: 1vw;
  min-width: 90px;
  text-align: center;
  border-radius: 3px;
}

.gps_sign {
  color: #4d9e4f;
  font-size: 14px;
  width: 20px;
  display: inline-block;
}

.priority_one {
  color: #bf1e2e;
  text-decoration: none;
  display: inline-block;
}

.priority_two {
  color: #108c2a;
  text-decoration: none;
  display: inline-block;
}

.priority_three {
  color: #c59a17;
  text-decoration: none;
  display: inline-block;
}

.tab_content_btn {
  display: inline-block;
  float: right;
  margin-top: -60px;
}

.recent_activity {
  min-height: 102px;
  border: 1px solid #ddd;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

.recent_activity.activated {
  min-height: 102px;
  border: 1px solid #ddd;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background-color: #eee;
}

.title_six {
  color: #bf1e2e;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 14px;
}

.title_seven {
  color: #108c2a;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 14px;
}

.title_eight {
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 14px;
}

.text_five {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  margin-bottom: 0px;
}

.text_six {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0px;
}

.btn_six {
  background-color: #108c2a;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0px;
}

.btn_seven {
  background-color: #bf1e2e;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0px;
}

.custom_legend {
  font-size: 12px;
  font-weight: 600;
}

.custom_legend span:first-child {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.profile_data_div span:first-child {
  width: 150px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

.profile_data_div span:last-child {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.rp_recent_activity {
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 15px;
  overflow: auto;
}

.rp_recent_activity span {
  font-size: 14px;
  font-weight: 600;
}

.rc_compleated {
  color: #bf1e2e;
}

.rc_inprogress {
  color: #c59a17;
}

.rc_compleated_btn {
  background-color: #108c2a;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  min-width: 100px;
  text-align: center;
}

.rc_inprogress_btn {
  background-color: #c59a17;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  min-width: 100px;
  text-align: center;
}

/* TimeLine for recent activity  start */

.rp_recent {
  position: relative;
}

.rp_recent::before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 24px;
  height: calc(100% - 30px);
  border: 1px dashed #ccc;
}

.rp_recent_activity::before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #bf1e2e;
  left: 18px;
  width: 14px;
  height: 14px;
}

/* TimeLine for recent activity  End */

.postcode_area {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 155px;
  overflow: auto;
}

/* TimeLine for Escaltion Policy Start */

.history-tl-container {
  font-family: "Roboto", sans-serif;
  display: block;
  position: relative;
}
.history-tl-container ul.tl {
  margin: 20px 0;
  padding: 0;
  /* display:inline-block; */
}
.history-tl-container ul.tl > li {
  list-style: none;
  margin: auto;

  min-height: 50px;
  /*background: rgba(255,255,0,0.1);*/
  /* border-left:1px dashed #86D6FF; */
  /* border-left:1px solid #bf1e2e; */
  padding: 0 0 30px 20px;
  position: relative;
}

.history-tl-container ul.tl > li {
  position: relative;
}

.history-tl-container ul.tl > li::after {
  content: "";
  height: 100%;
  border-left: 1px solid #bf1e2e;
  position: absolute;
  left: 0px;
  top: 6px;
  z-index: 0;
}

.history-tl-container ul.tl > li:last-child::after {
  content: none;
}

.history-tl-container ul.tl > li:last-child {
  border-left: 0;
}
.history-tl-container ul.tl > li::before {
  position: absolute;
  left: -10px;
  top: 4px;
  content: " ";
  border: 2px solid #bf1e2e;
  border-radius: 500%;
  background: #fff;
  height: 20px;
  width: 20px;
  transition: all 500ms ease-in-out;
  z-index: 1000;
}
.history-tl-container ul.tl li.active::before {
  border-color: #bf1e2e;
  background: #bf1e2e;
  transition: all 1000ms ease-in-out;
}

/* TimeLine for Escaltion Policy End */

.esc_txt {
  font-size: 12px;
  color: #bf1e2e;
  font-weight: 600;
}

.esc_input {
  height: 30px;
  font-size: 12px;
}

.table_inner_modal_btn {
  padding: 5px 15px;
  background-color: #bf1e2e !important;
  border: 1px solid #bf1e2e !important;
  font-size: 12px;
  font-weight: 600;
  color: #fff !important;
  text-transform: capitalize;
  border-radius: 5px;
  white-space: nowrap;
  cursor: pointer;
}

.drag_side_panel {
  border: 1px solid #ccc;
  height: 200px;
  overflow: auto;
  padding: 5px;
}

.drag_side_panel .side-panel {
  list-style: none;
  padding-left: 0px;
}

.drag_side_panel .side-panel li a {
  display: block;
  font-size: 12px;
  padding: 5px 10px;
}

.drag_side_panel .side-panel li a.active {
  background: #eee;
  color: #444;
  font-weight: bold;
}

.add_list_btn {
  padding: 5px 15px;
  background-color: #bf1e2e !important;
  border: 2px solid #bf1e2e !important;
  font-size: 12px;
  font-weight: 600;
  color: #fff !important;
  text-transform: capitalize;
  border-radius: 5px;
  white-space: nowrap;
  min-width: 80px;
}

.remove_list_btn {
  padding: 5px 15px;
  background-color: #fff !important;
  border: 2px solid #bf1e2e !important;
  font-size: 12px;
  font-weight: 600;
  color: #bf1e2e !important;
  text-transform: capitalize;
  border-radius: 5px;
  white-space: nowrap;
  min-width: 80px;
}

#mapid {
  height: 370px;
  width: 100%;
}

#mapidtwo {
  height: 370px;
  width: 100%;
}

#mapidThree {
  min-height: 40vh; 
  /* min-height: calc(100vh - 245px);  */
}

.nearest_vehicle {
  position: relative;
}

.nearest_vehicle i {
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: 12px;
}

.nearest_vehicle_details {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
}

.nearest_vehicle_hr {
  margin: 10px auto;
  clear: both;
}

.nearest_vehicle_btns {
  display: flex;
  justify-content: space-between;
}

.nearest_vehicle_btns button {
  background-color: #bf1e2e;
  color: #fff;
  font-size: 12px;
  width: 49%;
}

.pink_select_span {
  color: #4d9e4f;
  font-size: 14px !important;
  font-weight: 600;
  text-align: center;
  margin-top: 12px;
}

.table_div a {
  font-size: 14px;
  font-weight: 600;
  color: #888;
  display: block;
  text-align: center;
  margin-top: 12px;
}

.week_date_div {
  display: flex;
  background-color: #eee;
  min-width: 250px;
  justify-content: space-between;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-weight: 600;
}

.week_date_div button {
  border: none;
  outline: none;
}

.week_date_div button i {
  font-size: 20px;
  font-weight: 600;
  color: #999;
}

.time_hours input[type="checkbox"] + .table_div_schedule .round_tick {
  background-color: #4d9e4f;
  color: #fff;
  padding: 4px;
  border-radius: 100%;
  margin-top: 0px !important;
  visibility: hidden;
}

.time_hours input[type="checkbox"]:checked + .table_div_schedule .round_tick {
  background-color: #4d9e4f;
  color: #fff;
  padding: 4px;
  border-radius: 100%;
  margin-top: 0px !important;
  visibility: visible;
  display: flex;
}

.time_hours input[type="checkbox"] + .table_div_schedule {
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  height: 6.5rem;
  width: 100%;
  display: block;
}

.time_hours input[type="checkbox"]:checked + .table_div_schedule {
  cursor: pointer;
  font-size: 12px;
  /* background-color: #f8e8ea; */
}

.table_div_schedule {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  height: 6.5rem;
}

.table_div_schedule h6 a {
  font-size: 12px;
}

.time_hours .col:last-child .table_div_schedule {
  border-right: none;
}

.time_hours .col:first-child .table_div_schedule {
  min-width: 80px;
}

.table_div_schedule h6 {
  margin-bottom: 0px;
  margin-top: 12px;
}

.table_div_schedule span {
  font-size: 12px;
  /* margin-top: 12px; */
  display: inline-block;
  font-weight: 600;
}

.table_div_schedule p {
  margin-bottom: 0px;
  font-weight: 600;
}

.pink_schedule {
  background-color: #f8e8ea !important;
  border-bottom: 1px solid #bf1e2e;
}

.pink_schedule > p:nth-child(2) {
  color: #bf1e2e !important;
}

.green_schedule {
  background-color: #daf6e8 !important;
  border-bottom: 1px solid #19ca90;
}

.green_schedule > p:nth-child(2) {
  color: #19ca90 !important;
}

.gray_schedule {
  background-color: #e1e1ed !important;
  border-bottom: 1px solid #bea6f1;
}

/* monthDays checkBox css */

.dayHours-selector {
  border: 1px solid #dddddd;
  padding: 6px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 0.25rem;
  background-color: #fff;
}

.dayHours-selector input {
  display: none !important;
}

.dayHours-selector input[type="checkbox"] + label {
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  height: 25px;
  width: 25px;
  margin: 0px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  font-size: 10px;
  margin-bottom: 0px;
  font-weight: 600;
}

.dayHours-selector input[type="checkbox"]:checked + label {
  background: #000;
  color: #fff;
}

.avail_main {
  display: flex;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 3rem;
  justify-content: space-between;
}

.avail_sub {
  width: 100%;
  margin-right: 2px;
  font-size: 12px;
  font-weight: 600;
  padding: 5px;
}

.avail_pink {
  background-color: #f8e8ea;
  border-bottom: 1px solid #bf1e2e;
}

.avail_green {
  background-color: #daf6e8;
  border-bottom: 1px solid #19ca90;
}

.avail_sub:last-child {
  width: 100%;
  margin-right: 0px;
}

.time_hours .col:last-child .avail_main {
  border-right: none;
}


/* for checkbox */
.responder_check input[type="checkbox"]:checked + .responder_inner {
  cursor: pointer;
  font-size: 12px;
  background-color: #f8e8ea;
  border: 1px solid #ced4da;
}

.responder_check input[type="checkbox"] + .responder_inner {
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  width: 100%;
  border: 1px solid transparent;
  position: relative;
}

.responder_inner img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.responder_check input[type="checkbox"] + .responder_inner .round_tick {
  background-color: #4d9e4f;
  color: #fff;
  padding: 4px;
  border-radius: 100%;
  margin-top: 0px !important;
  visibility: hidden;
  position: absolute;
  top: 15px;
  right: 15px;
}

.responder_check input[type="checkbox"]:checked + .responder_inner .round_tick {
  background-color: #4d9e4f;
  color: #fff;
  padding: 4px;
  border-radius: 100%;
  margin-top: 0px !important;
  visibility: visible;
  display: inline-flex;
}

.responder_check input[type="checkbox"] {
  display: none !important;
}

/* for radio button */
.responder_check input[type="radio"]:checked + .responder_inner {
  cursor: pointer;
  font-size: 12px;
  background-color: #f8e8ea;
  border: 1px solid #ced4da;
}

.responder_check input[type="radio"] + .responder_inner {
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  width: 100%;
  border: 1px solid transparent;
  position: relative;
}

.responder_inner img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.responder_check input[type="radio"] + .responder_inner .round_tick {
  background-color: #4d9e4f;
  color: #fff;
  padding: 4px;
  border-radius: 100%;
  margin-top: 0px !important;
  visibility: hidden;
  position: absolute;
  top: 15px;
  right: 15px;
}

.responder_check input[type="radio"]:checked + .responder_inner .round_tick {
  background-color: #4d9e4f;
  color: #fff;
  padding: 4px;
  border-radius: 100%;
  margin-top: 0px !important;
  visibility: visible;
  display: flex;
}

.responder_check input[type="radio"] {
  display: none !important;
}

.table_td_color_green {
  color: #4d9e4f;
  font-weight: 600;
}

.table_td_color_yellow {
  color: #b6a612;
  font-weight: 600;
}

.table_td_color_red {
  color: #bf1e2e;
  font-weight: 600;
}

/* Black Map Start */

#black_mapid {
  height: 100%;
  width: 100%;
}

/* .leaflet-tile-container img {
    box-shadow: 0 0 1px red;
} */

.map_main_div {
  position: relative;
  height: 60vh;
  margin-top: 15px;
}

.map_bottom_menu {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1000;
}

.map_bottom_btn {
  background-color: #2c3138;
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 0px;
  border: 1px solid #333;
}

.map_bottom_btn:hover {
  background-color: #2c3138;
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 0px;
  border: 1px solid #333;
}

.map_bottom_btn.focus,
.map_bottom_btn:focus {
  outline: 0;
  box-shadow: none;
  background-color: #151a1e;
  border: none;
  border-left: 1px solid #333;
}

.map_bottom_btn:focus span {
  border-bottom: 1px solid #bf1e2e;
  padding-bottom: 2px;
}

.map_bottom_menu .dropdown-menu {
  width: 16rem;
  background-color: #151a1e;
  border: 1px solid #333;
  top: 3px !important;
  border-bottom: none;
  border-radius: 4px 4px 0px 0px;
  /* box-shadow: 0px 0px 5px #333; */
}

.map_bottom_input {
  display: flex;
  align-items: center;
  border: 1px solid #333;
  border-radius: 3px;
  /* box-shadow: 0px 0px 5px #333; */
}

.map_bottom_input span {
  color: #333;
  width: 30px;
  text-align: center;
}

.map_bottom_input span i {
  font-size: 12px;
  color: #999;
}

.map_bottom_input input {
  background-color: transparent;
  height: 25px;
  border-radius: 0px;
  border: none;
  border-left: 1px solid #333;
  font-size: 12px;
  padding: 5px;
  color: #999;
}
.map_bottom_input input:focus {
  color: #ddd;
  background-color: transparent;
  border-color: #333;
  outline: 0;
  box-shadow: none;
}

.map_bottom_input select {
  background-color: transparent;
  height: 25px;
  border-radius: 0px;
  border: none;
  border-left: 1px solid #333;
  font-size: 12px;
  padding: 0px;
  color: #999;
}

.map_bottom_input select:focus {
  color: #ddd;
  background-color: transparent;
  border-color: #333;
  outline: 0;
  box-shadow: none;
}

.map_bottom_menu_title {
  border-bottom: 1px solid #333;
  padding: 10px;
  padding-left: 20%;
}

.map_bottom_menu_title span {
  border-bottom: 3px solid #bf1e2e;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.map_save_btns {
  display: flex;
  justify-content: space-between;
}

.map_save_btns button {
  width: 48%;
  border: 1px solid #333;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.map_save_btns button:hover {
  border: 1px solid #bf1e2e;
  color: #fff;
}

.map_safety_div {
  display: flex;
  /* justify-content: space-around; */
  padding: 10px;
  border-bottom: 1px solid #333;
  padding-left: 20%;
}

.map_safety_div button {
  color: #fff;
  background-color: transparent;
  outline: 0;
  font-size: 12px;
  font-weight: 600;
  border: none;
}

.nav_active_line {
  border-bottom: 3px solid #bf1e2e;
  padding-bottom: 11px;
}

.map_label {
  color: #999;
}

.map_table {
  border-collapse: collapse;
  border-style: hidden;
}
.map_table td {
  border: 1px solid #333;
}

.map_send_btn {
  background-color: #bf1e2e;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 15px;
}

.map_progress_div {
  display: flex;
  color: #fff;
  position: absolute;
  bottom: 30px;
  right: 15px;
  z-index: 999;
  align-items: flex-end;
}

.cr_map_prog {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}

.circle_map {
  width: 70px;
  /* margin: 6px 6px 20px; */
  margin-top: 0px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.cr_map_prog_span {
  position: absolute;
  right: 0px;
  left: 0px;
  font-size: 10px;
  top: 33px;
  font-weight: 400;
}

.signal_div {
  display: flex;
  flex-direction: column;
}

.signal_div p {
  margin-top: 2px;
  margin-bottom: 0px;
  text-align: right;
  font-size: 10px;
}

.signal_div .signal_light {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 6px;
}

.map_vrbar_div {
    display: flex;
    align-items: flex-end;
}

.loadbar_mapr {
  width: 5px;
  height: 100px;
  background-color: #22313e;
  border: 1px solid #22313e;
  position: relative;
}
.bar_mapr {
  width: 100%;
  display: block;
  font-family: arial;
  font-size: 12px;
  background-color: #4db1e4;
  /* box-shadow: 0px 0px 5px #4db1e4; */
  color: #fff;
  position: absolute;
  bottom: 0px;
}

.loadbar_mapr_div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: right;
}

.loadbar_mapr_div span{
    font-size: 10px;
}

.fullscreen_btn {
    background-color: #108c2a;
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    position: absolute;
    z-index: 999;
    right: 15px;
    top: 15px;
}

/* map full screen menue */

.map_top_menu {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: #2c3138;
    height: 100vh;
  }

  .map_top_menu .dropdown-menu {
    width: 16rem;
    background-color: #151a1e;
    border: 1px solid #333;
    top: 0px;
    left: -2px !important;
    border-left: none;
    border-radius: 0px 4px 4px 0px;
    /* box-shadow: 0px 0px 5px #333;*/
}

.map_top_menu .btn-group {
    flex-direction: column;
}

.map_top_btn {
    background-color: #2c3138;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    border-radius: 0px;
    border: 1px solid #333;
    width: 110px;
    white-space: normal;
  }

  .map_top_btn:hover {
    background-color: #2c3138;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    border-radius: 0px;
    border: 1px solid #333;
  }
  
  .map_top_btn.focus,
  .map_top_btn:focus {
    outline: 0;
    box-shadow: none;
    background-color: #151a1e;
    border: none;
    border-left: 1px solid #333;
  }

  .map_main_div .leaflet-control {
    margin-top: 15px !important;
    margin-left: 125px !important;
    display: none;
  }

  .middle_menu {
      top: -150px !important;
  }

/* ---------- */
  .leaflet-top {
      z-index: 999 !important;
  }
  .custom_map_popup .leaflet-popup-content-wrapper {
    background:#2c3138;
    color:#fff;
    font-size:16px;
    line-height:24px;
    border-radius: 0px;
    padding: 0px;
    width: 340px;
    }
  .custom_map_popup .leaflet-popup-content-wrapper a {
      color:rgba(255,255,255,0.1);
    }
  .custom_map_popup .leaflet-popup-tip-container {
    width:30px;
    height:15px;
    }
  .custom_map_popup .leaflet-popup-tip {
      background: transparent;
      border: none;
      box-shadow: none;
    }

    .custom_map_popup .map_popup_title {
        background-color: #bf1e2e;
        padding: 8px;
        font-size: 12px;
        width: 340px;
    }

    .custom_map_popup .leaflet-popup-content{
        margin: 0px;
    }

    .custom_map_popup a.leaflet-popup-close-button {
        top: 4px !important;
        right: 4px !important;
    }

    .map_popup_img_div {
        width: 50px;
        border-right: 1px solid #333;
        text-align: center;
    }

    .map_popup_img_div img{
        width: 50px;
        height: 50px;
        border-radius: 100%;
    }

    .map_popup_img_div h6{
        font-size: 14px;
        margin-top: 10px;
    }

    .map_popup_text_div p {
        margin: 0px !important;
        margin-bottom: 8px !important;
    }

    .map_popup_text_div p span:first-child {
        font-size: 12px;
        margin-right: 5px;
        display: inline-block;
        
    }

    .map_popup_text_div p span:last-child {
        font-size: 12px;
        font-weight: 600;
    }


    /* inprogress timeline */

  .inprogress-tl-container{
    font-family: "Roboto",sans-serif;
    display:block;
    position:relative;
  }
  .inprogress-tl-container ul.tl{
      margin:20px 0;
      padding:0;
      display:inline-block;
  
  }
  .inprogress-tl-container ul.tl li{
      list-style: none;
      margin:auto;
      margin-left:85px;
      min-height:50px;
      /*background: rgba(255,255,0,0.1);*/
      border-left:1px dashed #bf1e2e;
      padding:0 0 40px 30px;
      position:relative;
  }
  .inprogress-tl-container ul.tl li:last-child{ border-left:0;}
  .inprogress-tl-container ul.tl li::before{
      position: absolute;
    left: -14px;
    top: -5px;
    content: " ";
    border: 6px solid #f8e8ea;
  
    border-radius: 500%;
    background: #bf1e2e;
    height: 25px;
    width: 25px;
    transition: all 500ms ease-in-out;
  
  }
  .inprogress-tl-container ul.tl li:hover::before{
      border-color:  #bf1e2e;
      transition: all 1000ms ease-in-out;
  }
  
  .inprogress-item-title {
    font-size: 12px;
  }

  ul.tl li .timestamp{
    color: #8D8D8D;
    position: absolute;
    width: 100px;
    left: -85px;
    /* text-align: right; */
    font-size: 12px;
    right: 15px;
  }

  .inprogress_accordion .accordion-head i{
    font-size: 1.5em;
    float: right;
}

.inprogress_accordion .accordion-head > .collapsed > i:before{
    content: "\f107";
}

.inprogress_accordion .accordion-head a {
  text-decoration: none;
  color: #555;
}

.inprogress_accordion {
  background-color: #f5f6f8;
  margin-bottom: 15px;
}

.camera_div {
  position: absolute;
  overflow: hidden;
  bottom: 0px;
  padding: 0px;
  width: 24px;
  right: 15px;
}
.camera_div input {
  position: absolute;
  font-size: 50px;
  opacity: 0px;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

.notifi_badge {
  position: absolute;
  font-size: 10px;
  padding: 3px 5px;
  border-radius: 3rem;
  top: 2px;
  background-color: #bf1e2e;
  color: #fff;
}

.customer_shifts_div {
  background-color: #fff;
  border: 1px solid #ddd;
  min-height: 100%;
  max-height: 335px;
  overflow-x: auto;
}

.customer_location_div {
  background-color: #fff;
  border: 1px solid #ddd;
  min-height: 100%;
  overflow: auto;
  max-height: 350px;
}

.customer_employee_div {
  background-color: #fff;
  min-height: 350px;
  overflow: auto;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_info {
  font-size: 12px;
}

.dataTables_wrapper .dataTables_length {
  font-size: 12px;
}

.dataTables_wrapper .dataTables_filter {
  font-size: 12px !important;
}

.dataTables_filter input[type=search]:focus-visible {
  outline: none !important;
}

/* ************** */

.hand_cursor {
  cursor: pointer;
}

/* datatables */
table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid #ddd !important;
}

table.dataTable.no-footer {
  /* border-bottom: 1px solid #111; */
  border: 1px solid #dee2e6 !important;
}


/*datepicker customization muj 05-02-21*/
.datepicker th{
  text-transform: inherit;
  font-size: 11px !important;
}
.datepicker th.dow {
  color: #bf1e2e;
  border-top: 1px solid;
  font-size: 11px !important;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background: #bf1e2e !important;
  font-size: 11px !important;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active, 
.datepicker table tr td span.active.disabled.disabled, 
.datepicker table tr td span.active.disabled:active, 
.datepicker table tr td span.active.disabled:hover, 
.datepicker table tr td span.active.disabled:hover.active, 
.datepicker table tr td span.active.disabled:hover.disabled, 
.datepicker table tr td span.active.disabled:hover:active, 
.datepicker table tr td span.active.disabled:hover:hover, 
.datepicker table tr td span.active.disabled:hover[disabled], 
.datepicker table tr td span.active.disabled[disabled], 
.datepicker table tr td span.active:active, 
.datepicker table tr td span.active:hover, 
.datepicker table tr td span.active:hover.active, 
.datepicker table tr td span.active:hover.disabled, 
.datepicker table tr td span.active:hover:active, 
.datepicker table tr td span.active:hover:hover, 
.datepicker table tr td span.active:hover[disabled], 
.datepicker table tr td span.active[disabled] {
  background-color: #bf1e2e !important;
  background-image: none !important;
  color: #fff;
  font-size: 11px !important;
}


.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 32px !important;
  line-height: 32px !important;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 100% !important;
}


.datepicker-dropdown {
  padding: 10px !important;
  font-size: 11px;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 30px !important;
  height: 30px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50% !important;
  border: none;
  font-size: 11px !important;
  
}
.datepicker .table-condensed {
  width: -webkit-fill-available;
}

/* TimePicker Start */

.bootstrap-timepicker-widget table td input {
  width: 35px !important;
  font-size: 12px;
  border: 1px solid #ced4da;
  padding: 10px;
}

.bootstrap-timepicker-widget table td span {
  color: #585454;
  
}

.incident_timeline_div {
  height: 470px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ol_point {
  font-size: 10px;
    font-weight: 600;
    background-color: #bf1e2e;
    width: 20px;
    display: inline-block;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    margin-right: 15px;
}

.notification_div2 {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
}

.misos_alert {
  background-color: #eee;
  color: #000;
  position: relative;
  min-width: 420px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: -10px 0px 30px rgb(0 0 0 / 10%);
}

.misos_alert span {
  font-size: 12px;
}
 
.misos_alert_call img {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 10px;
  right: 15px;
}

.misos_alert .gps_icon {
  height: 40px;
  width: 40px;
}

.call_btn_one {
  background-color: green;
  color: #fff;
  border-radius: 100%;
  padding: 0px !important;
  height: 40px;
  width: 40px;
  z-index: 1000;

}

.call_btn_two {
  background-color: red;
  color: #fff;
  border-radius: 100%;
  padding: 0px !important;
  height: 40px;
  width: 40px;
  z-index: 1000;

}

.mic_btn_one {
  background-color: #999;
  color: #fff;
  border-radius: 100%;
  padding: 0px !important;
  height: 40px;
  width: 40px;
  z-index: 1000;
}

.cam_btn_one {
  background-color: #999;
  color: #fff;
  border-radius: 100%;
  padding: 0px !important;
  height: 40px;
  width: 40px;
  z-index: 1000;
}

.cam_btn_one img {
  height: 25px;
}

.package_stats {
  background-color: #efefef;
  border: 1px solid #ddd;
  justify-content: space-evenly;
}

.package_stats div:nth-child(2) {
  border-right: 1px solid #ddd;
}

.package_cards {
  justify-content: center;
}

.package_cards .cstm_card_one{
  width: 100%;
  max-width: 300px;
  min-width: 220px;
}

.selected_package {
  border: none;
  box-shadow: 0px 2px 8px #999;
}

.package_cards .cstm_card_two{
  width: 350px;
  min-width: 220px;
  margin: 0 15px;
}

.off_carat::after {
  display: none;
}

.custom_input_tags .bootstrap-tagsinput span + input {
  display: none;
}

.o-switch  input[type="radio"] {
  display: none;
}

.o-switch  label {
  font-size: 12px;
  color: #444;
  background-color: #fff;
  border: 1px solid #ddd;
}

.o-switch label.active  {
  background-color: #bf1e2e;
  color: #fff;
}

.master_visa {
  position: absolute;
  top: 15px;
  right: 25px;
  height: 30px;
}

.master_visa img {
  height: 20px;
  margin-left: 10px;
}

.view_comment i{
  color: #C0C0C0;
  font-size: 20px;
}

.bill_prog_bar {
  background-color: #FFD557;
  border-radius: 0px;
  height: 20px;
}

.bill_prog_bar .progress-bar{
  border-radius: 0px;
  background-color: #bf1e2e;
  border-right: 5px solid #fff;
}

.minus_btn {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px 0px 0px 5px;
  border-right: none;
  font-size: 10px;
  height: 32px;
  color: #bf1e2e;
}

.plus_btn {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 0px 5px 5px 0px;
  border-left: none;
  font-size: 10px;
  height: 32px;
  color: #bf1e2e;
}

.increement_btn {
  border: 2px solid #bf1e2e;
  border-radius: 100%;
  color: #bf1e2e;
  font-weight: 700;
  padding: 5px;
  margin-top: 5px;
  margin-left: 5px;
  width: 25px;
  height: 25px;
  font-size: 16px;
  line-height: 7px;
  display: inline-flex;
}

.decreement_btn {
  border: 2px solid #bf1e2e;
  border-radius: 100%;
  color: #bf1e2e;
  font-weight: 700;
  padding: 5px 8px;
  margin-top: 3px;
  margin-left: 5px;
  font-size: 16px;
  width: 25px;
  height: 25px;
  line-height: 7px;
  display: inline-flex;
  pointer-events: visible;
}

.number-spinner input {
  font-size: 12px;
  height: 32px;
}

.editBtn {
  border: 2px solid #bf1e2e;
  border-radius: 100%;
  color: #bf1e2e;
  font-weight: 700;
  padding: 4px 6px;
  margin-top: 3px;
  margin-left: 5px;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 7px;
  display: inline-flex;
  pointer-events: visible;
}

.modal_btn_one.btn_disabled {
  pointer-events: none;
  cursor: default;
  padding: 8px 20px;
  background-color: silver !important;
  border: 1px solid silver !important;
  font-size: 12px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 0;
  white-space: nowrap;
  outline: none !important;
}

.dashboard_progress_bar img{
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.dashboard_progress_bar .progress{
  height: 5px;
}

.active_user_div img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.active_user_div span {
  width: 10px;
  height: 10px;
  background-color: #00aa69;
  display: block;
  border-radius: 100%;
}

.shortcuts {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 8px 5px;
  width: 12%;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
}

.shortcuts img{
  width: 25px;
  margin-right: 5px;
}

.shortcuts div > span{
  font-size: 12px;
  text-decoration: none;
  color: #000;
}
/* guided Tour */
div.hopscotch-bubble {
  border: 5px solid rgba(0, 0, 0, 0.9) !important;
  border-radius: 8px;
}
div.hopscotch-bubble .hopscotch-bubble-number {
  background-color: #287bbc !important;
  background: linear-gradient(to bottom, #287bbc 0%, #23639a 100%) !important;
  padding: 0 0px 0 0 !important;
  font-size: 16px !important;
  border-radius: 100%;
}

.rights_role {
  list-style-type: none;
  padding: 0px;
}

.rights_role li{
  border-bottom: 1px solid #ddd;
}

.rights_role li a{
  text-decoration: none;
  color: #000;
  font-size: 12px;
}

.password_checks p {
  color: #bf1e2e;
  font-size: 12px;
  margin-bottom: 0px;
}

.password_checks p i{
  font-size: 14px;
  margin-right: 5px;
}

.password_checks p .fa-check{
  font-size: 14px;
  color: green;
  margin-left: 5px;
  display: none;
}

.password_checks p.success_color {
  color: green;
}

.minus_margin {
  margin-top: -60px;
} 

/* Login Whtie Pages */

.login_body {
  background-color: #f5f6f8;
}

.login_header {
  border-bottom: 1px solid #ccc;
  background-color: #f5f6f8;
}

.login_header .navbar-brand img {
  height: 50px;
}

.login_header .navbar-nav .nav-link {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.vertical_center_loginRow {
  align-items: center;
  min-height: calc(100vh - 139px);
}

.login_footer {
  background-color: #262b31;
  color: #fff;
  padding: 15px;
}

.priceStable td{
  padding: 0.2rem;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  border-top: none;
}

.flyToMap {
  cursor: pointer;
  margin-top: 5px;
}

.flyToMap img{
  height: 20px;
  vertical-align: sub;
  margin-right: 5px;
}

#call_btn_cont {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 3rem);
}

.calling_avatar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  max-height: 75%;
  max-width: 300px;
}