.container {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

* {
  font-family: "Poppins";
  font-size: 14px;
}

body {
  background: #ffffff;
  overflow-y: hidden;
  /* Hide vertical scrollbar */
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #ffffff;
}

/* .navbar {
    background-color: #E36A18;
    color: #ffffff;
}

li.nav-item {
    color: white !important;
} */

.nav-item {
  /* padding: 0 15px; */
}

.vbox-container img {
  max-width: 100%;
  height: auto;
  max-height: 90vh;
}

thead.text-center.align-middle {
  background: #e36a18;
  color: white;
}

table > thead > tr > th:first-child {
  border-top-left-radius: 5px;
}

table > thead > tr > th:last-child {
  border-top-right-radius: 5px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #e36a18;
  border-color: #e36a18;
}

div.dataTables_wrapper div.dataTables_info {
  font-size: 12px;
  color: gray;
}

#signin-url {
  color: #e36a18;
}

.button_qr {
  background: #dedede;
  border-radius: 5px;
  cursor: pointer;
  color: #202020 !important;
}

.button_qr:hover {
  background: #e36a18;
  color: #dedede;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #e36a18 !important;
}

.reg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Optionally set the height to make it full screen */
}

div#username-error,
div#password-error {
  font-size: 10px;
}

.logo_1 {
  display: none;
}

.wrapper {
  max-width: 1200px;
  background-color: #fff;
  border-radius: 30px;
  /* position: relative; */
  display: flex;
  margin: 50px auto;
  /* box-shadow: 0 8px 20px 0px #1f1f1f1a; */
  overflow: hidden;
}

.action_button_edit {
  background: #ddebff;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  color: #0d6efd;
  margin-right: 5px;
}

.action_button_edit:hover {
  background: #0d6efd;
  color: white;
}

.btn-success {
  color: #50c12a;
  background-color: #d2edc9;
  border-color: #d2edc9;
}

.btn-success:hover {
  color: #d2edc9;
  background-color: #50c12a;
  border-color: #50c12a;
}

.btn-primary {
  color: #2a4fbf;
  background-color: #c9c7ea;
  border-color: #c9c7ea;
}

.btn-primary:hover {
  color: #c9c7ea;
  background-color: #2a4fbf;
  border-color: #2a4fbf;
}

.wrapper .form-left {
  background: #e36a18;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 20px 40px;
  position: relative;
  width: 80%;
  color: #fff;
  align-items: center;
}

.form-left img {
  /* max-height: 600px; */
  width: 80%;
}

.wrapper h2 {
  font-weight: 700;
  font-size: 25px;
  padding: 5px 0 0;
  margin-bottom: 34px;
  pointer-events: none;
}

.wrapper .form-left p {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.5;
  pointer-events: none;
}

.wrapper .form-left .text {
  margin: 20px 0 25px;
}

.wrapper .form-left p span {
  font-weight: 700;
}

.wrapper .form-left input {
  padding: 15px;
  background: #fff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 180px;
  border: none;
  margin: 15px 0 50px 0px;
  cursor: pointer;
  color: #333;
  font-weight: 700;
  font-size: 0.9rem;
  appearance: unset;
  outline: none;
}

.publisher-logo {
  width: 70%;
  height: 100%;
}

.qr-mobile {
  display: none;
}

.qr_logo {
  width: 50%;
  margin-top: 10px;
}

#preview {
  width: 100%;
  display: block;
}

.qr-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  pointer-events: none;
}

.wrapper .form-left input:hover {
  background-color: #f2f2f2;
}

.wrapper .form-right {
  padding: 20px 40px;
  width: 100%;
}

.wrapper .form-right .info {
  color: #666666;
  margin-top: -30px;
}

#followus {
  font-size: 18px;
  /* font-weight: 300; */
  color: #e36a18;
  margin-bottom: 2px;
  margin-right: 10px;
}

.partition {
  width: 100%;
  max-width: 400px;
  height: 0.5px;
  background: #666666;
}

.controls {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
}

.wrapper .form-right .form-control,
.form-select {
  border-radius: 10px;
  font-size: 16px;
  max-width: 100%;
  font-weight: normal;
  height: 60px !important;
}

.register {
  width: 100%;
  max-width: 400px;
  border-radius: 50px;
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 16px;
  background: #e36a18;
  color: #fff;
  border: none;
}

.wrapper .register:hover {
  background-color: #e2771a;
}

.wrapper a {
  text-decoration: none;
}

.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  background: #fff;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  margin-top: 0px !important;
}

.menu_logo img {
  max-width: 200px;
}

.mobile_menu_logo img {
  max-width: 150px;
}

.menu_cont {
  background: #1f2f0b;
  height: 60px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

nav {
  color: #fff;
  padding: 20px 25px 20px 40px;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  margin-right: 10px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
}

nav ul li a:hover {
  color: #cc7e35;
}

nav ul li a.active {
  color: #cecece !important;
  font-weight: bold;
  background: black;
  border-radius: 20px;
  border: 2px solid black;
}

.profile-login {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

ul.dropdown-menu.shadow.border-0.show {
  min-width: 20rem;
  border-radius: 20px;
  margin-top: 10px !important;
}

#social a i {
  background: #eee6ca;
  padding: 8px;
  border-radius: 50px;
  color: #e36a18;
}

#social a i:hover {
  color: #eee6ca;
  padding: 8px;
  border-radius: 50px;
  background: #e36a18;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.menu li {
  position: relative;
}

.menu a {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 200px;
  z-index: 3;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  max-height: 500px !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}

.submenu li {
  padding: 10px;
  width: 100%;
}

.submenu li a {
  color: #373737;
}

.submenu li a.active {
  background: #d4812c;
  color: white;
  border-radius: 5px;
}

.menu li:hover > .submenu {
  display: block;
}

.menu li.sub:hover > a {
  background: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #d4812c;
}

.mobile-menu-btn {
  color: #838383;
  font-size: 30px;
  margin-right: 10px;
}

.mobile-menu-btn:hover {
  cursor: pointer;
}

.mobile-menu-btn i {
  font-size: 25px;
}

.mobile-menu-list {
  width: 350px;
  max-width: 90%;
  height: 100vh;
  background: #1f2f0c;
  position: absolute;
  z-index: 4;
  display: none;
  right: 0;
  padding: 40px;
  top: 0;
  overflow-y: scroll;
  padding-bottom: 150px;
}

.mobile-menu-list img {
  width: 80%;
}

.mobile-menu-list i {
  color: #838383;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
}

.mobile-menu-list.open {
  display: block;
}

.mobile-menu li a.active {
  color: #d4812c;
}

.mobile-submenu {
  display: none;
}

.mobile-menu-list ul li {
  display: block;
  padding: 10px 20px;
}

.mobile-menu > li {
  border-bottom: 1px solid #2d4017;
}

.mainDiv {
  background: #f3f3f3ff;
  height: 100vh;
  padding: 40px 50px;
  overflow: auto;
}

.mainDivSelection {
  background: #f3f3f3ff;
  height: 100vh;
  padding: 40px 50px;
  overflow: auto;
}

.gal-photo {
  width: 100%;
  border: 5px solid white;
}

.gallery-container {
  margin-bottom: 100px;
  overflow-y: auto !important;
  max-height: 80vh;
}

#gallery-container-softcopies {
  margin-bottom: 100px;
  overflow-y: auto !important;
  /* max-height: 80vh; */
  max-height: none;
}

.logout-item {
  display: none;
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  padding-left: 20px;
}

.image-container {
  width: 130px;
  /*    height: 130px;*/
  overflow-y: hidden;
  padding: 10px;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*    border: 5px solid white;*/
}

.thumb-cont {
  background-color: white;
  padding: 5px;
  text-align: center;
}

.thumb-cont span {
  color: gray;
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
  /*    font-weight: bold;*/
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
  background: #e16a16;
}

.image-container-soft {
  width: 200px; /* Set the desired width of the container */
  overflow: hidden; /* Hide any overflowing parts of the image */
  padding: 10px;
}

.image-container-soft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 5px solid white;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
  padding: 5px 15px;
  border-radius: 50px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: white !important;
  padding: 5px 15px;
  background-color: #dd6717;
  border-radius: 50px;
  border: 2px solid white;
}

.bg-nav {
  background: #e36a18;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  padding-left: 50px;
}

a i {
  margin-right: 4px;
}

.right {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  width: 100vw;
}

.right > .col-md-12 {
}

.logout {
  color: #e36a18 !important;
  background: white;
  border-radius: 50px;
  padding: 15px 30px;
  width: 100%;
  max-width: 400px;
  font-size: 16px;
}

#logout {
  padding: 10px 40px;
  font-size: 24px;
}

.btn-squared-default {
  font-size: 10px;
}

.btn-squared-default:hover {
  border: 3px solid white;
  font-weight: 800;
}

.done-button {
  width: 100%;
  max-width: 400px;
  border-radius: 50px;
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 16px;
  background: #e36a18;
}

.done-button:hover {
  background: #e2771a;
}

.card {
  padding: 20px;
}

.card.shadow-sm.mb-3 {
  border-radius: 15px;
}

div:where(.swal2-container) .swal2-html-container {
  font-size: 14px !important;
}

/* drag n drop here style */
.photo-strip {
  width: 120px;
  height: 400px;
  /* Set a fixed height or adjust as needed */
  background-color: #dbdfde;
  padding: 5px;
}

.droppable-strip {
  background-image: url(../images/template/frame_6x_Default.png);
  background-repeat: no-repeat;
  background-size: 300px 450px;
  width: 300px;
  height: 450px;
}

img.swal2-image {
  width: 60% !important;
}

.custom-title-class,
.custom-text-class {
  font-size: 16px; /* Adjust the font size as needed */
}

#emptyRecord {
  text-align: center;
  margin-top: 20px;
}

button.swal2-confirm.swal2-styled {
  width: 130px !important;
}

/* .swal2-icon.swal2-success.swal2-icon-show {
    width: 50px;
} */

.crop-modal {
  /* max-height: 85vh;
    overflow: auto;*/
}

.overlay_message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; /* Text color on top of the image */
  /* background: rgba(0, 0, 0, 0.5); Black overlay with 0.5 opacity */
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0;
  backdrop-filter: blur(4px); /* Adjust the blur amount to match the image */
  max-width: 600px;
  background: none;
}

/*.imgLoad {
    filter: brightness(120%) contrast(90%);
}*/

.strip1 {
  /* background-image: url(../images/template/pixie1strip.png);
    background-repeat: no-repeat;
    background-size: 150px 450px; */
  width: 150px;
  height: 450px;
}

.strip1-4r {
  /* background-image: url(../images/template/4pics_4Rstrip1.png); */
  background-repeat: no-repeat;
  background-size: 150px 450px;
  width: 150px;
  height: 450px;
}

.strip2-4r {
  /* background-image: url(../images/template/4pics_4Rstrip2.png); */
  background-repeat: no-repeat;
  background-size: 150px 450px;
  width: 150px;
  height: 450px;
  padding-left: 0;
}

.droppable-4r {
  background-image: url(../images/template/frame_1x_Default.png);
  background-repeat: no-repeat;
  background-size: 300px 450px;
  width: 300px;
  height: 450px;
}

.droppable-4r_pkg3 {
  background-image: url(../images/template/frame_1x_Default.png);
  background-repeat: no-repeat;
  background-size: 300px 450px;
  width: 300px;
  height: 450px;
}

.droppable-4r_2 {
  background-image: url(../images/template/frame_1x_Default.png);
  background-repeat: no-repeat;
  background-size: 300px 450px;
  width: 300px;
  height: 450px;
}

.droppable-4r-pkg1 {
  background-image: url(../images/template/frame_1x_Default.png);
  background-repeat: no-repeat;
  background-size: 300px 450px;
  width: 300px;
  height: 450px;
}

/* .photo-card4r {
    overflow-y: auto !important;
    max-height: 450px;
    max-width: 300px;
} */

/* #PKG1_1x_photo-1 img{
    object-fit: cover;
    height: 388px;
    width: 282px;
    object-position: top;
} */

.layout_1x_photo {
  height: 388px;
  width: 282px;
  margin-top: 13px;
  padding: 0;
  background: #dbdbdb;
  position: relative;
  border-radius: 15px;
  /* z-index: -99; */
}

.layout_1x_photo img {
  object-fit: cover;
  height: 388px;
  width: 282px;
  object-position: top;
  border-radius: 15px;
}

/* #PKG1_1x_photo-1  {
    height: 388px;
    width: 282px;
    margin-top: 13px;
    padding: 0;
    background: #dbdbdb;
    position: relative;

} */

.droppable-2pics2r {
  width: 450px;
  height: 300px;
  background-image: url(../images/template/frame_2x_Default.png);
  background-repeat: no-repeat;
  background-size: 450px 300px;
}

.photo-2pics
 {
    width: 205px;
    background: #dbdbdb;
    height: 242px;
    border-radius: 10px;
}

.photo-2pics img {
  object-fit: cover;
  height: 242px;
  width: 205px;
  border-radius: 10px;
}

.col-md-2.strip1-2r, .col-md-2.strip2-2r {
    padding-top: 10px;
    width: 225px;
    border-radius: 10px;
}



.droppable-4pics4r {
  width: 300px;
  height: 450px;
  background-color: white;
  background-image: url(../images/template/frame_4x_Default.png);
  background-repeat: no-repeat;
  background-size: 300px 450px;
}

.strip2 {
  /* background-image: url(../images/template/pixie1strip.png);
    background-repeat: no-repeat;
    background-size: 150px 450px; */
  width: 150px;
  height: 450px;
}

.card-droppable {
  margin: 0 5px;
  /*    background-color: #cecece;*/
  background: #fee9d0;
  border: 1px solid #e36a18;
  position: relative;
  z-index: 2; /* Adjust this value as needed */
}

.ui-draggable-dragging {
  z-index: 3; /* Set a value higher than card-droppable's z-index */
}

.card-droppable {
  position: relative;
  max-height: 80vh;
  height: 100%;
  z-index: 2; /* Adjust this value as needed */
}

.photo-4pics {
  height: 189px;
  width: 138px;
  margin-top: 13px;
  padding: 0;
  /* margin-bottom: 5px; */
  /* transition: transform 0.3s; */
  background: #dbdbdb;
  /* box-shadow: 0 8px 20px 0px #1f1f1f1a; */
  position: relative;
  border-radius: 10px;
}

.photo-4pics img {
  object-fit: cover;
  height: 189px;
  /* Adjust the height as needed */
  width: 138px;
  border-radius: 10px;
}

.photo-cards {
  height: 130px;
  width: 130px;
  margin-top: 13px;
  padding: 0;
  /* margin-bottom: 5px; */
  /* transition: transform 0.3s; */
  background: #dbdbdb;
  /* box-shadow: 0 8px 20px 0px #1f1f1f1a; */
  position: relative;
  border-radius: 10px;
}

.photo-cards img {
  height: 130px;
  width: 130px;
  object-fit: cover;
  object-position: top !important;
  border-radius: 10px;
}

#cropButton {
  background-color: #e36a18 !important;
  color: #eee6ca;
  position: absolute;
  top: 12px;
  right: 15px;
}

#noCropButton {
  background-color: #eee6ca !important;
  color: #e36a18;
  position: absolute;
  top: 12px;
  right: 100px;
}

input[type="submit"]:disabled {
  background: #414141;
}

input[type="text"],
input[type="number"],
input[type="date"],
input[type="color"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="datetime-local"],
#voucher_type,
#edit_select_package,
#bulkEditVoucherType,
.form-select {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* #PKG3_4x_photo-4, #PKG3_4x_photo-3 {
    margin-left: 3px;
} */

.photo-frame {
  width: 230px;
  overflow-y: auto;
  /* Enable vertical scrolling */
  height: 400px;
  /* Set a fixed height or adjust as needed */
  background-color: #dbdfde;
  padding-bottom: 10px;
}

.photo-4r {
  height: 350px;
  /* Adjust the height as needed */
  margin: 10px;
  /* transition: transform 0.3s; */
  background: #dbdbdb;
}

.photo-4r img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.photo-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pack3-drop {
  overflow: auto !important;
}

.custom-img-size {
  max-width: 100%;
  /* max-height: 3936px; */
  /* width: auto;
    height: auto; */
}

/* .modal-crop {
    max-width: 2624px;
    max-height: 3936px !important;
    width: 100%;
    height: 100%;
} */

/* .photo-card:hover {
    transform: scale(1.1);
  } */

.print-preview {
  background: #eee6ca;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  color: #e36a18;
  /* margin-right: 5px; */
}
.print-preview:hover {
  color: #eee6ca;
  background: #e36a18;
}

#message {
  /* align-content: center; */
  width: 800px;
  /* text-align: center; */
}

.replaceMessage {
  color: #e36a18;
}

#downloadAllButton {
  display: block;
  position: fixed;
  z-index: 5;
  right: 25px;
  bottom: 25px;
  opacity: 0.75;
  padding: 0;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  transition-property: opacity, transform;
}

#downloadAllButton i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  background-color: #eee6ca;
  color: #e36a18;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#downloadAllButton i:hover {
  background-color: #e36a18;
  color: #eee6ca;
}

#loadingOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding-top: 20%;
  z-index: 1000;
}

#loadingOverlay h1 {
  color: black;
  width: 90%;
}

.photo2-3-5-6 {
  margin-top: 5px;
}

.photo2-4 {
  margin-top: 6.114px;
}

.photo3-4 {
  margin-left: 3px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f1801e !important;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: black;
}

.frame-button {
  display: inline-block;
  padding: 8px;
  margin: 5px;
  border: 2px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  color: white;
  text-shadow: 4px 6px 11px black;
}

.frame-button.selected {
  border: 2px solid #e36a18;
}

.download-button-overlay {
  bottom: 10px;
  right: 10px;
  opacity: 0.75;
  padding: 5px;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  transition-property: opacity, transform;
}

.download-button-overlay i {
  margin: 4px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 18px;
  background-color: #eee6ca;
  color: #e36a18;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.download-button-overlay i:hover {
  background-color: #e36a18;
  color: #eee6ca;
}

.scroll-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.scroll-btn i {
  font-size: 40px;
}

.left-btn {
  left: -1.5rem;
}

.right-btn {
  right: -1.5rem;
}

.scroll-btn:focus {
  outline: none;
}

.scroll-btn:hover {
  color: #007bff; /* Change color on hover if needed */
}

.right {
  overflow-x: auto;
  white-space: nowrap;
  max-width: 100%;
}

.nav-link {
  padding: 0.5rem !important;
}

#layout {
  padding-top: 30px;
}

#responsive-profile {
  display: none;
}

.fa-pen-circle,
.fa-arrow-up-to-line,
.fa-arrow-down-to-line {
  color: #e36a18 !important;
  cursor: pointer;
}

.edit_crop {
  display: none;
  position: absolute;
  top: 15px;
  right: 5px;
  font-size: 20px;
  --fa-primary-color: #e36a18;
  --fa-secondary-color: #efe6ca;
  --fa-secondary-opacity: 0.5;
  cursor: pointer;
}

.edit_crop:hover {
  --fa-primary-color: #efe6ca;
  --fa-secondary-color: #e36a18;
}

#table_customers_filter {
  display: none;
}

.email-btn {
  cursor: pointer;
}
