@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,700");

:root {
  --primary-color: #f53b57;
  --secondary-color: #ef5777;
}

.color-primary {
  color: var(--primary-color);
}

body {
  overflow-x: hidden;
  background-color: #eee;
  font-family: "Poppins", sans-serif;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.jumbotron {
  min-height: 70vh;
  position: relative;
  margin-bottom: 0;
}
.jumbotron .container {
  z-index: 10;
}

.nav-tabs {
  border-bottom: 0;
  background-color: var(--primary-color);
  box-shadow: 0 0.1rem 1rem rgba(245, 59, 87, 0.5);
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.nav-tabs .nav-link {
  border-radius: 0.5rem;
  border: 0;
  color: #fff;
}

.qr-result--img {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.box {
  z-index: 10;
}
.box-text--heading {
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.box-widget {
  margin-top: 1rem;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
  padding: 1.7rem;
  padding-top: 2rem;
}
.box-widget--form .btn {
  margin-top: 0.8rem;
}
.box-widget h3 {
  font-weight: 700;
}
.box-widget hr {
  width: 12rem;
  background-color: var(--primary-color);
}

.form-control {
  border-radius: 0.5rem;
  border: 0;
  background-color: #e9ecef;
  height: 3rem;
}
.form-control:focus {
  border-color: var(--secondary-color);
  background-color: #e9ecef;
  box-shadow: 0 0 0 0.2rem rgba(239, 87, 119, 0.25);
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0 none;
}

.btn {
  border-radius: 5rem;
  border: 0;
}
.btn-primary {
  background-color: var(--primary-color);
  box-shadow: 0 0.1rem 1rem rgba(245, 59, 87, 0.5);
  transition: 0.3s all;
}
.btn-primary:hover {
  background-color: var(--primary-color);
  box-shadow: 0 0.5rem 2rem rgba(245, 59, 87, 0.6);
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: var(--primary-color);
  box-shadow: 0 0.5rem 2rem rgba(245, 59, 87, 0.6);
}
.btn-lg {
  padding: 0.5rem 2rem;
}

.navbar-light .navbar-nav .nav-link.btn-nav {
  background-color: var(--primary-color);
  color: #fff;
  padding: 0.5rem 1rem;
}

.result-item {
  background-color: #e9ecef;
  padding: 0.5rem;
  border-radius: 5rem;
  margin-bottom: 0.8rem;
}
.result-item p {
  text-align: left;
  padding-top: 4px;
  margin: 0;
  padding-left: 10px;
}
.result-item .btn {
  text-align: right;
}

.bg-art {
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}
.bg-art img {
  width: 50%;
}

.section {
  padding: 5rem 0;
}

.img-res {
  width: 100%;
}

.hr {
  width: 5rem;
  background-color: var(--secondary-color);
  height: 0.2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#loader {
  display: none;
}
#loader svg {
  width: 120px;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
  box-shadow: none;
  background-color: transparent !important;
  color: rgb(190, 190, 190) !important;
  border: 1px solid rgb(190, 190, 190) !important;
}

.no-rad {
  border-radius: 0.5rem;
}

.logo-preview__img {
  margin-right: 10px;
  cursor: pointer;
}
.logo-preview__img.selected {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border: 2px solid aliceblue;
  transform: scale(1.1);
}
.qr-result svg {
  width: 100%;
  height: 300px;
}

.msg {
  background: #fefefe;
  color: #666666;
  font-weight: bold;
  font-size: small;
  padding: 12px;
  padding-left: 16px;
  border-top: solid 3px #cccccc;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.08);
}
.msg-info {
  border-color: #b8dbf2;
}
.msg-success {
  border-color: #cef2b8;
}
.msg-warning {
  border-color: rgba(255, 165, 0, 0.5);
}
.msg-danger {
  border-color: #ec8282;
  color: #ec8282;
}
.msg-primary {
  border-color: var(--primary-color);
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
}
.sticky-preview {
  top: 3%;
}

#pointer {
  position: absolute;
  pointer-events: none;
  border: 1px solid var(--primary-color);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 11111;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
#pointer div {
  background-color: var(--primary-color);
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .form-control {
    margin-bottom: 1rem;
  }
  .result-item p {
    padding-top: 0;
    text-align: center;
    padding-left: 0;
  }
  .result-item .btn {
    display: none;
    text-align: right;
    font-size: 0.5rem;
  }
  /* Header and Footer Color Update */
.navbar, .footer {
    background-color: #673DE6 !important;
}

/* Social Media Buttons */
.btn-social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-social i {
    font-size: 18px;
}
}


/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
