.personal-coupon-item .medium-label{
    border:none;
}

#customerWallet{
    display:none;
}

.personal-coupon-item {
    display: grid;
    grid-template-columns: 5% 15% 25% 25% 20% 5%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    padding: 5px 20px;
    border: 1px solid #ccc;
    border-radius: var(--block-border);
}
.note-input-wrapper {
    border: 1px solid #ccc;
    border-radius: var(--block-border);
    padding: 5px;
    display: flex;
    flex-direction: column;
}
.note-input-wrapper textarea{
    border:none
}
.note-input-wrapper input{
    font-size:12px;
    padding:3px 5px;
    height: 25px !important;
}
.note-extra-checkboxes {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-top: 1px solid var(--inactive-color);
    padding-top: 5px;
}
.note-input-wrapper button{
    font-size:12px;
    padding:3px 5px;
    background:transparent;
    color:var(--inactive-color);
    border:1px solid;
}
.add-card-form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.card-element {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: var(--block-border);
    margin: 20px 0;
}
#creditBalance {
    justify-self: flex-end;
}
#card-errors {
    margin: 10px 0 0;
    justify-self: center;
    border: 2px solid var(--cancel-color);
    color: var(--cancel-color);
    padding: 3px;
    border-radius: var(--block-border);
}
button.add-new-platform-payment-method {
    height: 40px;
    width: 100%;
    border-radius: 8px;
    color:var(--primary-color);
    font-size: 15px;
    background:none;
    border:1px solid #ccc;
    font-size: 15px!important;
}
button.add-new-platform-payment-method:hover {
    height: 40px;
    width: 100%;
    border-radius: 8px;
    color:white;
    font-size: 15px;
    background:var(--inactive-color);
}
.link-button.connect-platform-btn,
.link-button.connect-platform-btn:hover,
.add-username-btn, .add-username-btn:hover{
    font-size: 13px !important;
    display: flex;
    justify-self: center;
    white-space:nowrap;
}
.username-input-section {
    display: flex;
    border: 1px solid #ccc;
    border-radius: var(--block-border);
    width: fit-content;
    padding: 0px 3px;
    align-items: center;
}
.username-input-section input{
    border: none;
    font-size:12px;
    outline:none;
}
.username-input-section button{
    padding: 4px 3px !important;
    display: flex;
    align-items: center;
}
.username-input-section button:hover{
    padding: 4px 3px;
    display: flex;
    align-items: center;
}
.delete-intake-question-row,
.delete-option-row,
.coupon-options-btn,
.edit-contact-options-btn,
.payment-method-options-btn {
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: flex-end;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: none;
    color: var(--primary-color);
    flex-shrink: 0;
}
.delete-option-row:hover,
.coupon-options-btn:hover,
.edit-contact-options-btn:hover,
.payment-method-options-btn:hover {
    background: var(--cancel-color);
    color: white;
}
.connected-platform-customer {
    border: 1px solid;
    border-radius: var(--block-border);
    width: max-content;
    padding: 3px;
    font-size: 12px;
    justify-self: center;
}

.edit-payment-method-btn svg {
    display: inline-block;
    width: 15px;
    height: 15px;
    fill: var(--primary-color);
    padding: 3px;
}
.customers-modal .modal-body {
    overflow-y: auto;
    gap: 8px;
    margin: 10px 0;
}
.recharge-content .modal-body{
    gap:20px;
    margin-bottom:30px;
}
.recharge-content input{
    font-size:25px;
    padding:10px;
}
.wallet-platform-payments {
    display: flex;
    justify-content: center;
    align-items: center;
}
.reply-message-floating-menu .menu-item:hover,
.reply-message-floating-menu .menu-item {
    padding: 1px 3px;
    font-size: 0.6em;
    cursor:pointer;
    border-radius:18px;
}
.platform-icon{
    height: 20px;
}
.platform-badge {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.location-row {
    display: flex;
    font-size: 0.5em;
    align-items: center;
    gap: 5px;
}

.location-row .primary-icon svg {
    width: 15px;
    height: 15px;
}
.review-customer-item-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
button.add-matched-review-provider-btn,
button.add-matched-review-customer-btn {
    background: transparent;
    color: var(--inactive-color);
    border: 1px solid var(--inactive-color);
    display: flex;
    padding: 0;
    width: 15px;
    height: 15px;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
button.add-matched-review-provider-btn:hover,
button.add-matched-review-customer-btn:hover {
    background: var(--inactive-color);
    color: white;
}
.modal.wallet-modal h2 {
    font-size: 12px;
}
.customer-contact-table tr {
    align-items: center;
    display: grid;
    width:100%;
    grid-template-columns: 200px 47px auto auto 30px 30px;
    box-sizing:border-box
}
table.wallet-table {
    margin-top: 10px;
}
.wallet-table td {
    height: 40px;
}
.platform-edit-field {
    border: 1px solid #ccc;
    border-radius: var(--block-border);
    padding: 2px 4px;
}
.platform-edit-field input{
    border: none;
    padding: 0;
    width:100%;
    outline:none;
}
.platform-edit-field button{
    border: none;
    padding: 4px 5px;
    background:none;
    color:var(--inactive-color);
    border:1px solid var(--inactive-color);
}
.platform-edit-field button:hover{
    background:var(--inactive-color);
    color:white;
    border:1px solid var(--inactive-color);
}
.line-item-action-icon{
    display:flex;
    padding:3px;
    width:22px;
    height:22px;
    border-radius:50%;
    flex-shrink:0;
    justify-content:center;
}
.line-item-action-icon:hover{
    background:var(--primary-color);
}
.first-contact {
    font-size: 12px;
}
.customer-rewards{
    cursor: auto;
}

.customer-member-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.customer-contact-table td:nth-child(2) { 
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-customer-modal .modal-footer {
    margin-top:20px;
}
.contact-buttons {
    display: flex;
    align-self: flex-end;
    gap: 10px;
    margin: 10px;
}
.contact-button {
    border: 1px solid;
    border-radius: 50%;
    padding: 6px;
}
.contact-button:hover {
    background:var(--primary-color)
}
.customer-contact-table input[type="checkbox"].green-checkbox {
    width: 14px;
    height: 14px;
}
.customers-page {
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.customer-contact-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.customer-contact-item .row {
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.customers-page .page-section {
    margin: 135px 3px 5px 3px;
    height: calc(100% - 140px);
}

.customers-page .search-bar input{
    border: none;
    margin: 0;
    width: 100%;
    outline:none;
}

.customer-modal-content .outlined-button {
    padding: 0;
    width: 50px;
    height: 25px;
}

 .customer-modal-content .checkbox-item label{
    margin:0;
    font-size: 15px;
}
.customer-modal-content .scrollable-section {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
}

.customer-card.matched {
    border: 2px solid var(--primary-color);
}
.header-list-items {
    display: flex;
    width:100%;
    flex-direction: row-reverse;
    padding-bottom: 3px;
}
.main-modal-section {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 100%;
    margin: 5px 0;
    gap: 10px;
}
.customer-info-section {
    display: flex;
    flex-direction: column;
}
.customer-modal-content .column {
    margin:10px 0;
}

#blockCustomer {
    font-size: 8px;
    background: #f9c8c88c;
    color: #d40000;
    border-color: #d40000;
}
#blockCustomer:hover {
    background: #d40000;
    color: white;
    border-color: #d40000;
}

.customer-line-item {
    display: inline-grid;
    grid-template-columns: 1.3fr 0.3fr 0.6fr 1fr 1fr 0.3fr 0.3fr;
    gap: 10px;
    align-items: center;
    height: 35px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}
.form-input-class .list-items {
    gap:0
}
.contact-item label {
    font-size: 10px;
}
@media (max-width: 768px){
    .modal-customer-list,
    .customer-list {
        border: none!important;
    }
    .customer-card {
        font-size: 0.8em;
    }
    p.customer-phone {
        font-size: 0.9em;
    }
}