/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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: baseline;
}

/* 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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.d-grid {
  display: -ms-grid;
  display: grid;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline {
  display: inline-block;
}

.d-none {
  display: none;
}

.btn-13 {
  border: none;
  z-index: 1;
}

.custom-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  outline: none;
}

.modal-content {
  border-radius: .7rem;
  height: 30vh;
  margin: 0 3rem;
}

.modal-content .modal-header {
  border-bottom: 0;
}

.modal-content .modal-header span {
  font-size: 2rem;
  position: absolute;
  right: 4%;
  text-shadow: 5px 0px 10px #00000029;
  color: #2A2A40;
}

.modal-content .modal-header .close:focus {
  outline: 0;
}

.modal-content .modal-body {
  text-align: center;
  font-size: 1.3rem;
  color: #2A2A40;
}

.modal-content .modal-body .modal-icon {
  margin-bottom: 2rem;
  font-weight: bold;
}

.modal-content .modal-body .modal-icon::before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  font-size: 2.8rem;
}
