/* CSS reset for  browsers */

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /* vertical-align: middle; */
  /* position:relative; */
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* CSS preset ends here */
html,
body,
#root {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
		"Droid Sans", "Helvetica Neue", sans-serif !important;*/
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 0.875rem !important;
  font-weight: normal !important;
  line-height: 1.5 !important;
  color: #868ba1 !important;
  background-color: #e9ecef !important;

  /* font-family: Roboto, sans-serif !important; */
  /*  font-family: Poppins, sans-serif !important; */
}

body,
/* input,
optgroup,
select,
textarea, */
h1,
h2,
h3,
h4,
h5,
h6,
h1 div,
h2 div,
h3 div,
h4 div,
h5 div,
h6 div,
.modal-titles {
  font-family: "Montserrat", sans-serif !important;
  color: #536677 !important;
}

.modal-titles i {
  font-size: 24px;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.dimmer {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

code {
  font-family: monospace;
  color: crimson;
  background-color: #f1f1f1;
  padding: 4px;
  font-size: 105%;
}

kbd {
  margin: 0px 0.1em;
  padding: 0.1em 0.6em;
  border-radius: 3px;
  border: 1px solid rgb(204, 204, 204);
  color: rgb(51, 51, 51);
  line-height: 1.4;
  display: inline-block;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px #ffffff;
  background-color: rgb(247, 247, 247);
  text-shadow: 0 1px 0 #fff;
}

@media print {
  /* header,
  footer,
  aside,
  form,

  .sidebar-wrapper,
  .header-wrapper,
  .body-wrapper {
    display: none !important;
  }
  .printable-area {
    position: relative !important;
  } */

  /* .page-break {
    page-break-before: always;
  } */
}

@page {
  /*  margin: 5cm; */
}

/* @page: first{
  margin: 5cm;
};

@page: last{
  margin: 5cm;
}; */

/* @page: left{
  margin: 2cm 1.5cm 2cm 2cm;
};

@page: right{
  margin: 2cm 2cm 2cm 1.5cm;
};
 */

.select-amount {
  cursor: pointer;
}

.select-amount:hover  {
  border-bottom: 1px solid #4682b4;
  font-weight: 600;
}
