reset html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.btn-link {
  cursor: pointer;
  text-decoration: none;
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.progress .fa.fa-spinner.fa-spin {
  width: 30px;
  height: 30px;
  position: fixed;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  z-index: 99999;
}
.progress .fa.fa-spinner.fa-spin::before {
  font-size: 30px;
}

input:disabled,
select:disabled,
textarea:disabled {
  background: rgba(0, 0, 0, 0.1) !important;
}

.checkmark {
  position: relative;
}
.checkmark label {
  position: relative;
  padding-left: 25px;
}
.checkmark label::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: green;
  opacity: 0;
  transition: 0.3;
}
.checkmark label::before {
  content: "";
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid green;
  opacity: 0.7;
}
.checkmark input {
  display: none;
}
.checkmark input:checked + label::after {
  opacity: 1;
}
.checkmark input:checked + label::before {
  opacity: 1;
}

.title-text-shine {
  color: #7f7f86;
  background: linear-gradient(90deg, #38a2d7, #561139);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  animation: textShine 2s linear infinite;
  height: auto;
  min-height: 40px;
}

@keyframes textShine {
  100% {
    background-position: 200%;
  }
}
.f-size-20 {
  font-size: 20px;
}

.f-size-25 {
  font-size: 25px;
}

.f-size-30 {
  font-size: 30px;
}

.fw-600 {
  font-weight: 600;
}
