@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  overflow-x: hidden;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

a {
  color: #EC407A;
  transition: 0.5s;
  outline-style: none;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active,
a:visited,
a:focus {
  outline: none;
  text-decoration: none;
  color: #EC407A;
}

p {
  padding: 0;
  margin: 0;
  color: #3D3D3D;
}

h1,h2,h3,h4,h5,h6 {
  padding: 0;
  margin: 0;
  font-weight: 700;
}

h1{font-size: 40px;}
h2{font-size: 32px;}
h3{font-size: 30px;}
h4{font-size: 25px;}
h5{font-size: 20px;}
h6{font-size: 18px;}

section {
  display: block;
  float: left;
  width: 100%;
}
.login_body
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  min-height: 100vh;
}

.login_left_area
{
  display: flex;
  align-items: center;
  justify-content: center;
  float: left; 
  width: 40%;
  background: #000;
  min-height: 100vh;
  padding: 25px;
  position: relative;
}
.login_left_area img
{
  width: 200%;
  max-width: 360px;
}
.login_copy_text
{
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 40%;
  text-align: center;
  color: #fff;
}
.login_right_area
{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  float: left;
  width: 60%;
  min-height: 100vh;
  padding: 25px;
  position: relative;
  align-content: center;
}
.login_right_area .form_section
{
  display: block;
  float: left;
  width: 100%;
  max-width: 700px;
  background: #F8F8F8;
  border-radius: 8px;
  padding: 40px;
}
.login_right_area .form_section h2
{
  font-weight: bold;
}
.login_right_area .form_section p
{
  margin-top: 5px;
}
.login_right_area .login_form
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px; 
}
.login_right_area .login_form a
{
  color: #EC407A;
  font-weight: bold;
  cursor: pointer;
}
.but_style1
{
  display: inline-block;
  vertical-align: top;
  background: #EC407A;
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  border-radius: 8px;
  border: none;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.but_style1:hover
{
  background: #000;
}
.but_style3
{
  display: inline-block;
  vertical-align: top;
  background: #EC407A;
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  border-radius: 40px;
  border: none;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.but_style3:hover
{
  background: #000;
}





.left_pannel {
  display: block;
  float: left;
  width: 240px;
  background: #000;
  min-height: 100vh;
  transition: all .3s;
  transition-timing-function: ease-out;
  position: fixed;
}

.right_pannel {
  display: block;
  float: right;
  width: calc(100% - 240px);
  min-height: 100vh;
  position: relative;
  transition: all .3s;
  transition-timing-function: ease-out;
}
.right_pannel.active2 {
  width: 100%;
}

.left_pannel .inside {
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
  overflow-y: auto;
  left: 0;
  top: 0;
}
.left_pannel .inside::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #485589;
  background-color: #485589;
}

.left_pannel .inside::-webkit-scrollbar {
  width: 5px;
  background-color: #EC407A;
}

.left_pannel .inside::-webkit-scrollbar-thumb {
  background-color: #EC407A;
}
.left_pannel .logo {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 20px 10px 20px;
  text-align: center;
}
.left_pannel .logo img {
  width: 100%;
  max-width: 224px;
  cursor: pointer;
}
.left_pannel .menu_area {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
}
.left_pannel .nav-link {
  padding: 12px 15px;
  display: inline-block;
  width: 100%;
  color: #fff;
  border-radius: 0;
  margin: 5px 0;
  cursor: pointer;
}
.left_pannel .nav-link:hover {
  background: #242428;
  color: #fff;
  -webkit-box-shadow: inset 5px 0px 0px 0px #EC407A;
-moz-box-shadow: inset 5px 0px 0px 0px #EC407A;
box-shadow: inset 5px 0px 0px 0px #EC407A;
}
.left_pannel .nav-link i
{
  margin-right: 8px;
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: left;
}
.left_pannel .active {
  background: #242428;
  color: #fff;
  -webkit-box-shadow: inset 5px 0px 0px 0px #EC407A;
  -webkit-box-shadow: inset 5px 0px 0px 0px #EC407A;
-moz-box-shadow: inset 5px 0px 0px 0px #EC407A;
box-shadow: inset 5px 0px 0px 0px #EC407A;
}
.left_pannel .nav-link img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  object-position: center;
  margin-right: 8px;
}
.left_pannel.active {
  margin-left: -240px;
}
.dropdown-menu {
  width: 100%;
  background: #242428;
  border-radius: 0;
  color: #fff;
  padding: 0;
}
.dropdown-item
{
  color: #fff !important;
  font-size: 14px;
  padding: 10px 15px;
}
.dropdown-item i
{
  margin-right: 10px;
}
.dropdown-item:hover
{
  background: #3c3c43;
  color: #fff;
  -webkit-box-shadow: inset 5px 0px 0px 0px rgba(218,33,28,1);
-moz-box-shadow: inset 5px 0px 0px 0px rgba(218,33,28,1);
box-shadow: inset 5px 0px 0px 0px rgba(218,33,28,1);
}

.right_top_header {
  display: flex;
  float: left;
  width: 100%;
  height: 54px;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  left: 0;
  padding: 0 15px;
  z-index: 3;
  border-bottom: 1px solid #CFCFCF;
}
.right_top_header .menu {
  display: block;
  float: left;
  cursor: pointer;
}
.right_top_header .header_right {
  display: flex;
  width: auto;
  align-items: center;
}
.top_header_profile {
  display: flex;
  vertical-align: top;
  width: auto;
  position: relative;
  align-items: center;
  cursor: pointer;
}

.top_header_profile p {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.top_header_profile .drop {
  display: none;
  float: left;
  width: 170px;
  position: absolute;
  right: 0;
  top: 34px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
box-shadow: 2px 5px 13px 0px rgba(0, 0, 0, 0.10);
}

.top_header_profile:hover .drop {
  display: block;
}

.top_header_profile .drop ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.top_header_profile .drop ul i {
  margin-right: 5px;
}

.top_header_profile .drop ul li a {
  color: #000;
  padding: 5px;
  display: inline-block;
  vertical-align: top;
}

.top_header_profile .drop ul li a:hover {
  color: #EC407A;
}

.notification_section {
  display: flex;
  width: 36px;
  height: 36px;
  position: relative;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: #EC407A;
  margin-right: 10px;
  cursor: pointer;
}
.notification_section img {
  height: 15px;
}
.notification_section span {
  position: absolute;
  top: -4px;
  right: -5px;
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #000;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
.right_pannel .body {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 20px 20px 20px;
  position: relative;
}
.profile_img2 {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  overflow: hidden;
  background: #EC407A;
  text-align: center;
  line-height: 34px;
  color: #fff;
  margin-right: 5px;
}
.profile_img2 p {
  margin: 0;
  font-size: 12px;
  width: 100%;
  height: 100%;
  color: #fff;
}
.profile_img2 img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page_main_heading {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.page_main_heading h2 {
  font-size: 18px;
  font-weight: 500;
}


.table_area {
  display: block;
  float: left;
  width: 100%;
}
.table_area .table_header {
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  background: #EC407A;
  border-radius: 8px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);

}
.table_area .table_header > div {
  padding: 0 5px;
}
.table_area .table_body {
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
  padding: 10px 10px;
  color: #000;
  font-size: 12px;
  align-items: center;
  transition: all .5s;
  transition-timing-function: ease-out;
  text-align: center;
  min-height: 56px;
  background: #fff;
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.10);

}
.table_area .table_body p
{
  color: #000;
}
.table_area .table_body > div {
  padding: 0 5px;
}
.table_area .table_body .mobile_heading {
  display: none;
  color: #809FB8;
  margin-right: 10px;
}
.enable_disable {
  display: inline-block;
}
.form-check {
  min-height: auto;
  margin-bottom: 0;
}
.enable_disable .form-check-input {
  background-color: #06C02F;
  background-image: url(../images/switch_white_round.svg) !important;
}

.user_block .form-check-input:checked {
  background-color: #E3000B !important;
  border-color: #E3000B !important;
}
.user_block {
  display: inline-block;
}

.user_block .form-check-input {
  background-color: #06ac00;
  background-image: url(../images/switch_white_round.svg) !important;
}


.user_block2 .form-check-input:checked {
  background-color: #06ac00 !important;
  border-color: #06ac00 !important;
}
.user_block2 {
  display: inline-block;
}

.user_block2 .form-check-input {
  background-color: #E3000B;
  background-image: url(../images/switch_white_round.svg) !important;
}



.recommended {
  display: inline-block;
}
.recommended .form-check-input {
  background-color: #E3000B;
  background-image: url(../images/switch_white_round.svg) !important;
}
.recommended .form-check-input:checked {
  background-color: #06ac00 !important;
  border-color: #06ac00 !important;
}


.form-switch .form-check-input {
  width: 30px;
}
.number
{
  display: inline-block;
  vertical-align: top;
  background: rgba(33, 126, 253, 0.30);
  color: #217EFD !important;
  padding: 5px 8px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 10px;
}
.del {
  color: #EC407A;
  background: #FFEBEC;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .5s;
  transition-timing-function: ease-out;
}
.del:hover
{
    color: #FFEBEC;
    background: #EC407A;   
}
.view {
    color: #6A798A;
    background: #D1DADB;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
  }
  .view:hover
  {
    color: #D1DADB;
    background: #6A798A;     
  }  

  .edit {
    color: rgba(70, 154, 73, 1);
    background: #deffdf;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
  }
  .edit:hover
  {
    color: #FFEBEC;
    background: rgba(70, 154, 73, 1);
  } 
  .modal-header
  {
    background: #EC407A;
    color: #fff;
    padding: 6px 15px;
  }
  .modal-title
  {
    font-size: 18px;
  }
  .btn-close
  {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
    background-size: 12px;
    opacity: 1;
  }

  .user_details_main_section {
    display: block;
    float: left;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.11);
    border-radius: 8px;
    padding: 0 15px 20px 15px;
    margin: 70px 0;
    text-align: center;
  }
  
  .user_details_main_section img {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    border: 5px solid #CFCFCF;
    margin-top: -60px;
    margin-bottom: 12px;
    background: #fff;
  }
  .user_details_main_section p {
    text-align: left;
    padding: 12px 12px;
    position: relative;
    color: #000;
  }
  .user_details_main_section p:nth-child(odd) {
    background: rgba(171, 198, 220, 0.2);
  }
  .modal_top_text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}
.modal_but_area {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.but_style2 {
  display: inline-block;
  vertical-align: top;
  padding: 8px 35px;
  border-radius: 50px;
  background: #EC407A;
  border: 1px solid #EC407A;
  color: #fff !important;
  font-size: 13px !important;
  transition: all .5s;
  transition-timing-function: ease-out;
}
.but_style2:hover {
  background: #333333;
}
.but_style2_line {
  display: inline-block;
  vertical-align: top;
  padding: 8px 35px;
  border-radius: 50px;
  background: none;
  border: 1px solid #EC407A;
  color: #EC407A !important;
  font-size: 13px !important;
  transition: all .5s;
  transition-timing-function: ease-out;
}
.but_style2_line:hover {
  background: #333333;
  color: #fff !important;
}
.category_main_box
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  margin-top: 15px;
}
.category_boxes
{
  display: block;
  float: left;
  width: 100%;
  height: 300px;
  overflow-y: auto;
  padding: 12px 15px;
}
.category_boxes::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #d6d6d6;
  background-color: #d6d6d6;
}

.category_boxes::-webkit-scrollbar {
  width: 5px;
  background-color: #EC407A;
}

.category_boxes::-webkit-scrollbar-thumb {
  background-color: #EC407A;
}
.category_box1
{
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  background: #fff;
  padding: 5px 15px;
  border-radius: 8px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
.category_sl_no
{
  flex: 30px 0 0;
}

.category_mid
{
  width: 100%;
  display: flex;
  align-items: center;
}
.category_mid p
{
  color: #000;
}
.category_del
{
  flex: 0 0 40px; 
}

.category_add_bottom_section
{
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  border-top: 1px solid #000000;
  margin-top: 20px;
  padding-top: 20px;
}
.category_add_but {
  display: inline-block;
  vertical-align: top;
  padding: 8px 15px;
  border-radius: 8px;
  background: #EC407A;
  border: 1px solid #EC407A;
  color: #fff !important;
  font-size: 13px !important;
  transition: all .5s;
  transition-timing-function: ease-out;
  flex:0 0 80px;
}
.category_add_but:hover {
  background: #333333;
}
.category_add_upload_img_area
{
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  flex: 0 0 60px;
  position: relative;
}
.category_add_upload_img_area .img_area
{
  display: block;
  float: left;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.category_add_upload_img_area .img_area img
{
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 2;
}

.upload-btn {
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 15px;
  background: #EC407A;
  border: none;
  cursor: pointer;
}
.upload-btn i
{
  margin-right: 5px;
  cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.category_add_bottom_section .upload-btn-wrapper {
  position: absolute;
  right: -11px;
  top: -7px;
}
.category_add_bottom_section .upload-btn-wrapper i
{
  font-size: 20px;
  color: #EC407A;
}
.category_add_bottom_section .form-control
{
  border: none;
  outline-style: none;
}
.category_add_bottom_section .form-control:focus
{
  box-shadow: none;
}
.inventory_search_section
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 15px;
  background: #E9E9E9;
  padding: 10px 15px;
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
}

.inventory_search_section .left
{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.inventory_search_section .search {
  position: relative;
  color: #aaa;
  font-size: 16px;
}

.inventory_search_section .search {display: inline-block;}

.inventory_search_section .search input {
  width: 250px;
  height: 40px;
  background: #fcfcfc;
  border: 1px solid #CFCFCF;
  border-radius: 8px;
  font-size: 14px;
  margin: 5px 0;
}

.inventory_search_section .search input { text-indent: 15px;}
.inventory_search_section .search .fa-search { 
  position: absolute;
  top: 17px;
  color: #5A5A5A;
  right: 15px;
}


.inventory_search_section .form-select{
  width: 250px;
  height: 40px;
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  font-size: 14px;
  margin: 5px 0;
}


.add_product_form_section
{
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
}

.add_product_catagory_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}


.vag_block {
  display: inline-block;
}
.vag_block .form-check-input:checked {
  background-color: #06ac00 !important;
  border-color: #06ac00 !important;
}

.non_vag_block .form-check-input:checked {
  background-color: #FE1B15 !important;
  border-color: #FE1B15 !important;
}


.vag_block .form-check-input {
  background-color: #9f9f9f;
  background-image: url(../images/switch_white_round.svg) !important;
}

.non_vag_block {
  display: inline-block;
}
.non_vag_block .form-check-input:checked {
  background-color: #ea0202 !important;
  border-color: #ea0202 !important;
}

.non_vag_block .form-check-input {
  background-color: #9f9f9f;
  background-image: url(../images/switch_white_round.svg) !important;
}

.recomended_block {
  display: inline-block;
}
.recomended_block .form-check-input:checked {
  background-color: rgb(234, 172, 2) !important;
  border-color: rgb(234, 172, 2) !important;
}

.recomended_block .form-check-input {
  background-color: #9f9f9f;
  background-image: url(../images/switch_white_round.svg) !important;
}
.add_place_upload_img_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.add_place_upload_img_area h2
{
  font-size: 20px;
}
.add_place_upload_img_area h3
{
  font-size: 15px;
  color: #06ac00;
}

.add_place_upload_img_area_upload
{
  display: block;
  float: left;
  width: 240px;
  height: 170px;
  position: relative;
  margin-top: 15px;
}
.add_place_upload_img_area_upload .img_area
{
  display: block;
  float: left;
  width: 100%;
  height: 170px;
  position: relative;
  z-index: -1;
}
.add_place_upload_img_area_upload .img_area img
{
  float: left;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.add_place_upload_img_area_upload .upload-btn-wrapper
{
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 2;
  height: 100%;
}
.add_place_upload_img_area_upload .upload-btn-wrapper .btn

{
  display: flex;
  width: 30px;
  height: 30px;
  background: #EC407A;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.completed
{
  color: #06C02F !important;
  font-weight: bold !important;
}
.order_details_popup_body
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.order_details_popup_date
{
  display: flex;
  float: left;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 2px solid #CFCFCF;
  flex-wrap: wrap;
}
.order_details_popup_date p
{
  color: #EC407A;
  font-weight: bold;
}
.order_details_popup_section1
{
  display: block;
  float: left;
  width: 100%;
  padding: 15px 0;
}
.order_details_popup_section1 p
{
  color: #000;
}
.total_order_section
{
  display: flex;
  float: left;
  width: 100%;
  background: #EC407A;
  padding: 10px 15px;
  justify-content: space-between;
  margin-bottom: 15px;
}
.total_order_section p
{
  color: #fff;
}

.order_details_popup_section2
{
  display: block;
  float: left;
  width: 100%;
}
.order_details_popup_section2 p
{
  color: #000;
}
.delivery_img
{
  margin-top: 5px;
  width: 150px;
  height: 120px;
  object-fit: cover;
  object-position: center;
}


.phone
{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  padding: 5px 20px;
  background: #06ac00;
  border-radius: 8px;
}
.order_details_popup_amount
{
  color: #E3000B;
}
.order_details_popup_bottom_section
{
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0 15px 0; 
}
.completed_but
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 250px;
  padding: 10px 40px;
  border-radius: 8px;
  background: #06C02F;
  color: #fff !important;
  font-size: 17px;
  text-align: center;
}

.cms_box {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  margin-top: 15px;
}
.cms_img
{
  width: 100%;
}

.notification_box1
{
  display: block;
  float: left;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
}
.unread_notification
{
  border: 2px solid #EC407A;
}
.notification_box1 .top_date
{
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    justify-content: flex-end;
}
.notification_box1 .top_date p
{
    color: #EC407A;
    font-weight: 600;
    margin-left: 20px;
    font-size: 15px;
}
.notification_box1 .mid_area
{
    display: flex;
    float: left;
    width: 100%;
}
.notification_box1 .mid_area .img
{
    display: block;
    float: left;
    height: 54px;
    flex: 54px 0 0;
    border-radius: 100%;
    overflow: hidden;
}
.notification_box1 .mid_area .img img
{
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.notification_box1 .mid_area .text
{
    display: block;
    float: left;
    width: 100%;
    padding-left: 12px;
}
.notification_box1 .mid_area .text h2
{
    font-size: 17px;
    color: #000;
    margin-top: 6px;
}


.profile_right_box1
{
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #CFCFCF;
    border-radius: 8px;
    padding: 20px;
}
.profile_right_box1 .top_profile
{
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
}
.profile_right_box1 .top_profile img
{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 2px solid #EC407A;
    flex: 120px 0 0;
}
.profile_right_box1 .top_profile .upload_section
{
    display: block;
    float: left;
    width: 100%;
    margin-left: 15px;
}
.profile_right_box1 .top_profile .upload_section p
{
    color: #8E8E8E;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .upload-btn {
    color: #fff;
    padding: 10px 24px;
    border-radius: 60px;
    font-size: 15px;
    background: #EC407A;
    border: none;
    cursor: pointer;
  }
  .upload-btn i
  {
    margin-right: 5px;
    cursor: pointer;
  }
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
  }
  .profile_right_box1 .mid
{
    display: block;
    float: left;
    width: 100%;
}
.form-label
{
    font-size: 14px;
}
.change_password a
{
    font-weight: bold;
    text-decoration: underline;
}
.change_password a:hover
{
    text-decoration: none;
}


.statistic_graph_section
{
  display: block;
  float: left;
  width: 100%;
}
.statistic_graph_box
{
  display: block;
  float: left;
  width: 100%;
  background: #6A798A;
  padding: 20px;
  border-radius: 8px;
  margin-top: 15px;
}
.statistic_graph_box1_heading
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.statistic_graph_box1_heading h2
{
  font-size: 20px;
  color: #fff;
}
.statistic_graph_box1_heading h2 i
{
  color: #fff;
  margin: 0 5px;
}
.statistic_graph_box1_graph_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.statistic_graph_img_area
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.statistic_graph_img_area img
{
  float: left;
  width: 100%;
}
.statistic_graph_box1_heading .nav-link
{
  color: #fff;
}

.statistic_graph_box1_heading .nav-pills .nav-link.active, .statistic_graph_box1_heading .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #EC407A;
}
.statistic_grph_select
{
  display: block;
}
.statistic_grph_select select
{
  background-color: #EC407A;
  border: 0;
  color: #fff;
  background-image: url(../images/down_arrow.svg);
  width: auto;
}

.statistic_search_area
{
  display: flex;
  float: left;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
}
.statistic_search_area .search {
  position: relative;
  color: #aaa;
  font-size: 16px;
  width: 40%;
}

.statistic_search_area .search 
{
  display: inline-block;
}

.statistic_search_area .search input {
  width: 100%;
  height: 40px;
  background: #fcfcfc;
  border: 1px solid #CFCFCF;
  border-radius: 8px;
  font-size: 14px;
  margin: 5px 0;
}

.statistic_search_area .search input { text-indent: 15px;}
.statistic_search_area .search .fa-search { 
  position: absolute;
  top: 17px;
  right: 15px;
}
.statistic_search_calender
{
  margin: 5px 0 0 0;
  width: 38%;
}
.statistic_search_calender input
{
  height: 40px; 
}

.statistic_search_but
{
  margin: 5px 0 0 0;
  width: 20%;
}
.statistic_search_but button
{
  height: 40px; 
  width: 100%;
}
.statistic_boxes
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.statistic_box1
{
  display: block;
  float: left;
  width: 100%;
  background: #EC407A;
  border-radius: 8px;
  padding: 20px;
  margin-top: 15px;
  height: calc(100% - 15px);
}
.statistic_box1 .top
{
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.statistic_box1 .top .left
{
  display: block;
}
.statistic_box1 .top .left p
{
  color: #fff;
}
.statistic_box1 .top .left h2
{
  color: #fff;
  font-size: 25px;
}

.statistic_box1 .bottom
{
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  margin-top: 15px;
}
.statistic_box1 .bottom span
{
  background: rgba(38, 102, 99, 0.20);
  padding: 5px 12px;
  border-radius: 8px;
  color: #fff;
  margin-right: 12px;
}
.statistic_box1 .bottom  p
{
  color: #fff;
}
.dashboard_body
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.dashboard_card
{
  display: block;
  float: left;
  width: 100%;
  background: #F4F4F4;
  border: 1px solid #CFCFCF;
  border-radius: 8px;
}
.dashboard_card .heading
{
  display: block;
  float: left;
  width: 100%;
  background: #6A798A;
  padding: 10px 20px;
  border-radius: 7px 7px 0 0;
}
.dashboard_card .heading h3
{
  color: #fff;
  font-size: 20px;
}
.dashboard_card .card_body
{
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
}
.dashboard_count_box1
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  margin: 10px 0;
}
.dashboard_count_box1 .top
{
  display: flex;
  float: left;
  width: 100%;
  padding: 10px 12px;
  align-items: center;
  justify-content: space-between;
}
.dashboard_count_box1 .top h2
{
  font-size: 24px;
}
.dashboard_count_box1 .top i
{
  font-size: 20px;
}
.dashboard_count_box1 .bottom
{
  display: flex;
  float: left;
  width: 100%;
  padding: 5px 12px;
  align-items: center;
  background: #EDA408;
  border-radius: 0 0 8px 8px;
}
.dashboard_count_box1 .bottom > p
{
  color: #fff;
  font-size: 14px;
}
.dashboard_count_box1 .bottom i
{
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
}

.count_box1 h2
{
  color: #EDA408;
}
.count_box1 i
{
  color: #EDA408;
}

.count_box2 h2
{
  color: #E55352;
}
.count_box2 i
{
  color: #E55352;
}
.count_box2 .bottom
{
  background: #E55352;
}


.count_box3 h2
{
  color: #00AC69;
}
.count_box3 i
{
  color: #00AC69;
}
.count_box3 .bottom
{
  background: #00AC69;
}

.count_box4 h2
{
  color: #3366FF;
}
.count_box4 i
{
  color: #3366FF;
}
.count_box4 .bottom
{
  background: #3366FF;
}

.count_box5 h2
{
  color: #0AAFB4;
}
.count_box5 i
{
  color: #0AAFB4;
}
.count_box5 .bottom
{
  background: #0AAFB4;
}

.count_box6 h2
{
  color: #321FDB;
}
.count_box6 i
{
  color: #321FDB;
}
.count_box6 .bottom
{
  background: #321FDB;
}
.information
{
  position: relative;
}
.information .dropdown-toggle::after {
  display: none;
}
.information_drop_box1
{
  display: flex;
  width: 100%;
  align-items: center;
  padding: 5px;
}
.information_drop_amount
{
  background: #FFF1F1;
  color: #EC407A;
  padding: 2px 5px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
}
.information_drop_green_dot
{
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: #00AC69;
  border-radius: 100%;
  margin: 0 5px;
}
.information_drop_name
{
  font-size: 12px;
  color: #000;
}
.information .dropdown-menu
{
  background: none;
  border-radius: 8px;
  overflow: hidden;
}
.information .dropdown-menu li
{
  background: #fff;
}
.information .dropdown-menu li:nth-child(odd)
{
  background: #EDEDED;
}
.active_order_boxes
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.active_order_boxes h2 
{
  font-size: 20px;
  margin-bottom: 10px;
}
.active_order_boxes h2 strong
{
  color: #EC407A;
}
.dashboard_order_box1
{
  display: block;
  float: left;
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 2px 5px 13px 0px rgba(0, 0, 0, 0.10);
  margin: 10px 0;
  overflow: hidden;
}
.dashboard_order_box1 .heading
{
  display: block;
  float: left;
  width: 100%;
  background: #6A798A;
  padding: 12px 35px 12px 15px;
  color: #fff;
  position: relative;
}
.pdf_download
{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.pdf_download i
{
  font-size: 25px;
  color: #fff;
}
.dashboard_order_box1 .heading h3
{
  font-size: 17px;
}
.dashboard_order_box1 .heading p
{
  font-size: 13px;
  color: #fff; 
  min-width: 165px;
}
.dashboard_order_box1 .order_body
{
  display: block;
  float: left;
  width: 100%;
  padding: 12px;
}
.dashboard_order_section1
{
  display: block;
  float: left;
  width: 100%;
}
.dashboard_order_heading
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #545454;
  padding: 4px 12px;
  margin: 0 0 5px 0;
}
.dashboard_order_heading h2
{
  font-size: 17px;
  color: #fff;
  margin: 0;
}
.dashboard_order_section1 p
{
  color: #000;
  font-size: 14px;
}

.dashboard_order_section2 {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 2px dashed #CFCFCF;
}
.dashboard_order_section2 p
{
  color: #000;
  font-size: 14px;
}
.dashboard_order_section2_pament_area
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.dashboard_order_amount
{
  color: #6A798A;
  font-size: 17px;
  font-weight: 700;
}
.dashboard_bottom_boxes
{
  display: flex;
  float: left;
  width: 100%;
  padding-top: 15px;
  justify-content: space-between;
  position: relative;
}
.dashboard_bottom_boxes::before
{
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 62%;
  transform: translate(-50%, -50%);
  border-bottom: 3px dashed #CFCFCF;
  float: left;
  width: 97%;
}

.dashboard_bottom_boxes .step_box1
{
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #EC407A;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.dashboard_bottom_boxes .step_box1 img
{
  width: 22px;
  height: 22px;
  object-fit: contain;
  object-position: center;
}
.order_step_active
{
  background: #06C02F !important;
}

.driver_search_area{
  display: block;
  float: left;
  width: 100%;
}
.driver_search_area .search {
  position: relative;
  color: #aaa;
  font-size: 16px;
  width: 100%;
}

.driver_search_area .search 
{
  display: inline-block;
}

.driver_search_area .search input {
  width: 100%;
  height: 40px;
  background: #E5E5E5;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  font-size: 14px;
  margin: 5px 0;
}

.driver_search_area .search input { text-indent: 15px;}
.driver_search_area .search .fa-search { 
  position: absolute;
  top: 17px;
  right: 15px;
}
.driver_search_tab_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px; 
}
.driver_search_tab_area .nav-link
{
  border: 1px solid #EC407A;
  color: #EC407A;
  width: 100%;
}
.driver_search_tab_area .nav-pills li
{
  width: 48%;
}
.driver_search_tab_area .nav {
  justify-content: space-between;
}
.driver_search_tab_area .nav-pills .nav-link.active, .driver_search_tab_area .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #EC407A;
}

.driver_search_tab_body
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.driver_search_tab_body h2
{
  font-size: 20px;
}
.driver_search_tab_body h2 span
{
  color: #EC407A;
}
.driver_search_box1
{
  background: #fff;
  display: flex;
  width: 100%;
  padding: 10px 10px;
  margin-top: 12px;
  border-radius: 8px;
  flex-wrap: wrap;
  position: relative;
}
.driver_search_box1 .left
{
  display: flex;
  float: left;
  width: 50%;
  align-items: center;
}
.swap
{
  position: absolute;
  right: 10px;
  top: 10px;
  background: #DA211C;
  padding: 2px 6px;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
}
.swap i
{
  font-size: 12px;
}
.driver_search_box1 .right
{
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  margin-top: 5px;
}
.driver_search_box1 .left .profile
{
  display: block;
  float: left;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  overflow: hidden;
  flex: 44px 0 0;
  margin-right: 10px;
}
.driver_search_box1 .left .profile img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rider_profile_text h3
{
  font-size: 15px;
  font-weight: bold;
}
.rider_profile_text p
{
  font-size: 14px;
  color: #000;
}


.rider_status_boxes
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.rider_status_boxes::before
{
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  border-bottom: 2px dashed #b4b4b4;
  float: left;
  width: 97%;
}
/* .rider_status_boxes::before
{
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 61%;
  transform: translate(-50%, -50%);
  border-bottom: 2px dashed #b4b4b4;
  float: left;
  width: 97%;
} */
.rider_status_boxes .step_box1
{
  display: flex;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: #EC407A;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.rider_status_boxes .step_box1 img
{
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}
.order_step_active
{
  background: #06C02F !important;
}
/* .rider_status_boxes .step_box1:hover
{
  background: #06C02F !important;
} */
.diver_status_card
{
  height: 100%;
}
.forget_password a
{
  color: #EC407A !important;
  font-weight: bold;
  cursor: pointer;
}
.form-check a
{
  color: #EC407A !important;
  font-weight: bold;
  cursor: pointer;
}

.login_bottom_text
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin: 25px 0 15px 0;
}
.login_bottom_text p
{
  color: #000;
}
.login_bottom_text a
{
  color: #EC407A !important;
  font-weight: bold;
  cursor: pointer;
}
.privacy_policy
{
  color: #747474 !important;
}
.privacy_policy a
{
  color: #747474 !important;
  font-weight: normal;  
}
.otp_section
{
  display: flex;
  float: left;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.otp_section input
{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #EC407A;
  text-align: center;
  font-size: 20px;
  margin: 2px 5px;
}
.otp_section input:focus
{
  background: #EC407A;
  color: #fff;
  border: 1px solid #EC407A;
  box-shadow: none;
  outline-style: none;
}
.otp_section input:focus-visible
{
  background: #EC407A !important;
  color: #fff;
  border: 1px solid #EC407A;
  box-shadow: none;
  outline-style: none;
}
.bussiness_info_card
{
  display: block;
  float: left;
  width: 100%;
  background: #F8F8F8;
  padding: 20px;
  border-radius: 8px;
}
.add_bussiness_form_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.add_bussiness_form_section .form-control
{
  height: 50px;
}
.add_card_title
{
  font-size: 18px !important;
  margin-top: 15px;
}

.add_card_box
{
  display: flex;
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  margin-top: 10px;
  border: 1px solid #CFCFCF;
  justify-content: space-between;
}
.add_card_box .left
{
  display: flex;
  align-items: center;
}
.add_card_box .left p

{
  color: #000;
  margin-left: 12px;
}
.add_card_box .right a
{
  background: #EC407A;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 8px;
}

.addcard_modal_top_text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.addcard_modal_top_text h2
{
  font-size: 20px;
}
.add_new_order_but
{
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  text-align: center;
  background: #EC407A;
  color: #fff !important;
  font-size: 20px;
  width: 100%;
  border-radius: 8px;
}
.add_new_order_but:hover
{
  background: #333333;
}
.add_order_body
{
  display: block;
  float: left;
  width: 100%;
}
.add_order_body .left_area
{
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #CFCFCF;
  border-radius: 8px;
  padding: 15px;
}
.add_order_left_top_section
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px dashed #CFCFCF;
  padding-bottom: 15px;
}
.add_order_left_top_section .search_area
{
  width: 90%;
  max-width: 300px;
}
.add_order_clear_but
{
  display: inline-block;
  vertical-align: top;
  padding: 8px 26px;
  border-radius: 8px;
  border: 2px solid #EC407A;
  font-weight: bold;
}
.add_order_clear_but:hover
{
  background: #EC407A;
  color: #fff;
}
.form-label
{
  color: #EC407A;
  font-weight: bold;
}
.add_order_left_mid_section
{
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0;
}
.add_order_left_mid_section .item_box1
{
  display: flex;
  float: left;
  width: 100%;
  padding: 12px 15px;
  position: relative;
  padding-right: 60px;
}
.add_order_left_mid_section .item_box1:nth-child(odd)
{
  background: rgba(179, 179, 179, 0.09);
}
.add_order_left_mid_section .item_box1 .img_area
{
  display: block;
  width: 54px;
  height: 54px;
  flex: 54px 0 0;
}
.add_order_left_mid_section .item_box1 .img_area img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.add_order_left_mid_section .item_box1 .text_area
{
  display: block;
  float: left;
  width: 100%;
  padding-left: 15px;
}
.add_order_left_top_text
{
  display: block;
  float: left;
  width: 100%;
}
.add_order_left_top_text p
{
  color: #000;
}
.add_order_left_text_bottom
{
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
}
.input-group{

  width: 109px;
}
.add_order_left_text_bottom .input-group-text
{
  padding: 2px 10px;
  cursor: pointer;
}
.add_order_left_text_bottom  .form-control
{
  padding: 2px 10px; 
  text-align: center; 
}

.add_order_left_text_bottom p
{
  color: #EC407A;
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
}
.cross
{
  background: #FFEBEC;
  color: #EC407A;
  padding: 5px 12px;
  border-radius: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.cross:hover
{
  background: #EC407A;
  color: #FFEBEC;
}
.add_order_total_section
{
  display: flex;
  float: left;
  width: 100%;
  padding: 10px 0;
  border-top: 1px dashed #000;
  justify-content: space-between;
}
.add_order_total_section p
{
  color: #000;
}
.add_order_total_section p strong
{
  color: #EC407A;
}
.order_commission_section
{
  display: flex;
  float: left;
  width: 100%;
  border-bottom: 1px solid #CFCFCF;
  padding: 0 0 10px 0;
  justify-content: flex-end;
}
.order_commission_section p
{
  color: #000;
}
.order_commission_section p strong
{
  color: #EC407A;
}

.order_bottom_total_section
{
  display: flex;
  float: left;
  width: 100%;
  border-bottom: 1px solid #CFCFCF;
  padding: 10px 0;
  justify-content: flex-end;
  position: relative;
}
.order_bottom_total_section p
{
  color: #000;
}
.order_bottom_total_section p strong
{
  color: #EC407A;
}
.order_bottom_total_section::after
{
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #565656;
}


.add_order_bottom_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.add_order_submit_but
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #EC407A;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
}

.all_menu_card
{
  display: block;
  float: left;
  width: 100%;
  background: #F4F4F4;
  border: 1px solid #CFCFCF;
  border-radius: 8px;
}
.all_menu_card .heading {
  display: block;
  float: left;
  width: 100%;
  background: #6A798A;
  padding: 10px 20px;
  border-radius: 8px 8px 0 0;
}
.all_menu_card .heading h3 {
  color: #fff;
  font-size: 18px;
}
.all_menu_card .card_body {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
}
.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.all_menu_body
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #CFCFCF;
  padding-top: 15px;
}
.all_menu_box1
{
  display: flex;
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px;
  margin: 5px 0;
  padding-right: 40px;
  position: relative;
}
.all_menu_box1 .img_area {
  display: block;
  width: 54px;
  height: 54px;
  flex: 54px 0 0;
}
.all_menu_box1 .img_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.all_menu_box1 .text_area {
  display: block;
  width: 100%;
  padding-left: 15px;
}
.all_menu_box1 .text_area p
{
  color: #0C0D09;
  font-size: 15px;
}
.all_menu_box1 .text_area h3
{
  font-size: 16px;
}
.all_menu_box1 .text_area h3 strong
{
  color: #EC407A;
}
.menu_add
{
  background: #EC407A;
  color: #FFEBEC;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_add:hover
{
  background: #FFEBEC;
  color: #EC407A;
}
.otp-input
{
  border-radius: 100% !important;
  font-size: 26px !important;
  border:1px solid #EC407A !important;
}

.cms_page_body
{
  display: block;
  float: left;
  width: 100%;
  padding: 50px 0;
}
.cms_page_body .page_main_heading h2
{
  font-size: 28px;
}
.cms_page_header
{
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
  background: #000;
}
.cms_page_header_logo
{
  display: block;
  float: left;
}
.cms_page_header_logo img
{
  float: left;
  width: 100%;
  max-width: 60px;
}

.right_top_header .headername{
  font-family: Nunito;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.right_top_header .left_header
{
  display: flex;
  align-items: center;
}

.form-check-input:checked {
  background-color: #EC407A;
  border-color: #EC407A;
}
.form-floating
{
  position: relative;
}
.password_eye
{
  position: absolute;
  top: 17px;
  right: 15px;
}
.password_eye i
{
  cursor: pointer;
}
.business_information_logo
{
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: center;
  border-radius: 100%;
}
.btn-close
{
  background-image: url(../images/popup_cross.svg);
}
.modal-content {
  border-radius: 10px;
  overflow: hidden;
}
.all_menu input 
{
  width: 100%;
  height: 40px;
  background: #E5E5E5;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  font-size: 14px;
  margin: 5px 0;
}
.active_order_scroll_section
{
  display: block;
  float: left;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 15px;
}
.active_order_scroll_section::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #e4e4e4;
  background-color: #e4e4e4;
}

.active_order_scroll_section::-webkit-scrollbar {
  width: 5px;
  background-color: #aeaeae;
}

.active_order_scroll_section::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
}
.loder
{
  display: flex;
  float: left;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999999999;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.30);
}
.approval
{
  background: #d89700;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 10px;
  text-align: center;
}
.disable
{
  opacity: .4;
  cursor: not-allowed !important; 
}
.previous_drivers_drop
{
  position: relative;
}
.previous_drivers_drop i
{
  color: #DA211C;
  cursor: pointer;
}
.previous_drivers_drop_box
{
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  overflow: hidden;
  width: 200px;
  top: 10px;
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
}
.previous_drivers_drop:hover .previous_drivers_drop_box
{
  display: block;
}

.previous_drivers_drop_box .heading
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #EC407A;
  padding: 5px 12px;
}
.previous_drivers_drop_box .heading h2
{
  font-size: 12px;
  color: #fff;
}
.previous_drivers_drop_box .body
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #fff;
  padding: 5px 12px;
}
.driver_search_boxes
{
  display: block;
  float: left;
  width: 100%;
  max-height: 650px;
  overflow-y: auto;
}

.driver_search_boxes::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #e4e4e4;
  background-color: #e4e4e4;
}

.driver_search_boxes::-webkit-scrollbar {
  width: 5px;
  background-color: #aeaeae;
}

.driver_search_boxes::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
}