.bm-flex {
  display: flex;
}

.bm-flex-1 {
  flex: 1;
}

.bm-flex-row {
  display: flex;
  flex-direction: row;
}

.bm-flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.bm-flex-column {
  display: flex;
  flex-direction: column;
}

.bm-flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.bm-flex-wrap {
  flex-wrap: wrap;
}

.bm-align-items-flex-start {
  align-items: flex-start;
}

.bm-align-items-flex-end {
  align-items: flex-end;
}

.bm-align-items-justify {
  align-items: justify;
}

.bm-align-items-center {
  align-items: center;
}

.bm-align-items-stretch {
  align-items: stretch;
}

.bm-align-items-space-around {
  align-items: space-around;
}

.bm-align-items-space-between {
  align-items: space-between;
}

.bm-align-items-space-evenly {
  align-items: space-evenly;
}

.bm-justify-content-flex-start {
  justify-content: flex-start;
}

.bm-justify-content-flex-end {
  justify-content: flex-end;
}

.bm-justify-content-justify {
  justify-content: justify;
}

.bm-justify-content-center {
  justify-content: center;
}

.bm-justify-content-stretch {
  justify-content: stretch;
}

.bm-justify-content-space-around {
  justify-content: space-around;
}

.bm-justify-content-space-between {
  justify-content: space-between;
}

.bm-justify-content-space-evenly {
  justify-content: space-evenly;
}

.bm-cols-equal-height .elementor-column .elementor-widget {
  height: 100%;
}
.bm-cols-equal-height .elementor-column .elementor-widget .elementor-widget-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.elementor-widget-bm-groups-count figure,
.elementor-widget-bm-members-count figure,
.elementor-widget-bm-institutions-count figure,
.elementor-widget-bm-born-date-diff figure {
  margin-left: auto !important;
  margin-right: auto !important;
}
.elementor-widget-bm-groups-count .elementor-image-box-title a,
.elementor-widget-bm-members-count .elementor-image-box-title a,
.elementor-widget-bm-institutions-count .elementor-image-box-title a,
.elementor-widget-bm-born-date-diff .elementor-image-box-title a {
  color: inherit;
}
.elementor-widget-bm-groups-count .elementor-image-box-description,
.elementor-widget-bm-members-count .elementor-image-box-description,
.elementor-widget-bm-institutions-count .elementor-image-box-description,
.elementor-widget-bm-born-date-diff .elementor-image-box-description {
  margin-bottom: 0 !important;
}

.elementor-widget-bm-subscriptions-progress-bar .progress-p20 .elementor-progress-bar,
.bm-progress-bar .progress-p20 .elementor-progress-bar {
  background-image: linear-gradient(to right, #cb0808, #FF0000);
}
.elementor-widget-bm-subscriptions-progress-bar .progress-p40 .elementor-progress-bar,
.bm-progress-bar .progress-p40 .elementor-progress-bar {
  background-image: linear-gradient(to right, #e45b00, #80c902);
}
.elementor-widget-bm-subscriptions-progress-bar .progress-p50 .elementor-progress-bar,
.bm-progress-bar .progress-p50 .elementor-progress-bar {
  background-image: linear-gradient(to right, #ff8400, #80c902);
}
.elementor-widget-bm-subscriptions-progress-bar .progress-p80 .elementor-progress-bar,
.bm-progress-bar .progress-p80 .elementor-progress-bar {
  background-image: linear-gradient(to right, #74b305, #80c902);
}
.elementor-widget-bm-subscriptions-progress-bar .progress-p100 .elementor-progress-bar,
.bm-progress-bar .progress-p100 .elementor-progress-bar {
  background-image: linear-gradient(to right, #80c902, #80c902);
}
.elementor-widget-bm-subscriptions-progress-bar .bm-counters,
.bm-progress-bar .bm-counters {
  float: right;
}
.elementor-widget-bm-subscriptions-progress-bar .elementor-progress-bar,
.bm-progress-bar .elementor-progress-bar {
  color: #ffffff;
  display: flex;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  transition: width 1s ease-in-out;
}
.elementor-widget-bm-subscriptions-progress-bar .elementor-progress-text,
.bm-progress-bar .elementor-progress-text {
  flex-grow: 1;
  overflow: hidden;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elementor-widget-bm-subscriptions-progress-bar .gray-text .elementor-progress-percentage,
.bm-progress-bar .gray-text .elementor-progress-percentage {
  color: #1c1c1c !important;
}
.elementor-widget-bm-subscriptions-progress-bar .elementor-progress-percentage,
.bm-progress-bar .elementor-progress-percentage {
  padding-right: 15px;
}
.elementor-widget-bm-subscriptions-progress-bar .elementor-progress-wrapper,
.bm-progress-bar .elementor-progress-wrapper {
  background-color: #F4F4F4;
  border-radius: 3px;
  flex: 1;
  overflow: hidden;
}

.elementor-widget-bm-districts-list-progress .progress-p20 .elementor-progress-bar {
  background-image: linear-gradient(to right, #cb0808, #FF0000);
}
.elementor-widget-bm-districts-list-progress .progress-p40 .elementor-progress-bar {
  background-image: linear-gradient(to right, #e45b00, #80c902);
}
.elementor-widget-bm-districts-list-progress .progress-p50 .elementor-progress-bar {
  background-image: linear-gradient(to right, #ff8400, #80c902);
}
.elementor-widget-bm-districts-list-progress .progress-p80 .elementor-progress-bar {
  background-image: linear-gradient(to right, #74b305, #80c902);
}
.elementor-widget-bm-districts-list-progress .progress-p100 .elementor-progress-bar {
  background-image: linear-gradient(to right, #80c902, #80c902);
}
.elementor-widget-bm-districts-list-progress .elementor-progress-bar {
  display: flex;
  transition: width 1s ease-in-out;
}
.elementor-widget-bm-districts-list-progress .elementor-progress-text {
  flex-grow: 1;
  overflow: hidden;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elementor-widget-bm-districts-list-progress .gray-text .elementor-progress-percentage {
  color: #1c1c1c !important;
}
.elementor-widget-bm-districts-list-progress .elementor-progress-percentage {
  padding-right: 15px;
}
.elementor-widget-bm-districts-list-progress .bm-counters {
  float: right;
}
.elementor-widget-bm-districts-list-progress .bm-district-item {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.elementor-widget-bm-districts-list-progress .bm-district-item:hover .bm-link {
  display: block !important;
}
.elementor-widget-bm-districts-list-progress .bm-district-item .bm-index {
  width: 30px;
}
.elementor-widget-bm-districts-list-progress .bm-district-item .bm-title {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.elementor-widget-bm-districts-list-progress .bm-district-item .bm-title .bm-modal-district-link {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
}
.elementor-widget-bm-districts-list-progress .bm-district-item .bm-title .bm-modal-district-link .bm-link {
  display: none;
  line-height: 1;
}
.elementor-widget-bm-districts-list-progress .bm-district-item .bm-cities {
  text-align: center;
  width: 150px;
}
.elementor-widget-bm-districts-list-progress .bm-district-item .bm-members {
  text-align: center;
  width: 150px;
}
.elementor-widget-bm-districts-list-progress .bm-district-item .bm-groups {
  text-align: center;
  width: 150px;
}
.elementor-widget-bm-districts-list-progress .bm-district-item .bm-unique-groups {
  text-align: center;
  width: 150px;
}
.elementor-widget-bm-districts-list-progress .bm-district-item .bm-progress {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex: 1;
}
.elementor-widget-bm-districts-list-progress .bm-district-item .elementor-progress-wrapper {
  background-color: #F4F4F4;
  flex: 1;
}
.elementor-widget-bm-districts-list-progress .bm-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  top: 0;
}
body.admin-bar .elementor-widget-bm-districts-list-progress .bm-header {
  top: 32px;
}
.elementor-widget-bm-districts-list-progress .bm-header .bm-index {
  width: 30px;
}
.elementor-widget-bm-districts-list-progress .bm-header .bm-title {
  flex: 1;
}
.elementor-widget-bm-districts-list-progress .bm-header .bm-cities {
  text-align: center;
  width: 150px;
}
.elementor-widget-bm-districts-list-progress .bm-header .bm-members {
  text-align: center;
  width: 150px;
}
.elementor-widget-bm-districts-list-progress .bm-header .bm-groups {
  text-align: center;
  width: 150px;
}
.elementor-widget-bm-districts-list-progress .bm-header .bm-progress {
  flex: 1;
  text-align: center;
}

@media only screen and (max-width : 767px) {
  .elementor-widget-bm-districts-list-progress {
    overflow-x: auto;
  }
  body.admin-bar .elementor-widget-bm-districts-list-progress .bm-header {
    top: 0;
  }
  .elementor-widget-bm-districts-list-progress .bm-header .bm-index {
    width: 25px;
  }
  .elementor-widget-bm-districts-list-progress .bm-header .bm-cities {
    width: 80px;
  }
  .elementor-widget-bm-districts-list-progress .bm-header .bm-members {
    width: 80px;
  }
  .elementor-widget-bm-districts-list-progress .bm-header .bm-groups {
    width: 80px;
  }
  .elementor-widget-bm-districts-list-progress .bm-district-item .bm-index {
    width: 25px;
  }
  .elementor-widget-bm-districts-list-progress .bm-district-item .bm-title .bm-modal-district-link .bm-link {
    display: block;
  }
  .elementor-widget-bm-districts-list-progress .bm-district-item .bm-title .bm-modal-district-link .bm-link > span {
    display: none;
  }
  .elementor-widget-bm-districts-list-progress .bm-district-item .bm-cities {
    width: 80px;
  }
  .elementor-widget-bm-districts-list-progress .bm-district-item .bm-members {
    width: 80px;
  }
  .elementor-widget-bm-districts-list-progress .bm-district-item .bm-groups {
    width: 80px;
  }
  .elementor-widget-bm-districts-list-progress .bm-district-item .bm-unique-groups {
    width: 50px;
  }
}
.elementor-widget-bm-candidates-list .bm-voting-form,
.elementor-widget-bm-national-candidates-list .bm-voting-form {
  display: none;
}
.elementor-widget-bm-candidates-list ul,
.elementor-widget-bm-national-candidates-list ul {
  list-style: none;
  padding: 0;
}
.elementor-widget-bm-candidates-list .elementor-image .img,
.elementor-widget-bm-national-candidates-list .elementor-image .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.elementor-widget-bm-candidates-list .elementor-image .bm-img-wrap,
.elementor-widget-bm-national-candidates-list .elementor-image .bm-img-wrap {
  position: relative;
  overflow: hidden;
}
.elementor-widget-bm-candidates-list .elementor-image .bm-img-wrap .bm-already-voted,
.elementor-widget-bm-national-candidates-list .elementor-image .bm-img-wrap .bm-already-voted {
  bottom: 0;
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
}
.elementor-widget-bm-candidates-list .bm-box-wrap,
.elementor-widget-bm-national-candidates-list .bm-box-wrap {
  display: flex;
  flex-direction: row;
}
.elementor-widget-bm-candidates-list .bm-box-wrap input[type=radio],
.elementor-widget-bm-candidates-list .bm-box-wrap input[type=checkbox],
.elementor-widget-bm-national-candidates-list .bm-box-wrap input[type=radio],
.elementor-widget-bm-national-candidates-list .bm-box-wrap input[type=checkbox] {
  align-self: center;
  margin-right: 10px;
}
.elementor-widget-bm-candidates-list .bm-box-wrap > label,
.elementor-widget-bm-national-candidates-list .bm-box-wrap > label {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.elementor-widget-bm-candidates-list .bm-box-wrap .bm-info-wrap,
.elementor-widget-bm-national-candidates-list .bm-box-wrap .bm-info-wrap {
  flex: 1;
}
.elementor-widget-bm-candidates-list .bm-box-wrap .elementor-icon-list-icon,
.elementor-widget-bm-national-candidates-list .bm-box-wrap .elementor-icon-list-icon {
  display: flex;
  flex-shrink: initial;
}
.elementor-widget-bm-candidates-list .bm-buttons-wrap,
.elementor-widget-bm-national-candidates-list .bm-buttons-wrap {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.elementor-widget-bm-candidates-list .bm-vote-btn,
.elementor-widget-bm-national-candidates-list .bm-vote-btn {
  cursor: pointer;
}
.elementor-widget-bm-candidates-list .bm-vote-btn.disabled,
.elementor-widget-bm-national-candidates-list .bm-vote-btn.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.elementor-widget-bm-candidates-list .bm-nr-votes-wrap,
.elementor-widget-bm-national-candidates-list .bm-nr-votes-wrap {
  white-space: nowrap;
}

@media only screen and (max-width : 1024px) {
  .elementor-widget-bm-candidates-list .bm-buttons-wrap,
.elementor-widget-bm-national-candidates-list .bm-buttons-wrap {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
}
.elementor-widget-bm-institutions-list ul {
  list-style: none;
  padding: 0;
}
.elementor-widget-bm-institutions-list .bm-box-wrap {
  display: flex;
  flex-direction: row;
}
.elementor-widget-bm-institutions-list .bm-box-wrap .bm-info-wrap {
  flex: 1;
}

.elementor-widget-bm-institutions-list-progress .bm-institution-item {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.elementor-widget-bm-institutions-list-progress .bm-institution-item.clone {
  display: none;
}
.elementor-widget-bm-institutions-list-progress .bm-institution-item .bm-index {
  width: 30px;
}
.elementor-widget-bm-institutions-list-progress .bm-institution-item .bm-title {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.elementor-widget-bm-institutions-list-progress .bm-institution-item .bm-members {
  text-align: center;
  width: 150px;
}
.elementor-widget-bm-institutions-list-progress .bm-institution-item .bm-groups {
  text-align: center;
  width: 150px;
}
.elementor-widget-bm-institutions-list-progress .bm-institution-item .bm-own-group {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 150px;
}
.elementor-widget-bm-institutions-list-progress .bm-institution-item .bm-own-group > div {
  border-radius: 50%;
  height: 12px;
  width: 12px;
}
.elementor-widget-bm-institutions-list-progress .bm-institution-item .bm-own-group > div.has-no-group {
  background: #EE392A;
}
.elementor-widget-bm-institutions-list-progress .bm-institution-item .bm-own-group > div.has-group {
  background: #80c902;
}
.elementor-widget-bm-institutions-list-progress .bm-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: sticky;
  top: 0;
}
body.admin-bar .elementor-widget-bm-institutions-list-progress .bm-header {
  top: 32px;
}
.elementor-widget-bm-institutions-list-progress .bm-header .bm-index {
  width: 30px;
}
.elementor-widget-bm-institutions-list-progress .bm-header .bm-title {
  flex: 1;
}
.elementor-widget-bm-institutions-list-progress .bm-header .bm-members {
  text-align: center;
  width: 150px;
}
.elementor-widget-bm-institutions-list-progress .bm-header .bm-groups {
  text-align: center;
  width: 150px;
}
.elementor-widget-bm-institutions-list-progress .bm-header .bm-own-group {
  text-align: center;
  width: 150px;
}

@media only screen and (max-width : 767px) {
  .elementor-widget-bm-institutions-list-progress {
    overflow-x: auto;
  }
  .elementor-widget-bm-institutions-list-progress .elementor-widget-container {
    min-width: 300px;
  }
  body.admin-bar .elementor-widget-bm-institutions-list-progress .bm-header {
    top: 0;
  }
  .elementor-widget-bm-institutions-list-progress .bm-header .bm-index {
    width: 25px;
  }
  .elementor-widget-bm-institutions-list-progress .bm-header .bm-members {
    width: 80px;
  }
  .elementor-widget-bm-institutions-list-progress .bm-header .bm-groups {
    width: 80px;
  }
  .elementor-widget-bm-institutions-list-progress .bm-header .bm-own-group {
    width: 80px;
  }
  .elementor-widget-bm-institutions-list-progress .bm-institution-item .bm-index {
    width: 25px;
  }
  .elementor-widget-bm-institutions-list-progress .bm-institution-item .bm-members {
    width: 80px;
  }
  .elementor-widget-bm-institutions-list-progress .bm-institution-item .bm-groups {
    width: 80px;
  }
  .elementor-widget-bm-institutions-list-progress .bm-institution-item .bm-own-group {
    width: 80px;
  }
}
.elementor-widget-bm-user-function .elementor-image .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.elementor-widget-bm-user-function .elementor-image .bm-img-wrap {
  position: relative;
  overflow: hidden;
}
.elementor-widget-bm-user-function .elementor-image .bm-default-user {
  background: url("../assets/images/user-default.svg");
}
.elementor-widget-bm-user-function .elementor-icon-list-icon {
  display: flex;
  flex-shrink: initial;
  max-width: 100%;
}
