@font-face {
  font-family: CircularStd-Book;
  src: url(fonts/CircularStd-Book.1d4059cebfac924cb842.eot);
  src: url(fonts/CircularStd-Book.36b95d1079e11cc557e0.woff2) format("woff2"),
    url(fonts/CircularStd-Book.d356ee6e9377e3616665.woff) format("woff"),
    url(fonts/CircularStd-Book.43f768f8fbe2c37b1fb8.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CircularStd-Bold;
  src: url(CircularStd-Bold.56f82cac95e52c85498a.eot);
  src: url(fonts/CircularStd-Bold.fdbfc358bc6e87a42b57.woff2) format("woff2"),
    url(fonts/CircularStd-Bold.74679a4cc017dca4621d.woff) format("woff"),
    url(fonts/CircularStd-Bold.df13ba46cad8f788b03e.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CircularStd-Black;
  src: url(CircularStd-Black.c9991fd081a34df19d28.eot);
  src: url(fonts/CircularStd-Black.abecdec13db5a6885089.woff2) format("woff2"),
    url(fonts/CircularStd-Black.40935c7fb92dc3b00a9d.woff) format("woff"),
    url(fonts/CircularStd-Black.217489c9baef20b93829.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CircularStd-Medium;
  src: url(CircularStd-Medium.938fbb3dc0d03edae9a8.eot);
  src: url(fonts/CircularStd-Medium.ae1f1d3d54ef7ceebbeb.woff2) format("woff2"),
    url(fonts/CircularStd-Medium.a5ae33f65d65a022b109.woff) format("woff"),
    url(fonts/CircularStd-Medium.6cc81ce705f1d517bcf8.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

.header {
  width: 100%;
  background-color: #000000;
  height: 70px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.header-transparent {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.header-active {
  background-color: #000;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.header-cont {
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: inline-block;
}

.header-logo-div {
  height: 100%;
  width: 150px;
  float: left;
}

.header-logo {
  width: 100%;
  height: 100%;
  background-image: url("../images/logo-white.png?newcache04");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.left-menu-items {
  height: 100%;
  display: inline-block;
  float: left;
  margin-left: 70px;
}

.menu-item {
  height: 100%;
  display: inline-block;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}

.menu-item:hover {
  color: #06b3f5;
}

.menu-item-h3 {
  color: inherit;
  line-height: 70px;
  font-family: "CircularStd-Book";
  font-size: 1.1rem;
  display: inline-flex;
  transition: all ease 0.3s;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.menu-icon {
  display: none;
}

.premium {
  text-transform: capitalize;
  font-size: 12px;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 10px;
  color: #945d24;
  background: linear-gradient(to right, #fcbd28 0, #ffd545 100%);
  margin-top: 23px;
  cursor: pointer;
}

.right-menu-items {
  height: 100%;
  display: inline-block;
  float: right;
}

.menu-item-r {
  height: 100%;
  display: inline-block;
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}

.menu-item-r:hover {
  color: #196ffe;
}

.menu-item-r-h3 {
  color: inherit;
  line-height: 70px;
  font-family: "CircularStd-Book";
  font-size: 1.1rem;
  display: inline-flex;
  transition: all ease 0.3s;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
}

.signup {
  height: 2.25rem;
  line-height: 2.1875rem;
  border-radius: 20px;
  padding: 0 1.125rem;
  color: #fff;
  font-size: 0.95rem;
  text-align: center;
  width: auto;
  white-space: nowrap;
  font-family: CircularStd-Book;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(to right, #014ece 0, #196ffe 100%);
  margin-top: 17px;
  float: right;
}

.signin {
  height: 2.25rem;
  line-height: 2.1875rem;
  border-radius: 20px;
  padding: 0 1.125rem;
  color: #fff;
  font-size: 0.95rem;
  text-align: center;
  width: auto;
  white-space: nowrap;
  font-family: CircularStd-Book;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(to right, #014ece 0, #196ffe 100%);
  margin-top: 17px;
  float: right;
  margin-right: 30px;
}

.profile {
  height: 2.25rem;
  width: 2.25rem;
  float: right;
  margin-top: 17px;
}
.profile-h6 {
  margin: 0px;
  line-height: 36px;
  font-size: 1rem;
  margin-top: 3px;
  color: #fff;
}

.profile-h6:hover {
  margin: 0px;
  line-height: 36px;
  font-size: 1rem;
  margin-top: 3px;
  color: #06b3f5;
}

#search-div {
  height: 2.25rem;
  width: 2.25rem;
  /*background-color: #2f3640;*/
  border-radius: 20px;
  float: right;
  margin-top: 17px;
  margin-right: 20px;
}

#search-input {
  float: left;
  height: 2.25rem;
  margin-left: 10px;
  background-color: unset;
  outline: unset;
  border: 0px;
  color: #ffffff;
  width: 300px;
  display: none;
}

#search-icon {
  height: 2.25rem;
  width: 2.25rem;
  background-image: url("../images/mag-glass-white-40x40.svg");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
}

#contact-div {
  height: 2.25rem;
  /*background-color: #2f3640;*/
  border-radius: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 10px;
  font-size: 20px;
  color: #ffffff;
}

#profile-icon {
  height: 2.25rem;
  width: 2.25rem;
  background-image: url("../images/profile-icon-3.png");
  background-size: 22px 22px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  transition: 0.3s;
  cursor: pointer;
}

#profile-icon:hover {
  background-image: url("../images/profile-icon-3-yellow.png");
}

.tellafriend-overlay {
  width: 100%;
  height: 100%;
  background-color: #000000cc;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11;
  display: none;
}
.tellafriend-cont {
  width: 400px;
  /*min-height: 400px;*/
  margin: auto;
  margin-top: 100px;
  background-color: #111418;
  border-radius: 0.9rem;
  box-shadow: inset 0px 0px 5px #222;
}
.top-tellafriend-btn {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  color: #fcbd28;
  border-top-left-radius: 0.9rem;
  background-color: #111418;
  box-shadow: inset 5px 5px 5px -5px #222;
  float: left;
  cursor: pointer;
  transition: 0.2s;
}
.top-tellafriend-btn:hover {
  color: #fcbd28;
  background-color: #111418;
}
.top-tellafriend-h4 {
  line-height: 40px;
  font-size: 0.95rem;
  margin-bottom: 0px;
}
.close-tellafriend-overlay {
  width: 20px;
  height: 20px;
  background-image: url("../images/cros-40x40-666.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.close-tellafriend-overlay:hover {
  background-image: url("../images/cros-40x40-ddd.svg");
}
.tellafriend-btn {
  width: 100%;
  height: 50px;
  margin-top: 30px;
  border-radius: 0.42rem;
  outline: none;
  color: #06b3f5;
  background-color: #06b3f533;
  border: 0px;
  transition: 0.2s;
}
.tellafriend-btn:hover {
  background-color: #06b3f5;
  color: #111418;
}


.salesreport-overlay {
  width: 100%;
  height: 100%;
  background-color: #000000cc;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11;
  display: none;
}
.salesreport-cont {
  width: 800px;
  /*min-height: 400px;*/
  margin: auto;
  margin-top: 100px;
  background-color: #111418;
  border-radius: 0.9rem;
  box-shadow: inset 0px 0px 5px #222;
}
.top-salesreport-btn {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  color: #fcbd28;
  border-top-left-radius: 0.9rem;
  background-color: #111418;
  box-shadow: inset 5px 5px 5px -5px #222;
  float: left;
  cursor: pointer;
  transition: 0.2s;
}
.top-salesreport-btn:hover {
  color: #fcbd28;
  background-color: #111418;
}
.top-salesreport-h4 {
  line-height: 40px;
  font-size: 0.95rem;
  margin-bottom: 0px;
}
.close-salesreport-overlay {
  width: 20px;
  height: 20px;
  background-image: url("../images/cros-40x40-666.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.close-salesreport-overlay:hover {
  background-image: url("../images/cros-40x40-ddd.svg");
}
.salesreport-btn {
  width: 100%;
  height: 50px;
  margin-top: 30px;
  border-radius: 0.42rem;
  outline: none;
  color: #06b3f5;
  background-color: #06b3f533;
  border: 0px;
  transition: 0.2s;
}
.salesreport-btn:hover {
  background-color: #06b3f5;
  color: #111418;
}



.login-overlay {
  width: 100%;
  height: 100%;
  background-color: #000000cc;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11;
  display: none;
}

.log-cont {
  width: 400px;
  /*min-height: 400px;*/
  margin: auto;
  margin-top: 100px;
  background-color: #111418;
  border-radius: 0.9rem;
  box-shadow: inset 0px 0px 5px #222;
}

.top-menu {
  width: 100%;
  height: 40px;
  background-color: #ffffff0f;
  border-top-right-radius: 0.9rem;
  border-top-left-radius: 0.9rem;
  position: relative;
}

.top-login-btn {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  color: #fcbd28;
  border-top-left-radius: 0.9rem;
  background-color: #111418;
  box-shadow: inset 5px 5px 5px -5px #222;
  float: left;
  cursor: pointer;
  transition: 0.2s;
}

.top-login-btn:hover {
  color: #fcbd28;
  background-color: #111418;
}

.top-login-h4 {
  line-height: 40px;
  font-size: 0.95rem;
  margin-bottom: 0px;
}

.top-register-btn {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  color: #777;
  background-color: #11141800;
  box-shadow: inset 0px 5px 5px -5px #222;
  float: left;
  cursor: pointer;
  transition: 0.2s;
}

.top-register-btn:hover {
  color: #fcbd28;
  background-color: #111418;
}

.close-login-overlay {
  width: 20px;
  height: 20px;
  background-image: url("../images/cros-40x40-666.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.close-login-overlay:hover {
  background-image: url("../images/cros-40x40-ddd.svg");
}

.top-register-h4 {
  line-height: 40px;
  font-size: 0.95rem;
  margin-bottom: 0px;
}

#login-body,
#register-body,
#forgot-body {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-top: 30px;
}

#register-body,
#forgot-body {
  display: none;
}

.login-body-title {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #ccc;
  font-size: 1.4rem;
  margin-bottom: 0px;
}

.login-body-p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 0px;
  margin-top: 8px;
}

.inp-email-div {
  width: 100%;
  height: 50px;
  border: 1px solid #555;
  border-radius: 25px;
  margin-top: 30px;
  position: relative;
}

.inp-email {
  width: 100%;
  height: 36px;
  background-color: #00000000;
  outline: none;
  padding: 0px;
  padding-left: 25px;
  color: #dedede;
  margin-top: 13px;
  border: 0px;
}

.inp-email:-webkit-autofill,
.inp-email:-webkit-autofill:hover,
.inp-email:-webkit-autofill:focus,
.inp-email:-webkit-autofill:active {
  border: 0px solid green;
  -webkit-text-fill-color: #fee9b7;
  -webkit-box-shadow: 0 0 0px 1000px #00000000 inset;
  transition: background-color 5000s ease-in-out 0s;
  background-color: #faffbd !important;
}

.inp-email-div-h5 {
  color: #fcbd28;
  position: absolute;
  top: 4px;
  left: 25px;
  font-size: 0.9rem;
}

.login-btn {
  width: 100%;
  height: 50px;
  margin-top: 30px;
  border-radius: 0.42rem;
  outline: none;
  color: #06b3f5;
  background-color: #06b3f533;
  border: 0px;
  transition: 0.2s;
}

.login-btn:hover {
  background-color: #06b3f5;
  color: #111418;
}

.forgot-password {
  color: #fcbd28;
  margin-bottom: 0px;
  margin-top: 10px;
  text-decoration: underline;
  font-size: 0.75rem;
  text-align: right;
  cursor: pointer;
}

.backto-login {
  color: #fcbd28;
  margin-bottom: 0px;
  margin-top: 20px;
  text-decoration: underline;
  font-size: 0.75rem;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .header-cont {
    padding-left: 0px;
    padding-right: 0px;
  }

  .header-logo-div {
    margin-left: 20px;
  }

  /*
		.left-menu-items
		{
			width: 100%;
			display: block;
			background-color: #111111;
			height: unset;
			float: left;
			margin-left: unset;
		}

		.menu-item
		{
			height: 70px;
			width: 100%;
			display: block;
			float: unset;
			padding-left: 0px;
			padding-right: 0px;
			color: #ffffff;
			text-align: center;
		}

		*/

  .left-menu-items {
    width: 100%;
    background-color: #000000;
    height: 70px;
    float: unset;
    margin-left: unset;
    position: fixed;
    bottom: 0px;
    left: 0px;

    border-top: 1px solid #111111;
  }

  .menu-item {
    width: 16%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    color: #666;
  }

  .menu-item-h3 {
    color: inherit;
    line-height: 100%;
    font-family: "Lato", sans-serif;
    font-size: 0.6rem;
    display: inline-flex;
    transition: all ease 0.3s;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
  }

  .menu-icon {
    display: block;
    width: 25px;
    height: 25px;
    margin: auto;
    margin-top: 10px;
  }

  .menu-active {
    color: #0a82fb;
  }

  .right-menu-items {
    position: relative;
    margin-right: 20px;
  }

  .signup {
    height: 2rem;
    line-height: 2rem;
    border-radius: 20px;
    padding: 0 0.7rem;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    width: auto;
    white-space: nowrap;
    margin-top: 17px;
    float: left;
    margin-right: 10px;
  }

  .signin {
    height: 2rem;
    line-height: 2rem;
    border-radius: 20px;
    padding: 0 0.7rem;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    width: auto;
    white-space: nowrap;
    margin-top: 17px;
    float: left;
    margin-right: 5px;
  }

  #search-div {
    height: 2.25rem;
    width: 2.25rem;
    /*background-color: #2f3640;*/
    border-radius: 20px;
    float: right;
    margin-top: 17px;
    margin-right: 0px;
  }

  .premium {
    font-size: 10px;
    border-radius: 4px;
    padding: 5px 5px;
  }
}

@media (max-width: 425px) {
  .login-overlay {
    padding-left: 15px;
    padding-right: 15px;
  }

  .log-cont {
    width: 100%;
    margin: auto;
    margin-top: 40px;
  }

  .login-body-title {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #ccc;
    font-size: 0.9rem;
    margin-bottom: 0px;
  }
}

@media (max-width: 375px) {
  .header-logo-div {
    margin-left: 20px;
    width: 100px;
  }
}
