html{
  scroll-behavior: smooth;
}
.materials {
  display: flex;
  flex-flow: row wrap;
}

.chooser {
  background: #ececec;
  width: 45%;
  padding: 10px;
  margin: 10px 5px;
  position: relative;
}

.chooser-sim {
  background: #ececec;
  padding: 10px;
  margin: 10px;
}

/*
 * Application level styles
 * (things that dont make sense in a toolkit :)
 * copyright @colossal 2015
 */

/* CUSTOM SELECT */

select {
  padding: 5px 35px 5px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/images/dropdown.svg) 98% / 3% no-repeat #eee;
}

.thumbnail {
  height: 320px;
}

.files-col {
  text-align: center;
}

.files-top div {
  font-size: 15px;
  color: #ababab;
  font-variant-caps: all-small-caps;
}

.files-name {
  word-wrap: break-word;
  font-weight: bold;
}

.files-img {
  height: 100px;
  background-size: cover;
}

.theme-color {
  color: #3097d1;
}

.viewbar {
  overflow-y: hidden;
  width: 100%;
  padding: 5px;
}

.viewbar a {
  float: left;
  display: block;
  margin-right: 5px;
  width: 100px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
}

.carousel-wrapper {
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .carousel-wrapper {
    margin-bottom: 0;
  }
}

/* @media screen and (min-width: 550px) {
  .carousel {
    height: 200px;
  }
} */

@media screen and (max-width: 550px) {
  .banner-wrapper {
      padding: 0;
  }
}

.carousel .item {
  height: auto;
  background-position: center;
  background-size: cover;
}

.carousel-indicators {
  bottom: -8px;
}
.carousel-indicators > li{
  border: solid 2px #aaa;
  background-color: #aaa;
}
.carousel-indicators > li.active{
  border: solid 2px white;
  background-color: white;
}

.thumbItem {
  padding: 0px 20px 0px 20px;
}

.thumbItem a {
  display: block;
  float: left;
  width: 33.3333%;
  border: 1px solid #f5f8fa;
  height: 130px;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-stacked>li {
  width: 100%;
}

.seg-caption {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.25em;
  text-transform: uppercase;
  margin: 20px 0 10px;
  color: #666;
}

.refine-results-fields {
  background: #fff;
}

.refine-results-fields button {
  width: 100%;
}

.refine-results-fields input[type="text"] {
  padding: 10px;
  background: #eee;
  width: 100%;
}

.refine-results-fields select {
  width: 100%;
}

/*FOOTER*/

.footer1 a {
  color: #DDD;
}

.footer1 a:hover, .footer1 a:focus, .footer1 a:active {
  color: #FFF;
}

.footer1 .footer {
  background-color: #2E3436;
  padding: 35px 0;
  /* margin-top: 5em; */
}

.footer1 .footer .footer-desc p {
  color: #DDD;
  margin: 15px 0 8px;
}

.footer1 .footer .social {
  margin: 0 auto;
  list-style-type: none;
}

.footer1 .footer .social li {
  float: left;
}

.footer1 .footer .social li a {
  display: block;
  font-size: 1em;
  color: #DDD;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: #222728;
  border-radius: 2px;
  margin: 15px 4px
}

.footer1 .footer .social li a:hover {
  background-color: #3A4144;
}

.footer1 .footer .social li a i {
  font-size: 30px;
}

.footer1 .footer .footer-small-title {
  color: aliceblue;
  font-size: 20px;
}

.footer1 .footer .footer-small-description {
  color: aliceblue;
}

.footer1 .footer .input-group {
  margin: 15px 0;
}

.footer1 .footer .form-control {
  border-radius: 2px 0 0 2px;
  background-color: #585C5D;
  border-color: #585C5D;
  color: #DDD;
  font-size: 15px;
}

.footer1 .footer .form-control:hover, .footer1 .footer .form-control:focus {
  border: 1px solid #222728;
  background-color: #222728;
}

.footer1 .footer .input-group-addon {
  border-radius: 0 2px 2px 0;
  background-color: #F7931D;
  color: #FFF;
  border-color: #F7931D;
  font-size: 15px;
}

.footer1 .footer-bottom {
  background-color: #222728;
  padding: 15px 0;
  color: #DDD;
  font-size: 13px;
}

.footer1 .footer-bottom ul li {
  display: inline-block;
}

.footer1 .footer-bottom ul li a {
  display: block;
  padding-left: 8px;
}

.footer1 .footer-bottom ul li a:after {
  content: "-";
  padding-left: 8px;
}

.footer1 .footer-bottom ul li:last-child a:after {
  content: "";
}

@media (max-width: 550px) {
  .footer1 .footer-bottom .pull-left, .footer1 .footer-bottom .pull-right {
    float: none !important;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}

/* CAUTION: IE hackery ahead */

select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */
}

/* target Internet Explorer 9 to undo the custom arrow */

@media screen and (min-width:0\0) {
  select {
    background: none\9;
    padding: 5px\9;
  }
}

/* layout.css Style */

*, *:after, *:before {
  box-sizing: border-box;
}

ul, li {
  margin: 0;
  padding: 0;
}

.thumbnail .preview {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}

.thumbnail .caption h4 {
  margin-bottom: 0px;
  color: #3097d1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.thumbnail .caption small {
  color: #9e9e9e;
}

.my3dp-logo img {
  height: 60px;
  padding: 4px;
  /* padding: 0 20px 0 10px; */
  padding-left: 10px;
  padding-right: 20px;
}

.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/

.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}

.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

/* docs overrides */

.highlight {
  background-color: #fff;
  border-color: #d3e0e9;
}

/* general overrides */

.list-group-item .glyphicon {
  line-height: 1.4;
}

.modal-header .close {
  margin-top: 4px;
}

/* navbar */

.app-navbar {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.app-navbar .form-control {
  box-shadow: none;
}

.app-navbar .navbar-brand img {
  width: 85px;
}

.app-navbar .navbar-collapse {
  max-height: inherit;
}

.app-navbar .navbar-collapse:after {
  height: 100vh;
}

.app-navbar .form-control {
  border-color: #1C73A5;
}

.app-notifications {
  margin-left: -12px;
  padding-bottom: 10px !important;
}

.app-notifications .icon:before {
  font-size: 20px;
}

@media (min-width: 768px) {
  .app-navbar .navbar-collapse:after {
    height: auto;
  }
}

@media (max-width: 768px) {
  .app-search {
    margin-top: -1px;
  }
}

/* misc */

.app-login-form {
  max-width: 280px;
  margin-top: -60px;
}

.app-new-msg {
  margin-right: 10px;
}

.app-brand {
  width: 40%;
  display: inline-block;
}

.app-brand img {
  width: 100%;
}

/* main nav */

.mod-main-navigation {
  border-bottom: 1px solid #d5d5d5;
  font-size: 15px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  border-bottom: #eddc75 solid 10px;
}

.call-to-action, .mod-blog article header .metadata .post-edit-link {
  color: white;
  background-color: #60c4f8;
  padding: 5px 20px;
  border-radius: 3px;
  border-bottom: 1px solid #48bbf7;
  position: relative;
  display: inline-block;
  height: 35px;
  text-decoration: none;
}

.mod-main-navigation .call-to-action, .mod-main-navigation .mod-blog article header .metadata .post-edit-link, .mod-blog article header .metadata .mod-main-navigation .post-edit-link {
  margin-right: 20px
}

.mod-main-navigation form {
  margin: 0;
  width: 100%
}

.mod-main-navigation ul, .mod-main-navigation li, .mod-main-navigation .meta, .mod-main-navigation .user, .mod-main-navigation form, .mod-main-navigation ul a, .mod-main-navigation ul .btn-link {
  display: inline-block;
  font-weight: 600
}

.mod-main-navigation ul {
  list-style: none
}

.mod-main-navigation ul, .mod-main-navigation li {
  margin: 0;
  padding: 0
}

.mod-main-navigation nav {
  max-width: 1220px;
  margin: 0 auto;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start
}

.mod-main-navigation .my3dp-logo, .mod-main-navigation .menu-items, .mod-main-navigation .meta, .mod-main-navigation .search {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

.mod-main-navigation .menu-items, .mod-main-navigation .meta {
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center
}

.mod-main-navigation a, .mod-main-navigation .btn-link {
  text-decoration: none
}

.mod-main-navigation .menu-items a, .mod-main-navigation .menu-items .btn-link {
  padding: 0 40px 0 0
}

.mod-main-navigation .meta .menu a, .mod-main-navigation .meta .menu .btn-link, .mod-main-navigation .menu-items a, .mod-main-navigation .menu-items .btn-link {
  color: #555
}

.mod-main-navigation .menu-items a:hover, .mod-main-navigation .menu-items .btn-link:hover {
  color: black
}

.mod-main-navigation .meta a, .mod-main-navigation .meta .btn-link {
  font-size: 14px
}

.mod-main-navigation .menu-items .active a, .mod-main-navigation .menu-items .active .btn-link {
  color: black
}

.mod-main-navigation .new-design {
  margin-top: 10px
}

.mod-main-navigation .avatar {
  background-color: white;
  border: 4px solid white;
  width: 40px;
  height: 40px;
  border-radius: 40px
}

.mod-main-navigation .sign-in {
  padding: 6px 30px 0 20px
}

.mod-main-navigation .sign-in:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 65%;
  margin-right: 5px;
  position: relative;
  top: 4px
}

.mod-main-navigation .user {
  position: relative;
  border-radius: 10px 10px 0 0;
  margin-right: 10px;
  border: 1px solid transparent;
  padding-right: 16px
}

.mod-main-navigation .user:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 14px;
  margin-top: -5px;
  background-repeat: no-repeat;
  background-position: center center
}

.mod-main-navigation .user .avatar {
  margin: 9px 15px 0px
}

.mod-main-navigation .user .menu {
  display: none
}

.mod-main-navigation .user:hover .menu {
  display: block
}

.mod-main-navigation .user .menu {
  font-size: 14px;
  position: absolute;
  background-color: white;
  width: 180px;
  right: -1px;
  border: 1px solid #eee;
  border-bottom: 0;
  z-index: 20
}

.mod-main-navigation .user .menu a:hover, .mod-main-navigation .user .menu .btn-link:hover {
  background-color: #f5f5f5
}

.mod-main-navigation .user .menu a, .mod-main-navigation .user .menu .btn-link {
  padding: 12px 15px;
  font-weight: 400;
  width: 100%
}

.mod-main-navigation .user .menu li {
  display: list-item;
  border-bottom: 1px solid #eee
}

.mod-main-navigation .user:hover {
  border: 1px solid #d5d5d5;
  background-color: white
}

.mod-main-navigation .user:hover:before {
  z-index: 22;
  bottom: -2px;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white
}

.mod-main-navigation svg {
  position: relative;
  top: 4px;
  width: 19px;
  fill: #555;
  margin-right: 19px
}

.mod-main-navigation .search {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  padding: 0 30px 0 0;
  position: relative;
}

.mod-main-navigation .searchForm {
  transition: width 500ms ease-in-out, padding 500ms ease-in-out;
}

.mod-main-navigation .searchForm.searchHidden {
  width: 0;
}

.mod-main-navigation .searchHidden .searchInput {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.mod-main-navigation .search i:before {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 45%;
  left: 8px;
  margin-top: -5px;
  z-index: 20;
}

.mod-main-navigation .search i {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 45%;
  left: 20px;
  margin-top: -16px;
  z-index: 20;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 16px;
  background-color: #ccc;
}

.mod-main-navigation .search i:hover {
  background-color: #bcbcbc;
}

.mod-main-navigation .tagline {
  color: #333;
  font-size: 18px;
  padding: 16px 0;
  z-index: -1;
  padding-left: 62px;
  height: 60px;
  overflow: hidden;
  transition: opacity 500ms ease-in-out;
  opacity: 1;
}

.mod-main-navigation .taglineHidden.tagline {
  width: 0;
  height: 0;
  opacity: 0;
}

.mod-main-navigation .tagline p {
  /* line-height: 56px; */
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .mod-main-navigation .tagline {
    width: 100%;
  }
  .mod-main-navigation .tagline p {
    text-align: center;
    /* line-height: 80px; */
  }
}

.mod-main-navigation .search input {
  padding: 10px 20px 10px 28px;
  margin: 0 0 0 35px;
  width: 92%;
  position: relative;
  border: 0;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  height: 60px;
  background-color: white;
}

.mod-main-navigation .search input:focus {
  outline: 0
}

@media screen and (max-width: 900px) {
  .mod-main-navigation nav {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start
  }
  .mod-main-navigation .menu-items {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    text-align: center
  }
  .mod-main-navigation a.call-to-action, .mod-main-navigation .call-to-action.btn-link, .mod-main-navigation .mod-blog article header .metadata .btn-link.post-edit-link, .mod-blog article header .metadata .mod-main-navigation .btn-link.post-edit-link, .mod-main-navigation .mod-blog article header .metadata a.post-edit-link, .mod-blog article header .metadata .mod-main-navigation a.post-edit-link {
    margin-right: 0
  }
  .mod-main-navigation .search {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    padding-right: 0
  }
  .mod-main-navigation .search input {
    border: 0
  }
  .mod-main-navigation .meta {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    padding-top: 5px;
    top: 5px;
    right: 14px;
    position: relative
  }
  .mod-main-navigation .user:after {
    top: 45%
  }
  .mod-main-navigation .user .avatar {
    margin: 0px 15px
  }
  .mod-main-navigation .new-design {
    margin-top: 0
  }
  .mod-main-navigation .menu-items {
    left: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 0;
    padding: 5px 10px 20px
  }
  .mod-main-navigation .menu-items ul {
    width: 100%
  }
  .mod-main-navigation .menu-items a, .mod-main-navigation .menu-items .btn-link {
    padding: 15px 20px 0
  }
  .mod-main-navigation .my3dp-logo {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    margin-left: 10px
  }
}

@media screen and (max-width: 450px) {
  .mod-main-navigation .meta a, .mod-main-navigation .meta .btn-link, .mod-main-navigation .menu-items a, .mod-main-navigation .menu-items .btn-link {
    font-size: 15px
  }
  .mod-main-navigation .menu-items a, .mod-main-navigation .menu-items .btn-link {
    padding: 15px 10px 0
  }
}

/* login */

.user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
}

.user-modal-container .switcher:after {
  content: "";
  display: table;
  clear: both;
}

.user-modal-container .switcher li {
  width: 50%;
  float: left;
  text-align: center;
  list-style: none;
}

.user-modal-container .switcher li:first-child a {
  border-radius: .25em 0 0 0;
}

.user-modal-container .switcher li:last-child a {
  border-radius: 0 .25em 0 0;
}

.user-modal-container .switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
  text-decoration: none;
}

.user-modal-container .switcher a.selected {
  background: #FFF;
  color: #505260;
}

@media only screen and (min-width: 600px) {
  .user-modal-container {
    margin: 4em auto;
  }
  .user-modal-container .switcher a {
    height: 70px;
    line-height: 70px;
  }
}
.form-title{
  padding: 1.4em;
}
.form {
  padding: 1.4em;
}

.form .fieldset {
  position: relative;
  margin: 1.4em 0;
}

.form .fieldset:first-child {
  margin-top: 0;
}

.form .fieldset:last-child {
  margin-bottom: 0;
}

.form label {
  font-size: 14px;
  font-size: 0.875rem;
}

.form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.form label.username {
  background-image: url("https://codyhouse.co/demo/login-signup-modal-window/img/cd-icon-username.svg");
}

.form label.email {
  background-image: url("https://codyhouse.co/demo/login-signup-modal-window/img/cd-icon-email.svg");
}

.form label.password {
  background-image: url("https://codyhouse.co/demo/login-signup-modal-window/img/cd-icon-password.svg");
}

.form input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
}

.form input.full-width {
  width: 100%;
}

.form input.has-padding {
  padding: 12px 20px 12px 50px;
}

.form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.form input.has-border:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}

.form input.has-error {
  border: 1px solid #d76666;
}

.form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px;
}

.form input[type=submit] {
  padding: 16px 0;
  cursor: pointer;
  background: #F64747;
  color: #FFF;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.form .register-button {
  border: solid #777 1px;
  padding: 16px 0;
  width: 100%;
  color: black;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.form input[type=submit]:hover {
  background: #d83d3d;
}

.no-touch .form input[type=submit]:hover, .no-touch .form input[type=submit]:focus {
  background: #d83d3d;
  outline: none;
}

.form .hide-password {
  display: inline-block;
  position: absolute;
  text-decoration: none;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
}

.form .error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}

.form .error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}

.form .error-message.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s 0, visibility 0 0;
}

@media only screen and (min-width: 600px) {
  .form {
    padding: 2em;
  }
  .form .fieldset {
    margin: 2em 0;
  }
  .form .fieldset:first-child {
    margin-top: 0;
  }
  .form .fieldset:last-child {
    margin-bottom: 0;
  }
  .form input.has-padding {
    padding: 16px 20px 16px 50px;
  }
  .form input[type=submit] {
    padding: 16px 0;
  }
}

.form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .form-message {
    padding: 2em 2em 0;
  }
}

.form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.form-bottom-message a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .0);
  padding: 0 0 0 2px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.form-bottom-message a:hover {
  -webkit-animation: borderslide-3px .5s;
  animation: borderslide-3px .5s;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  padding-bottom: 3px;
}

@-webkit-keyframes borderslide-3px {
  0% {
    padding-bottom: 1px;
  }
  50% {
    padding-bottom: 3px;
  }
}

@keyframes borderslide-3px {
  0% {
    padding-bottom: 1px;
  }
  50% {
    padding-bottom: 3px;
  }
}

@-webkit-keyframes borderslide-2px {
  0% {
    padding-bottom: 1px;
  }
  50% {
    padding-bottom: 2px;
  }
}

@keyframes borderslide-2px {
  0% {
    padding-bottom: 1px;
  }
  50% {
    padding-bottom: 2px;
  }
}

.close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("../img/icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 1170px) {
  .close-form {
    display: none;
  }
}

.accept-terms {
  color: #F64747;
  text-decoration: none;
  padding: 0 1px 1px 2px;
  border-bottom: 1px solid rgba(246, 71, 71, .0);
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.accept-terms:hover {
  -webkit-animation: borderslide-2px .5s;
  animation: borderslide-2px .5s;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(246, 71, 71, 1);
}

#login, #signup, #reset-password {
  display: none;
}

#login.is-selected, #signup.is-selected, #reset-password.is-selected {
  display: block;
}

/*dropzone */

.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  background: white;
  padding: 54px 54px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.btn-grey {
  background-color: #D8D8D8;
  color: #FFF;
}

.rating-block {
  background-color: #FAFAFA;
  border: 1px solid #EFEFEF;
  padding: 15px 15px 20px 15px;
  border-radius: 3px;
}

.bold {
  font-weight: 700;
}

.padding-bottom-7 {
  padding-bottom: 7px;
}

.review-block {
  background-color: #FAFAFA;
  border: 1px solid #EFEFEF;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
}

.review-block .img-rounded {
  width: 80px;
  height: 80px;
}

.review-block-name {
  font-size: 16px;
}

.review-block-date {
  font-size: 12px;
  margin: 0px 0px 10px;
  color: #ababab;
}

.review-block-rate {
  font-size: 13px;
  margin-bottom: 15px;
}

.review-block-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.review-block-description {
  font-size: 13px;
}

.widget-area {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px 30px;
  position: relative;
  width: 100%;
}

.status-upload {
  background: none repeat scroll 0 0 #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 100%;
}

.status-upload form {
  float: left;
  width: 100%;
}

.status-upload form textarea {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #777777;
  float: left;
  font-size: 14px;
  height: 142px;
  letter-spacing: 0.3px;
  padding: 20px;
  width: 100%;
  resize: vertical;
  outline: none;
  border: 1px solid #F2F2F2;
}

.status-upload ul {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 0 15px;
  width: auto;
}

.status-upload ul>li {
  float: left;
}

.status-upload ul>li>a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #777777;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin: 10px 0 10px 10px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 30px;
  cursor: pointer;
}

.status-upload ul>li>a:hover {
  background: none repeat scroll 0 0 #606060;
  color: #fff;
}

.status-upload form button {
  border: medium none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  float: right;
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-right: 9px;
  padding: 6px 15px;
}

.dropdown>a>span.green:before {
  border-left-color: #2dcb73;
}

.status-upload form button>i {
  margin-right: 7px;
}

/* Terms of Use style */

.terms-of-use>p, .terms-of-use>ol li, .terms-of-use>ul li {
  box-sizing: border-box;
  padding: 5px 20px;
  width: 80%;
  margin: auto;
}

.terms-of-use>h1, .terms-of-use>h2, .terms-of-use>h3 {
  padding-left: 10%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.terms-of-use>h2 {
  background-color: orange;
  color: white;
}

.terms-of-use img {
  width: 100%;
}

.project-designer-profile {
  border: solid 2px #ccc;
  border-radius: 4px;
  padding: 16px;
}

/* About Style */

.about {
  margin: 20px 0;
}

.about>h1 {
  padding-left: 10%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.about>p {
  box-sizing: border-box;
  padding: 5px 20px;
  width: 80%;
  margin: auto;
}

/* feedback button style*/

.sidenav a {
  position: fixed;
  transition: 0.3s;
  right: -100px;
  padding: 8px;
  padding-left: 12px;
  font-size: 15px;
  /* background-color: #25D366; */
  background-color: #d02229;
  border-radius: 6px 0 0 6px;
  text-decoration: none;
  /* transform: rotate(270deg); */
  color: white;
}

.sidenav a:hover {
  right: 0;
}

.feedback {
  top: 60%;
  /* writing-mode: vertical-lr; */
  /* text-orientation: upright; */
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: bold;
  z-index: 1;
  color: white;
}

@media (max-width: 767px) {
  .feedback {
    top: 85%;
  }
}

.featured-user_avatar_container {
  max-width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 100px;
  overflow: hidden;
  border: solid 1px #e4e4e4;
}

.featured-user_avatar {
  width: 100%;
}


/* Sponsorship Style */

.sponsor-logo-main {
  display: flex;
  width: 100%
}

.sponsor-logo-main>a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.sponsor-logo-main>a>img {
  width: 40%;
  height: auto;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
}

.sponsor-logo-main>a>p {
  text-align: center;
  font-size: 20px;
  text-transform: none;
  color: black;
}

.sponsors h4 {
  text-align: center;
}

.sponsors h3 {
  text-align: center;
}

.sponsors .image-container {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  padding: 8px;
  transition: transform 300ms cubic-bezier(.01, .67, .33, 1);
}

.sponsors .image-container.smaller-size {
  width: 100px;
}

.sponsors .image-container:hover {
  filter: grayscale(0);
  transform: scale(1.2);
}

.sponsors img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 600px) {
  /* .sponsor-logo-main{
      width: 40%;
    } */
  .sponsor-logo-main>a {
    display: flex;
    width: 100%;
    height: auto;
  }
  .sponsor-logo-main>a>p {
    display: none;
  }
  .sponsor-logo-main>a>img {
    width: 100%;
    height: auto;
  }
  .sponsor-logo-other-main {
    width: auto;
  }
  div.sponsor-logo-other-main>a {
    width: 50%;
    height: auto;
    box-sizing: border-box;
  }
  div.sponsor-logo-other {
    height: auto;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sponsor-logo-other>p {
    display: none;
  }
  div.sponsor-logo-other>img {
    width: 50%;
    height: auto;
  }
}

.sponsor-logo-other-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}

.sponsor-logo-other-main>a {
  width: 33.333333%;
  text-align: center;
  box-sizing: border-box;
}

.sponsor-logo-other {
  width: 45%;
  height: auto;
  margin: 1px;
  margin-left: auto;
  margin-right: auto;
}

.sponsor-logo-other>img {
  width: 100px;
  height: auto;
  margin: 1px;
  vertical-align: middle;
}

.sponsor-logo-other>p {
  text-align: center;
  padding: 1px;
  text-transform: none;
  color: black;
}

.partners-logo {
  display: flex;
}

@media only screen and (max-width: 992px) {
  .sponsors .image-container, .sponsors .image-container.smaller-size {
    width: 20%;
  }
  .partners-logo {
    display: flex;
    flex-wrap: wrap;
  }
}

/* Homepage -> features section */

.features {
  display: flex;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .features {
    flex-direction: column;
  }
}

.feature {
  padding: 16px;
}

.feature-icon-container {
  width: 120px;
  height: 120px;
  border: solid #dedede 1px;
  border-radius: 50%;
  display: inline-block;
  line-height: 120px;
  margin: 8px 0;
  background-color: #fff;
}

.feature-icon {
  font-size: 32px;
  display: inline-block;
}

/* Homepage -> how to use section */

.how-to-use-section .img-thumbnail {
  border: none;
  background-color: transparent;
}

/* Contact Style */

.contact {
  border-radius: 5px;
  padding: 15px;
}

.contact form {
  background-color: #ccc;
  padding: 0 15px;
  border-top: solid 4px red;
}

.contact form button {
  display: block;
  width: 40%;
  margin: 15px auto;
}

.contact>h1 {
  text-align: center;
}

.contact>p {
  box-sizing: border-box;
  width: 80%;
  margin: auto;
  text-align: center;
}

.contact .social {
  margin: 0 auto;
  list-style-type: none;
}

.contact .social li {
  float: left;
}

.contact .social li a {
  display: block;
  font-size: 1em;
  color: #DDD;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: #222728;
  border-radius: 2px;
  margin: 15px 4px
}

.contact .social li a:hover {
  background-color: #3A4144;
}

.contact .social li a i {
  font-size: 30px;
}

/* Settings Page */

.settings__change-password-button {
  padding: 16px 0;
}

/* Fix image view because carousel banner  */

.design-view .carousel {
  height: 400px;
}

.design-view .carousel .item {
  height: 380px;
}

/* carousel slide button */
#carousel .carousel-control.left,
#carousel .carousel-control.right {
  background-image: none;
}
.slide-button {
  font-size: 120px !important;
  margin-top: -70px !important;
}

@media only screen and (max-width: 600px) {
  .slide-button {
    left: 25% !important;
    right: auto;
  }
}

/* user profile page */

.user-detail>p {
  margin: 5px;
}

.link-involve {
  text-decoration: none;
  color: black;
}

.forget-password {
  text-align: center;
}

.forget-password a {
  text-decoration: none;
  color: black;
}

.bg-red {
  background-color: #f64747;
  color: white;
}

.product-title {
  display: block;
  height: 60px;
  margin-bottom: 5px;
  overflow: hidden;
}

.thumbnail-store {
  height: 345px;
  border: 1px solid #c3c3c3;
}

.thumbnail-store .preview {
  width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ccc;
  /* background-size: cover; */
}

.thumbnail-store .caption h4 {
  margin-bottom: 0px;
  color: #3097d1;
  text-decoration: none;
}

.thumbnail-store .caption h3 {
  display: block;
  height: 60px;
  margin-bottom: 5px;
  overflow: hidden;
  color: #333333;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.5em;
  font-size: 1.1em;
}

.thumbnail-store .caption {
  margin: 15px;
}

.enlarge-icon {
  position: relative;
  z-index: 99 !important;
}

.enlarge-icon button {
  position: absolute;
  left: 90%;
  background-color: #ddd;
  padding: 4px 8px;
  border-radius: 4px;
}

.enlarge-icon button:hover {
  opacity: 0.7;
}

.product-detail h2 {
  color: #3097d1
}

.supplierTitle {
  text-align: center;
  margin-bottom: 20px;
}

.supplierForm {
  display: block;
  margin-bottom: 20px;
  padding: 5px 15px 15px 15px;
  border-radius: 4px;
  background-color: #ccc;
}

.supplierForm form button {
  display: block;
  width: 20%;
  margin-left: auto;
}

.supplierForm form {
  padding: 15px;
}

.supplierForm .required :after {
  content: " *";
  color: red;
}

@media only screen and (max-width: 600px) {
  .supplierForm form button {
    width: 40%;
  }
}

/* Cart thumbnail */

.cart-item_thumbnail img {
  width: 100%;
}

.add-remove-quantity {
  display: flex;
  align-items: center;
}

.add-remove-quantity .quantity {
  flex-grow: 1;
  text-align: right;
  padding-right: 8px;
}

.add-remove-quantity button {
  display: block;
  width: 24px;
  padding: 0;
  text-align: center;
}

.simple-alert {
  position: absolute;
  left: 64px;
  top: 0;
  /* background-color: #f5c6c8; */
  padding: 4px 16px;
  color: #d3252b;
  font-weight: bold;
  transition: all 300ms ease-in-out;
  opacity: 0;
  z-index: -10;
}

.simple-alert.show {
  opacity: 1;
  top: -32px;
  z-index: 100;
}

.shopping-cart_summary {
  margin: 16px 0;
  padding: 8px 16px;
  /* border-left: solid #dedede 1px; */
  background-color: white;
}

.shopping-cart_summary i {
  margin-top: 4px;
  margin-right: 8px;
  color: #f5c6c8;
  /* color: #E6898B; */
}

.shopping-cart_summary_address, .shopping-cart_summary_phone, .shopping-cart_summary_email, .shopping-cart_summary_subtotal, .shopping-cart_summary_shipping, .shopping-cart_summary_total {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}

.shopping-cart_summary_address div:nth-child(2) {
  flex-grow: 1;
}

.shopping-cart_summary_subtotal div:first-child, .shopping-cart_summary_shipping div:first-child, .shopping-cart_summary_total div:first-child {
  flex-grow: 1;
}

.shopping-cart_summary_subtotal div:last-child, .shopping-cart_summary_shipping div:last-child, .shopping-cart_summary_total div:last-child {
  position: relative;
}

.shopping-cart_summary_subtotal div:last-child::before, .shopping-cart_summary_shipping div:last-child:before, .shopping-cart_summary_total div:last-child:before {
  content: "RM";
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  /* letter-spacing: 0.5em; */
  top: 0;
  left: -18px;
}

.shopping-cart_summary_total {
  border-top: solid 2px #dedede;
  border-bottom: solid 2px #dedede;
  padding: 8px 0;
}

.address-list_address {
  background-color: #dedede;
  padding: 16px;
  margin-bottom: 16px;
}

.address-list_address.active {
  background-color: #d6d6d6;
  border: solid 1px #333;
}

.changeAddress {
  cursor: pointer;
}

.changeAddress:hover {
  background-color: #ccc;
}

.orders-list {
  padding-top: 8px;
}

.orderDetail {
  background-color: #fff;
  padding: 8px 0;
  margin-bottom: 8px;
  margin-top: 8px;
}

.order-detail_label {
  color: #f5c6c8;
  color: #E6898B;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.pricePerUnitShippingValue, .totalShippingValue {
  color: #ccc;
  font-style: oblique;
}

@media(max-width: 767px) {
  .orderDetail {
    position: relative;
    margin: 8px 0;
    padding-top: 16px;
  }
  .order-detail_label {
    text-align: left;
    padding-left: 4px;
  }
  .delete-cart-item {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }
  .pricePerUnit, .total {
    text-align: right;
  }
  .totalValue {
    font-weight: bold;
  }
  .shopping-cart_summary {
    margin: 0;
  }
  .shopping-cart_footer {
    margin: 16px 0;
  }
}

.likeButtons {
  position: relative;
  z-index: 99 !important;
}

.like-design i {
  font-size: 20px
}

.like-design {
  height: 72px;
  width: 72px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 305px;
  background-color: #fff;
  border: 1px solid #999;
}

.like-design:hover {
  opacity: 0.7;
}

.unlike-design i {
  font-size: 20px
}

.unlike-design {
  height: 72px;
  width: 72px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 305px;
  color: white;
  background-color: #4eb76e;
  border: none;
}

.unlike-design:hover {
  background-color: #44fa7b;
}

.likeCount {
  font-size: 20px;
}

.NLview {
  position: relative;
  z-index: 99 !important;
}

.likeButtonNL {
  height: 72px;
  width: 72px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 305px;
  color: white;
  background-color: #3097d1;
  border: none;
}

.NLtooltip {
  z-index: 1;
  visibility: hidden;
  position: absolute;
  border-radius: 5px;
  color: white;
  padding: 8px;
  border: 1px solid black;
  background-color: #777;
  right: 76px;
  top: 316px;
}

.NLtooltip::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  /* To the right of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

.NLview:hover .NLtooltip {
  visibility: visible;
}

.designNLview {
  position: relative;
  z-index: 99 !important;
}

.designLike {
  font-size: 16px;
  color: #777;
  position: absolute;
  border: none;
}

.designLike .designLikeCount {
  margin: 0 8px;
  font-weight: bold;
}

.about-section {
  padding-bottom: 40px;
}

.about-section i {
  display: block;
  font-size: 24px;
}

.benefits-item {
  padding: 12px;
}

.benefits-item img {
  border: 1px solid #ccc;
  width: 200px;
  height: auto;
  float: left;
  margin-right: 12px;
}

.material-desc {
  display: block;
  font-size: 10px;
  color: #666;
  line-height: 12px;
  position: relative;
  top: 0px;
  font-style: oblique;
}

.hamburger-icon {
  display: none;
  position: absolute;
  top: 96px;
  right: 6%;
  color: black;
  z-index: 99;
}

@media screen and (max-width: 600px) {
  .mod-main-navigation a.icon {
    display: block;
  }
  .mod-main-navigation .search {
    order: 3;
  }
  .mod-main-navigation .search .tagline p {
    text-align: left;
  }
  .menu-items .nav-item {
    width: 100%;
  }
  .mod-main-navigation .menu-items.hidden-menu {
    display: none;
  }
}

/**
  * Sirim logo on top navigation bar
  */

.my3dp-logo {
  position: relative;
}

img.my3dpm-logo {
  height: 76px;
  padding-right: 8px;
  padding-left: 2px;
  border-radius: 15px;
}

.powered-by_container {
  padding-left: 0;
  margin-top: 2px;
  margin-bottom: 2px;
}

.powered-by {
  color: #333;
  font-size: 7px;
  font-weight: bold;
  letter-spacing: 0px;
}

img.sirim-logo {
  padding: 0;
}

/** 
  * Sticky header
  */

.sticky-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #f5f8fa;
}

.sticky-header-spacer {
  height: 76px;
}

@media screen and (max-width: 900px) {
  .sticky-header-spacer {
    height: 196px;
  }
}

@media screen and (max-width: 600px) {
  .sticky-header-spacer {
    height: 136px;
  }
}

/**
  * 404 page
  */

.class404 {
  padding: 62px 0;
}

.class404 h1 {
  font-size: 162px;
  color: #d02229;
  text-align: center;
}

.class404 h1 i {
  color: #666;
}

.class404 p {
  font-size: 28px;
  text-align: center;
}

.error-featured .text-center h4 {
  padding: 24px 0;
}

/* img.miti-logo {
  height: 30%;
} */

span.RPtooltip {
  z-index: 1;
  visibility: hidden;
  position: absolute;
  border-radius: 5px;
  color: white;
  padding: 8px;
  background-color: #777;
  font-weight: lighter;
  font-family: Arial, Helvetica, sans-serif;
}

span.PPtooltip {
  z-index: 1;
  visibility: hidden;
  position: absolute;
  border-radius: 5px;
  color: white;
  padding: 8px;
  background-color: #777;
  font-weight: lighter;
  font-family: Arial, Helvetica, sans-serif;
}

.PPlabel i:hover .PPtooltip {
  visibility: visible;
}

.RPlabel i:hover .RPtooltip {
  visibility: visible;
}

.PPlabel i {
  color: #1C73A5;
}

.RPlabel i {
  color: #1C73A5;
}

.discount {
  margin: 0;
  color: #999999;
  font-weight: normal;
  /* text-decoration: line-through #000000; */
}

.promo {
  margin-bottom: 0;
}

.price-wrapper{
  position: relative; 
  display: inline-block;
  top: -5px;
}

.price-slash{
  position: relative;
  width: 100%;
  height: 0;
  border-top: 1px solid red;
  transform: rotate(-10deg);
  top: 14px;
}

.promo-tag{
  position: absolute;
  background-color: #ac0404;
  color: white;
  padding: 5px 20px;
  /* padding-left: 20px; */
  display: inline-block;
  /* transform: rotate(-45deg); */
  left: -5px;
  top: 10px;
  z-index: 999;
}
.item-available{
  color:rgba(215, 102, 102, 0.9);
  font-weight: lighter;
}
.fontMed{
  font-size: medium;
}
.fontRed{
  color: red;
  font-weight: bold;
}
.blank-space{
  padding: 30px;
}
.cetak3d-name{
  font-size: 40px;
  font-weight: lighter;
  font-family: 'Courier New', Courier, monospace;
  color: #111;
  padding: 5px 15px;
}
.imageGIF{
  height: 85vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  color: black;
}
.gifText{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  line-height: 40px;
}
.gifText .titletext{
  font-size: 70px;
  font-weight: bolder;
  line-height: 55px;
}
.gifText p{
  font-size: 28px;
  font-weight: lighter;
  line-height: 20px;
}
.imageGIF img{
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.jumpButton{
  width: 100%;
  height: 7vh;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  background-color: #f9bb00;
}
.jumpButton a{
  width: 100%;
  line-height: 60px;
  color: black;
  text-decoration: none;
}
.stack{
  display: grid;
  grid-template-columns: 1fr;
}
.stack span{
  font-weight: bold;
  grid-row-start: 1;
  grid-column-start: 1;
  font-size: 25px;
  --stack-height: calc(100% / var(var(--stack) - 1px);
  --inverse-index: calc(calc(var(--stacks) - 1) - var(--index));
  --clip-top: calc(var(--stack-height) * var(--index));
  --clip-bottom: calc(var(--stack-height) * var(--inverse-index));
  clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
  animation: stack 340ms cubic-bezier(.46,.29,0,1.24) 1 backwards calc(var(--index) * 120ms), glitch 2s ease infinite 2s alternate-reverse;
}
.stack span:nth-child(odd) { --glitch-translate: 8px; }
.stack span:nth-child(even) { --glitch-translate: -8px; }
@keyframes stack{
  0%{
    opacity: 0;
    transform: translateX(-50%);
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
  }
  60%{
    opacity: 0.5;
    transform: translateX(50%);
  }
  80% {
    transform: none;
    opacity: 1;
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  100% {
    text-shadow: none;
  }
}
@keyframes glitch {
  0% {
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
    transform: translate(var(--glitch-translate));
  }
  2% {
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  4%, 100% {  text-shadow: none; transform: none; }
}
