.content-wrapper {
  min-height: 100vh !important;
}

body:not(.layout-fixed) .main-sidebar {
  height: 100vh !important;
  position: fixed !important;
  top: 0 !important;
}

form {
  margin: 0;
}

.reset_btn {
  margin-right: 10px;
}

.content-wrapper {
  padding: 0 0.5rem;
}

.alert.alert-success p {
  margin: 0;
}

.create_new {
  margin-bottom: 15px;
  display: flex;
  justify-content: end;
}

.select-box {
  margin-right: 8px;
}

.select-design {
  padding: 8px;
  border-radius: 4px;
}

.back_con {
  display: flex;
  justify-content: end;
  align-items: end;
  padding: 0 8px 0 8px;
}

/* custom checkbox style */

.checkbox_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.checkbox_con label {
  margin: 0;
  font-weight: normal !important;
}

.st_check {
  margin: 0 0 0 10px;
  background-color: #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.st_check label {
  width: 5em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.st_check label span {
  text-align: center;
  padding: 3px 0;
  display: block;
  font-size: 12px;
}

.st_check label input {
  position: absolute;
  display: none;
  color: #fff !important;
}

.st_check label input+span {
  color: #fff;
}

.st_check input:checked+span {
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

/* .sub_cat_table_short tr td:last-child {
    display: flex;
    align-items: center;
} */

.filter_field_con select {
  padding: 0.375rem 0.25rem;
}

.read input:checked+span {
  background-color: #007bff;
  height: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.write input:checked+span {
  background-color: #007bff;
  height: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* custom checkbox style */
/* custom toggle button style */
.cust_management .toggle-switch {
  margin: 6px 0 0;
  width: 70px;
  position: relative;
}

.cust_management .toggle-switch label {
  padding: 0;
  margin: 0;
}

.cust_management input[type="checkbox"] {
  display: none;
}

.cust_management .toggle-switch label input+span {
  position: relative;
  display: inline-block;
  width: 3.1rem;
  height: 1.3rem;
  background: #bdc1c8;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.cust_management .toggle-switch label input+span small {
  position: absolute;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 1.875rem;
  background: #fff;
  transition: all 0.3s ease-in-out;
  top: 0.2rem;
  left: 0.2rem;
}

.cust_management .toggle-switch label input:checked+span {
  background-color: #ed705e;
}

.cust_management .toggle-switch label input:checked+span small {
  left: 2rem;
  transition: left 0.25s;
}

/* custom toggle button style */
.delete_con_modal .btn_con {
  display: flex;
  justify-content: center;
  padding: 10px 0 20px;
}

.delete_con_modal .btn-secondary {
  margin-right: 10px;
}

.delete_con_modal h3,
.delete_con_modal p {
  text-align: center;
}

.delete_con_modal .modal-header {
  padding-bottom: 0;
  border: none;
}

.staff_management {
  text-align: center;
}

.common_margin_right {
  margin-right: 8px;
}

.logo_con {
  width: 100px;
}

.logo_section {
  text-align: center;
}

.login_logo {
  height: 90px;
}

.swal-container-hold .swal2-html-container {
  margin: 10px 0 0;
}

.abswal-container-holdc .swal2-title {
  margin: 0 !important;
}

.swal-container-hold button {
  margin: 0 5px !important;
}

.swal-container-hold button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.dataTables_wrapper .dataTables_info {
  padding-top: 30px !important;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 20px;
}

.table.dataTable th:before {
  margin-right: 3px;
}

.content-header {
  padding: 0 10px;
}

.content-header h1 {
  font-size: 26px;
  font-weight: 600;
  padding-top: 20px;
}

.table-heading th {
  color: rgba(0, 0, 0, 0.58);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.list_table {
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 6px;
}

.list_table .first_row {
  border: 1px solid rgba(0, 0, 0, 0.11);
  background: #f9f9fa;
}

.list_table .second_row {
  background: #fff;
}

.qty {
  display: flex;
  /* flex-wrap: wrap; */
  text-align: center;
  margin: 0;
}

.first_row .qty {
  margin: 0;
}

.qty label {
  flex: 1 0 100%;
}

.qty input {
  width: 45px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #cececf;
  background: #fff;
}

.qty input[type="decimal"] {
  width: 105px;
  border-radius: 8px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"],
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: textfield;
}

input[type="number"]:focus {
  outline: none;
}

.qty button {
  width: 30px;
  height: 30px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  background: #cececf;
  border: none;
  border-radius: 0 8px 8px 0;
}

.qty button:first-child {
  border-radius: 8px 0 0 8px;
}

.del_btn img {
  width: 22px;
}

.biling_area {
  padding: 30px;
  background: #f7f7f7;
  border: solid 1px #00000024;
}

.biling_area label {
  color: #0000008a;
  font-size: 14px;
  margin-bottom: 6px;
}

.biling_area input:not([type="submit"]),
.biling_area select {
  height: 40px;
  border: solid 1px #0000001f;
  font-size: 14px;
  width: 100%;
  border-radius: 8px;
  padding: 10px 15px;
  background: #fff;
  margin-bottom: 15px;
}

.biling_area input:not([type="submit"]):focus,
.biling_area select:focus {
  outline: none;
  box-shadow: none;
  border: solid 1px #666;
}

/** Cart Details Start Riya**/
.product_order_left h2,
.product_order_right h2 {
  font-size: 24px;
  font-weight: 600;
  color: #212123;
  margin-bottom: 25px;
}

.product_order_table table {
  width: 100%;
}

.product_order_table table tr:first-child {
  border: none;
  padding: 0;
}

.product_order_table table tr:last-child {
  border-bottom: solid 1px #00000024;
}

.product_order_table table tr:first-child:after {
  display: none;
}

.product_order_table table tr:last-child:after {
  display: none;
}

.product_order_table table tr {
  border: solid 1px #00000024;
  border-top: none;
  border-bottom: none;
  padding: 0 15px;
  position: relative;
}

.product_order_table table tr:after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 15px;
  background: #00000024;
}

.product_order_table table th {
  padding: 15px;
  background: #f7f7f7;
  color: #000000;
  font-size: 16px;
}

.product_order_table table th:first-child {
  padding-left: 30px;
}

.product_order_table table td {
  padding: 25px 15px;
  color: #000000;
  font-size: 17px;
  vertical-align: top;
}

.product_order_table table td .del_btn {
  border: none;
  background: none;
}

.product_order_table table td .del_btn:focus {
  border: none;
  outline: none;
}

.order_pic {
  display: flex;
  align-items: start;
  padding-left: 15px;
}

.order_pic div {
  padding-left: 15px;
}

.order_pic div h3 {
  color: #000000;
  font-size: 17px;
  margin: 0 0 3px;
}

.order_pic div h4 {
  color: #7d7676;
  font-size: 18px;
  margin: 0;
}

.cart_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart_btn {
  padding-top: 25px;
}

.cart_btn .con_ship_btn {
  font-size: 16px;
  color: #413e3e;
  background: #e7e7e663;
  border: solid 1px #00000045;
  border-radius: 6px;
  height: 50px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.cart_btn div {
  display: flex;
  align-items: center;
  justify-content: end;
}

.cart_btn div a {
  font-size: 16px;
  color: #00a3ba;
  text-decoration: underline;
}

.cart_btn button {
  font-size: 20px;
  height: 50px;
  width: 240px;
  border-radius: 6px;
  border: none;
  margin-left: 15px;
}

.all_cat_list {
  display: flex;
}

.all_cat_list .prod_name {
  width: 35%;
  padding: 10px;
}

.all_cat_list .prod_name p,
.all_cat_list .prod_price p {
  margin: 0;
}

.all_cat_list .prod_price {
  width: 35%;
  padding: 10px;
}

.all_cat_list .prod_price span {
  display: block;
}

.all_cat_list_heading {
  height: 40px;
  background: #ddd;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  font-weight: 600;
}

.products-wrapper td {
  padding: 0;
}

.all_cat_list .qty {
  width: 19%;
  padding: 10px;
}

.all_cat_list .qty input {
  width: 40px;
  height: 30px;
  font-size: 14px;
}

.all_cat_list .qty input[type="decimal"] {
  width: 96px;
}

.all_cat_list .qty input[type="decimal"]:focus {
  outline: none;
  box-shadow: none;
}

.all_cat_list .qty button {
  width: 30px;
  height: 30px;
  font-size: 14px;
}

.all_cat_list .prod_add_btn {
  width: 11%;
  padding: 10px;
}

.all_cat_list .prod_add_btn button {
  padding: 3px 15px;
}

.all_cat_list .prod_add_btn button:hover {
  background: #999;
  border: solid 1px #999;
}

.all_cat_list .prod_add_btn button.del_btn:hover {
  background: #fff;
  border: none;
}

.list-group-item {
  cursor: pointer;
}

.info_icon {
  width: 14px;
  height: 14px;
  opacity: 0.5;
}

@media (max-width: 1199px) {
  .cart_btn {
    padding-bottom: 25px;
  }
}

@media (max-width: 992px) {
  .main-footer {
    width: calc(100% - 4.6rem) !important;
  }
}

@media (max-width: 991px) {
  .main-footer {
    width: 100% !important;
  }

  .all_cat_list .prod_add_btn {
    width: 14%;
  }

  .all_cat_list .prod_price {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .all_cat_list_heading {
    display: none;
  }

  .cart_btn {
    display: block;
  }

  .cart_btn .con_ship_btn {
    width: 100%;
  }

  .cart_btn button {
    width: 100%;
    margin-left: 0;
  }

  .cart_btn div a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }

  .cart_btn div {
    flex-direction: column;
  }

  .cart_btn form {
    width: 100%;
  }

  .product_order_table {
    overflow-x: auto;
  }

  .product_order_table table {
    width: 600px;
  }

  .select_cat_con {
    display: block;
    text-align: right;
  }

  .date_picker_con {
    display: block !important;
    text-align: right;
  }

  .date_picker_con div:nth-child(1) {
    text-align: left;
  }

  .date_picker_con input {
    width: 100%;
    margin: 10px 0;
  }

  .date_picker_con label {
    margin: 0;
  }

  .select_cat {
    margin-right: 0;
    text-align: left;
  }

  .select_cat select {
    width: 100%;
    margin: 10px 0 !important;
  }
}

@media (max-width: 575px) {
  .cart_btn button {
    width: 170px;
  }

  .all_cat_list {
    flex-direction: column;
  }

  .all_cat_list .prod_name,
  .all_cat_list .prod_price,
  .all_cat_list .qty,
  .all_cat_list .prod_add_btn {
    width: 100%;
  }

  .all_cat_list .prod_name,
  .all_cat_list .prod_price {
    width: 100%;
    padding-bottom: 0;
  }
}

/** Cart Details End Riya**/
.edit {
  color: #007bff;
  line-height: 30px;
  margin: 0 5px 0 0;
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
}

.edit:hover {
  color: #007bff;
}

.trash-btn {
  color: #f00;
  line-height: 30px;
  margin: 0 5px 0 0;
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
}

.trash-btn:hover {
  color: #f00;
}

.calculator-btn {
  color: #000;
  line-height: 30px;
  margin: 0 5px 0 0;
  display: inline-block;
  cursor: pointer;
}

.calculator-btn:hover {
  color: #000;
}

.check_con {
  display: flex;
  align-items: center;
}

.check_con input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.check_con label {
  margin: 0;
}

.date_picker_con {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-bottom: 20px;
}

.date_picker_con label {
  margin: 0 10px 0 0;
}

.date_picker_con input {
  height: 38px;
  padding: 10px;
  border-radius: 5px;
  margin-right: 15px;
  border: solid 1px #aaa;
}

table th,
table td {
  font-size: 14px;
}

.edit_image {
  display: flex;
  align-items: center;
}

.edit_image img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  object-fit: cover;
}

.edit_image label {
  margin: 0 5px 0 0;
}

.edit_image .close {
  padding: 2px;
  position: absolute;
  top: 0px;
  left: 60px;
  z-index: 100;
  cursor: pointer;
}

.canc_btn {
  margin-right: 10px;
}

.form_btn_con {
  padding-bottom: 20px;
}

.custom-select {
  margin-left: 5px;
  margin-right: 5px;
}

.alert {
  margin-top: 15px;
}

.content-wrapper {
  height: auto !important;
  padding-bottom: 70px;
  min-height: calc(100vh - 70px) !important;
}

.main-footer {
  position: fixed;
  bottom: 0;
  width: calc(100% - 250px);
  z-index: 99;
}

.calculate_check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

.calculate_check label {
  margin-left: 4px;
}

.sidebar {
  height: calc(100% - (9rem + 1px));
}

.sidebar .info {
  padding: 0;
}

.sidebar .info a {
  line-height: 16px;
  white-space: pre-line;
  width: 100% !important;
}

.subM {
  display: none;
  border-bottom: solid 1px #fff;
}

.subM ul li a {
  background: #e3ffd1;
  padding: 15px 15px 15px 40px;
  display: flex;
  align-items: center;
}

.subM ul li label {
  background: #e3ffd1;
  padding: 15px 15px 15px 40px;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #212529;
  font-weight: 500;
}

.subM ul li label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}

.list-group-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.cart_sidebar ul {
  padding: 0;
  margin: 0;
}

.cart_sidebar ul li.show .subM {
  display: block;
}

.cart_sidebar ul li {
  list-style: none;
}

.cart_sidebar ul li i {
  transition: all 500ms ease-in-out 0ms;
  float: right;
  margin-top: 4px;
}

.cart_sidebar ul li.show i {
  transform: rotate(180deg);
  transition: all 500ms ease-in-out 0ms;
}

.select_cat {
  margin-right: 10px;
}

.select_cat label {
  margin: 0;
}

.select_cat select {
  height: 40px;
  border: solid 1px #0000001f;
  font-size: 14px;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  margin-left: 10px;
}

.select_cat select:focus {
  border: solid 1px #0000001f;
  outline: none;
}

.sub_cat_table_large table {
  min-width: 1000px;
  width: 100% !important;
}

.sub_cat_table_large div div:nth-child(2) {
  overflow: auto;
}

.sub_cat_table table {
  min-width: 946px;
  width: 100% !important;
}

.sub_cat_table div div:nth-child(2) {
  overflow: auto;
}

.sub_cat_table_short table {
  min-width: 600px;
  width: 100% !important;
}

.sub_cat_table_short div div:nth-child(2) {
  overflow: auto;
}

.sub_cat_table_short>div>.row:nth-child(2)>div input {
  width: 110px;
  border-radius: 5px;
  border: solid 1px #999;
  padding: 5px;
}

.page-item.active .page-link {
  z-index: initial;
}

.noti_icon {
  position: relative;
}

.noti_icon button {
  border: none;
  background: none;
}

.noti_icon button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.noti_icon i,
.noti_icon span {
  cursor: pointer;
}

.noti_icon span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  right: 12px;
  background: #a6ff62;
}

.badge:empty {
  display: block;
}

.notification_info {
  position: absolute;
  width: 300px;
  border-radius: 5px;
  background: #fff;
  right: -30px;
  display: none;
  border: solid 1px #ccc;
}

.notification_info.show {
  display: block;
}

.notification_info h2 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding: 20px 15px 0;
}

.notification_info ul {
  padding: 0;
}

.notification_info ul li {
  display: block;
  padding: 15px;
  border-bottom: solid 1px #d3d3d3;
  text-align: left;
}

.notification_info ul li a {
  color: #666;
  text-align: left;
}

.notification_info ul li a span {
  color: #999;
  font-size: 12px;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  background: none;
}

#notification-table td a {
  color: #333;
}

.show_all_noti {
  background: #eee;
  padding: 10px;
  text-align: center;
}

.show_all_noti a {
  color: #000;
}

.loader {
  width: 100%;
  height: 100%;
  background: #00000094;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}

.loader div {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader img {
  filter: grayscale(100%) invert(100%);
  width: 80px;
  animation: rotate-animation 10s infinite linear;
}

.error {
  border: 1px solid #c00 !important;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

i[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  height: 25px;
}

/* Hide the tooltip content by default */

i[data-tooltip]:before,
i[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */

i[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: -45px;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  border-radius: 2px;
  border: 1px outset #c0c0c0;
  box-shadow: 3px 2px 5px #9f9f9f;
  background-color: #000;
  background-color: hsla(206, 73%, 34%, 0.9);
  color: #ffffff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 11px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.2;
}

.urgent_order_loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
  left: 0;
  top: 0;
  background: #0000008c;
}

.urgent_order_loader img {
  width: 60px;
  animation: urgent-rotate-animation 10s infinite linear;
}

@keyframes urgent-rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.sub_cat_table_short i[data-tooltip]:before {
  width: 200px;
  left: -85px;
}

/* Triangle hack to make tooltip look like a speech bubble */

i[data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(206, 73%, 34%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

i[data-tooltip]:hover:before,
i[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.select2-container--default .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

li.show .subM label {
  width: 100%;
  background: #c9caf1;
  padding: 10px 10px 10px 35px;
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}

li.show .subM label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 4px 6px 0 0;
}

.cons_order_table>div>.row:nth-child(2)>div {
  overflow: auto;
}

.cons_order_table>div>.row:nth-child(2)>div input {
  width: 75px;
  border-radius: 5px;
  border: solid 1px #999;
  padding: 5px;
}

.cons_filter_area {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.cons_filter_area>div {
  display: flex;
  align-items: center;
}

/* select.pending{
    background: #c6def9;
    border: solid 1px #007bff;
  }
  select.cancelled{
    background: #ffcacf;
    border: solid 1px #bd2130;
  }
  select.delivered{
    background: #ffecb4;
    border: solid 1px #d39e00;
  }
  select.accepted{
    background: #a1ffb6;
    border: solid 1px #1e7e34;
  } */
.urgent_div_admin {
  width: 100%;
  display: flex;
  padding: 10px 5px 0;
}

.urgent_div_admin input {
  width: 20px !important;
  height: 20px !important;
  margin: 0 6px 0 0 !important;
}

.urgent_div_admin input label {
  margin: 0 !important;
}

.cons_filter_area .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 5px 0 0;
}

.cons_filter_area .form-group {
  margin-right: 15px;
}

.cons_filter_area .form-group>span {
  width: 140px;
}

.cons_filter_area label {
  margin-bottom: 20px;
  margin-right: 10px;
}

.login-page .wrapper {
  background-image: url("../images/background-img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding: 0 50px;
}

.login-page .login-box {
  background: white;
  padding: 40px 50px;
  border-radius: 40px;
  width: 550px;
}

.login-page .login-box .login-logo {
  margin: 0 0 40px;
}

.login-page .login-box h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #0C1725;
  margin-bottom: 15px;
}

.login-page .login-box .card {
  border: 0;
  box-shadow: none;
}

.login-page .login-box .card .login-card-body {
  padding: 0;
}


.login-page .login-box .card label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #2F3B4B;
  margin-bottom: 6px;
}

.login-page .login-box .card input {
  padding: 10px 15px;
  border: 1px solid #CCD1D8;
  border-radius: 12px;
  box-shadow: none !important;
  height: auto;
}

.login-page .login-box .card #password,
.login-page .login-box .card #password-confirm {
  border-right: none;
}

.login-card-body .input-group .form-control:focus~.input-group-append .input-group-text {
  border-color: #CCD1D8;
}

.login-page .login-box .card .input-group-text {
  background-color: #fff;
  border-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left: none;
}

.login-page .login-box .card .input-group-text .eye-icon {
  color: #6d7d93;
}

.login-page .login-box .card [class*="icheck-"]>input:first-child+label::before {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  padding: 6px;
  margin-left: -24px;
  top: 4px;
}

.login-page .login-box .card .icheck-primary .rememberText {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #0D1726;
}

.login-page .login-box .card .forgetText {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #546173;
}

.login-page .login-box .card [class*=icheck-]>input:first-child:checked+label::after {
  top: 2px;
  left: 2px;
  width: 5px;
  height: 8px;
}

.login-page .login-box .top-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #5D6877;
  margin-bottom: 30px;
  text-align: center;
  padding: 0 20px;
}

.login .btn {
  background-color: #eab308;
  border: 1px solid #eab308;
  color: white;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  width: 100%;
}

.login .btn:hover {
  background-color: #ca8a04;
  border: 1px solid #ca8a04;
}

.login-box .login-card-body .forgetText {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #546173;
}

/* Start Admin LTE CSS modified */

[class*="icheck-"]>input:first-child+label::before {
  border-radius: 4px;
  padding: 6px;
}

.icheck-primary>input:first-child:checked+label::before {
  background-color: #eab308;
  border: 1px solid #eab308;
}

[class*="sidebar-dark-"] {
  background-color: white;
}

[class*="sidebar-dark-"] .sidebar a {
  color: #0c1725;
}

[class*="sidebar-dark"] .user-panel {
  border: none;
}

[class*="sidebar-dark"] .brand-link {
  border-bottom: none;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  background-color: #eab308;
  border: 1px solid #eab308;
  color: #fff;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.3s;
}
/* .sidebar-dark-primary .nav-sidebar>.nav-item:hover,
.sidebar-light-primary .nav-sidebar>.nav-item:hover{
  background-color: #ca8a04;
  border: 1px solid #ca8a04;
} */
.nav-pills .nav-link:not(.active):hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #0c1725;
  padding: 6px 15px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.3s;
}

[class*="sidebar-dark-"] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*="sidebar-dark-"] .nav-sidebar>.nav-item:hover>.nav-link,
[class*="sidebar-dark-"] .nav-sidebar>.nav-item>.nav-link:focus {
  background-color: #ca8a04;
  border: 1px solid #ca8a04;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.3s;
}

[class*="sidebar-dark-"] .user-panel a:hover {
  color: black;
}

.nav-tabs .nav-link,
.nav-tabs .show>.nav-link {
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #5d6877;
  padding: 0 8px 12px;
}

.nav-tabs .nav-link.active,
.nav-tabs .show>.nav-link {
  border-bottom: 2px solid #eab308;
  color: #0d1726;
}

.card-primary.card-outline {
  border-top: 3px solid #eab308;
}

.card-primary:not(.card-outline)>.card-header {
  background-color: #eab308;
}

.profile-update .btn {
  background-color: #eab308;
  color: #fff;
  padding: 10px 30px;
  border-radius: 12px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
}

.custom-btn {
  background-color: #eab308;
  color: #fff;
  border-radius: 12px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.custom-btn:hover,
.profile-update .btn:hover {
  background-color: #ca8a04;
  color: #fff;
}

.btn-secondary {
  border-radius: 12px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.user-panel .image img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border: 3px solid #adb5bd;
}

.profile-user-img {
  object-fit: cover;
  height: 100px;
}

.navbar-light .navbar-nav .nav-link.logout {
  background-color: #eab308;
  color: #fff;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 10px;
  height: 30px;
  display: flex;
  align-items: center;
}

.navbar-light .navbar-nav .nav-link.logout:focus,
.navbar-light .navbar-nav .nav-link.logout:hover {
  background-color: #ca8a04;
}

/* End Admin LTE CSS modified */

.success_msg_consolidate {
  padding: 0 15px;
}

.export_csv {
  margin-right: 5px;
}

.export_csv_con {
  display: flex;
  justify-content: end;
}

.sub_cat_table_short select {
  border: solid 1px #999;
  padding: 3px 5px;
  border-radius: 5px;
}

.sub_cat_table_short select:focus {
  outline: none;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 100% !important;
}

.create-order-resetBtn {
  margin-left: 10px;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: none;
  border: none;
  color: #fff;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  width: 100px;
}

.dropdown-acc-desc {
  margin-right: 10px;
  display: flex;
  gap: 10px;
}

.dropdown-acc-desc span i {
  font-size: 18px;
  cursor: pointer;
}

.create-order-top-part {
  width: 100%;
  gap: 20px;
  justify-content: end;
}

/* Modern Document Card Styling */
.document-card {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.2s;
}

.document-card:hover {
  transform: translateY(-5px);
}

.document-actions .btn {
  font-size: 0.9rem;
}

.card-title {
  font-size: 1.1rem;
  font-weight: 600;
}

.card-text small {
  color: #6c757d;
}

.toast {
  opacity: 1 !important;
  /* Full opacity */
  transition: opacity 0.5s ease-in-out;
  /* Smooth transition */
}

.toast-success {
  margin-top: 2px;
  background-color: #ED705E !important;
  color: #fff !important;
  box-shadow: none !important;
}

.edit-icon {
  background-color: transparent;
  color: #0C1725;
  border: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 0;
  margin-left: 20px;
}

.tab-pane .add-btn {
  color: #fff;
  background-color: #ED705E;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  width: 100px;
}

/* .edit-icon:hover {
  background-color: #ED705E;
  color: #fff; 
  border-color: #ed705e;
} */

.custom-color {
  color: #ed705e;
}

.custom-color:hover {
  color: #ED705E;
}

.tab-pane .file-upload .file-item,
.tab-pane .file-upload .file-actions,
.tab-pane .document-card .card-body,
.content .tab-pane .file-info .pdf-file {
  display: flex;
  align-items: center;
}

.tab-pane .document-card .card-body .document-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 55%;
}

.content .tab-pane .file-info,
.document-card .document-actions .file-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F6F7F9;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #EBEFF4;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  width: 80%;
  color: #212529;
}


.content .tab-pane .file-icon,
.document-card .document-actions .file-icon {
  margin-right: 8px;
  color: #ED705E;
  background-color: #FFEBE4;
  width: 32px;
  height: 32px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-pane .headingSection h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #0D1726;
  margin: 20px 0 10px;
}

.tab-pane .card-body .card-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0D1726;
  text-transform: capitalize;
}

.tab-pane .file-actions .deleteFile {
  margin-left: 20px;
}

.tab-pane .file-upload .file-item {
  margin-bottom: 20px;
}

.tab-pane .common-col .form-group {
  display: flex;
  justify-content: space-between;
}

.tab-pane .common-col .form-group .file-upload {
  width: 55%;
}

.tab-pane .common-col .form-group .file-upload .file-info {
  justify-content: flex-start;
  /* width: 100%; */
}

.tab-pane .common-col .form-group label {
  width: 28%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0D1726;
}


@media (max-width: 1100px) {
  .cons_filter_area {
    display: block;
  }

  .filter_field_con {
    justify-content: end;
    margin: 15px 0 0;
  }
}

@media (max-width: 767px) {
  .filter_field_con {
    flex-direction: column;
  }

  .cons_filter_area label {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }

  .cons_filter_area .form-group {
    margin-right: 0;
    width: 100%;
  }

  .cons_filter_area .form-group>span {
    width: 100% !important;
  }

  .cons_filter_area .date_picker_con {
    width: 100%;
    display: flex !important;
  }
}

@media (max-width: 575px) {
  .login-page .login-box {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .login-page .login-box {
    width: 90%;
  }
}