/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.ptdf-polls {
  position: relative;
  color: #fff;
}
.ptdf-polls button {
  background-color: #fdda25 !important;
  width: 20%;
  margin: 20px auto;
  font-size: 25px;
  padding: 10px 0;
  border-radius: 50px;
  font-weight: 600;
}

.ptdf-poll-results {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 90%;
  margin: 0 auto;
}
.ptdf-poll-results .poll-item-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ptdf-poll-results .poll-item-wrap .image {
  width: 5%;
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
  z-index: 9;
}
.ptdf-poll-results .poll-item-wrap .image.with-label {
  width: 10%;
}
.ptdf-poll-results .poll-item-wrap .image input {
  width: 20px;
  height: 20px;
}
.ptdf-poll-results .poll-item-wrap .image img {
  border-radius: 50%;
  border: 2px solid #fff;
}
.ptdf-poll-results .poll-item-wrap .poll-item {
  display: flex;
  position: relative;
  gap: 20px;
  text-align: center;
  color: #1A3156;
  width: 95%;
  align-items: center;
  font-size: 25px;
  margin-left: -20px;
  background: #fff;
  height: 40px;
  justify-content: space-between;
  border-radius: 0 90px 90px 0;
}
.ptdf-poll-results .poll-item-wrap .poll-item.with-label {
  width: 90%;
}
.ptdf-poll-results .poll-item-wrap .poll-item span {
  z-index: 2;
}
.ptdf-poll-results .poll-item-wrap .poll-item .poll-name {
  margin-left: 25px;
}
.ptdf-poll-results .poll-item-wrap .poll-item .poll-votage {
  margin-right: 20px;
}
.ptdf-poll-results .poll-item-wrap .poll-item .bg {
  background: #FDDA25;
  position: absolute;
  border-radius: 0 90px 90px 0;
  z-index: 1;
  height: 40px;
}
.ptdf-poll-results .poll-item-wrap .vote-for-me {
  width: 100%;
  margin-left: 50px;
  margin-top: -5px;
  cursor: pointer;
}
.ptdf-poll-results .poll-item-wrap .vote-for-me.with-label {
  margin-left: 110px;
  margin-top: -20px;
}

.employee-of-the-month p {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.employee-of-the-month p br {
  display: none;
}
.employee-of-the-month input[type=text] {
  background: #fff;
  width: 100%;
  padding: 15px 40px 15px 20px;
  border-radius: 10px;
}
.employee-of-the-month textarea {
  background: #fff;
  max-height: 110px;
  border-radius: 10px;
}
.employee-of-the-month .wpcf7-form-control-wrap[data-name=select-518], .employee-of-the-month .wpcf7-form-control-wrap[data-name=select-378] {
  background: #fff;
  border-radius: 10px;
}
.employee-of-the-month select {
  width: 100%;
  border-radius: 10px;
}
.employee-of-the-month input[type=submit] {
  background: #646464 !important;
}

#pollsModal button, #pollsSuccess button {
  background-color: transparent !important;
}

#pollsSuccess .modal-content {
  background: #133159;
  color: #fff;
}
#pollsSuccess .modal-content .ptdf-poll-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
#pollsSuccess .modal-content .ptdf-poll-success .text {
  font-size: 35px;
  font-weight: bold;
  color: #FFFFFF;
}
#pollsSuccess .close {
  font-size: 2rem;
  color: #fff;
}

#pollsModal .modal-body {
  padding: 2rem;
}
#pollsModal .modal-content {
  border: 10px solid #FDDA25;
  border-radius: 50px;
}

.polls-popup-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
.polls-popup-wrap .polls-popup-photo {
  width: 40%;
}
.polls-popup-wrap .polls-popup-photo img {
  border-radius: 50%;
}
.polls-popup-wrap .polls-popup-text {
  width: 60%;
  color: #1A3156;
}
.polls-popup-wrap .polls-popup-text .title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 10px;
}
.polls-popup-wrap .polls-popup-text .place, .polls-popup-wrap .polls-popup-text .nomination {
  font-weight: 600;
}

.ptdf-top-home-banner {
  margin: 20px 0;
}

/*
.voting-form-banner a{
  width: 100%;
}
 */
.ptdf-alma-popup {
  padding: 0 !important;
  position: relative;
}
.ptdf-alma-popup button {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: transparent !important;
  color: #fff;
  font-size: 3rem !important;
}

.main-yellow {
  color: #FDDA25;
}

.img-label {
  cursor: pointer;
}

.ptdf-polls-home {
  background: #1A3156;
  padding: 40px 20px 20px 20px;
  align-items: center;
  margin-bottom: 20px;
}
.ptdf-polls-home .left {
  gap: 10px;
  width: 20%;
  color: #fff;
  flex-direction: column;
}
.ptdf-polls-home .left a {
  width: 60%;
}
.ptdf-polls-home .left .text {
  font-size: 18px;
  text-align: center;
}
.ptdf-polls-home .right {
  width: 80%;
}
.ptdf-polls-home .ptdf-poll-results .poll-item-wrap .vote-for-me.with-label {
  margin-left: 85px;
  margin-top: -8px;
}

@media (max-width: 549px) {
  .desktop-home-banner {
    display: none;
  }
  .polls-popup-wrap {
    flex-direction: column;
  }
  .ptdf-poll-results .poll-item-wrap .image {
    width: 10%;
    gap: 0;
  }
  .ptdf-poll-results .poll-item-wrap .image.with-label {
    width: 20%;
    gap: 5px;
  }
  .ptdf-poll-results .poll-item-wrap .image input {
    width: 15px;
    height: 15px;
  }
  .ptdf-poll-results .poll-item-wrap .image label {
    margin-bottom: 0;
    margin-top: 5px;
  }
  .ptdf-poll-results .poll-item-wrap .poll-item {
    width: 90%;
    margin-left: -30px;
    font-size: 18px;
    height: 25px;
  }
  .ptdf-poll-results .poll-item-wrap .poll-item.with-label {
    width: 85%;
  }
  .ptdf-poll-results .poll-item-wrap .poll-item .poll-name {
    margin-left: 40px;
  }
  .ptdf-poll-results .poll-item-wrap .poll-item .bg {
    height: 25px;
  }
  .ptdf-poll-results .poll-item-wrap .vote-for-me {
    margin-top: 0;
    margin-left: 45px;
  }
  .ptdf-poll-results .poll-item-wrap .vote-for-me.with-label {
    margin-left: 80px;
    margin-top: -15px;
  }
  .ptdf-polls button {
    width: 50%;
    font-size: 20px;
    padding: 5px 0;
  }
  .polls-popup-wrap .polls-popup-text {
    width: 100%;
  }
  .ptdf-polls-home {
    flex-direction: column;
    gap: 20px;
  }
  .ptdf-polls-home .left, .ptdf-polls-home .right {
    width: 100%;
  }
  .ptdf-polls-home .left a {
    width: 50%;
  }
  .ptdf-polls-home .ptdf-poll-results .poll-item-wrap .poll-item {
    margin-left: -20px;
  }
  .ptdf-polls-home .ptdf-poll-results .poll-item-wrap .poll-item .poll-name {
    font-size: 10px;
  }
  .ptdf-polls-home .ptdf-poll-results .poll-item-wrap .vote-for-me {
    margin-left: 45px;
    font-size: 14px;
  }
  .ptdf-polls-home .ptdf-poll-results .poll-item-wrap .vote-for-me.with-label {
    margin-left: 75px;
  }
}
.ptdf-btn-danger {
  background-color: #dc3545 !important;
}

.subscribers-table {
  font-size: 14px;
}

@media (min-width: 550px) {
  .home-mobile-banner {
    display: none;
  }
}

/*# sourceMappingURL=style-index.css.map*/