
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  @apply font-Poppins bg-[#fff];
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background: #FE342B !important;
}
div:where(.swal2-container).swal2-center>.swal2-popup {
font-size: x-small;
}

/* this style to remove up down arrow CSS */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

/* payment modal */
.custom-radio .ant-radio-inner {
  border-color: #FE342B !important;
}

.custom-radio .ant-radio-checked .ant-radio-inner {
  border-color: #FE342B !important;
  background-color: #FE342B !important;
}

.custom-radio .ant-radio-inner::after {
  background-color: #FE342B !important;
}

