@font-face {
  font-family: Poppins-Thin;
  font-style: normal;
  src: local('Poppins-Thin'), local('Poppins-Thin'), url('../fonts/Poppins-Thin.ttf') format("truetype")
}


@font-face {
  font-family: Poppins-Light;
  font-style: normal;
  src: local('Poppins-Light'), local('Poppins-Light'), url('../fonts/Poppins-Light.ttf') format("truetype")
}

@font-face {
  font-family: Poppins-ExtraLight;
  font-style: normal;
  src: local('Poppins-ExtraLight'), local('Poppins-ExtraLight'), url('../fonts/Poppins-ExtraLight.ttf') format("truetype")
}

@font-face {
  font-family: Poppins-Regular;
  font-style: normal;
  src: local('Poppins-Regular'), local('Poppins-Regular'), url('../fonts/Poppins-Regular.ttf') format("truetype")
}

@font-face {
  font-family: Poppins-Medium;
  font-style: normal;
  src: local('Poppins-Medium'), local('Poppins-Medium'), url('../fonts/Poppins-Medium.ttf') format("truetype")
}

@font-face {
  font-family: Poppins-SemiBold;
  font-style: normal;
  src: local('Poppins-SemiBold'), local('Poppins-SemiBold'), url('../fonts/Poppins-SemiBold.ttf') format("truetype")
}

@font-face {
  font-family: Poppins-Bold;
  font-style: normal;
  src: local('Poppins-Bold'), local('Poppins-Bold'), url('../fonts/Poppins-Bold.ttf') format("truetype")
}

body {
  margin: 0;
  font-family: Poppins-Regular !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*   
  .css-1q9ix6v-MuiTypography-root,
  .css-1yf2xe0-MuiStack-root,
  .css-1i3tsf3-MuiTypography-root,
  .css-113d811-MuiFormLabel-root-MuiInputLabel-root,
  .css-w76bbz-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.css-w76bbz-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.css-w76bbz-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input::placeholder,
  .css-w4nesw-MuiInputBase-input-MuiOutlinedInput-input,
  .css-w76bbz-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.css-w76bbz-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.css-w76bbz-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input,
  .css-1dune0f-MuiInputBase-input-MuiOutlinedInput-input::placeholder,
  .css-1dune0f-MuiInputBase-input-MuiOutlinedInput-input,
  .css-1wmifpn-MuiTypography-root,
  .css-wya87w-MuiTableCell-root,
  .css-n5qgyl-MuiTableCell-root,
  .css-s09cke-MuiTablePagination-selectLabel,
  .css-kgcewo-MuiButtonBase-root-MuiButton-root,
  .css-9ds92h-MuiButtonBase-root-MuiButton-root,
  .css-1dc80h3-MuiTableCell-root,
  .css-1orzuox-MuiTableCell-root,
  .css-1f9xtph-MuiTypography-root,
  .css-1miy0lu-MuiTypography-root,
  .css-rizt0-MuiTypography-root {
    font-family: Poppins-Regular !important;
  } */

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.app-bar {
  background-color: #6b654e !important;
  height: 50px;
}

.toolbar {
  display: flex;
  justify-content: center;
  /* Horizontally center the content */
  align-items: center;
  /* Vertically center the content */
  min-height: 60px;
}

.typography {
  font-weight: bold;
  text-align: center;
  /* Center align the text */
}

.small-popup {
  width: 350px !important;
  /* Adjust the width */
  padding: 10px !important;
  /* Adjust the padding */
  font-size: 12px !important;
  /* Adjust the font size */
}

.success-popup {
  width: 350px !important;
  /* Adjust the width */
  padding: 10px !important;
  /* Adjust the padding */
  font-size: 12px !important;
  /* Adjust the font size */
  background-color: #f0f9ff !important;
  /* Optional: Change the background color */
  border-radius: 10px !important;
  /* Optional: Add rounded corners */
}

button.swal2-confirm.swal2-styled {
  background-color: #6b654e;
}

.required_data {
  color: red;
}

/* .css-1sro6ez-MuiListItemText-root {
  
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  
  .css-18wijrt-MuiSvgIcon-root {
    font-size: 1rem !important;
  }
  
  button.swal2-cancel.swal2-styled.swal2-default-outline {
    background-color: #df7425 !important;
  } */

.small,
small {
  font-size: .875em;
  display: block;
  font-style: italic;
  color: #232222;
}

.dashboard-block {
  padding: 3;
  text-align: "center";
  background-color: "warning.light";
  flex: 1;
  color: #3b382f;
}

/*   
  .css-1qcv6zq-MuiDrawer-docked .MuiDrawer-paper::-webkit-scrollbar-track {
    border: 1px solid transparent;
    padding: 2px 0;
    background-color: #ffff;
  }
  
  .css-1qcv6zq-MuiDrawer-docked .MuiDrawer-paper::-webkit-scrollbar {
    width: 7px;
  }
  
  .css-1qcv6zq-MuiDrawer-docked .MuiDrawer-paper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f4f6f9;
    border: transparent;
  }
  
  a {
    color: #df7425 !important;
    text-decoration: none !important;
  }
  
  .css-1btmbba-MuiButtonBase-root-MuiButton-root {
    border: 1px solid #df7425 !important;
    border-color: #df7425 !important;
    background-color: var(--variant-outlinedBg);
    color: #df7425 !important;
  } */

.edittext {
  fill: #6c757d !important
}

.edittext:hover {
  fill: #df7425 !important
}

/* .css-1umw9bq-MuiSvgIcon-root,
  .css-1ejxkil-MuiSvgIcon-root {
    fill: #6c757d !important
  }
  
  .css-1umw9bq-MuiSvgIcon-root:hover,
  .css-1ejxkil-MuiSvgIcon-root:hover {
    fill: #df7425 !important
  }
  
  .css-1sas6fr-MuiTableCell-root,
  .css-6ssiqt-MuiTableCell-root,
  .css-n5qgyl-MuiTableCell-root,
  .css-1orzuox-MuiTableCell-root {
    font-weight: 600 !important;
  }
  
  .css-2m8is1-MuiTypography-root {
    color: #df7425 !important;
    font-family: Poppins-Regular !important;
    margin-bottom: 5px;
  }
  
  .css-n4bcw2-MuiSvgIcon-root {
    color: #df7425 !important;
  }
  
  .css-z2qibm-MuiListItem-root {
    cursor: pointer;
  }
  
  .css-149tc0y-MuiCardHeader-root {
    padding: 20px 20px 0px !important;
  }
  
  .css-kgcewo-MuiButtonBase-root-MuiButton-root {
    font-weight: 600 !important;
  }
  
  .css-1f9xtph-MuiTypography-root {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    font-size: 30px !important;
  }
  
  .css-1orzuox-MuiTableCell-root {
    font-size: 18px !important;
  }
  
  .css-q9evyk-MuiListItem-root {
    margin: 1px 0px !important;
  }
  
  .css-1gak8h1-MuiToolbar-root-MuiTablePagination-toolbar p {
    margin-bottom: 0px !important;
    font-size: 14px !important;
  }
  
  .css-1lt5qva-MuiCardContent-root:last-child {
    padding-bottom: 0px !important;
  }
  
  .css-mmygx2-MuiSelect-select-MuiInputBase-input.css-mmygx2-MuiSelect-select-MuiInputBase-input.css-mmygx2-MuiSelect-select-MuiInputBase-input {
    border: 1px solid #e7e7e7 !important;
    border-top: 5px;
  }
   */
/* .css-1dc80h3-MuiTableCell-root {
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
  } */
/*   
  .css-1wtp6o0-MuiSvgIcon-root {
    cursor: pointer;
  }
  
  .css-1588512-MuiButtonBase-root-MuiButton-root {
    background-color: #df7425 !important;
    border-radius: 5px !important;
    font-family: Poppins-Medium !important;
    margin-bottom: 10px !important;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  }
  
  .css-1588512-MuiButtonBase-root-MuiButton-root a {
    color: #fff !important;
  }
  
  .css-ru24nk-MuiTypography-root,
  .css-er619e-MuiFormHelperText-root,
  .css-18eqq4s-MuiButtonBase-root-MuiButton-root,
  .css-15aahos-MuiButtonBase-root-MuiButton-root,
  .css-1dune0f-MuiInputBase-input-MuiOutlinedInput-input::placeholder,
  .css-mmygx2-MuiSelect-select-MuiInputBase-input.css-mmygx2-MuiSelect-select-MuiInputBase-input.css-mmygx2-MuiSelect-select-MuiInputBase-input,
  .css-11cfq65-MuiTablePagination-displayedRows,
  .css-gq7yku-MuiTableCell-root,
  .css-1sas6fr-MuiTableCell-root,
  .css-hhbmmc-MuiTableCell-root,
  .css-6ssiqt-MuiTableCell-root,
  .css-1ll44ll-MuiOutlinedInput-notchedOutline,
  .css-1pzfmz2-MuiInputBase-input-MuiOutlinedInput-input,
  .css-16wblaj-MuiInputBase-input-MuiOutlinedInput-input {
    font-family: Poppins-Regular !important;
  }
  
  
  .MuiBox-root img {
    margin-bottom: 20px !important;
  }
  
  .MuiBox-root label {
    margin-bottom: 10px;
    font-family: Poppins-Regular !important;
  }
  
  .css-1opodaq-MuiButtonBase-root-MuiButton-root,
  .css-z5jm06-MuiButtonBase-root-MuiButton-root {
    font-family: Poppins-Medium !important;
  }
  
  .css-1wtp6o0-MuiSvgIcon-root {
    margin-right: 10px !important;
  }
  
  .css-1ejxkil-MuiSvgIcon-root {
    cursor: pointer;
  }
  
  .css-1gak8h1-MuiToolbar-root-MuiTablePagination-toolbar .MuiTablePagination-actions button {
    cursor: pointer !important;
  }
  
  .css-1gak8h1-MuiToolbar-root-MuiTablePagination-toolbar .MuiTablePagination-actions button svg {
    fill: #df7425 !important;
  }
  
  .css-1dc80h3-MuiTableCell-root a {
    color: #3b382f !important;
  }
  
  .css-hvjq6j-MuiFormLabel-root-MuiInputLabel-root.Mui-focused {
    color: #df7425 !important;
  }
  
  .css-1abvrni-MuiButtonBase-root-MuiButton-root {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #df7425 !important;
    font-family: Poppins-Regular !important;
    height: 100% !important;
    width: 100% !important;
    border-color: #df7425 !important;
  }
  
  .css-18eqq4s-MuiButtonBase-root-MuiButton-root {
    padding: 0px !important;
    border-color: #3b382f !important;
  }
  
  .MuiButtonBase-root label {
    margin-bottom: 0px;
  }
  
  .css-qratqe-MuiPaper-root-MuiCard-root {
    margin-top: 20px !important;
  } */

/* .MuiBox-root {
    margin-top: 50px !important;
  } */

p.block-title {
  height: 70px;
  border-bottom: 1px solid #e7e7e7;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 15px !important;
  padding: 15px 10px 0px;
  font-weight: 600 !important;
}

/* .css-1yf2xe0-MuiStack-root>:not(style)~:not(style) {
    margin-left: 10px !important;
  }
  
  .css-1p7vffv {
    padding: 20px !important;
  } */

.content {
  margin-top: 40px !important;
}

/* .css-113d811-MuiFormLabel-root-MuiInputLabel-root.Mui-focused {
    color: #df7425 !important;
  }
  
  .css-quhxjy-MuiInputBase-root-MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,
  .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root.Mui-focused .MuiOutlinedInput-notchedOutline,
  .css-zsp0bh-MuiInputBase-root-MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,
  .css-1n04w30-MuiInputBase-root-MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,
  .css-sc8y68-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root.Mui-focused .MuiOutlinedInput-notchedOutline,
  .css-1blp12k-MuiInputBase-root-MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
    border-color: #df7425 !important;
  
  } */
/*   
  .css-cca9e6-MuiListItem-root:hover,
  .css-1hty4cr-MuiListItem-root:hover,
  .css-w7vgqk-MuiListItem-root:hover,
  .css-z2qibm-MuiListItem-root:hover,
  .css-1h8jure-MuiListItem-root,
  .css-1mbg9da-MuiListItem-root,
  .css-s0l8hx-MuiListItem-root:hover,
  .css-q9evyk-MuiListItem-root,
  .css-1rsftm-MuiListItem-root {
    background-color: #df7425 !important;
  }
  
  .css-cca9e6-MuiListItem-root {
    margin: 1px 0px !important;
  }
  
  .css-z2qibm-MuiListItem-root:hover .css-n4bcw2-MuiSvgIcon-root {
    color: #fff !important;
  }
  
  .css-1to3zvg-MuiButtonBase-root-MuiButton-root {
    background-color: #df7425 !important;
  }
  
  .css-16wblaj-MuiInputBase-input-MuiOutlinedInput-input {
    background-color: transparent !important;
  }
  
  .css-1hty4cr-MuiListItem-root:hover {
    background-color: #df7425;
    color: #fff !important;
  }
  
  .css-1q9ix6v-MuiTypography-root {
    margin-bottom: 20px !important;
  }
  
  .css-178yklu {
    margin-bottom: 20px;
    margin-left: 20px !important;
  }
  
  .css-1wmifpn-MuiTypography-root {
    margin-top: 40px !important;
  }
  
  .view-offer1 .css-1j74uew-MuiPaper-root-MuiCard-root {
    padding: 20px 20px 30px 20px !important;
  }
  
  .view-offer1 .css-1f9xtph-MuiTypography-root {
    margin-top: 0px !important;
  }
  
  .view-offer1 .css-1wmifpn-MuiTypography-root {
    margin-top: 0px !important;
  }
  
  .css-1j74uew-MuiPaper-root-MuiCard-root {
    margin-top: 30px !important;
  } */

.edit-buttons {
  padding: 44px 5px !important;
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
}

.view-product-cnt {
  display: flex !important;
  flex-wrap: wrap !important;
}

/* .view-product-cnt .MuiBox-root .css-1i3tsf3-MuiTypography-root {
    padding: 0px 4ch 0px 0px !important;
    margin-bottom: 20px;
    font-family: Poppins-Regular !important;
  }
  
  .css-1417mvq-MuiTypography-root,
  .css-1tkmop-MuiFormLabel-root-MuiInputLabel-root,
  .css-1kfabtt-MuiFormLabel-root-MuiInputLabel-root,
  .css-quhxjy-MuiInputBase-root-MuiOutlinedInput-root,
  .css-19qnlrw-MuiFormLabel-root-MuiInputLabel-root,
  .css-1blp12k-MuiInputBase-root-MuiOutlinedInput-root,
  label[data-shrink=false]+.MuiInputBase-formControl .css-16wblaj-MuiInputBase-input-MuiOutlinedInput-input::placeholder,
  .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root,
  .css-1a1whku-MuiTypography-root,
  .css-mfq02j-MuiTypography-root,
  .css-12ky0r8-MuiTypography-root,
  .css-1lt5qva-MuiCardContent-root:last-child,
  .css-1rz5h8g-MuiTypography-root,
  .css-kgzy1l-MuiChip-root {
    font-family: Poppins-Regular !important;
  }
  
  .css-5pf1h4-MuiButtonBase-root-MuiButton-root {
    background-color: #df7425 !important;
    font-family: Poppins-Medium !important;
  }
  
  .css-s9csxm-MuiTypography-root {
    background-color: transparent !important;
    font-family: Poppins-Regular !important;
    color: #232222 !important;
    font-weight: 600 !important;
  }
   */
/* .css-1abvrni-MuiButtonBase-root-MuiButton-root {
    border: 1px solid #df7425 !important;
  } */
/* .css-1a1whku-MuiTypography-root {
    margin-bottom: 5px !important;
  } */

.view-offer-img {
  width: 100% !important;
  overflow: hidden !important;
}

.view-offer-img img {
  width: auto !important;
  object-fit: contain !important;
  margin: 20px 0px !important;
}

/*   
  .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root {
    width: 100% !important;
  }
  
  .css-kgcewo-MuiButtonBase-root-MuiButton-root {
    background-color: #df7425 !important;
    border: 1px solid #df7425 !important;
  }
  
  .css-1588512-MuiButtonBase-root-MuiButton-root.Mui-disabled:hover,
  .css-1opodaq-MuiButtonBase-root-MuiButton-root:hover,
  .css-1588512-MuiButtonBase-root-MuiButton-root:hover,
  .css-z5jm06-MuiButtonBase-root-MuiButton-root:hover,
  .css-kgcewo-MuiButtonBase-root-MuiButton-root:hover {
    background-color: transparent !important;
    color: #df7425 !important;
  }
  
  .css-1588512-MuiButtonBase-root-MuiButton-root:hover a {
    color: #df7425 !important;
  }
  
  .css-1abvrni-MuiButtonBase-root-MuiButton-root:hover,
  .css-1btmbba-MuiButtonBase-root-MuiButton-root:hover {
    background-color: #df7425 !important;
    color: #fff !important;
  }
  
  .css-1588512-MuiButtonBase-root-MuiButton-root {
    color: #ffff !important;
  }
  
  .css-1abvrni-MuiButtonBase-root-MuiButton-root:hover span svg {
    fill: #fff !important;
  }
  
  .css-fy7qf9 {
    margin-bottom: 10px !important;
  }
  
  .css-1abvrni-MuiButtonBase-root-MuiButton-root {
    width: auto !important;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
    font-weight: 600 !important;
  }
  
  .css-1wxecgq-MuiCircularProgress-root {
    color: #df7425 !important;
  }
  
  .css-16vk9y8-MuiButtonBase-root-MuiButton-root {
    background-color: #df7425 !important;
    font-family: Poppins-Regular !important;
    font-weight: 600 !important;
  }
  
  .css-z5jm06-MuiButtonBase-root-MuiButton-root {
    background-color: #df7425 !important;
  }
  
  .css-sc8y68-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root {
    width: 100% !important;
  }
  
  .MuiBox-root .css-kgcewo-MuiButtonBase-root-MuiButton-root svg {
    fill: #fff !important;
  }
  
  .MuiBox-root .css-kgcewo-MuiButtonBase-root-MuiButton-root:hover svg {
    fill: #df7425 !important;
  }
  
  .css-1qm1lh {
    margin-bottom: 0px !important;
  } */

small {
  color: #a3a0a0 !important;
}

.slick-prev:before,
.slick-next:before {
  color: #df7425 !important;
  font-size: 28px !important;
}

.view-collection .css-1f9xtph-MuiTypography-root {
  margin-bottom: 10px !important;
  margin-top: 20px !important;
}

.view-collection .css-1jpc804-MuiDivider-root {
  margin: 10px 0px !important;

}

/*   
  .css-rn0nqi-MuiTypography-root,
  .css-a3u038-MuiTypography-root {
    font-family: Poppins-Regular !important;
  }
  
  .view-collection .css-17vkjbf {
    justify-content: start !important;
  }
  
  .view-collection .css-cfd5wn-MuiListItem-root,
  .view-collection .css-b7dj7n-MuiList-root {
    padding-top: 0px !important;
  }
  
  .view-collection .css-1wmifpn-MuiTypography-root {
    margin-bottom: 0px !important;
    font-size: 30px !important;
  }
  
  .css-if69c8-MuiButtonBase-root-MuiButton-root {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
    color: #df7425 !important;
    border-color: #df7425 !important;
    font-weight: 600 !important;
  }
  
  .css-if69c8-MuiButtonBase-root-MuiButton-root:hover {
    background-color: #df7425 !important;
    color: #fff !important;
  }
  
  .css-kgcewo-MuiButtonBase-root-MuiButton-root svg {
    fill: #fff !important;
  }
  
  .css-kgcewo-MuiButtonBase-root-MuiButton-root:hover svg {
    fill: #df7425 !important;
  }
  
  .css-kgcewo-MuiButtonBase-root-MuiButton-root {
    margin-bottom: 5px !important;
  }
  
  .edit-product .css-1ouqunm-MuiDivider-root {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    border-color: #a3a0a0 !important;
  } */

/* CUSTOM CODE */
.sidebar-design ul a span {
  font-family: Poppins-Regular !important;
}

.sidebar-design ul li {
  background-color: transparent;
}

.sidebar-design ul li:hover {
  background-color: #df7425 !important;
}

.sidebar-design ul li:hover a span {
  color: #fff !important;
}

div,
p,
table,
table tr td,
.sidebar-design ul li div span {
  font-family: Poppins-Regular !important;

}

table tr td a {
  color: #232222 !important;
  text-decoration: none !important;
}

button,
h1,
table tr th,
h4,
h5,
h6 {
  font-family: Poppins-Medium !important;
}

h4 {
  color: #df7425 !important;
}

h5 {
  margin-bottom: 30px !important;
}

table tr th {
  font-size: 18px !important;
}

/* button {
  background-color: #df7425 !important;
  border: 1px solid #df7425 !important;
  color: #fff !important;
  font-family: Poppins-Medium !important;
}

button:hover {
  background-color: transparent !important;
  color: #df7425 !important;
}

button:hover a {
  color: #df7425 !important;
}

button a {
  color: #fff !important;
} */

.pagenation-banner p {
  margin-bottom: 0px !important;
}

.pagenation-banner {
  align-items: center !important;
  margin-top: 10px !important;
}

.pagenation-banner button:hover svg {
  fill: #df7425 !important;
}

.pagenation-banner button {
  cursor: pointer !important;
}

.pagenation-banner button:hover {
  cursor: pointer !important;
  color: #df7425 !important;
}

.common-button {
  background-color: #df7425 !important;
  border: 1px solid #df7425 !important;
  font-family: Poppins-Medium !important;
}

.common-button:hover {
  background-color: transparent !important;
  color: #df7425 !important;
}

svg:hover {
  cursor: pointer !important;
}

.common-button a {
  color: #ffff !important;
  text-decoration: none !important;
}

.common-button:hover a {
  color: #df7425 !important;
}

label,
option,
textarea,
input {
  font-family: Poppins-Regular !important;
}

fieldset {
  border-color: #e7e7e7 !important;
}

legend,
legend span {
  color: #df7425 !important;
}

.upload-image,
.uploadbanner {
  border: 1px solid #df7425 !important;
  color: #df7425 !important;
}

.upload-image {
  margin-top: 20px !important;
}

.add-banner small {
  position: relative;
  top: -10px;
}

.view-offer-img {
  margin-left: 20px !important;
}

.view-offer-img {
  margin: 0px 0px 20px 20px !important;
}

.view-offer1 .common-button {
  margin: 30px 0px 20px 20px;
}

.view-offer1 h5 {
  margin-left: 20px !important;
}

.view-collection h6 {
  padding-right: 25px !important;
  padding-bottom: 20px !important;
}

.view-collection {
  flex-wrap: wrap !important;
}

label span {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #df7425 !important;
}

input:focus {
  outline: transparent !important;
}

select:focus {
  outline: transparent !important;
  border-color: #df7425 !important;
}

textarea:focus {
  outline: transparent !important;
}

textarea,
input {
  border: 1px solid hsl(0, 0%, 80%) !important;
  border-radius: 4px !important
}

.add-collect-spec {
  position: relative !important;
  right: 80px !important;
  top: 10px !important;
}

.edit-spec-collect textarea {
  border: transparent !important;
}

.attribute label {
  background-color: #fff !important;
  padding: 0px 2px !important;
}

.product-disct textarea {
  border: transparent !important;
}

.product-group-add input {
  border: transparent !important;
}

.product-group-add-select select {
  height: 50px !important;
}

.product-grp input {
  border: transparent !important;
}

.product-dis textarea {
  border: transparent !important;
}

/* .MuiPaper-root button {
  color: #fff !important;
  background-color: #df7425 !important;
} */
.edit-review textarea {
  border: transparent !important;
}

.uplod-btn {
  border: 1px solid hsl(0, 0%, 80%) !important;
}

.hotel-project-edit textarea {
  border: transparent !important;
}
.edit-project-icon svg{
  fill: #a3a0a0 !important;
}

.add-collect-catagory input{
  border: transparent !important;
}
button.loginbutton_rs{
  background-color: #df7425 !important;
}

label.has-banner input {
  opacity: 1;
  height: 30px;
  left: initial;
  right: 0px;
  font-family: Poppins-Regular !important;
  left: 0% !important;
}
label.has-banner span {
  transform: translateX(-16px) !important;
}
 