body {
  margin: 0;
  font-family: "Montserrat", "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.navbar-light .navbar-toggler {
  color: #ffffff;
}

.navbar-toggler {
  padding: 0;
  font-size: 1.3rem;
  line-height: 1;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #ffffff;
}

.input-group-text {
  border-radius: 0.5rem;
}

.form-control {
  border-radius: 0.5rem;
}

.btn {
  font-size: 1rem;
  line-height: 1.7;
  border: 0;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn_main {
  display: inline-block;
  font-weight: 400;
  color: #f4b69d;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #040c30;
  border: 0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.7;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn_main:hover {
  background-color: #f4b69d;
  /* Green */
  color: #040c30;
}

.rounded  {
  border-radius: calc(1rem - 1px) !important;
}

div.rounded_crsl > img {
  border-radius: calc(1rem - 1px) !important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem;
}

video{
  -moz-border-radius:calc(1rem - 1px);
  -webkit-border-radius:calc(1rem - 1px);
  border-radius:calc(1rem - 1px);
  overflow:hidden;
}

.gr_animation {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.list {
  list-style: none;
  /* Remove default bullets */
}

/* 
.top_canvas {
  position:sticky;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 50vw;
  max-height: 50vh;
}
 */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 99;
  font-size: 2rem;
  border: none;
  outline: none;
  background-color: #040c30;
  color: #f4b69d;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 5rem;
}

a {
  color: #040c30;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #040c30;
  background-color: transparent;
}
