/* body {
  margin: 0;
  font-family: "Poppins";
  font-size: 13px !important;
  line-height: 18px;
  color: #333;
  background-color: #fff;
} */

/* h1, */
/* h2, */
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}

/* h1 {
  font-size: 30px;
  line-height: 36px;
  padding: 10px 0 20px;
} */

#websiteContainer {
  background: url(../images/bg2.png) top left no-repeat;
  height: 529px;
}

.containerRelease {
  width: 780px;
  margin-left: 230px;
}

/* .form-group input[type=text], .form-group input[type=file], .form-group input[type=email], .form-group input[type=number]
{
  border-radius: 0px !important;
  border: 1px solid #2b2b2b !important;
} */

input[type=radio] {
  border-radius: 50% !important;
}
#wpbody #wpbody-content div.error {
  margin: 0.5% 2% 0.2% 0%;
}
.all-form-check-input,
input[type=checkbox] {
  height: 15px !important;
  width: 15px !important;
  margin: 0px !important;
  border: 1px solid #8c8f94 !important;
  background-color: white;
  border-radius: 0px !important;
}

/* .all-form-check-input,
input[type=checkbox] {
  box-shadow: 0 0 0 0 !important;
} */
.all-form-check-input:checked::before,
input[type=checkbox]:checked::before {
  height: 18px;
  width: 18px;
  background-color: #0d6efd !important;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"%3e%3cpath fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M6 10l3 3l6-6"/%3e%3c/svg%3e');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.check-box-div .all-form-check-input {
  margin-top: 4px !important;
}

.check-box-div .form-check-label {
  margin-top: 10px;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}

input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

input[type=number] {
  padding: 0px 5px 0px 5px;
}

.custom-dropdown {
  position: relative;
  display: inline-flex;
}

/* select {
  border-radius: 0px !important;
  padding: 0px 0px 0px 5px !important;
  width: 85px;
  cursor: pointer;
  background-color: white;
  appearance: none;
  -webkit-appearance: none;
} */

#checkbox-control-0::before,
#checkbox-control-1::before {
  display: none;
}

/*.custom-dropdown::before {
  content: '\2304';
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
  font-size: 22px;
  color: #000000;
  background-color: #f1f1f1;
  padding: 0px 4px;
  cursor: pointer;
}*/
select option {
  background-color: white;
  /* Set the background color of the options */
}

hr {
  border-top: 1px solid #ddd;
}

.tablenav {
  height: 0px;
}

.request_status {
  width: 140px;
}

/* .wcwm_warranty .left_image {
  padding-top: 0px !important;
} */

.return-form-content {
  background-color: #fff;
  float: unset !important;
  height: 700px !important;
  max-width: 100% !important;
  padding: 35px;
  padding-left: 65px;
}

.request_warranty label {
  padding-bottom: 50px;
  font-size: 30px;
  line-height: 35px;
}

/*#wcwm_request_frm .row .row_right{
  margin-top: 15px;
}*/
#wcwm_request_frm .row select,
#wcwm_request_frm .row input[type=text] {
  width: 100%;
  height: 30px;
  background-color: #ddd;
}

#wcwm_request_frm .row textarea {
  width: 100%;
  background-color: #ddd;
}

.add_comment {
  width: 100%;
}

.add_comment .wcwm_comment_header {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.woocommerce-page main {
  /* max-width: 100% !important; */
}

.req_return_comment_font {
  font-size: 20px;
}

.req_return_comment_font .row .row_left label {
  font-weight: 400 !important;
}

#wcwm_post_comment {
  height: 40px;
  width: 200px;
  color: #fff;
  background-color: #000000;
  border-radius: 0px;
}

#wcwm_dispatch {
  height: 40px;
  width: 140px;
  color: #fff;
  background-color: #000000;
  border-radius: 0px;
}

.order_status {
  padding: 0px !important;
}

.req_return_comment_font .row .row_left {
  line-height: 35px;
}

.wcwm_request_form_content {
  /* width: 80% !important; */
}

.woocommerce-orders-table thead tr th {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.request-listing-table th label a {
  color: white;
  text-decoration: none;
}

.order-id-underline:hover {
  text-decoration: none !important;
}

/* Table */
.edit-delete i {
  color: #2271b1 !important;
  text-decoration: none !important;
  font-size: 25px;
}

.edit-delete-d i {
  color: #DC3545 !important;
  text-decoration: none !important;
  font-size: 25px;
}

.slash-text {
  font-size: 25px !important;
}

.request-listing-table tr td a {
  color: #595F69;
}

.woocommerce-orders-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table-body-text td {
  font-size: 15px;
  vertical-align: middle;
}

.woocommerce-orders-table tbody tr:nth-child(odd) {
  background-color: #fff;
}

#example_info {
  text-transform: none;
}

.woocommerce-orders-table td,
.woocommerce-orders-table th {
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 17px;
  padding: 8px;
}

.return-report-message .report_title_success {
  border-left: 4px solid green;
}

/* #example th {
  border-bottom: 1px solid #E1E3E6 !important;
  color: #ADAEB0;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  padding: 10px 10px;
} */

#example_filter label input[type=search]:focus,
#example_length label select:focus {
  box-shadow: none;
  color: #818386;
}

.checkbox-width {
  width: 20px;
  padding: 11px;
}

.margin_right_5px {
  margin-left: 5px;
}

.action-width {
  width: 50px;
}

#example {
  /* border: none; */
  width: 100% !important;
}

.dataTables_info {
  clear: unset !important;
  padding-top: 16px !important;
  padding-left: 20px;
  font-size: 15px;
  color: #818386 !important;
}

.dataTables_length select {
  border: none !important;
  background-color: #f2f5fa !important;
  width: 75px;
  height: 50px;
  text-align: center;
  font-size: 15px;
  padding: 6px 10px !important;
  color: #818386;
}

.dataTables_filter input {
  border: none !important;
  background-color: #f2f5fa !important;
  width: 500px;
  height: 50px;
  font-size: 15px;
  padding: 6px 10px !important;
}

.request-listing-table th,
.request-listing-table td {
  border: none;
  border-bottom: 1px solid #ddd !important;
}

.request-listing-heading h2 {
  font-size: 30px !important;
  font-weight: 700 !important;
  display: inline;
}

#example_paginate {
  margin-top: 20px;
}

.action_dropdawn::after {
  left: auto !important;
  right: 1px !important;
}

.table-select-all-btn {
  position: absolute;
}

#example thead .sorting::before {
  font-size: 1.5em;
  opacity: .500;
}

#example thead .sorting::after {
  font-size: 1.5em;
  opacity: .500;
}

#example thead .sorting_desc::before {
  font-size: 1.5em;
  opacity: 1;
  color: #7a80dd;
}

#example thead .sorting_asc::after {
  font-size: 1.5em;
  opacity: 1;
  color: #7a80dd;
}

/* #example_paginate .paginate_button.current {
  color: #ffffff !important;
  border: 0px solid #979797;
  background-color: #375699 !important;
  height: 40px !important;
  font-size: 16px !important;
} */

.action-icon-align {
  padding: 8px 18px !important;
}

.action-icon-align .crm-user-dropdown {
  text-align: center;
}

/* .request-listing-heading i {
  color: #333333;
  font-size: 30px;
  margin-right: 10px;
} */

.general-setting-padding tbody tr th,
.general-setting-padding tbody tr td {
  padding: 10px !important;
}

.lh-34 {
  line-height: 34px;
}

.lh-25 {
  line-height: 25px;
}

.request-listing-heading .req_section {
  width: 102% !important;
}

.req_section .req_detail,
.req_section .req_product_detail {
  background: #D3D3D3;
  padding: 10px;
  margin-bottom: 10px;
}

.request-listing-heading .button {
  color: #2271b1;
  border-color: #2271b1;
  background: #f6f7f7;
  vertical-align: top;
  margin-bottom: 10px;
}

.request-listing-heading .button i {
  font-size: 13px;
  color: #2271b1;
}

.return-reason-text .row {
  display: grid;
  padding: 5px 15px;
}

.return-reason-text .row .row_right #wcwm_custom_0:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

.return-form-content #wcwm_request_frm .row {
  margin-bottom: 10px;
}

.return-request-button #wcwm_req_submit {
  height: 40px;
  width: 200px;
  color: #fff;
  background-color: #375699;
  border-radius: 0px;
  font-size: 20px;
  margin: 20px;
  float: left;
}

.return-reason-text .row .row_right {
  width: 100%;
}

.return-request-select {
  appearance: menulist;
}

.return-form-content .row .col-md-12 #fileatchment {
  /* background-color: #ddd; */
  border-radius: 0px;
}





/* General setting */

.input-height,
.input-height option {
  height: 45px !important;
  background-color: #f2f5fa !important;
  color: #818386 !important;
  max-width: 100% !important;
  border-radius: 0px;
}

.placeholder-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 15px !important;
  margin-left: 15px;
  pointer-events: none;
  color: #818386 !important;
  transition: all 0.3s ease-out;
  margin-left: 25px;
  font-weight: 400;
  font-size: 13px;
}

.focused {
  transform: translateY(-25px);
  font-size: 13px;
  color: #818386 !important;
  background-color: white;
  padding: 0px 10px !important;
  margin-left: 5px;
  margin-top: 13px;
}

.form-control:focus+.placeholder-label {
  transform: translateY(-45%) scale(0.9);
  background-color: white;
  color: #818386 !important;
  font-size: 13px;
  padding: 0px 10px !important;
  margin-left: 25px;
}

.placeholder-label.active {
  transform: translateY(-45%) scale(0.9);
  background-color: white;
  color: #818386 !important;
  font-size: 13px;
  padding: 0px 10px !important;
  margin-left: 25px;
}

.require-field {
  color: #e20303 !important;
}

.btn_width {
  width: 100%;
  height: 45px;
  font-size: 16px;
  background-color: #375699 !important;
}

.btn_width:hover,
.btn_width:active,
.btn_width:focus,
.btn_width:active:focus {
  background-color: #375699;
}

.container-main-general {
  padding-right: 30px;
}

/* Menu CSS */
li#toplevel_page_customcrm {
  box-shadow: inset 4px 0 0 0 currentColor;
  background: #375699;
}

.toplevel_page_waranty-management ul.wp-submenu.wp-submenu-wrap li a {
  color: white !important;
  padding: 8px 8px !important;
  background-color: #375699;
}

.toplevel_page_waranty-management ul.wp-submenu.wp-submenu-wrap li {
  padding: 5px 5px !important;
  color: white !important;
  /* color: #ffffff; */
  background: #375699;
  margin-bottom: 3px !important;
}

.print-button .btn-sms-color {
  background-color: #375699;
  height: 40px;
  border: 0px;
  padding: 9px;
}

.btn-sms-color .select_all {
  border: 0px !important;
  border-radius: 0px !important;
  width: 16px !important;
  height: 16px !important;
  margin-bottom: 2px;
  background-color: #f2f5fa !important;
}

.btn-sms-color .select-messagre {
  font-size: 16px;
  display: inline;
  font-weight: 500;
  color: #ffffff;
}

.print-button .delete_selected {
  border: 0px;
  background-color: white;
  margin-left: 4px;
}

.date_font_size .date_assignbed_label {
  width: 100%;
  color: #333333;
  font-weight: bold;
  font-size: 16px !important;
  margin-top: -10px;
}

.crm-property-list.report-manage {
  padding: 0px 20px;
}

.wp-submenu-wrap li.current {
  box-shadow: inset 4px 0 0 0 currentColor;
}

/*setting icon*/
.crm-right-heder-list-link {
  margin-right: 20px;
  background-color: #F2F5FA;
  padding: 15px;
}

.toogle-div.user_margin_top {
  justify-content: end;
  display: flex;
}

.hr {
  border-top: 1px solid #ddd;
}

.js-duplicate,
.js-clear {
  margin-left: 10px;
}

.dynamic-header {
  font-size: 26px;
  font-weight: 500;
  color: #333333;
}

.toplevel_page_waranty-management .nav-tabs>li.active>a,
.toplevel_page_waranty-management .nav-tabs>li.active>a:focus,
.toplevel_page_waranty-management .nav-tabs>li.active>a:hover {
  border: 0px !important;
  color: #375699 !important;
  border-bottom: 3px solid #375699 !important;
}

a:focus {
  box-shadow: none !important;
}

.nav-tab,
.nav-tabs a {
  background: #fff !important;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  margin-left: 0px;
  text-transform: uppercase;
}

.custom_field_tablist {
  margin-top: 0px;
  /* margin-bottom: 30px; */
}

.nav-tabs>li>a {
  border: 0px !important;
  padding: 10px 0px !important;
  position: relative;
  display: block;
  /* padding: 10px 15px; */
  border-bottom: 0 !important;
  color: #ADAEB0 !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px !important;
  text-transform: uppercase;
  margin-right: 26px;
}

.custom_field_tablist .nav-tabs li {
  margin-bottom: 0px !important;
}

.custom_field_tablist .nav-tabs>li>a {
  color: #ADAEB0;
  margin-right: 26px;
}

a.padding_left_0.tab.active {
  /* margin-right: 10px; */
  font-weight: 600;
}

.main_email_template {
  margin-top: 10px !important;
}

.main_email_template .accordion-item {
  border: 1px solid #E1E3E5 !important;
  border-left: 5px solid #375699 !important;
  margin-bottom: 15px !important;
}

.email_template_accordian {
  border: none;
  color: #ffffff;
  background-color: #375699;
  padding: 17px;
  text-align: start;
  width: 100%;
  font-weight: 500;
}


/* Report */

.report_form .col-md-3 {
  padding-left: 0px;
}

.dropdown-menu li a {
  font-size: 14px;
  color: #595F69 !important;
  padding: 3px 20px;
  font-weight: 400;
}

.action-icon {
  font-weight: 400 !important;
  margin-right: 10px;
}

.action-icon-delete {
  font-weight: 600 !important;
  font-size: 14px;
  margin-right: 10px;
}

.action-text {
  margin-right: 10px;
}

.delete-hr {
  margin-top: 0px;
  margin-bottom: 5px;
}

.action-li-margin {
  margin-bottom: 0px;
}

/* View Page */

.back-button .button {
  border: 0px;
  background-color: transparent;
  font-size: 26px;
  line-height: 26px;
  flex-wrap: wrap;
  display: inline-flex;
  align-content: center;
}

.view_page_header_bg {
  height: 110px;
  width: auto;
  background: #375699;
}

.user_profile_header_left {
  margin-left: 30px;
  margin-top: 30px;
}

.float_left_width_100 {
  float: left;
  width: 100%;
}

.user_view_profile_image {
  height: 130px;
  border-radius: 38px;
  border: 5px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
  float: left;
  width: 130px;
  background-color: white;
}

.profile_user_name {
  display: flex;
}

.margin_top_40 {
  margin-top: 40px !important;
  margin-right: 1.5rem !important;
  margin-left: 2rem !important;
}

.view_user_name_label {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 22px !important;
  line-height: 20px;
  color: #FFFFFF;
  float: left;
  text-transform: capitalize;
}

.view_user_name_label a {
  color: #ffffff;
  text-decoration: underline;
}

.view_user_edit_btn {
  float: left;
  padding-bottom: 5px;
  margin-top: -4%;
  margin-left: 15px;
}

.margin_left_100 {
  text-align: center;
}

.group_thumbs {
  margin-top: 17px !important;
  padding-right: 16%;
  text-align: right;
  height: 100px;
  width: 100%;
}

.view-data-header-body-width {
  width: 98.5%;
}

.view-data-header {
  margin-top: 20px;
}

.order-details {
  margin-top: 6%;
}

.address-details,
.tracking-details {
  margin-top: 2%;
}

.view-data-body-container {
  padding: 0px;
}

.guardian_div {
  border: 1px solid #dee2e6;
  padding: 15px;
}

.guardian_div .view_page_label_heading {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 20px;
  color: #333333;
  margin-bottom: 20px;
}

.guardian_labels {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 13px;
  color: #818386;
  word-wrap: break-word;
}

.margin_top_15px .view_page_content_labels {
  font-size: 14px !important;
  font-weight: 400;
  color: black;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 23px;
  line-height: 22px;
}

.fade {
  opacity: 1;
}

#contact_message {
  display: block;
  margin: 0px;
  border-left-color: #ff0000;
}

.popup-bg .order-details {
  margin-top: 0;
}

.popup-bg .guardian_div {
  border: none;
}

.border_top_item {
  border-top: 1px solid #E1E3E6;
}
label {
  cursor: auto;
}
#crud_operation {
  justify-content: end;
  column-gap: 15%;
}
.order-details-trigger{
	width: 100%;
	cursor: pointer;
}
.clickable{
	cursor: pointer !important;
}
.raise-warranty-request-image{
  height: 20px;
    margin-right: 8px;
    margin-bottom: 2px;
}
.nav-tabs>li
{
  margin-bottom: 0px !important;
}
