/* 
Theme Name: Upper Deck
Theme URI: https://upperdeck.com 
Description: Upper Deck Elementor Theme
Author: Jacob Tyler
Author URI: http://upperdeck.com/
Template: hello-elementor
Version: 1.0.2
Text Domain: upperdeck
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

:root {
  --orangeUD: #f89e2e;
  --yellowUD: rgba(251, 187, 25, 1);
  --blueUD: #002152;
  --green: #00a733;
}

* {
  box-sizing: border-box;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.green {
  color: var(--green);
}

[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  background-color: var(--yellowUD);
}

@keyframes opacityMotion {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom {
  bottom: -48px;
}

.footerArrow {
  position: relative;
}

.footerArrow::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 17px;
  background-image: url(images/footer_arrow.png);
  background-repeat: no-repeat;
  left: calc(50% - 17px);
  top: 0px;
}

.arrowDownWhite {
  position: relative;
}

.arrowDownWhite::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 17px;
  background-image: url(images/arrowdown_white.png);
  background-repeat: no-repeat;
  left: calc(50% - 17px);
  top: 0px;
}

.orangeActionButton,
.back-btn a, 
.upperdeck-button,
.main_dataTables_wrapper .dataTables_wrapper .dt-buttons .buttons-csv {
  background: #fcc216 !important;
  display: inline-block;
  font-family: Montserrat, Verdana;
  font-size: 12px;
  font-weight: 600;
  color: var(--blueUDPlugin);
  transition: 200ms all ease-in-out;
  padding: 13px 22px;
  border-radius: 0;
  position: relative;
  border: none;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.orangeActionButton:after,
.back-btn a:after,
.upperdeck-button:after,
.main_dataTables_wrapper .dataTables_wrapper .dt-buttons .buttons-csv:after {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(to right, #fcc216 0%, #f37627 100%) !important;
  z-index: 1;
}

.orangeActionButton:hover,
.back-btn a:hover,
.upperdeck-button:hover,
.main_dataTables_wrapper .dataTables_wrapper .dt-buttons .buttons-csv:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.back-btn {
  margin: 10px 0;
}
.orangeButtonBorder, button.orangeActionButton {
  border: 2px solid #fcc216;
  display: inline-block;
  font-family: Montserrat, Verdana;
  font-size: 12px;
  font-weight: 600;
  color: var(--blueUDPlugin);
  transition: 200ms all ease-in-out;
  padding: 13px 22px;
  position: relative;
  background: none;
}

.footerSignForUpdates {
  padding: 14px 15px;
  border: 1px solid #6d9fc5;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.11);
}

.footerSignForUpdates p {
  margin: 0;
  padding: 0;
}

.footerSignForUpdates .wpcf7-spinner {
  display: none;
}

.footerSignForUpdates .inputAreas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -10px;
}

.footerSignForUpdates .inputAreas .inputLabel {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -0.02em;
  line-height: 14px;
  text-align: left;
  color: #005396;
}

.footerSignForUpdates .inputAreas .inputEmail {
  font-family: Montserrat !important;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #9f9f9f;
  height: auto !important;
  border: none;
  padding: 0;
}

/* CONTACT 7 */
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip {
  font-size: 12px;
}

/* NAV MENU TOP */
.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-mega-item-static .premium-mega-content-container {
  left: 100% !important;
}

body .elementor-nav-menu .myaccount {
  display: none !important;
}

body.logged-in .elementor-nav-menu .myaccount {
  display: block !important;
}

body.logged-in .elementor-nav-menu .loginregister {
  display: none !important;
}

main#content .page-header {
  display: none;
}

/* REDEMPTIONS */

.dashboardSection h2 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 26px;
  text-align: left;
  color: #005396;
  margin: 0;
  cursor: pointer;
  margin-bottom: 15px;
}
.dashboardSection p {
  color: #000;
}
.redemptionCode,
.hologramCode {
  background: #fff;
  border: 1px solid #6d9fc5;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.11);
  display: flex;
  padding: 30px 15px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 27px;
}
input[type="text"].redemptionCodeInput,
.redemptionCodeInput::placeholder,
input[type="text"].hologramCodeInput,
.hologramCodeInput::placeholder {
  color: #005396;
  flex: 1;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 14px;
  text-align: left;
  border: none !important;
}
.redemptionCodeInput:focus,
.hologramCodeInput:focus {
  outline: none;
}
.redemptionCodeButton,
.hologramCodeButton {
  border: none !important;
  background: none !important;
}
.redemptionSection {
  /* display:none; */
}
.redemptionSection:first-of-type {
  display: block;
}
.redemptionFilters {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.redemptionFilters p {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: -0.03em;
  line-height: 16px;
  text-align: left;
  color: #5fa0c9;
  margin: 0;
  padding: 0;
  margin-right: 13px;
}
.redemptionFilters a {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 16px;
  text-align: center;
  color: #002152;
  padding: 11px 9px;
  text-decoration: none;
  position: relative;
}
.redemptionFilters a.activeFilter:after {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(to right, #fcc216 0%, #f37627 100%);
  z-index: 1;
}
.tableInfo {
  width: 100%;
}
.redemptionInsertedCode {
  display: flex;
}
.redemptionInsertedCode-Info {
  flex: 1;
  padding-right: 20px;
}
.redemptionInsertedCode-Info p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #505050;
}
.redemptionInsertedCode-Info h3 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 22px;
  text-align: left;
  color: #005396;
}
.redemptionInsertedCode-Info .redemptions_redeemed {
  margin-bottom: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.redemptionCodeSearch {
  background: #fff;
  border: 1px solid #6d9fc5;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.11);
  display: flex;
  flex-direction: column;
  padding: 13px 15px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 27px;
  position: relative;
}
.redemptionCodeSearch p {
  margin: 0;
  padding: 0;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 14px;
  text-align: left;
  color: #005396;
}
.redemptionCodeSearch p.searchedCode {
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 26px;
  color: #505050;
  margin-top: 7px;
}

.redemptionList .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.redemptionList .row .col {
  width: 100%;
}
.redemptionList .row:before,
.redemptionList .row:after {
  display: none !important;
}
.redemptionList .header {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03em;
  line-height: 16px;
  text-align: left;
  color: #a3a3a3;
}

.redemptionList .header .col,
.redemptionList .body .col {
  padding: 18px 25px;
}
.redemptionList {
  overflow-y: auto;
  overflow-x: hidden;
  height: 500px;
}
.redemptionList .body .col {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #505050;
}

.redemptionList .body .col-1 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 22px;
  text-align: left;
  color: #005396;
}

.redemptionList .body .row:nth-child(2n) .col {
  background: #f4f4f4;
}

.sweeptakeInternal p {
  color: #f37627;
}

/* SWEEPTAKES */

.sweeptake {
  width: 100%;
  border-radius: 30px;
  background: #f0f0f0;
  padding: 30px 50px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#idTextPanel a {
  word-wrap: break-word;
}
.sweeptake .col-1 {
  flex: 1;
  padding-right: 20px;
}

.sweeptake .col-1 h2 {
  margin-bottom: 6px;
}

.sweeptake .col-1 p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  color: #505050;
  margin: 0;
  padding: 0;
}
.sweeptake .col-2 a {
  text-decoration: none;
}

.sweeptakeInternal h1 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0em;
  line-height: 46px;
  text-align: left;
  color: #005396;
}

.sweeptakeInternal p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  color: #505050;
}

.sweeptakeInternalContent {
  width: 100%;
  display: flex;
  /* grid-template-columns: 1fr 1fr; */
}

.sweeptakeInternalContent .col {
  width: 50%;
}

.sweeptakeInternalContent .col-1 {
  border-right: 1px solid #e3e3e3;
  padding-right: 74px;
}

.sweeptakeInternalContent .col-2 {
  padding-left: 74px;
}

/* NEWS */

.news-page-title {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 0em;
  line-height: 46px;
  text-align: left;
  color: #005396;
}

.news {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e3e3e3;
  display: flex;
  padding: 40px;
  margin-bottom: 30px;
  flex-direction: column;
}

.news .news-title {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 22px;
  text-align: left;
  color: #005396;
}

.news .news-tags {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.news .news-date {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  color: #5fa0c9;
  margin: 0;
  padding: 0;
}

.news .news-category {
  background: #5fa0c9;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 16px;
  text-align: center;
  color: #fff;
  padding: 5px 12px;
  margin-right: 20px;
}

.news .news-content {
  width: 100%;
  display: flex;
}

.news .news-description-content {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  color: #505050;
}

.news-withimage {
  background: rgb(0, 33, 82);
  position: relative;
  min-height: 555px;
  width: auto;
  /* max-width: 564px; */
  border-radius: 30px;
}

.news-withimage-image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  position: absolute;
}

.news-withimage .news-date,
.news-withimage .news-title,
.news-withimage .news-description-content,
.news-withimage .news-content .news-description .news-description-content {
  color: #fff;
}

.category-archive-title {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 0em;
  line-height: 46px;
  text-align: left;
  color: #005396;
  margin-bottom: 20px;
}

.category-archive-subtitle {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 26px;
  text-align: left;
  color: #005396;
  max-width: 960px;
}

.single.single-product .woocommerce-product-gallery__image {
  min-height: 325px;
  max-height: 325px;
}

.single.single-product .woocommerce-product-gallery__image a img {
  max-height: 325px;
  width: auto !important;
  margin: 0 auto;
}

.woocommerce div.product.elementor ul.tabs,
.woocommerce-Tabs-panel > h2:first-of-type {
  display: none;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.product-tab {
  display: none;
  animation: opacityMotion 2s linear;
}

body.elementor-editor-active .product-tab,
.product-tab.active {
  display: block;
}

.tabmenu .active,
.tabmenu .active span {
  color: #005396;
}

.search-container {
  display: none;
}

.redemptionFormError,
.redemptionFormError {
  color: #f37627;
  padding-bottom: 30px;
}
/* Enter Win Form */
.upperdeckForm.form_wrap > div,
.upperdeckForm.form_wrap .formInput {
  position: relative;
}
.upperdeckForm.form_wrap .wpcf7-form-control-wrap,
.upperdeckForm.form_wrap .formInput {
  display: block;
  margin-bottom: 15px;
}
.upperdeckForm.form_wrap > div h2,
.upperdeckForm.form_wrap .formInput label {
  display: block;
  font-size: 14px;
  letter-spacing: -0.03em;
  color: #005396;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 700;
}
.upperdeckForm.form_wrap input,
.main_dataTables_wrapper .dataTables_wrapper .dataTables_filter input,
.upperdeckForm.form_wrap select,
.filter-type-wrap select {
  width: 100%;
  border: 1px solid #005396;
  height: 60px;
  transition: ease-in-out 0.3s;
  font-size: 14px;
  padding: 15px;
  border-radius: 0;
}
.upperdeckForm.form_wrap .formInput .iti.iti--allow-dropdown,
.upperdeckForm.form_wrap .formInput .intl-tel-input.allow-dropdown {
  width: 100%;
}
.upperdeckForm.form_wrap .formInput .iti.iti--allow-dropdown input#ud_phone_number {
  padding-left: 50px;
}
.upperdeckForm.form_wrap input:hover,
.upperdeckForm.form_wrap input:focus,
.upperdeckForm.form_wrap select:hover,
.upperdeckForm.form_wrap select:focus,
.filter-type-wrap select:focus,
.filter-type-wrap select:hover,
.main_dataTables_wrapper .dataTables_wrapper .dataTables_filter input:hover,
.main_dataTables_wrapper .dataTables_wrapper .dataTables_filter input:focus {
  border-color: #000;
  box-shadow: none;
  outline: none;
  border-radius: 0;
}
.upperdeckForm.form_wrap input[type="date"],
.upperdeckForm.form_wrap select,
.filter-type-wrap select {
  color: #005396;
  font-weight: 700;
}
.upperdeckForm.form_wrap .focusControl h2,
.upperdeckForm.form_wrap .focusControl.formInput label {
  position: absolute;
  left: 15px;
  top: 30px;
  z-index: 11;
  transform: translateY(-50%);
  pointer-events: none;
  transition: ease-in-out 0.3s;
  margin-bottom: 0;
}
.upperdeckForm.form_wrap .focusControl.focused h2,
.upperdeckForm.form_wrap .focusControl.formInput.focused label {
  top: 15px;
  font-size: 13px;
}
.upperdeckForm.form_wrap .focusControl.focused input,
.upperdeckForm.form_wrap .focusControl.focused select {
  padding-top: 25px;
  font-size: 14px;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item label,
.wpcf7-checkbox .wpcf7-list-item label,
.checkbox-main-wrp {
  position: relative;
}
.wpcf7-acceptance .wpcf7-list-item input,
.upperdeckForm.form_wrap .checkbox-wrap input,
.wpcf7-checkbox .wpcf7-list-item input,
.checkbox-main-wrp input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label,
.upperdeckForm.form_wrap .checkbox-wrap .checkbox-label,
.checkbox-main-wrp label {
  position: relative;
  display: block;
  /* display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start; */
  cursor: pointer;
  padding-left: 40px;
  line-height: 1.3;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label a,
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a,
.upperdeckForm.form_wrap .checkbox-wrap .checkbox-label a,
.checkbox-main-wrp label a {
  color: #005396;
  text-decoration: underline;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label a:hover,
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:hover,
.upperdeckForm.form_wrap .checkbox-wrap .checkbox-label a:hover,
.checkbox-main-wrp label a:hover {
  text-decoration: none;
}
.checkbox-main-wrp label {
  align-items: center;
}
a:hover .premium-dual-header-first-header span.premium-dual-header-first-span {
  text-decoration: underline;
  color: var(--e-global-color-6d60b6b);
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before,
.upperdeckForm.form_wrap .checkbox-wrap .checkbox-label:before,
.checkbox-main-wrp label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  min-width: 25px;
  height: 25px;
  border-radius: 8px;
  border: 1px solid #005396;
  background-color: #f7f9fa;
}
.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:after,
.upperdeckForm.form_wrap .checkbox-wrap .checkbox-label:after,
.checkbox-main-wrp label:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 3px;
  width: 7px;
  height: 16px;
  border: solid #005396;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
.wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after,
.upperdeckForm.form_wrap .checkbox-wrap input:checked ~ .checkbox-label:after,
.checkbox-main-wrp input:checked ~ label:after {
  left: 10px;
  top: 3px;
  opacity: 1;
}
.upperdeckForm.form_wrap .submit_wrap:not(.upperdeckForm .submit_wrap.formInput),
.upperdeckForm.form_wrap .reset_wrap {
  position: relative;
  float: left;
}
.upperdeckForm.form_wrap .reset_wrap {
  margin-left: 10px;
}
.upperdeckForm.form_wrap .reset_wrap .form-control {
  box-shadow: none !important;
}
.upperdeckForm.form_wrap .submit_wrap .wpcf7-spinner {
  position: absolute;
  left: -30px;
  bottom: 10px;
  margin: 0;
}
form #btn-submit,
form #btn-cancel,
.upperdeckForm.form_wrap .submit_wrap .wpcf7-submit,
.upperdeckForm .submit_wrap.formInput .submit_cta {
  width: 180px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 0;
  background: #fbbb19;
  border: 0;
  color: #002152;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px;
  transition: ease-in-out 0.3s;
  border-bottom: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to right, #fcc216, #f37627);
}
form #btn-cancel {
  background: #fb4819;
  color: #fff;
  border-image-source: linear-gradient(to right, #d30000, #f37627);
}
form #btn-submit:hover,
form #btn-cancel:hover,
.upperdeckForm.form_wrap .submit_wrap .wpcf7-submit:hover,
.upperdeckForm .submit_wrap.formInput .submit_cta:hover {
  background: #002152;
  color: #fff;
  border-image-source: linear-gradient(to right, #002152, #002152);
}
.upperdeckForm.form_wrap .reset_wrap .form-control {
  width: auto;
  height: 40px;
  border-radius: 0;
  background: #fff;
  border: 0;
  color: #002152;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0 30px;
  transition: ease-in-out 0.3s;
}
.upperdeckForm.form_wrap .reset_wrap .form-control:hover {
  color: #fbbb19;
}
.upperdeckForm.form_wrap .acceptance_wrap,
.upperdeckForm.form_wrap .birthdate_wrap {
  margin: 20px 0;
}
.wpcf7 .upperdeckForm .wpcf7-not-valid-tip {
  font-size: 14px !important;
  font-weight: 600;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: block;
  width: 100%;
  clear: both;
  margin: 20px 0 !important;
  float: left;
  padding: 10px !important;
  text-align: center;
  font-size: 14px !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 2px solid #dc3232 !important;
}
.shipping-billing-addressWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-top: 20px;
}
.shipping-billing-addressWrap .billingAddressWrap,
.shipping-billing-addressWrap .shippingAddressWrap {
  width: 50%;
  padding: 20px;
}
.shipping-billing-addressWrap .formInput.submit_wrap {
  padding-left: 20px;
}
.billingAddressWrap {
  margin-top: 50px;
}

.sign-form form {
  display: block !important;
}
.sign-form .wpcf7-acceptance .wpcf7-list-item label {
  padding-top: 0;
}
.sign-link-text a {
  color: #005396;
}
.sign-link-text a:hover {
  color: #fbbb19;
}
.btn_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.btn_wrap .submit_wrap input {
  margin-top: 0 !important;
}
.btn_wrap .forgot_wrap {
  color: #005396;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  padding-top: 10px;
}
.btn_wrap .submit_wrap {
  padding-right: 30px;
  padding-top: 10px;
}
.btn_wrap .reset_wrap input {
  padding: 10px 0 0 !important;
}

.mb-10px {
  margin-bottom: 10px;
}
.link_color a {
  color: var(--yellowUD);
}
.link_color a:hover {
  color: var(--blueUD);
}
input[type="datetime-local"] {
  width: 100%;
  border: 1px solid #ededed;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
form.two-column-form div {
  padding: 0;
}
.sucess-msg {
  text-align: center;
  border: 2px solid green;
  margin: 0 0 20px;
  padding: 10px;
  color: green;
}
.sweeptake .col-1 h2 {
  cursor: pointer;
}
.sweeptake .accordion {
  display: none;
}
.magnify-wrap {
  position: relative;
}
.magnify {
  border-radius: 50%;
  border: 2px solid black;
  position: absolute;
  z-index: 20;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
  cursor: none;
}
.wpgmp_listing_list .wpgmp_locations .wpgmp_location_meta,
.wpgmp_infowindow .fc-badge.info:empty,
span.fc-badge.info:empty {
  display: none !important;
}
.wpgmp_map_container .location_listing1 {
  padding-right: 20px;
}
.qus_ans_wrap {
  display: flex;
  flex-wrap: wrap;
}
.qus_ans_wrap h2 {
  width: 100%;
}
.qus_ans_wrap .qus_ans_wrap-inner {
  background: #e2e8f0;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #005396;
  margin-right: 15px;
  align-self: start;
  min-height: 60px;
  display: flex;
  align-items: center;
  /* flex: 0; */
}
.qus_ans_wrap span.wpcf7-form-control-wrap {
  flex: 1 0;
}
.qus_ans_wrap span.wpcf7-not-valid-tip {
  margin-top: 10px;
}
.modal-content.custom-modal {
  padding: 30px;
}
.custom-modal button {
  position: absolute;
  right: -20px;
  top: -20px;
}
.checkbox-main-wrp label,
.checkbox-main-wrp input {
  cursor: pointer;
}
textarea#npn-description {
  padding: 1rem;
}
#npn-data-container .pagination li.page-item.active {
  pointer-events: none;
}
.table-wrap {
  overflow: auto;
  width: 100%;
}
.btn-accordion-wrap .btn-accordion {
  cursor: pointer;
  border-radius: 4px;
}
.btn-accordion-wrap .btn-accordion .accordionMinusIcon {
  display: none;
}
#filter-status {
  min-width: 180px;
}
.form-new-npn .checkbox-main-wrp label,
#countryForm .checkbox-main-wrp label{
  padding-top: 4px;
  margin: 0;
  display: inline-block;
  line-height: 1.3;
  /* font-weight: 500; */
}
form.two-column-form input:not(.checkbox-main-wrp input, #usaLabel #usaSelectAllCheckbox, #canadaLabel #canadaSelectAllCheckbox), 
form.two-column-form select,
form.two-column-form textarea  {
  width: 100%;
  font-size: 16px;
  padding: 7px 15px !important;
  border: 2px solid #EDEDED !important;
}
form.two-column-form input:focus,
form.two-column-form select:focus,
form.two-column-form textarea:focus{
  border-color: #005396;
}
#active-tab a.input-form {
  width: 110px;
  text-align: center;
  border: 0 !important;
  background-color: #1b5396 !important;
  margin-top: 5px;
  border-radius: 4px;
  font-size: 14px !important;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
}
#active-tab a.input-form:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.edit-npn-logs-table tr td:nth-child(2){
  text-transform: capitalize;
}
input.redemptionCodeInput {
  background: transparent;
}
.error-message {
  color: red;
  font-size: 0.875em;
  margin-top: 0.25rem;
}

.is-invalid {
  border-color: #dc3545;
}

.is-valid {
  border-color: #28a745;
}
.dashboard-bttn-wrap .elementor-button {
  background: #fcc216;
  display: inline-block;
  font-family: Montserrat, Verdana;
  font-size: 12px;
  font-weight: 600;
  color: var(--blueUDPlugin);
  transition: 200ms all ease-in-out;
  padding: 13px 22px;
  position: relative;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.dashboard-bttn-wrap .elementor-button:after {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(to right, #fcc216 0%, #f37627 100%);
  z-index: 1;
}
.dashboard-bttn-wrap .elementor-button:hover {
  color: #ffffff;
}
.shipping_info_error {
  margin-bottom: 20px;
  background: #e2e8f0;
  padding: 20px;
}
.shipping_info_error a {
  color: var(--e-global-color-02e5696);
  text-decoration: underline;
}
.shipping_info_error a:hover {
  text-decoration: none;
}
.pagination {
  padding: 20px 0;
  margin-bottom: 20px;
}
.pagination .page-link {
  background: #fbbb19;
  border: 0;
  color: #002152;
  padding: 10px 20px;
  font-weight: 700;
  margin: 2px;
}
.pagination .page-link:hover,
.pagination .page-link.active {
  background: #002152;
  color: #fff;
}
.wpgmp_pagination a,
.wpgmp_pagination span,
.dataTables_paginate .paginate_button {
  margin: 2px !important;
}
.btn.btn-num-winners {
  background-color: #005396;
}
.btn.btn-num-winners:hover {
  background-color: #002152;
}
#winner-selection-msg p.error-msg {
  color: red;
  margin-top: 0.5rem;
}
#winner-selection-msg p.success-msg {
  color: green;
  margin-top: 0.5rem;
}
.filter-type-wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.filter-type-wrap select {
  max-width: 250px;
}
/* dataTables_wrapper */
.main_dataTables_wrapper {
  background-color: #fff;
  padding: 0 20px;
}
.dataTables_container {
  padding: 100px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.main_dataTables_wrapper h1 {
  color: var(--e-global-color-02e5696);
  font-family: "Montserrat", Sans-serif;
  font-size: 44px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
.main_dataTables_wrapper table.dataTable.display {
  border-collapse: collapse;
}
.main_dataTables_wrapper table.dataTable.display td,
.main_dataTables_wrapper table.dataTable.display th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border-color: hsla(0, 0%, 50.2%, 0.5019607843);
}
.main_dataTables_wrapper table.dataTable.display th:last-child {
  min-width: 90px;
}
.main_dataTables_wrapper div#example_info,
.main_dataTables_wrapper .dataTables_filter label {
  font-size: 16px;
  font-weight: 600 !important;
  color: var(--e-global-color-02e5696);
}
.main_dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
}
.main_dataTables_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #fbbb19 !important;
  border: 0 !important;
  color: #002152 !important;
  padding: 10px 20px !important;
  font-weight: 700 !important;
  margin: 2px !important;
  border-radius: 0 !important;
}
.main_dataTables_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  opacity: 0.5;
}
.main_dataTables_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.main_dataTables_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.main_dataTables_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #002152 !important;
  color: #fff !important;
  transition: ease-in-out 0.3s;
}
.main_dataTables_wrapper table.dataTable.display tbody tr.even > .sorting_1,
.main_dataTables_wrapper table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: transparent;
}
.main_dataTables_wrapper .dataTables_wrapper .dataTables_filter input {
  height: 40px;
  margin-left: 10px;
  min-width: 250px;
}
.main_dataTables_wrapper .dataTables_filter label {
  display: flex;
  align-items: center;
}
.main_dataTables_wrapper .dataTables_wrapper .dataTables_paginate,
.main_dataTables_wrapper div#example_info {
  margin-top: 10px;
  padding-top: 0;
}
.main_dataTables_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  margin-right: 0 !important;
}
.main_dataTables_wrapper table.dataTable.display th {
  color: var(--e-global-color-02e5696);
  text-transform: capitalize;
}
.main_dataTables_wrapper .dataTables_wrapper .dt-buttons {
  text-align: right;
  margin-bottom: 10px;
}
/* #example:not(#example.dataTable) {display: none;} */
.main_dataTables_wrapper.main_dataTables_wrapper_npn {
  padding: 0;
}
.main_dataTables_wrapper.main_dataTables_wrapper_npn #npn-table_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_dataTables_wrapper.main_dataTables_wrapper_npn #npn-table_length {
  order: 2;
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.main_dataTables_wrapper.main_dataTables_wrapper_npn #npn-table_length label,
.main_dataTables_wrapper.main_dataTables_wrapper_npn #npn-table_filter label {
  font-size: 0;
  position: relative;
}
.main_dataTables_wrapper.main_dataTables_wrapper_npn #npn-table_length select,
.search-container-npn.filter-container #filter-status {
  flex: 0;
  outline: none;
  border: none;
  background: #eceeef;
  min-width: 180px;
  padding: 0 1em;
  height: 54px;
  width: 100%;
  border-radius: 3px;
  transition: all 0.3s;
  font-size: 16px;
}
.search-container-npn.filter-container .input-search {
  margin-bottom: 0;
}
.main_dataTables_wrapper.main_dataTables_wrapper_npn #npn-table_filter input {
  flex: 1;
  width: 1%;
  outline: none;
  border: none;
  background: #eceeef;
  margin: 0;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  height: 54px;
  font-size: 16px;
  transition: all 0.3s;
  color: rgb(51, 51, 51);
  font-weight: 500;
}
.main_dataTables_wrapper.main_dataTables_wrapper_npn #npn-table_filter {
  order: 1;
  width: 60%;
  margin-bottom: 1.5em;
  padding-right: 55px;
  position: relative;
}
.search-container-npn.filter-container {
  justify-content: flex-end;
  gap: 1.5em;
}
.search-container-npn.filter-container .search-input-container,
.search-container-npn.filter-container #filter-date {
  display: none;
}
.main_dataTables_wrapper.main_dataTables_wrapper_npn #npn-table {
  order: 3;
  font-size: 16px !important;
}
.main_dataTables_wrapper.main_dataTables_wrapper_npn #npn-table_info {
  order: 4;
  font-size: 16px;
  font-weight: 600;
  color: var(--e-global-color-02e5696);
}
.main_dataTables_wrapper.main_dataTables_wrapper_npn #npn-table_paginate {
  order: 5;
}
.main_dataTables_wrapper.main_dataTables_wrapper_npn #npn-table_filter:before {
  content: "\f002";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-weight: 900;
  height: 54px;
  width: 54px;
  background: #005396;
  color: white;
  padding: 15px 20px;
  border-radius: 0 5px 5px 0px;
  z-index: 2;
}
.rules_regulations_wrap {
  margin-top: 40px;
}
.sweepstakes .elementor-widget-shortcode + .link_color {
  display: none;
}
.rules_regulations_wrap p {
  text-align: center;
  color: var(--e-global-color-0906582);
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.rules_regulations_wrap p a {
  color: #002152;
  text-decoration: underline;
}
.rules_regulations_wrap p a:hover {
  text-decoration: none;
}
a.orangeActionButtonPlugin {
  width: 140px;
  text-align: center;
}
@media (max-width: 1199px) {
  .redemptionInsertedCode-Info p {
    display: block;
    /* margin-top: 15px; */
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .wpgmp_map_container .location_listing1 {
    width: 100% !important;
    padding-right: 0;
  }
  body .wpgmp_map_parent {
    width: 100% !important;
  }
  .main_dataTables_wrapper table.dataTable.display td, 
  .main_dataTables_wrapper table.dataTable.display th {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .main_dataTables_wrapper table.dataTable tbody tr td:not(.main_dataTables_wrapper table.dataTable tbody tr td:first-child) {
    word-break: break-word;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .billingAddressWrap {
    margin-top: 0;
  }
  .shipping-billing-addressWrap .billingAddressWrap,
  .shipping-billing-addressWrap .shippingAddressWrap {
    width: 100%;
  }
  .btn_wrap .submit_wrap {
    padding-right: 20px;
  }
  .sweeptakeInternalContent {
    flex-direction: column;
  }
  .sweeptakeInternalContent .col {
    width: 100%;
  }
  .sweeptakeInternalContent .col-1 {
    padding: 0 0 30px;
    border: 0;
  }
  .sweeptakeInternalContent .col-2 {
    padding: 0;
  }
  .redemptionList {
    overflow-y: auto;
    overflow-x: auto;
  }
  body .two-column-form {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .wpgmp_infowindow.fc-infowindow-default .fc-item-title,
  .fc-infowindow-default address {
    font-size: 14px !important;
  }
  body .wpgmp_map_container .gm-style-iw-t > .gm-style-iw {
    max-width: 76vh !important;
    width: 260px !important;
  }
  body .fc-infowindow-default .wpgmp_iw_content {
    width: 100% !important;
  }
  .qus_ans_wrap .qus_ans_wrap-inner {
    padding: 10px 20px;
    font-size: 14px;
  }
  .filter-container {
    display: block !important;
  }
  .filter-container #filter-date {
    margin: 15px 0;
  }
  .filter-container #button-search {
    padding: 10px 15px;
  }
  .filter-container #filter-status,
  .filter-container #filter-date {
    height: 44px;
    padding: 10px;
  }
  .label-form,
  .country-title {
    font-size: 16px !important;
  }
  .sweeptake {
    padding: 30px;
  }
  .redemptionInsertedCode-Info a.orangeButtonBorder {
    margin-right: 0;
  }
  .redemptionInsertedCode .flex {
    flex-wrap: wrap;
  }
  .redemptionInsertedCode-Img {
    width: 100%;
    margin-top: 20px;
  }

  .redemptionList .header .col,
  .redemptionList .body .col {
    min-width: 180px;
  }
  .redemptionFilters {
    flex-wrap: wrap;
  }
  .redemptionFilters p {
    width: 100%;
    margin-bottom: 5px;
  }
  .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
  .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label,
  .upperdeckForm.form_wrap .checkbox-wrap .checkbox-label,
  .checkbox-main-wrp label {
    font-size: 14px;
  }
  .main_dataTables_wrapper .dataTables_wrapper .dataTables_paginate,
  .main_dataTables_wrapper div#example_info {
    text-align: left;
    width: 100%;
  }
  .main_dataTables_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 16px;
  }
  .main_dataTables_wrapper .dataTables_wrapper .dataTables_filter input {
    min-width: auto;
  }
  .main_dataTables_wrapper .dataTables_wrapper table.dataTable.responsive-tbl {
    display: block;
    word-break: break-word;
  }
  .main_dataTables_wrapper .dataTables_wrapper table.dataTable.responsive-tbl tbody tr {
    display: block;
    margin-bottom: 15px;
    border-top: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
  }
  .main_dataTables_wrapper .dataTables_wrapper table.dataTable.responsive-tbl tbody tr td:nth-child(odd) {
    text-align: right;
  }
  .main_dataTables_wrapper .dataTables_wrapper table.dataTable.responsive-tbl tbody {
    display: block;
    width: 100%;
  }
  .main_dataTables_wrapper .dataTables_wrapper table.dataTable.responsive-tbl tbody tr td:before {
    content: attr(data-title);
    display: inline-block;
    color: var(--e-global-color-02e5696);
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
  }
  .main_dataTables_wrapper .dataTables_wrapper table.dataTable.responsive-tbl tbody tr td {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .main_dataTables_wrapper .dataTables_wrapper table.dataTable.responsive-tbl thead,
  .main_dataTables_wrapper .dataTables_wrapper table.dataTable.responsive-tbl tfoot {
    display: none;
  }
  .main_dataTables_wrapper .dataTables_wrapper table.dataTable.display tbody td {
    border-top: none;
  }
  .dataTables_container {
    padding: 50px 0;
  }
  .main_dataTables_wrapper h1 {
    font-size: 30px;
  }
  .search-container-npn.filter-container .search-container,
  .main_dataTables_wrapper.main_dataTables_wrapper_npn #npn-table_length {
    margin-bottom: 1.5em;
  }
  .main_dataTables_wrapper.main_dataTables_wrapper_npn #npn-table_filter,
  .main_dataTables_wrapper.main_dataTables_wrapper_npn #npn-table_length {
    width: 100%;
  }
  .main_dataTables_wrapper.main_dataTables_wrapper_npn #npn-table_length,
  .main_dataTables_wrapper.main_dataTables_wrapper_npn #npn-table_length label {
    display: block;
  }
}
@media (max-width: 575px) {
  .modal-content.custom-modal {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .main_dataTables_wrapper .dataTables_wrapper table.dataTable.responsive-tbl tbody tr td:before ,
  .main_dataTables_wrapper .dataTables_wrapper table.dataTable.responsive-tbl tbody tr td:nth-child(odd) {
    width: 100%;
    text-align: left;
  }
}

.ud-settings-message-wrap {
  padding: 20px;
  background: var(--e-a-border-color-bold);
}

.ud-settings-message-wrap.success {
  border-left: green 10px solid;
}

.ud-settings-message-wrap.error {
  border-left: var(--e-a-btn-bg-danger) 10px solid;
}

p.ud-settings-message {
  font-weight: 500;
}
