@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;
}

a:hover,
a:active,
a:visited,
a:focus {
  outline: none;
  text-decoration: none;
  color: #EC407A;
}

p {
  padding: 0;
  margin: 0;
  color: #999999;
}

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: 100%;
  max-width: 360px;
}
.login_copy_text
{
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 40%;
  text-align: center;
  color: #fff;
}
.login_right_area
{
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 60%;
  min-height: 100vh;
  padding: 25px;
  position: relative;
}
.login_right_area .form_section
{
  display: block;
  float: left;
  width: 100%;
  max-width: 700px;
  background: #F8F8F8;
  border-radius: 15px;
  padding: 40px;
}
.login_right_area .form_section h2
{
  font-weight: bold;
}
.login_right_area .form_section p
{
  margin-top: 5px;
  color: #3D3D3D;
}
.login_right_area .login_form
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px; 
}
.but_style1
{
  display: inline-block;
  vertical-align: top;
  background: #EC407A;
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  border-radius: 50px;
  border: none;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.but_style1: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;
  cursor: pointer;
}
.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;
  font-size: 18px;
}
.left_pannel .active {
  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 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;
  cursor: pointer;
}
.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: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.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;
}


.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: 4px;
  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: 4px;
  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;
}
.email_style ,.table_user_name ,.table_user_phone
{
  word-wrap: break-word;
}
.break_word
{
  word-wrap: break-word;  
}
.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: 5px;
  font-weight: 700;
  font-size: 10px;
}
.del {
  color: #E3000B;
  background: #FFEBEC;
  padding: 8px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: all .5s;
  transition-timing-function: ease-out;
}
.del:hover
{
    color: #FFEBEC;
    background: #E3000B;   
}
.view {
    color: #6A798A;
    background: #D1DADB;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
  }
  .view:hover
  {
    color: #D1DADB;
    background: #6A798A;     
  }  

  .edit {
    color: rgba(70, 154, 73, 1);
    background: #deffdf;
    padding: 8px 10px;
    border-radius: 5px;
    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: 20px;
    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 #efefef;
    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 30px;
  border-radius: 50px;
  background: #EC407A;
  border: 1px solid #EC407A;
  color: #fff !important;
  font-size: 13px !important;
  transition: all .5s;
  transition-timing-function: ease-out;
  white-space: nowrap;
}
.but_style2:hover {
  background: #333333;
}
.but_style2_line {
  display: inline-block;
  vertical-align: top;
  padding: 8px 30px;
  background: none;
  border-radius: 50px;
  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 15px 30px 15px;
  border-radius: 10px;
  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: 5px;
  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;
  min-height: 85px;
  position: relative;
}
.category_add_but {
  display: inline-block;
  vertical-align: top;
  padding: 8px 15px;
  border-radius: 6px;
  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 #aaa;
  border-radius: 5px;
  font-size: 14px;
  margin: 5px 0;
}

.inventory_search_section .search input { text-indent: 15px;}
.inventory_search_section .search .fa-search { 
  position: absolute;
  top: 17px;
  right: 15px;
}


.inventory_search_section .form-select{
  width: 250px;
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: 14px;
  margin: 5px 0;
}

.inventory_search_section .right
{
  
}

.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;
}

.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%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.add_place_upload_img_area_upload .upload-btn-wrapper
{
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}
.add_place_upload_img_area_upload .upload-btn-wrapper .btn

{
  display: flex;
  width: 30px;
  height: 30px;
  background: #ea0202;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 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;
}
.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;
}

.order_details_popup_section2
{
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 15px 0;
}
.order_details_popup_section2 p
{
  color: #000;
}
.delivery_img
{
  margin-top: 15px;
  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: 20px;
}
.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: 100px;
  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: 10px;
  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);

}
.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 #E4E4E4;
    border-radius: 10px;  
    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: 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;
  }
  .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: 10px;
  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;
  cursor: pointer;  
}
.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: #EC407A url(../images/down_arrow.svg) no-repeat;
  background-position: calc(100% - 12px) center;
  border: 0;
  color: #fff;
}

.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 #aaa;
  border-radius: 5px;
  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: 12px;
  padding: 20px;
  margin-top: 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: 40px;
  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 #A1A3A4;
  border-radius: 15px;
}
.dashboard_card .heading
{
  display: block;
  float: left;
  width: 100%;
  background: #6A798A;
  padding: 10px 20px;
  border-radius: 15px 15px 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: 2px;
  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: 5px;
  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: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 10px 0;
}
.dashboard_order_box1 .heading
{
  display: flex;
  float: left;
  width: 100%;
  background: #EC407A;
  padding: 8px 15px;
  color: #fff;
  align-items: center;
  justify-content: space-between;
}
.dashboard_order_box1 .heading h3
{
  font-size: 17px;
}
.dashboard_order_box1 .heading p
{
  font-size: 13px;
  color: #fff; 
}
.dashboard_order_box1 .order_body
{
  display: block;
  float: left;
  width: 100%;
  padding: 12px;
}
.dashboard_order_section1
{
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 15px 0;
  border-bottom: 2px dashed #000; 
}
.dashboard_order_section1 p
{
  color: #000;
  font-size: 14px;
}

.dashboard_order_section2 {
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 2px dashed #000;
}
.dashboard_order_section2 p
{
  color: #000;
  font-size: 14px;
}
.dashboard_order_amount
{
  color: #E3000B;
  font-size: 20px;
}
.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: 61%;
  transform: translate(-50%, -50%);
  border-bottom: 2px dashed #b4b4b4;
  float: left;
  width: 97%;
}
.dashboard_bottom_boxes .step_box1
{
  display: flex;
  width: 44px;
  height: 44px;
  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: 25px;
  height: 25px;
  object-fit: contain;
  object-position: center;
}
.order_step_active
{
  background: #06C02F !important;
}
.dashboard_bottom_boxes .step_box1:hover
{
  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: #e2e2e2;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  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_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;
}
.driver_search_box1
{
  background: #fff;
  display: flex;
  width: 100%;
  padding: 10px 10px;
  margin-top: 12px;
  border-radius: 4px;
  flex-wrap: wrap;
}
.driver_search_box1 .left
{
  display: flex;
  float: left;
  width: 50%;
  align-items: center;
}
.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;
}
.rider_profile_text p
{
  font-size: 14px;
  color: #545454;
}


.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 .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%;
}
.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;
}

.commission_box1
{
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.commission_text
{
  color: #EC407A;
  margin: 18px 0 0 10px;
  font-weight: bold;
}
.btn-close

{
  background-image: url(../images/popup_cross.svg);
}
.add_card_section
{
  display: block;
  float: left;
  width: 100%;
  background: #F8F8F8;
  border-radius: 10px;
  margin-top: 15px;
  padding: 20px;
}

.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;
}
.modal-content {
  border-radius: 10px;
  overflow: hidden;
}

.statistic_search_area {
  display: flex;
  float: left;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
}

.adertisement_box1 {
  display: block;
  float: left;
  width: 100%;
  height: 220px;
  background: #000000;
  border-radius: 15px;
  margin: 15px 0;
  position: relative;
}
.adertisement_box1 img {
  opacity: .5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.adertisement_box1 .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  left: 40px;
  right: 40px;
  bottom: auto;
  color: #fff;
}

.adertisement_box1 .carousel-caption p {
  font-size: 18px;
}

.adertisement_box1 .carousel-caption h2 {
  font-size: 25px;
  font-weight: 700;
}

.adertisement_box1 .carousel-caption h3 {
  font-size: 18px;
  font-weight: 100;
  margin-top: 15px;
}

.adertisement_box1 .carousel-caption h4 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
}

.adertisement_box1 .right {
  display: block;
  float: left;
  width: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.right_details_but {
  display: flex;
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #EC407A;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.adertisement_box1 .right .dwop {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 12px;
  width: 210px;
}

.adertisement_box1 .switch {
  display: flex;
  align-items: center;
}

.adertisement_box1 .right .dwop p {
  margin: 5px 0;
  font-size: 15px !important;
}

.adertisement_box1 .switch p {
  margin-right: 10px !important;
}

.adertisement_box1 .right .dwop p {
  margin: 5px 0;
  font-size: 14px !important;
  color: #000 !important;
}

.adertisement_box1 .right .dwop p a {
  color: #000 !important;
}

.adertisement_box1 .right .dwop p a:hover {
  color: #EC407A !important;
}

.adertisement_box1 .right:hover .dwop {
  display: block;
}

.adertisement_box1 .form-check-input {
  background-color: #fff;
  border-color: #EC407A;
}

.adertisement_box1 .form-check-input:checked {
  background-color: #EC407A;
  border-color: #EC407A;
}


.adertisement_add_text_pannel {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.adertisement_add_text_box1_main {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  align-items: center;
}

.adertisement_add_text_box1_main p {
  font-weight: bold;
  color: #000;
}

.adertisement_add_text_box1 {
  display: flex;
  float: left;
  width: 100%;
  margin-top: 5px;
  align-items: flex-start;
  flex-direction: column;
}

.adertisement_add_text_box1 .offer_text {
  height: 44px;
  border-radius: 8px;
}

.adertisement_add_text_box1 .on_off_area {
  display: flex;
  float: right;
  margin-left: 15px;
  width: 120px;
  justify-content: space-between;
}

.adertisement_add_text_box1 .form-check-input:checked {
  background-color: #04B704;
  border-color: #04B704;
}

.adertisement_add_text_box1 .form-check-input {
  background-color: #E3000B;
  border-color: #E3000B;
}

.adertisement_instrucation_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 40px;
}

.adertisement_instrucation_section h2 {
  font-size: 22px;
}

.adertisement_instrucation_section img {
  max-width: 100%;
  margin-top: 15px;
}

.add_place_upload_img_area {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.add_place_upload_img_area h2 {
  font-size: 16px;
  font-weight: 500;
}

.add_place_upload_img_area h3 {
  font-size: 15px;
  color: #04B704;
  font-weight: 500;
  margin-top: 5px;
}


.add_place_upload_img_area .file_upload1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 170px;
  width: 250px;
  height: auto;
  margin: 15px 10px 0 0;
}

.add_place_upload_img_area .upload_img1 {
  position: absolute;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

.add_place_upload_img_area .input--file1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 170px;
  background: #717171;
  text-align: center;
  line-height: 170px;
  border-radius: 10px;
}

.add_place_upload_img_area .input--file1 input {
  opacity: 0 !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  cursor: pointer !important;
  z-index: 4;
}
.add_place_upload_img_area .input--file1 span {
  display: flex;
  cursor: pointer;
  font-weight: bold;
  color: #919191;
  line-height: normal;
  justify-content: center;
  align-items: center;
  height: 170px;
  flex-wrap: wrap;
  align-content: center;
}

.add_place_upload_img_area .input--file1 span i {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  display: inline-block;
  background: #919191;
  border-radius: 100%;
  text-align: center;
  z-index: 2;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}

.add_place_upload_img_area .input--file1 span p {
  width: 100%;
  margin-top: 10px !important;
  color: #fff;
}

.add_place_upload_img_area .ng-hide {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 244px;
  height: 170px;
  margin: 15px 10px 15px 0;
  border: 2px solid #0666A9;
}

.add_place_upload_img_area .close {
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  opacity: 1 !important;
  cursor: pointer;
  transition: all .5s;
  transition-timing-function: ease-out;

}

.add_place_upload_img_area .close:hover {
  background: #D62718;
  color: #fff;
}
.add_place_upload_img_area .upload_img2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  z-index: 5;
}
.add_place_upload_img_area .close
{
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 6;
}
.upload_img {
  position: absolute;
  right: 0;
  bottom: -22px;
  color: #ff301e;
}
.enter_category {
  position: absolute;
  left: 0;
  bottom: -22px;
  color: #ff301e;
}

.content_page_header {
  display: flex;
  float: left;
  width: 100%;
  background: #000;
  padding: 10px 0;
  flex-wrap: wrap;
}
.content_page_header .logo {
  display: block;
  float: left;
  width: 220px;
  flex: 220px 0 0;
}
.content_page_header .logo img {
  display: block;
  float: left;
  width: 100%;
}
.content_page_body {
  display: block;
  float: left;
  width: 100%;
  padding: 60px 0;
}
.content_page_body p
{
  margin-top: 15px;
  color: #000;
}
.content_page_body ul
{
  margin: 15px 0 0 15px;
  padding: 0;
}
.content_page_body h3 ,.content_page_body h4 ,.content_page_body h5 ,.content_page_body h6{
  margin-top: 15px;
}
.content_page_footer {
  display: block;
  float: left;
  width: 100%;
  background: #000;
  padding: 40px 0;
  color: #fff;
}
.content_page_footer_box1 {
  display: block;
  float: left;
  width: 100%;
  margin: 15px 0;
}
.content_page_footer_box1 h2 {
  font-size: 22px;
}
.content_page_footer_box1 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.content_page_footer_box1 ul li {
  margin-bottom: 10px;
}
.content_page_footer_box1 ul li a {
  color: #fff;
}
.content_page_footer_box1 ul li a:hover
{
  color: #EC407A;
}

.contact_body_address_box1 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 20px 0 0 ;
  position: relative;
  padding-left: 40px;
}
.contact_body_address_box1 img {
  position: absolute;
  left: 0 ;
  top: 0 ;
}
.contact_body_address_box1 p {
  margin-top: 5px;
  color: #fff;
}
.copy_text {
  margin-top: 25px;
}
.copy_text p
{
  color: #fff;  
}
.restaurantdetails_details_top
{
  display: flex;
  float: left;
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 25px;
}
.restaurantdetails_details_top .left
{
  display: block;
  float: left;
  width: 120px;
  flex: 120px 0 0;
}
.restaurantdetails_details_top .left img
{
  width: 120px;
  height: 120px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.restaurantdetails_details_top .right
{
  display: block;
  float: left;
  width:100%;
  padding-left: 20px;
}
.restaurantdetails_details_top .right p
{
  color: #000;
}
.hotel_name
{
  display: block;
  float: left;
  width: 100%;
}
.hotel_name h2
{
  font-size: 24px;
}

.hotel_name p
{
  color: #EC407A;
  font-size: 15px;
}
.restaurant_details_product_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.product_des .dropdown-menu {
  width: 100%;
  background: #fff;
  border-radius: 0;
  color: #fff;
  padding: 0;
  padding: 15px;
  width: 400px;
}
.product_des .dropdown-menu p
{
  font-size: 14px;
}
.add_delivery_time_fild
{
  display: flex;
  float: left;
  width: 100%;
  align-items: flex-end;
}
.driver_details_heading
{
  display: block;
  float: left;
  width: 100%;
}
.driver_details_heading h2
{
  color: #EC407A;
  font-size: 20px;
}
.license_img
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
}
.license_img img
{
  display: block;
  float: left;
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
}

.but_accept {
  display: inline-block;
  vertical-align: top;
  padding: 8px 30px;
  border-radius: 50px;
  background: #06ac00;
  color: #fff !important;
  font-size: 13px !important;
  transition: all .5s;
  transition-timing-function: ease-out;
  white-space: nowrap;
}
.but_accept:hover {
  background: #046900;
  color: #fff !important;
}

.but_accept {
  display: inline-block;
  vertical-align: top;
  padding: 8px 30px;
  border-radius: 50px;
  background: #06ac00;
  color: #fff !important;
  font-size: 13px !important;
  transition: all .5s;
  transition-timing-function: ease-out;
  white-space: nowrap;
}
.but_accept:hover {
  background: #046900;
  color: #fff !important;
}