
/* === Payment Container === */
.hocutt-payment-container {
  max-width: 860px;
  margin: 40px auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.06);
  padding: 32px 40px;
  font-family: 'Inter', sans-serif;
  color: #111827;
}

.hocutt-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* === Payment Method Cards === */
.hocutt-method-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}

.hocutt-method-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hocutt-method-option:hover {
  border-color: #0d6efd;
  box-shadow: 0 3px 10px rgba(13,110,253,0.1);
}

.hocutt-method-option input[type='radio'] {
  width: 18px;
  height: 18px;
  accent-color: #0d6efd;
}

.hocutt-method-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hocutt-method-left h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.hocutt-method-left p {
  margin: 4px 0 2px;
  color: #6b7280;
  font-size: 14px;
}

.hocutt-fee {
  font-size: 13px;
  color: #0d6efd;
  font-weight: 500;
}


.hocutt-wrap.payment-screen .hocutt-heading {
	font-size: 22px;
	font-weight: 600;
	color: #1A1C1E;
}
.hocutt-wrap.payment-screen {
	width: 50%;
}
.add-new-button-container {
	display: flex;
	align-items: center;
}
.save_card_title {
	color: #1A1C1E;
	font-size: 16px;
	font-weight: 600;
	width: 50%;
}
#hocutt-add-new {
	background: unset !important;
	border: unset !important;
	font-size: 16px !important;
	color: #1A1C1E !important;
	width: 50%;
	text-align: right;
  display: flex;
  width: 100%;
  text-align: left;
  background: #fff !important;
  padding: 20px !important;
  border: 1.5px dashed #0F75BC !important;
  margin-top: 30px;
  justify-content: unset;
}
#hocutt-add-new i {
  background: #0F75BC;
  width: 45px;
  height: 35px;
  border-radius: 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #fff !important;
}
.add_icon {
	color: #0F75BC;
}
.hocutt-method {
	background: #FFFFFF;
	padding: 15px;
	border-radius: 15px;
}
/* ========== Hocutt Payment Redesign ========== */

/*.payment-screen {
  max-width: 860px;
  margin: 40px auto;
  padding: 30px;
  background: #f8fafc;
  border-radius: 16px;
  font-family: 'Inter', sans-serif;
  color: #111827;
}
*/
.hocutt-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #111827;
}

/* Method Options */
.hocutt-method-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}

.hocutt-option-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 20px;
  transition: all 0.2s ease;
}

.hocutt-option-card:hover {
  border-color: #0F75BC;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.hocutt-wrap.payment-screen .hocutt-btn.danger.delete-method {
	display: none;
}
.hocutt-add-new-btn {
	background: unset !important;
	border: unset !important;
	font-size: 16px !important;
	color: #1A1C1E !important;
	width: 50%;
	text-align: right;
	display: block;
}
.hocutt-option-icon {
  width: 48px;
  height: 48px;
  background: #f97316;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}

.hocutt-option-info {
  flex: 1;
  padding-left: 16px;
}

.hocutt-option-info strong {
  font-size: 16px;
  font-weight: 500 !important;
}

.hocutt-option-info p {
  font-size: 13px;
  margin: 2px 0 0;
  color: #6b7280;
}

.hocutt-option-info .fee {
  font-weight: 500;
  color: #374151;
}

.hocutt-option-select input {
  width: 18px;
  height: 18px;
  accent-color: #0F75BC;
}

/* Saved Cards */
.hocutt-saved-section {
  margin-top: 0px;
}

.hocutt-saved-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.hocutt-saved-header h3 {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.hocutt-link-btn {
  background: none;
  border: none;
  color: #0F75BC;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Cards List */
#hocutt-methods .hocutt-method {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.hocutt-card-right {
	position: absolute;
	right: 18px;
}
#hocutt-methods .hocutt-method .meta {
  font-size: 12px;
  color: #6C7278;
}

/* Buttons */
.hocutt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
.hocutt-btn.set-default {
  background: #DCDFE2;
  color: #1A1C1E;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 50px;
  line-height: 1;
}
#hocutt-message {
  color: green;
  text-align: center;
  width: 50%;
}
.hocutt-btn.danger.delete-method {
  background: #D71F1F1A;
  color: #D71F1F;
  padding: 7px 10px;
  font-size: 10px;
  border: 1px solid#D71F1F1A;
}
.hocutt-btn.primary {
	background: #0F75BC !important;
	color: #fff;
	border: 1px solid #0F75BC !important;
	border-radius: 15px;
	padding: 10px 30px;
}

.hocutt-btn.primary:hover {
  background: #0891b2;
}

.hocutt-btn.secondary {
  background: unset !important;
  color: #0F75BC !important;
  border-radius: 15px;
  padding: 10px 30px;
  border: 1px solid #0F75BC !important;
}
.hocutt-form .hocutt-error {
	border: 1px solid #ff4f55 !important;
}
.hocutt-wrap.card-manager-screen #hocutt-add-new {
	width: 100%;
	text-align: left;
	background: #fff !important;
	padding: 10px !important;
	border: 1.5px dashed #0F75BC !important;
	margin-top: 30px;
}
#hocutt-add {
	background: #ffff;
	border: 1px solid #F5F5F5;
	margin-top: 20px;
	padding: 30px;
}
.small-data {
	display: block;
	text-align: left;
	width: 100%;
	color: #6C7278;
	font-size: 12px;
	font-weight: 400;
	margin: 5px 0;
}
.big-data-wraper {
  margin-left: 20px;
}
.hocutt-btn.secondary:hover {
  background: #e5e7eb;
}
#hocutt-add h3 {
	color: #1A1C1E;
	font-size: 20px;
	font-weight: 500;
}
.hocutt-form .card-label {
	color: #6C7278;
	font-size: 14px;
}
.ach-field label {
    color: #6C7278;
    font-size: 14px;
}
div#ach-fields {
    margin-bottom: 20px;
}
.ach-field {
    margin-bottom: 1rem;
}
.hocutt-form input{
	border: 1px solid #E2E0E0;
  background: #f5f5f5;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}
/* Add Card Form */
/*.hocutt-form {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e5e7eb;
}*/

.hocutt-form input {
	width: 100% !important;
	padding: 10px 12px !important;
	margin-bottom: 0px;
	border-radius: 10px !important;
	border: 1px solid #d1d5db !important;
	font-size: 14px;
	outline: none !important;
}
.hocutt-field {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.hocutt-field input {
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.error-msg {
  color: #e74c3c;
  font-size: 14px;
  /*margin-top: 4px;*/
  /*min-height: 16px;*/
}
.hocutt-form-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.hocutt-field-container {
	display: flex;
	flex-wrap: nowrap;
}
.hocutt-field-container .hocutt-field {
	padding-right: 15px;
}
.error-msg {
	color: #ff4f55;
	/*padding-bottom: 15px;*/
	display: block;
}
.hocutt-row {
  display: flex;
  gap: 8px;
}

.hocutt-form-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  position: relative;
}
.hocutt-wrap.card-manager-screen {
	width: 50%;
}
/* Pay Bar */
.hocutt-paybar {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.hocutt-paybar .amount {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}
.hocutt-paybar .amount {
	display: none;
}
.hocutt-card-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hocutt-card-info {
  display: flex;
  flex-direction: column;
}

.hocutt-card-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.default-badge {
  background: #DCDFE2;
  color: #1A1C1E;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 50px;
  line-height: 1;
}

.hocutt-card-info strong {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}
.hocutt-card-brand {
	background: #0F75BC;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 6px;
}

/* For the non-clickable default badge */


/* For the "Set Default" button */
.hocutt-btn.set-default {
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* Hover effect for button */
.hocutt-btn.set-default:hover {
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
}

/*03-11-2025*/
.hocutt-wrap.card-manager-screen .hocutt-option-select input {
  display: none;
}
.hocutt-payment-invoice-data .invoice-dates {
  border: unset;
}
.hocutt-billing-title {
  color: #1A1C1E;
  font-size: 20px;
  font-weight: 500;
}
.hocutt-billing-wrapper {
  background: #ffff;
  border: 1px solid #F5F5F5;
  margin-top: 20px;
  padding: 40px;
}
.hocutt-payment-invoice-data {
  width: 50%;
}
.hocutt-container-payment {
  display: flex;
}
.hocutt-payment-invoice-data .invice-section-data {
  width: 80%;
  margin: 0 0 0 auto;
}
.error-message {
  color: #ff4f55;
  font-size: 14px;
  margin-top: 3px;
}
.field-error {
    border: 1px solid #e74c3c !important;
    background-color: #fff5f5;
}
#hocutt-message {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 320px;
    max-width: 90%;
    background: #222;
    color: #fff;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 16px;
    z-index: 999999; /* ensure it's above everything */
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    animation: slideUp 0.3s ease-out;
}

#hocutt-message.success {
    background: #28a745; /* Green */
}

#hocutt-message.error {
    background: #dc3545; /* Red */
}

@keyframes slideUp {
    from {
        transform: translate(-50%, 80px);
        opacity: 0;
    }
    to {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}
.hocutt-form input.field-error {
  border: 1px solid #ff4f55 !important;
}
.invice-section-data .hocutt-paybar {
  margin: 0;
  text-align: right;
  display: block;
}