 /*------------------------------------------------------------------*/
 /*  FIREMELON API OCT 2024 */
 /*------------------------------------------------------------------*/

.container {
  max-width: 1240px;

}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #18181b;
  text-align: left;
  background-color: #f6f7fb;

}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5em;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
strong {
  font-weight: 600;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 70%;
}
.small {
  font-size: 90%!important;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
.muted {
  opacity: 60%;
}
a {
  color: #2F92DF;
  text-decoration: none;
  background-color: transparent;
  cursor: poManrope;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
.link-under {
  text-decoration: underline!important;
}
.link-under:hover {
  text-decoration: none!important;
  transition: all 0.15s ease-out;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}
img {
  max-width: 100%;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #a2acba;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: poManrope;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;

}

h1, .h1 {
  font-size: 2rem;
  font-weight: 600;
}

h2, .h2 {
  font-size: 1.6rem;
}

h3, .h3 {
  font-size: 1.3rem;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .h5 {
  font-size: 1.1rem;
}

h6, .h6 {
  font-size: 1rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.19);
  opacity: .05;
}
.muted {
  color: #58657d;
}
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

/*------------------------------------------------------------------*/
/*  HEADINGS  */
/*------------------------------------------------------------------*/
.heading-item {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 2px;
}
.heading-nav {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 2px;
}
.card-header h3 {
  font-size: 1.2rem;
  font-weight: 800;
}
.pad-heading {
  padding:80px 0 40px 0;
}
.pad-intro {
  padding: 0 20px 0 20px;
}
/*------------------------------------------------------------------*/
/*  NAVBAR  PORTAL */
/*------------------------------------------------------------------*/
/* Remove focus on hamburger */
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler {
  border: 0;
  color: #18181b;
  padding: 20px 0px 20px 10px;
}
.navbar {
  padding-bottom: 2px;
  margin-left: auto; /* align navbar right */
}
.navbar-brand img {
  height: 3rem;
}
.navbar-nav {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.navbar-nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 0.8750em;
}
.bg-navbar {
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.navbar-toggler-icon {
  background-image: none!important;
  background-color: #18181b;
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: #18181b;
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out;/*taken down to hide quicker*/
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: #18181b;
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
  background-color: var(--bs-gray-100);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
}
@media screen and (max-width:700px) {
  .navbar-brand img {
    height: 2rem;
  }
}

/*------------------------------------------------------------------*/
/*  BUTTONS */
/*------------------------------------------------------------------*/

.btn-size {
  display: flex;
  align-items: center;
}
.btn {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 12px 22px;
    border-radius: 8px;
    border-width: 1px;
    color: #fff;
    font-weight:600;
    font-size: .9em;
    margin: 5px 0 5px 0;
    transition: all 0.5s;
}

.btn-lg {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 22px 32px;
    border-radius: 8px;
    border-width: 1px;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
    margin: 5px 0 5px 0;
    transition: all 0.5s;
}
.btn-sm {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 8px 12px;
    border-radius: 8px;
    border-width: 1px;
    color: #fff;
    font-weight: 600;
    font-size: .7em;
    margin: 5px 0 5px 0;
    transition: all 0.5s;
}
.btn-md {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 16px 18px;
    border-radius: 8px;
    border-width: 1px;
    color: #fff;
    font-weight: 600;
    font-size: .9em;
    margin: 5px 0 5px 0;
    transition: all 0.5s;
}
.btn-xs {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 12px 14px;
  border-radius: 3px;
  border-width: 1px;
  color: #fff;
  font-weight: 600;
  font-size: .8em;
  margin: 5px 0 5px 0;
  transition: all 0.5s;
}
.btn:hover {
  background: #020202;
  border-color: #010101;
  color: #ffffff!important;
  text-decoration: none!important;
}
.btn-primary {
  background: #1e2023;
  border-color: #1e2023;
  color: #ffffff;
}
.btn-primary:hover {
  background: #ff6600!important;
  border-color: #ff6600!important;
  color: #ffffff!important;
}


/*------------------------------------------------------------------*/
/*  MY RIGHT */
/*------------------------------------------------------------------*/
.put-right {
  text-align: right;
}
.my-right {
  text-align: right;
}
 @media only screen and (max-width: 867px)  {
 .my-right {
   text-align: left;
  }
 }

/*------------------------------------------------------------------*/
/*  OPTIONS SAME HEIGHT COLUMNS */
/*------------------------------------------------------------------*/
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  flex-grow: 1;
}
.bx-h {
    height: 100%;
}
.row.display-flex [class*='col-'] {
}
 @media only screen and (max-width: 767px)  {
  .bx-h {
       height: auto;
   }
 }


/*------------------------------------------------------------------*/
/*  PADDINGS  */
/*------------------------------------------------------------------*/

.ptb-30 {
  padding: 30px 0 30px 0;
}
.ptb-20 {
  padding: 20px 0 20px 0;
}
.ptb-10 {
  padding: 10px 0 10px 0;
}
.pt-30 {
 padding-top: 30px;
}
.pt-20 {
 padding-top: 20px;
}
.pt-10 {
 padding-top:10px;
}
.pb-30 {
 padding-bottom: 30px;
}
.pb-20 {
 padding-bottom: 20px;
}
.ptb-15 {
  padding: 15px 0 15px 0;
}
.m-0 {
  margin: 0!important;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px;
}

/*------------------------------------------------------------------*/
/*  CARDS */
/*------------------------------------------------------------------*/

.card {
  overflow: none;
  position: relative;
  border: 1px solid #e7ecf1;
}
.card-header {
    padding: 20px 20px 15px 20px;
    margin-bottom: 0;
    color: #222222;
    background-color: #e1e4eb;
    border-bottom: 1px solid #e7ecf1;
}
.card-table {
  padding: 0 20px 20px 20px;
}
.bg-shadow {
  box-shadow: rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,0.08) 0px 14px 34px 0px;
}
.grey-line {
    font-weight: 700;
    color: #11141b;
}
.rounded-lg {
    border-radius: 0.5rem !important;
}
.col-head-half {
    display: block;
    width: 50%;
}
.bxshadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
}
.card-account {
  min-height: 210px;
}

.head-card {
    font-weight: 600 !important;
    font-size: 0.9375em;
}
.card-header-account {
    padding: 20px 20px 0 20px;
    margin-bottom: 0;
}
.card-link {
  text-decoration: none !important;
  color: inherit !important;
}
.card-link:hover {
  color: inherit !important;
}
.card-text-sm {
    font-size: 12px;
}
.card-footer {
  border-top: 1px dashed #e7ecf1;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 15px;
}

.head-icon {
  font-size: 30px;
}
@media (max-width: 700px) {
 .card .card-header {
   padding: 15px 20px 15px 25px;
 }
}

/*------------------------------------------------------------------*/
/*  HIDE SHOW  */
/*------------------------------------------------------------------*/
.md-hidden {
    display: none;
}

@media(max-width:860px) {
    .xs-hidden {
        display: none !important;
    }
    .md-hidden {
        display: block;
    }
}

/*------------------------------------------------------------------*/
/*  FOOTER  */
/*------------------------------------------------------------------*/
.footer {
  background-color: #ffffff;
  padding: 40px 0 40px 0;
  color: #585858;
  margin-top: 100px;
}
.footer .logo {
  padding-bottom: 20px;
}
.footer .logo img {
  width: 120px;
}
.footer-brand {
  text-align: right;
}
.footer p {
  font-size: 0.9rem;
}
.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.footer li {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1892fa;
}
.footer li.top {
  padding-top: 20px;
}
.footer li a {
  font-size: 14px;
  font-weight: 600;
  display: block;
  color: #1c1c1d;
  padding: 6px 10px 6px 0px;
  text-decoration: none;
}
.footer li a:hover {
  color: #1893fa;
  text-decoration: underline;
}
 @media only screen and (max-width: 867px)  {
   .footer {
     padding: 40px 20px 40px 20px;
   }
 }
/*------------------------------------------------------------------*/
/*  BLANK  */
/*------------------------------------------------------------------*/
