*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
p,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
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;
}
tbody,
tfoot,
thead,
tr,
th,
td,
table {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
:root {
  --font: "Arial";
}
body {
  font-family: var(--font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  color: #000;
  text-rendering: optimizeLegibility;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.rapimov-footer .svg-inline--fa{
  height: 16px;
  width: 16px;
}
input,
select,
textarea,
button {
  font: inherit;
}
a,
button {
  cursor: revert;
  transition: all 0.3s;
  text-decoration: none;
}
button {
  vertical-align: middle;
}
ol[class],
ul[class],
menu[class] {
  list-style: none;
}
p {
  line-height: 1.5rem;
}
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  user-select: auto;
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:where(pre) {
  all: revert;
}
::-webkit-input-placeholder {
  color: unset;
}
::-moz-placeholder {
  color: unset;
}
:-ms-input-placeholder {
  color: unset;
}
::-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}
::marker {
  content: initial;
}
:where([hidden]) {
  display: none;
}

:where(dialog:modal) {
  all: revert;
}
.main-content-section {
  flex-grow: 1;
}
button:focus{
  box-shadow: none!important;
}
button:focus-visible {
  box-shadow: none!important;
}
.main-bg label , .card-main label{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.form-control {
  border: 1px dotted #000000;
  border-radius: 5px;
  padding: .65rem;
  font-size: 14px;
}
.form-control:focus, .tags-input-wrapper:focus {
  border: 1px dotted #F47216;
  box-shadow: none;
}
.form-control::placeholder {
  color: #7F7F7F;
}
.form-check-input {
  background-color: #D9D9D9;
  border: 1px solid #F47216!important;
  box-shadow: none!important;
}
.form-check-input:checked {
  box-shadow: none;
  background-color: #F47216;
  border: 1px solid #F47216;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-select {
  padding-right: 2rem;
}
.form-label {
  margin-bottom: .35rem;
}
.input-group-text {
  border: 1px dotted #000;
  font-size: 14px;
}