/* Add your custom style here */

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.inner-wrapper {width:100% !important;}
.approval-section{
  border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
  padding:10px;
}
.customer_details_header
{
border: 1px solid #ccc;
    border-radius: 4px;
    color: #000000;
    font-size: 20px;
       padding:10px;
width:100%;
background :#FFFFFF;
z-index:100000;
position : relative;
}

.line-separator{
    
height:30px;

background:#717171;

font-size: 24px;

color: #FFFFFF;

border-bottom:1px solid #313030;

}

.image-link a{
  width: 100%;
  height: 100%;
  position: relative;
  color : yellow;
  z-index: 9;
}

input[type="radio"]{
  padding:4px 10px;
  background:#65c5d5;
  border:0 none;
  color:#fff;
  cursor:pointer;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  
}
.approval-section img{width:100%; height:auto;}
.console-form{}
.console-form table{
  width:100% !important;
  border:none !important;
  border-color:#fff !important;
  border-collapse:collapse;
  height:auto !important
}
.console-form table tr, .console-form table th{
  border:1px solid #fff !important;
  border-collapse:collapse;
}
.console-form table input[type="text"], .console-form table input[type="password"], 
.console-form table input, .console-form table select {
    border: 1px solid #ccc;
    height: 32px;
  margin: 5px 0;
    padding: 4px 5px;
    width: 100%;
}


#agent6{margin-left: 0 !important;}

.console-form table input.agent{margin-left:0cm !important;}
.recharge_number, .approve_agent, .recharge_value{display:none;}
.submit{width:20% !important; float:left; padding: 4px 6px !important; margin-top: 10px !important;}
.approval-process{width:76% !important; float:right;}
.approval-process ul{overflow:hidden;}
.approval-process li .approve{width:35% !important; float:left; margin:0; padding: 4px 6px !important;}
.approval-process li .disapprove{width:50% !important; margin:0 5px; float:left; padding: 4px 6px !important;}
.approval-process li .grdisapprove{width:60% !important; margin:0 5px; float:left; padding: 4px 6px !important;}
.approval-process li .fraud{width:28% !important; float:left; margin:0; padding: 4px 6px !important;}
.selfie-loader{ position:absolute; left:549px; top:255px; z-index: 99;}
.chat-loder{font-size:30px;}
.approval-section > div{
  width:100%;
}
.thumbs{
  min-width:70px;
}
.icon-right-circled { display: none!important;}
.date > p { margin:0px; font-size:12px; }
.date { padding: 3px 8px 1px; }

div#pop-up-overloay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}


div#popup-content {
    padding: 70px;
    background: white;
    position: fixed;
    left: 33%;
    top: 0%;
    width: 30%;
    height: 20px;
    border: 2px solid black;
    z-index: 10000;
}

#popup_action
{
        display:none;
}

#popup_action.active {

        display:block;
}

@charset "UTF-8";
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 25px;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}

fieldset.star-rating {
  border: 0;
  width: 100%;
  border-radius: 1px;
}

#log {
  margin: 1em auto;
  width: 5em;
  text-align: center;
  background: transparent;
}

div.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: auto;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: relative;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 2px 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #A5DC86;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.rating {
    float:left;
    position:relative;
}

.rating:not(:checked) > input {
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.rating-wraper{
    overflow:hidden; padding-left: 60px; 
    margin:30px 0;
}
.ezc-debug-output{display : none;}



.login_form {
  margin: auto;
  width: 70%;
  height: 500px;
  border: 3px solid blue;
  padding: 10px;
}

.voucher_login_form, .order_login_form, .cx_login_form, .post_login_form {
  margin: auto;
  width: 70%;
  height: 500px;
  border: 3px solid white;
  padding: 10px;
}

.form-group{
  margin: auto;
  width: 60%;
  padding: 10px;
}

.text-danger{
	color: red;
	font-size: 15px;
}

.logout{
    width: 200px;
    height: 32px;
    margin-top: 3px;
    margin-right: 10px;
    border-bottom: groove;
    background: #3496d0;
    color: white;
    border-radius:5%;
    float:right;
}

#customer_block_div{
  height: 600px;
}

#voucher_deducted_amount_li{
  display: none;
  color: red;
  margin-top: 8px;
  margin-bottom: 8px;
}

#voucher_deducted_amount{
  width: 130px;
  text-align: center;
  border-radius: 5%;
  border-color: black;
}

.skip_txn{
	width: 150px;
    height: 30px;
    margin-top: 5px;
    margin-left: 5px;
    border-bottom: groove;
    background: #3496d0;
    color: white;
    border-radius:5%;
}
#login{
    width: 235px;
    height: 50px;
    margin-left: 115px;
    border-bottom: groove;
    background: #3496d0;
    color: white;
    border-radius: 5%;
}
.dump{
	display: none;
}

#selfie-loader{
	display:none;
	width:220px;
}

.chat-main-banner{
	width: 100%;
}

#main_supervision_data{
  color: red;
}

#main_user_data{
  width: 35%;
  margin: 10px;
  float: left;
}

#main_merchant_data{
  float: right;
  width: 30%;
  margin-right: 50px;
}

#chat-high-right-column{
	width: 50%;
    text-align: center;
    float: left;
}
#chat-main-right-column{
	margin-top: 50px;
}

#c_number{
	color: #337ab7;
}
tr.spaceUnder > td
{
  padding-bottom: 0.2em;
}
table tr.spaceUnder > td {
    padding-bottom: 0;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
}
.container-outer { overflow: scroll; width: 100%; height: 220px; }
.container-inner { width: 10000px; }
.similar_images_date_div {display:inline-block;position:relative;}
.customer_images_date_div {display:inline-block;position:relative;}
.similar_bills_date_div,.merchant_images_date_div {display:inline-block;position:relative;}
.date{position:absolute;bottom:0;left:0;color:white;background:rgba(0,0,0,0.5);padding:10px;display:block;width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
a{ color:#337ab7;;text-decoration:none; }
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
b, strong {
    font-weight: 700;
}
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 2px \9;
  line-height: normal;
}

table#userlist{
    width: 100%;
    border-spacing: 10px;
}

table#userlist tr:nth-child(even) {
  background-color: #eee;
}
table#userlist tr:nth-child(odd) {
 background-color: #fff;
}
table#userlist th {
  background-color: black;
  color: white;
}
.selected_search_suggestion {
  background-color : #c8c8ff;
}

#logo{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#text_label{
  font-size: 20px;
    color: white;
}

#text_input{
  width: 300px;
    height: 25px;
    margin-left: 10px;
}

#delivery_apps{
  color: red;
}

#localtion_accuracy{
  color: green;
  font-size: large;
}

#localtion_low_accuracy{
  color: red;
  font-size: large;
}

#userlist_head{
  margin: 20px;
  display: inline-block;
}

#userlist_link{
  background: #010202;
  color: white;
  width: 210px;
  height: 35px;
  float: right;
  margin-top: 35px;
  margin-right: 10px;
}

#add_new_user_link{
  background: #010202;
  color: white;
  width: 210px;
  height: 38px;
  float: right;
  margin-top: 35px;
  margin-right: 10px;
}

#form_container, .update_dialer_details {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.update_dialer_details{
  margin-top: 20px;
}

.update_dialer_details input{
  width: 1000px;
  height: 30px;
}

#save_new_agent, 
#update_dialer_agent{
    width: 235px;
    height: 50px;
    margin-left: 365px;
    border-bottom: groove;
    background: #3496d0;
    color: white;
    border-radius: 5%;
    margin-top: 20px;
}

.form-divs{
  margin: 10px;
  font-size: 22px;
}

#levels{
  height: 30px;
  width: 350px;
}

#department{
  height: 30px;
  width: 350px;
}

#f_re_password{
  width: 1000px;
  height: 30px;
}

#fpassword{
  width: 1000px;
  height: 30px;
}

#femail{
  width: 1000px;
  height: 30px;
}

#fname{
  width: 1000px;
  height: 30px;
}

#close_distance_alert{
  margin-left: 475px;
  display: inline-block;
  margin-top: -5px;
  font-size: larger;
  font-weight: bold;
  color:red;
  margin-bottom:10px;
}

#other_bill_image{
  height: 500px;
  border-left: solid black 3px;
  border-right: solid black 4px;
  border-top: solid black 4px;
  border-bottom: solid black 4px;
  background: black;
}

#other_bill_banner,#other_bill_banner_time,#other_bill_txn_id,#transaction_banner{
  color: white;
}

#google_label{
  font-size: 20px;
  color: white;
  margin-left: 400px;
  margin-top: 35px;
}

.g-signin2{
  margin-left: 350px;
  margin-top: 30px;
 }

 #agent_signup{
  margin-top: 10px;
 }

table#data_list_table{
    width: 100%;
    border-spacing: 10px;
}

table#data_list_table tr:nth-child(even) {
  background-color: #eee;
}
table#data_list_table tr:nth-child(odd) {
 background-color: #fff;
}
table#data_list_table th {
  background-color: black;
  color: white;
}

#update_all_user{
  background: #010202;
  color: white;
  width: 210px;
  height: 38px;
  float: right;
  margin-top: 20px;
  margin-right: 10px;
}

#reopen_txn,#reopen_question{
  width: 200px;
  height: 32px;
  margin-top: 3px;
  margin-right: 10px;
  border-bottom: groove;
  background: #3496d0;
  color: white;
  border-radius:5%;
  float:right;
}

#source{
  height: 30px;
  width: 350px;
}

#user_head_div{
  margin-top: 100px;
  width: 750px;
  border: 5px solid #080c08;
  padding: 55px;
  margin-left: 233px;
}

#sessionlist_head{
  text-align: center;
  margin: auto;
}

#logout_session{
  background: #0e0e0e;
  color: white;
  width: 210px;
  height: 38px;
  float: right;
  margin-top: -85px;
  margin-right: 28px;
}

#practice_session,#test_session{
  background: #0e0e0e;
  color: white;
  width: 270px;
  height: 50px;
  margin-top: 25px;
  display: block;
  position:relative;
  left: 30%;
}

#invalid_order{
  border: groove;background-color: snow;margin: 150px;text-align: center;font-size: larger;
}

#order_listing_h1{ text-align: center;margin: 20px;font-family: sans-serif;font-size: 50px; }

#user_logged_in{font-weight: bold;}

#order_status_filter{margin-top: 10px;border-style: solid;text-align: -webkit-center;}

.order_status_button,.order_status_filter_button{ width: 180px;height: 35px;margin: 5px 20px;border-bottom: groove;background: #3496d0;color: white;border-radius: 5%;font-size: medium;font-weight: bold;}

table#orderlisting{width: 100%;border-spacing: 10px;border: 1px solid black;border-collapse: collapse;margin-bottom: 30px}

table#orderlisting th {  background-color: black;  color: white; border: 1px solid black;border-collapse: collapse; }

table#orderlisting td { border: 1px solid black;border-collapse: collapse; }

#order_search_main{display: inline-block;width: 100%; }

#order_search_inner{ border-style: solid; text-align: center; margin-bottom: 20px }

#search_option{ width:142px;margin: 26px; -webkit-appearance: menulist-button; }

.search_button, .apply_filer{ margin-right: 10px;border-bottom: groove;background: #3496d0;color: white;border-radius: 5%;font-size: medium;font-weight: bold; }

#order_filter{ border-style: solid; margin-bottom: 20px;}

.apply_filer{ margin-left: 30px; }

.order_logout{ display: none; width: 200px; height: 32px; margin-top: -40px; margin-right: 10px; border-bottom: groove; background: #3496d0; color: white; border-radius:5%; float:right;}

.personal_dashboard{ font-size: larger; text-align: center; width: 200px; height: 28px; margin-top: -40px; margin-right: 10px; background: #3496d0; color: white; border-radius:5%; float:right; padding: 2px; }

.order_assign{ width: 350px; height: 45px; margin-top: 40px; margin-right: 10px; border-bottom: groove; background: #3496d0; color: white; border-radius:5%; margin-left: 500px; font-size: larger;}

.personal_order_div,.personal_no_order_div{ border: groove;background-color: snow;margin: 50px; }

.order_refund,.order_remark,.partial_refund{ width: 250px; height: 32px; border-bottom: groove; background: #3496d0; color: white; border-radius:5%; margin-left: 80px;}

.order_refund{ margin-left: 225px; }

#refund_action,#remark_action,#order_update_action,#punched_action,#rider_action {height: auto;margin: 10px auto;padding: 10px;width: 50%;margin-top: 10px;}

#refund_action{width: 85%;}

#rejection_option,#rider_rejection_option {height: 25px;margin-top: 10px;margin-bottom: 30px;margin-left: 225px;}

#rider_rejection_option{ margin-left: 50px; }

.radio_refund_inline,.radio_merchant_debit_inline{ position: relative;display: inline-block;padding-left: 20px;margin-bottom: 20px;font-weight: 400;vertical-align: middle;cursor: pointer; }

#refund_category{margin-bottom: 25px;font-size: 20px;}

#payment_id_list,#debit_list,#merchant_debit_type_div{display: none;margin-bottom: 20px;}

#debit_list{text-align: -webkit-center;}

#merchant_debit_type_div{ margin-top: 20px; }

#remark_option,#order_update_option{width: 70%;height: 25px;margin-top: 10px;margin-bottom: 30px;margin-left: 55px;text-align-last: center;}

#color_description_block{ margin-bottom: 130px;margin-top: 50px; }

#partial_refund_action{Height: auto;margin: 10px auto;padding: 10px;}

table#partial_refund_table, table#item_details_table, table#merchant_mobile_table { width: 100%;}
table#partial_refund_table th, table#item_details_table th, table#merchant_mobile_table th { background-color: black; color: white; }
table#partial_refund_table tr { background-color: #9e9e9e; }
table#item_details_table tr { background-color: #fcfcfc; }
table#partial_refund_table td, table#item_details_table td, table#merchant_mobile_table td { text-align: center; border: 1px solid black; }
table#partial_refund_table input, table#item_details_table input, table#merchant_mobile_table input {  width: 90%; padding: 4px;  }
.partial_refund{position: relative; left: 28%; margin-top: 20px;}

.order_update_button,.order_punched,.cancel_rider_button,.assign_rider_button { width: 250px; height: 36px; background: #3496d0; color: white; border-radius:5%; position: relative; left: 16%}

#web_vouchers_action {height: auto;margin: 10px auto;width: 50%;margin-top: 10px;}
#web_vouchers_action ul { position: relative;left: 16%; }
#web_vouchers_action li { font-size: x-large; line-height: 50px; }


#locality_panel_list{
  margin: 50px 0px;
}


#locality_updation_table,
#merchant_flow_updation_table,
#third_party_updation_table,
#multiple_locality_updation_table{
    width: 100%;
    border-spacing: 10px;
}

#locality_updation_table tr:nth-child(even),
#merchant_flow_updation_table tr:nth-child(even),
#third_party_updation_table tr:nth-child(even),
#multiple_locality_updation_table tr:nth-child(even){
  background-color: #eee;
  text-align: -webkit-center;
}

#locality_updation_table tr:nth-child(odd),
#merchant_flow_updation_table tr:nth-child(odd),
#third_party_updation_table tr:nth-child(odd),
#multiple_locality_updation_table tr:nth-child(odd) {
 background-color: #fff;
 text-align: -webkit-center;
}

#locality_updation_table th,
#merchant_flow_updation_table th,
#third_party_updation_table th,
#multiple_locality_updation_table th {
  background-color: black;
  color: white;
}

#td_multiple_delivery_partner li,
#td_multiple_category li,
#td_multiple_direction li,
#td_multiple_coverage li{
  display: block;
}

#td_delivery_partner,#td_locality_action,
#td_third_party,#td_third_party_action{
  text-align-last: center;
}

#locality_id,#delivery_partner,#locality_reason,#locality_action,#third_party_reason {
  width: -webkit-fill-available;
}

.update_locality_partner,
.update_localities,
.update_merchant_flow,
.update_third_party,
.multiple_update_locality_partner{
  background: #458eff;
  color: white;
  width: 75px;
  height: 35px;
}

#queue_update_outer_section{border: groove;margin-bottom: 25px;background: antiquewhite;}
#queue_update_inner_section{text-align: center;margin-top: 10px;margin-bottom: 30px;}
#queue_select{height: 40px;min-width: 300px;text-align-last: center;margin-right: 20px;}
#upate_queue_button{background: #458eff;color: white;width: 75px;height: 35px;}
.ondc_order_row{text-align: center;vertical-align: middle;}


.rider_blacklist_details{
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#rider_blacklist_form_container{
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 500px;
  text-align: center;
}

.rider_blacklist_details input{
  width: 250px;
  height: 30px;
}

#blacklist_rider_button {
  margin-top: 10px;
  width: 250px;
  height: 40px;
  background: linear-gradient(46.38deg, #6D6BED 20.46%, #8F8BF2 52.47%, #DBD0FE 110.16%);
  border-radius: 8px;
  border: none;
  color: #FFFFFF;
  font-family: poppins-bold;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}
