#gears-modal-mobile {
}

#gears-modal-mobile .header {
  height: 60px;
  background-color: #666666;
  position: relative;
}

#gears-modal-mobile .header-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  margin: 0 auto;
  padding-top: 18px;
}
#gears-modal-mobile .header-close {
  position: absolute;
  top: 18px;
  right: 10px;
}
#gears-modal .modal-body {
  padding: 0px;
  border-radius: 5px;
  box-shadow: 1px 1px 15px -2px #000;
  height: 500px;
}

#gears-modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #888;
  opacity: 1;
}

#gears-modal .modal-content {
  background: none;
  border: none;
  box-shadow: none;
}

#gears-modal .modal-body {
  /* background: linear-gradient(to bottom, #f6f6f6 0%, #666666 100%); */
  background: #fff;
  color: #333;
}

.gears-modal-wrapper {
  padding-top: 60px;
  text-align: center;
}

.gears-modal-title {
  color: #666;
  font-size: 30px;
  font-weight: bold;
  line-height: 41px;
  text-align: center;
  text-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}

.gears-modal-dots {
  color: #CD290E;
  font-size: 30px;
  font-weight: bold;
  line-height: 41px;
  text-align: center;
  text-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}

.gears-modal-text {
  width: 237px;
  font-size: 15px;
  font-weight: 500;
  color: #555;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

@media (max-width: 767px) {
  body.active-gears {
    background: #666666 !important;
  }
}

#gears-modal-mobile .gears-modal-wrapper {
  padding-top: 60px;
  text-align: center;
  border-top: 4px solid #CD290E;

  margin: 15px;
  margin-top: 25px;
  background: #f6f6f6;
  padding-bottom: 100px;
}

#gears-modal-mobile .gears-modal-title {
  font-size: 24px !important;
  font-weight: bold;
  line-height: 41px;
  text-align: center;
  text-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}

#gears-modal-mobile .header {
  height: 60px;
  background-color: #666666;
  position: relative;
  border-bottom: 2px solid #5f5f5f;
}
