* {
  /*box-sizing: inherit;*/
}

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

.rounded-lg {
  border-radius: 1rem;
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,0.31)!important;
}

a:hover {
  color: #419AFF;
}

a:hover {
  color: #419AFF;
  text-decoration: underline;
}

a {
  color: #419AFF;
}

* {
  font-family: 'Raleway', sans-serif;
}

a:link {
  text-decoration: none;
  color: inherit;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

#modal {
  position: absolute;
  /*background-color: rgba(0,0,0,0.5);*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*top: 0;*/
  /*left: 0;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*overflow: auto;*/
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 200ms ease-in-out;
  /*border: 1px solid black;*/
  /*border-radius: 10px;*/
  z-index: 10;
  /*background-color: white;*/
  width: 500px;
  max-width: 80%;
}

#modal .row .btn_new {
  position: relative;
  display: inline;
  left: 75%;
  background-color: white;
  text-shadow: none;
  padding: 5px;
  font-size: 15px;
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  letter-spacing: 1px;
}

#modal .row .close-button {
  position: relative;
  display: inline;
  /*background-color: white;*/
  /*text-shadow: none;*/
  /*font-size: 15px;*/
}

#modal .row .btn_new:hover {
  position: relative;
  display: inline;
  /*left: 80%;*/
  text-shadow: none;
  /*background-color: rgb(59,153,224);*/
  color: white;
  cursor: pointer;
  padding: 5px;
  font-size: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

#modal .row .col-lg-12 .tab-content .tab-pane form .subscribe {
  background-color: rgb(59,153,224);
  color: white;
}

#modal #new1 .col-lg-12 .bg-white .tab-content .tab-pane form > div {
  text-align: initial;
}

#overlay {
  position: fixed;
  opacity: 0;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  pointer-events: none;
}

