.show-radio {
    display: inline !important;
}
.other-method-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.sub_text {
    margin: 0;
    font-size: 14px;
    color: #333;
}
.sub_tag {
    margin: 0 0 0 0;
    font-size: 13px;
    color: #777;
}
.info_text {
    color: #f4a300;
    text-decoration: none;
    font-weight: 400;
}
.payment-method-section {
    padding: 0;
}
.payment-method-box {
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
    overflow: hidden;
    margin-left: -11px;
    margin-right: -3px;
}
.payment-method-header {
    padding: 20px 20px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}
.payment-method-logo {
    vertical-align: middle;
}
.payment-method-body {
    padding: 20px 20px;
}
.payment-method-default {
    color: #00b140;
    font-weight: 500;
}
.payment-method-footer {
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    text-align: right;
}
.payment-method-add {
    text-decoration: none;
}
.payment-method-delete {
    vertical-align: middle;
    cursor: pointer;
}
.financing-table {
    width: 102%;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-left: -10px;
    border-collapse: separate;
    border-spacing: 0;
}
.financing-table th {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background-color: #f8f9fa;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.financing-table td {
    padding: 15px;
    vertical-align: middle;
}
.financing-table tr {
    border-bottom: 1px solid #ddd;
}
.financing-table td,
.financing-table th {
    border-bottom: 1px solid #ddd;
    height: 80px;
}
.financing-table tr:not(:first-child) {
    border-top: 1px solid #eee;
}
.financing-table .financing-link {
    font-size: 12px;
    padding: 10px 18px;
}
.form-table {
    width: 102%;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    border-radius: 4px;
    border: none !important;
    box-shadow: 0px 3px 15px 0px #00000026;
}
.form-table th {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background-color: #f8f9fa;
    text-align: left;
}
.form-table td {
    padding: 15px;
    vertical-align: middle;
}
.form-table td,
.form-table th {
    border-bottom: 1px solid #ddd;
    height: 80px;
}
.form-table tr:not(:first-child) {
    border-top: 1px solid #eee;
}
.form-table tr:last-child td,
.form-table tr:last-child th {
    border-bottom: none !important;
}
.form-table .form-link {
    font-size: 12px;
    padding: 10px 18px;
}
.place_bid {
  padding: 8px 90px 8px 90px;
  background: #e2952d;
  border: none;
  border-radius: 4px;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.bid_placed h4 {
    font-size: 18px !important;
}
.auction_box {
    cursor: pointer;
}
.green_btn {
    background-color:#01aa45 !important;
}

.red-circle {
    color: red !important;
}
.orange-circle {
    color: orange !important;
}
.green-circle {
    color: green !important;
}
.addPhotoButton {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}