/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

@font-face {
  src: url(../fonts/Poppins-Bold.ttf);
  font-family: pb;
}
@font-face {
  src: url(../fonts/Poppins-Regular.ttf);
  font-family: pr;
}
@font-face {
  src: url(../fonts/Poppins-Light.ttf);
  font-family: pl;
}
@font-face {
  font-family: sb;
  src: url(../fonts/Schoolbell-Regular.ttf);
}
@font-face {
  font-family: Sansita;
  src: url(../fonts/Sansita-Black.ttf);
}
@font-face {
  font-family: saBold;
  src: url(../fonts/Sansita-Bold.ttf);
}
@font-face {
  font-family: "Roboto Mono";
  src: url(../fonts/RobotoMono-Regular.ttf);
}
@font-face {
  font-family: robotoBold;
  src: url(../fonts/RobotoMono-Bold.ttf);
}


.img-round {
  border-radius: 30px !important;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

ul,
ol {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
  display: block;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

.container {
  max-width: 1024px !important;
}
img {
  overflow: hidden;
  border: 0;
  vertical-align: middle;
}

.progress-bar {
  color: #fff;
  background-color: #ef664a !important;
  transition: width 0.6s ease;
}
.card-body {
  background: #f0f0f0 !important;
}

#btn-connect{
    width: 250px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
.btn-connectt{
    width: 350px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

.zindex {
  position: relative;
  z-index: 999;
}
body {
  font-family: "Roboto Mono";
  background: #fafafa;
}

p {
  font-family: "Roboto Mono";
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); */
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  perspective: 1500px;
}

#sidebar {
  padding-top: 50px !important;
  background: #fef2ef !important;
  font-family: "Sansita", sans-serif;
  min-height: 100vh !important;
  height: auto;
  min-width: 280px;
  max-width: 280px;
  transition: all 0.6s cubic-bezier(0.945, 0.02, 0.27, 0.665);
  transform-origin: bottom left;
}

#sidebar.active {
  margin-left: -280px;
  transform: rotateY(100deg);
}

#sidebar .sidebar-header {
  padding: 0 2rem 20px;
  /* background: #6d7fcc; */
}

#sidebar ul.components {
  padding: 20px 0;
  /* border-bottom: 1px solid #47748b; */
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 1rem 2rem !important;
  font-family: "Roboto Mono";
  font-size: 18px;
  line-height: 31px;
  display: block;
}
#sidebar ul li a:hover {
  color: #2d2d2c !important;
  background: #f4e3df;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #2d2d2c;
  background: #f4e3df !important;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #ef664a;
  color: #fff !important;
  font-family: "Roboto Mono";
  border-radius: 50px !important;
}

a.download:hover {
  background: #ee7860 !important;
  color: #fff !important;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

.mt-7 {
  margin-top: 10rem !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
}

#sidebarCollapse {
  width: 30px;
  height: 30px;
  background: transparent !important;
  cursor: pointer;
}

#sidebarCollapse span {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  display: block;
  background: #555;
  transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
  transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
  transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
  opacity: 0;
}
#sidebarCollapse span:last-of-type {
  transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
  transform: none;
  opacity: 1;
  margin: 5px auto;
}

.btn-connect {
  width: 186px;
  height: 49px;

  background: #ef664a;
  border-radius: 37px;
  color: #fff !important;
  font-family: "Roboto Mono";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
}

.logocircle {
  width: 80px !important;
  height: 80px !important;
  overflow: hidden;
  border-radius: 50%;
  background: #f0f0f0 !important;
  display: flex;
  /* display: flex; */
  justify-content: end;
  align-content: center;
  flex-direction: column;
}
/* .logocircle img {
  width: 100px;
  height: 100px;
} */

/* .header-content {
} */
.header-content h3 {
  font-family: robotoBold;
  font-style: normal;
  font-weight: bold;
  color: #000 !important;
  width: 500px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.header-content p {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: bold;
  color: #000 !important;
  width: 500px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.copy {
  background: #f0f0f0;
  border-radius: 37px;
  font-family: "Roboto Mono";
  padding: 10px 20px !important;
  text-align: center;

  color: #000000;
}
.balance,
.royalty,
.make-babies {
  margin-top: 30px;
}

.mycard {
  background: #f0f0f0 !important;
  border-radius: 21px !important;
  height: 230px !important;
  padding: 20px !important;
  margin-bottom: 10px;
}
.autoheight {
  height: auto !important;
}

.royaltycard {
  background: #f0f0f0;
  border-radius: 21px;
}
.mycard p {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: normal;
  font-size: 21.2587px;
  line-height: 104.76%;
  /* or 22px */

  color: #000000;
}
.royaltyp {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: normal;
  font-size: 21.2587px;
  line-height: 104.76%;
  color: #000000;
}

.mycard h2 {
  font-family: robotoBold;
  font-style: normal;
  font-weight: bold;
  font-size: 44.3144px;
  line-height: 104.76%;
  /* or 46px */

  color: #000000;
}
.mycard h3 {
  font-family: robotoBold;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 104.76%;
  /* or 46px */

  color: #000000;
}
.claim {
  width: 186px;
  height: 49px;
  background: #ef664a;
  border-radius: 37px;
  color: #ffffff;
}
h3.babies {
  font-family: Roboto Mono;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 104.76%;
  color: #ef664a;
  margin-bottom: 10px;
  margin-left: 7px;
}
.babies-wrap {
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  border-radius: 21px;
  padding: 10px 20px !important;
}
.giraffe-wrap {
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  border-radius: 21px;
  padding: 20px 20px !important;
  background: #f0f0f0 !important;
}
.form-group {
  margin-bottom: 0 !important;
}
.form-control {
  height: 60px;
  background: #f0f0f0;
  border-radius: 6px;
  margin: 0 !important;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f0f0f0 !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(240 240 240 / 25%);
}

.cost {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.custombg {
  background: #dbdbdb !important;
  padding: 10px !important;
}
.cost h3 {
  font-family: robotoBold;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 104.76%;
  color: #000000;
}

.cost p {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: bold;
  /* font-size: 44.3144px; */
  line-height: 104.76%;
  color: #000000;
}

hr {
  border-top: 1px solid #000 !important;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.card {
  border-radius: 20px !important;
  border: none !important;
}

.contain {
  margin-top: 20px;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.clear-float {
  clear: both;
}

.texting {
  margin-left: 10px;
  color: #ef664a;
  font-family: "Roboto Mono";
}

.load {
  position: relative;
  margin-top: 150px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.logo {
  border-radius: 50%;
  /* width: 300px;
  height: 300px; */
  overflow: hidden;
  border-radius: 50%;
  background: #f0f0f0 !important;
  display: flex;
  /* display: flex; */
  justify-content: end;
  align-content: center;
  flex-direction: column;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px){
.text-right {
    text-align: center !important;
    margin-top: 1em !important;
  }
  #sidebar {
    margin-left: -280px;
    transform: rotateY(90deg);
  }
  #sidebar.active {
    margin-left: 0;
    transform: none;
    min-width: 300px !important;
    max-width: 300px !important;
  }
  #sidebarCollapse span:first-of-type,
  #sidebarCollapse span:nth-of-type(2),
  #sidebarCollapse span:last-of-type {
    transform: none;
    opacity: 1;
    margin: 5px auto;
  }
  #sidebarCollapse.active span {
    margin: 0 auto;
  }
  #sidebarCollapse.active span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
  }
  #sidebarCollapse.active span:nth-of-type(2) {
    opacity: 0;
  }
  #sidebarCollapse.active span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
  }

  .header-content h3 {
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .mycard h2 {
    font-size: 34px;
    line-height: 104.76%;
    color: #000000;
  }
  .mycard h3 {
    font-family: robotoBold;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 104.76%;
    color: #000000;
    margin-bottom: 10px;
  }
}
