::selection{
  background-color: #173166;
  color: #ffffff;
}
::-webkit-scrollbar {
  width: 12px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background-color: #E7F3F3;
}
::-webkit-scrollbar-thumb {
  background: #9CB5B5;
  border-radius: 15px;
  box-shadow: 0 0 0 3px #E7F3F3 inset;
}
::-webkit-scrollbar-thumb:hover {
  background: #717e7e;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none; /* IE 10+ */
  scrollbar-width: none; /* Firefox */
}
*:focus{
  outline: transparent;
}
.headerLogo{
    max-width: 100px;
}
.headerLogo {
    @media (width >= 48rem) {
      max-width: 140px;
    }
  }
input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        input[type=number] {
            -moz-appearance: textfield;
            appearance: textfield;
        }
        .focus-custom:focus {
            box-shadow: 0px 0px 0px 2px #242424 !important;
            border-color: transparent !important;
            background-color: transparent !important;
        }
        body {
            background: #f9fafb;
        }
        .transition-custom {
            transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
        }
        .bg-custom-light {
            background-color: #f2f2f2;
        }
        .hover-shadow-btn:hover {
            box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #0000003a;
        }