.wwgcbar-clear {
  clear: both;
}

.m-top-0 {
  margin-top: 0 !important;
}
.m-bot-0 {
  margin-bottom: 0 !important;
}
.wwgcbar-content,
.wwgcbar-content p,
.wwgcbar-content a,
.wwgcbar-content span {
  font-size: 14px;
}
.wwgcbar-content {
  position: fixed;
  z-index: 99999999;
  left: 0;
  width: 100%;
  padding: 15px 0;
  box-shadow: 0 0 10px #111;
  opacity: 0;
  transition: 0.5s;
}
.wwgcbar-content.active {
  opacity: 1;
}
.wwgcbar-content p {
  margin: 0 0 10px;
  padding: 0;
  box-sizing: border-box;
}
.wwgcbar-content .wwgcbar-btn {
  display: inline-block;
  padding: 4px 9px;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.4s;
}
.wwgcbar-content .wwgcbar-btn:first-child {
  margin-right: 5px;
}
.wwgcbar-content .wwgcbar-btn a {
  color: inherit;
}
.wwgcbar-content .container {
  width: 95%;
  max-width: 1200px;
  height: auto;
  margin: auto;
}
.wwgcbar-content .container .left {
  float: left;
  width: 72%;
}
@media screen and (max-width: 1024px) {
  .wwgcbar-content .container .left {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.wwgcbar-content .container .right {
  float: right;
  width: 20%;
  min-width: 250px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .wwgcbar-content .container .right {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 15px;
  }
}
.wwgcbar-modal-wrapper {
  position: fixed;
  z-index: 99999999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.6);
}
.wwgcbar-modal-wrapper h2 {
  font-size: 21px;
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid;
  border-color: inherit;
}
.wwgcbar-modal-wrapper h3 {
  font-size: 19px;
  color: #333;
  margin: 0 0 15px;
}
.wwgcbar-modal-wrapper p, .wwgcbar-modal-wrapper span {
  font-size: 16px;
  margin: 6px 0 15px;
  color: #666;
}
.wwgcbar-modal-wrapper .wwgcbar-modal {
  width: 50%;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  padding: 25px 30px;
  border-radius: 5px;
  box-shadow: 0 0 15px #111;
  max-height: 100%;
  overflow-y: auto;
}
.wwgcbar-modal-wrapper .wwgcbar-modal #wwgcbar-modal-close {
  text-align: right;
  font-size: 45px;
  color: #666;
  display: block;
  position: absolute;
  z-index: 999;
  right: 25px;
  line-height: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .wwgcbar-modal-wrapper .wwgcbar-modal {
    width: 99%;
    padding: 15px;
  }
  .wwgcbar-modal-wrapper .wwgcbar-modal #wwgcbar-modal-close {
    right: 15px;
  }
}
.wwgcbar-modal-wrapper .wwgcbar-modal .wwgcbar-row {
  padding: 10px;
  margin: 2px -10px;
  background: #f5f5f5;
}
.wwgcbar-modal-wrapper .wwgcbar-modal .wwgcbar-row .wwgcbar-modal-left,
.wwgcbar-modal-wrapper .wwgcbar-modal .wwgcbar-row .wwgcbar-modal-right {
  box-sizing: border-box;
}
.wwgcbar-modal-wrapper .wwgcbar-modal .wwgcbar-row .wwgcbar-modal-left {
  float: left;
  width: 65%;
}
.wwgcbar-modal-wrapper .wwgcbar-modal .wwgcbar-row .wwgcbar-modal-right {
  text-align: right;
  float: right;
  width: 30%;
}
.wwgcbar-modal-wrapper {
  p.wwgcbar-description.hidden {
    display: none;
  }
}
.wwgcbar-modal-wrapper .wwgcbar-show-description {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}
.wwgcbar-modal-wrapper .wwgcbar-show-description.active {
  color: #aaa;
}
.wwgcbar-modal-wrapper {
  transition: 0.5s;
}
.wwgcbar-modal-wrapper.hidden {
  top: -10000px;
}
.wwgcbar-modal-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 55px;
}
.wwgcbar-modal-wrapper .switch .wwgcbar-checkbox-text {
  position: absolute;
  top: 38px;
  right: 0;
  color: #666;
}
.wwgcbar-modal-wrapper .switch input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}
.wwgcbar-modal-wrapper .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.wwgcbar-modal-wrapper .switch .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.wwgcbar-modal-wrapper .switch input:checked + .slider {
  background-color: #2196F3;
}
.wwgcbar-modal-wrapper .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.wwgcbar-modal-wrapper .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.wwgcbar-modal-wrapper .switch .slider.round {
  border-radius: 34px;
}
.wwgcbar-modal-wrapper .switch .slider.round:before {
  border-radius: 50%;
}
#wwgcbar-collapsed {
  cursor: pointer;
}
#wwgcbar-collapsed.hidden {
  display: none;
}
