
body {
  background-color: #fff;
}

.template {
  display: none;
}

.btn-resetpoll {
  cursor: pointer;
}

.user-logo,
.default-logo {
  height: 30px;
}

.poll-active {
  background-color: rgba(16, 214, 130, 0.07);
  box-shadow: inset 2px 0 rgba(16, 214, 130, 0.8);
}

.btn.btn-microsoft,
.btn.btn-microsoft:focus {
  background-color: #00A3EE;
  color: #fff;
  max-height: 41px;
}

.btn.btn-google,
.btn.btn-google:focus {
  background-color: #F44336;
  color: #fff;
  max-height: 41px;
}

.btn.btn-google:hover,
.btn.btn-google:focus:hover {
  background-color: #f5554a;
  color: #fff;
}

.btn.btn-green {
  background-color: #10D682;
  color: #fff;
}

.btn.btn-green:hover {
  background-color: #12ed90;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.logobox .logobox-logo {
  background-color: #eee;
}

.no-polls {
  margin: 0 auto;
  display: none;
}

.poll__link h2 {
  white-space: normal;
}

@media only screen and (max-width: 750px) {
  .pluginui__promo .video-promo {
    width: 100%;
  }

  .pluginui_login .login {
    width: 245px;
    padding: 0 0 0 20px;
  }
}

:root {
  --elements-roundness: 12px;
  --top-margin: 16px;
  --app-width: 1200px;
  --content-height: 400px;
  --config-width: 640px;

  --primary: #10d682;
  --primary-hover: #0dc175;
  --primary-light: #bbe4d3;
  --white: #fff;
  --main: #262633;
}
body {
  background-color: rgba(38, 38, 51, 0.08);
  display: flex;
}
.pluginui {
  margin: var(--top-margin);
  border-radius: var(--elements-roundness);
  height: calc(100% - 32px);
  max-width: var(--app-width);
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.polls__list {
  height: 100%;
  overflow-y: scroll;
}
.polls__foot {
  border-top: none;
  display: flex;
  border-top: 1px solid rgba(38, 38, 51, 0.1);
}
.poll {
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.poll__link {
  display: flex;
  align-items: center;
  padding-right: 20px;
  flex: 4;
}
.poll__title {
  flex: 1 1 auto;
}
.poll__link h2 {
  margin: 0;
  padding-bottom: .5em;
}
.poll__actions {
  display: flex;
  justify-content: end;
  align-items: center;
  flex: 1;
}
.poll__actions .btn-icon {
  border-radius: var(--elements-roundness);
  color: var(--primary);
  margin-left: 20px;
  padding: 8px 16px;
}
.poll__actions .btn-icon i {
  font-size: 1.2rem;
  margin-top: 2px;
  color: var(--primary);
}
.poll__actions .btn-icon:hover {
  background-color: var(--primary-hover);
  color: var(--white);
}
.poll__actions .btn-icon:hover i {
  transform: scale(1.1);
}
.header__actions {
  margin: -8px 0;
}
.header__actions .btn-icon {
  padding: 12px 14px;
}
.header__actions .btn-icon:hover {
  background-color: rgba(38, 38, 51, 0.03);
}

.btn {
  border-radius: var(--elements-roundness);
}
.btn:active {
  box-shadow: none;
}
.btn-add i, .btn-add:focus i {
  color: var(--white);
}
.btn-add:hover i {
  color: var(--white);
}
.config--withctrl .config__ctrl {
  padding: 10px;
}
.config--withctrl .config__ctrl .btn-icon {
  border-radius: var(--elements-roundness);
  margin-left: 20px;
  padding: 10px 16px;
  background-color: var(--primary);
  color: var(--white);
}
.config--withctrl .config__ctrl .btn-add:focus {
  background-color: var(--primary);
  color: var(--white);
}
.config--withctrl .config__ctrl .btn-icon:hover {
  background-color: var(--primary-hover);
}
.btn-group .btn+.btn {
  margin-left: 5px;
}
.btn-group-rich-images>a {
  border-radius: var(--elements-roundness) !important;
}
.btn-group-rich-images>a.active {
  box-shadow: inset 0 0 0 1px #10d682, 0 2px 8px rgba(0,0,0,.1);
}
.list-colordots a.active {
  box-shadow: 0 2px 6px rgba(0,0,0,.1);
}

.pagination>li>a {
  border-radius: var(--elements-roundness) !important;
}
.pagination>li.active>a {
  background-color: rgba(38, 38, 51, 0.1);
  color: var(--main);
}
.pagination>li.active>a:hover {
  background-color: rgba(38, 38, 51, 0.15);
  color: var(--main);
}

.pagination {
  display: flex;
  margin-top: 2px;
}
.config {
  /*min-height: var(--content-height);*/
  display: block;
  max-width: var(--config-width);
  margin: 0 auto;
}
.config .progress {
  height: 1px;
  margin-top: -1px;
  margin-left: 12px;
  margin-right: 12px;
}
.list-opts--center {
  max-width: inherit;
}
.btn-group-charttype {
  max-width: 340px;
}
.nav-tabs--settings {
  justify-content: flex-start;
  margin-bottom: 25px;
}
.nav-tabs>li>a {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  padding-top: 12px;
  padding-bottom: 12px;
}
.list-opts__label {
  margin-bottom: .5rem;
}
.upload-logo {
  max-width: 300px;
}
.logobox, .logobox .logobox-logo {
  border-radius: var(--elements-roundness);
}
.logobox .logobox-logo {
  padding: 12px 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  order: 1;
}
.logobox .logobox-action {
  color: var(--primary);
  border-bottom-left-radius: var(--elements-roundness);
  border-bottom-right-radius: var(--elements-roundness);
}
.logobox .logobox-action:hover {
  background-color: var(--primary-hover);
  color: var(--white);
}

.polls__foot {
  padding-top: 20px;
  padding-bottom: 20px;
}
.polls__foot .site-logo svg {
  height: auto;
  width: 70px;
}
.site-logo {
  visibility: hidden;
  display: flex;
  flex: 1 1 auto;
}

.noty_theme__relax.noty_bar {
  border-radius: var(--elements-roundness);
  box-shadow: 0 5px 18px rgba(0,0,0,.08);
}
.noty_body {
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: .85rem !important;
}
.noty_theme__relax.noty_type__success {
  border: none;
  background-color: var(--primary-light);
}

#general-config .polls__pagination,
#poll-config .polls__pagination {
  display: none;
}
