/* Puder Cukier - withdrawal button module */
.pc-withdrawal-footer-block {
  color: #fff;
}

.pc-withdrawal-footer-block .pc-withdrawal-footer-text {
  margin: 12px 0 0;
}

.pc-withdrawal-footer-block .pc-withdrawal-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, .95);
  border-radius: 4px;
  background: #fff;
  color: #5b438f !important;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: opacity .15s ease, transform .15s ease;
}

.pc-withdrawal-footer-block .pc-withdrawal-link:hover,
.pc-withdrawal-footer-block .pc-withdrawal-link:focus {
  opacity: .9;
  color: #5b438f !important;
  text-decoration: none !important;
}

.pc-withdrawal-footer-block .pc-withdrawal-footer-small {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.35;
}

.pc-withdrawal-footer-block .pc-withdrawal-footer-small a {
  color: rgba(255, 255, 255, .68) !important;
  text-decoration: none !important;
  font-weight: 400;
}

.pc-withdrawal-order-box,
.pc-withdrawal-confirmation-box,
.pc-withdrawal-page {
  margin-bottom: 1rem;
}

.pc-withdrawal-page {
  border: 1px solid #ded8ea;
  border-radius: 6px;
  overflow: hidden;
}

.pc-withdrawal-page .card-body {
  padding: 22px;
}

.pc-withdrawal-page .pc-withdrawal-heading {
  margin-bottom: 8px;
  color: #222;
  font-weight: 700;
}

.pc-withdrawal-page .pc-withdrawal-lead {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.55;
}

.pc-withdrawal-page .pc-withdrawal-note {
  margin-bottom: 16px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.pc-withdrawal-page .pc-withdrawal-legal-link {
  display: inline-block;
  margin-bottom: 18px;
  font-weight: 600;
}

.pc-withdrawal-page .form-group {
  margin-bottom: 15px;
}

.pc-withdrawal-page .form-group label {
  margin-bottom: 6px;
  font-weight: 600;
}

.pc-withdrawal-page .form-control {
  min-height: 40px;
}

.pc-withdrawal-page textarea.form-control {
  min-height: 72px;
}

.pc-withdrawal-page .pc-withdrawal-required-info {
  margin: 6px 0 16px;
}

.pc-withdrawal-page .pc-withdrawal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.pc-withdrawal-page .btn-primary,
.pc-withdrawal-order-box .btn-primary,
.pc-withdrawal-order-box .btn-outline-primary,
.pc-withdrawal-confirmation-box .btn-primary {
  background-color: #5b438f;
  border-color: #5b438f;
  color: #fff !important;
  font-weight: 600;
}

.pc-withdrawal-page .btn-primary:hover,
.pc-withdrawal-order-box .btn-primary:hover,
.pc-withdrawal-order-box .btn-outline-primary:hover,
.pc-withdrawal-confirmation-box .btn-primary:hover {
  background-color: #4d3979;
  border-color: #4d3979;
  color: #fff !important;
}

.pc-withdrawal-page .btn-secondary {
  font-weight: 600;
}

.pc-withdrawal-page .pc-withdrawal-review-table th {
  width: 34%;
  background: #faf9fc;
}

.pc-withdrawal-success-box {
  border-left: 4px solid #2e8540;
  background: #f2fbf4;
  padding: 15px 16px;
  margin-bottom: 16px;
}

.pc-withdrawal-success-box strong {
  color: #1f6b2d;
}

.pc-withdrawal-order-box {
  border-color: #ded8ea;
}

.pc-withdrawal-confirmation-box a {
  font-weight: 600;
}

@media (max-width: 767px) {
  .pc-withdrawal-page .card-body {
    padding: 16px;
  }

  .pc-withdrawal-page .pc-withdrawal-review-table th,
  .pc-withdrawal-page .pc-withdrawal-review-table td {
    display: block;
    width: 100%;
  }

  .pc-withdrawal-page .pc-withdrawal-actions .btn {
    width: 100%;
  }
}

/* Spacing for the theme page title on the withdrawal module page */
body#module-pc_withdrawalbutton-withdrawal #wrapper #main .page-header,
body#module-pc_withdrawalbutton-withdrawal #main .page-header,
body#module-pc_withdrawalbutton-withdrawal .page-header {
  margin-top: 18px;
  margin-bottom: 18px;
}

body#module-pc_withdrawalbutton-withdrawal #wrapper #main .page-header h1,
body#module-pc_withdrawalbutton-withdrawal #main .page-header h1,
body#module-pc_withdrawalbutton-withdrawal .page-header h1 {
  margin-top: 0;
}

/* Mobile footer corrections for Puder Cukier theme */
@media (max-width: 767px) {
  .footer-container .pc-withdrawal-footer-block,
  .pc-withdrawal-footer-block {
    clear: both;
    display: block;
    width: 100%;
    margin-top: 30px !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  .pc-withdrawal-footer-block .titlebordrtext1,
  .pc-withdrawal-footer-block .titleborderh4 {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
  }

  .pc-withdrawal-footer-block .pc-withdrawal-footer-text {
    margin: 14px 0 0 !important;
  }

  .pc-withdrawal-footer-block .pc-withdrawal-link {
    width: 100%;
    max-width: 330px;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 5px;
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #4d3979 !important;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    opacity: 1 !important;
    text-shadow: none !important;
  }

  .pc-withdrawal-footer-block .pc-withdrawal-link:hover,
  .pc-withdrawal-footer-block .pc-withdrawal-link:focus,
  .pc-withdrawal-footer-block .pc-withdrawal-link:active {
    background: #ffffff !important;
    color: #4d3979 !important;
    opacity: 1 !important;
  }

  .pc-withdrawal-footer-block .pc-withdrawal-footer-small {
    margin-top: 14px !important;
  }

  .pc-withdrawal-footer-block .pc-withdrawal-footer-small a {
    color: rgba(255, 255, 255, .68) !important;
    font-size: 14px;
    opacity: 1;
    text-decoration: none !important;
    font-weight: 400;
  }

  .pc-withdrawal-footer-block .pc-withdrawal-footer-small a:hover,
  .pc-withdrawal-footer-block .pc-withdrawal-footer-small a:focus {
    color: #ffffff !important;
    text-decoration: none !important;
  }
}
