.client-topbar {
    background-color: rgb(34, 37, 48);
}

.client-topbar .navbar-brand span {
    color: #fff !important;
}

#navbarNavDropdown a {
    color: #fff;
}

#navbarNavDropdown a:hover {
    color: #000;
}

.client-container {
    display: flex;
    gap: 24px;
    gap: 24px;
}

.raw-container {
    margin: 0;
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
}

.client-container .wrap {
    flex-grow: 1;
    min-height: 90vh;
}

.client-container .wrap>.container {
    width: 100% !important;
    max-width: 100% !important;
}

.client-navigation {
    width: 248px;
    min-width: 248px;
    background-color: #fff;
    padding: 12px;
    /* border-right: 1px solid #ddd; */
}

.client-nav-items {
    padding-top: 0.5px;
}

.client-nav-item {
    /* padding-left: 10px;
    padding-right: 10px; */
    margin-top: 4px;
}

.sidebar-item-icon {
    display: flex;
}

.client-nav-item-inner .nav-link {
    display: flex;
    padding: 8px 10px;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    color: #627a84;
}

.client-nav-item-inner .nav-link[aria-expanded="true"] .collapse-icon {
    transform: rotate(180deg);
}

.table-cell-item-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #627a84;
}

.client-nav-item.active .client-nav-item-inner .nav-link,
.client-nav-item-inner .nav-link:hover {
    background-color: rgb(117, 164, 40);
    color: #fff;
    opacity: 1;
}


.client-nav-item.active svg,
.client-nav-item.active .nav-link {
    color: #fff !important;
}

.page-main-button {
    position: absolute;
    top: 5px;
    right: 20px;
}

.wrap .table-responsive-lg table {
    margin-bottom: 0 !important;
}

.statements-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.payment-block-containers {
    display: grid;
    padding: 20px;
}

.payment-block-containers-4 {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 20px;
}

.payment-block-containers-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;
}



.payment-block {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.card-bank-history-wrapper,
.instructions-login-options-wrapper {}

.card-bank-history-wrapper>.card,
.card-bank-history-wrapper>div:first-child>.card:first-child {
    margin-top: 0 !important;
}

.statement-block {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background-color: #fff;
    border-radius: 20px;
}

.statement-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.statement-info strong {
    font-size: 2rem;
}

.statement-icon-inner {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
}

.contact-property-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.contact-property-container .property-block {
    grid-column: span 2 / span 2;
}

.border-box {
    border: 1px solid rgb(225, 228, 234) !important;
}

.contact-property-container .property-block,
.contact-property-container .contact-info {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 #0000000d;

}

/* new  */

.outlineBtn {
    border-radius: 6px;
    padding: 6px 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;

    background-color: white;
    color: #627a84;
    border: 1px solid #e1e4ea;
    outline: none;
}

.outlineBtn:hover {
    color: #0e121b;
    background: #f5f7fa;
    border: 1px solid #e1e4ea;

}

.profile-custom {
    min-width: 80px;
    /* min-w-20 (Tailwind 1rem = 4px) */
    min-height: 80px;
    /* min-h-20 */
    width: 40px;
    /* w-10 */
    height: 40px;
    /* h-10 */
    position: relative;
    /* relative */
    cursor: pointer;
    /* cursor-pointer */
}

.profile-custom div {
    background: #0000003b;
    border-radius: 100%;
}

.profile-custom div span {
    color: #525866;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: normal;
}

.title-pro {
    color: #525866;
    font-weight: 500;
    font-size: 16px;
}

/* .tableRow {
    color: #627a84;
    font-weight: normal;
    font-size: .875rem;
    line-height: 1.25rem;
    background: #f5f7fa;
} */

.address-text {
    color: #627a84;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25rem;
}

.smallText {
    font-size: .875rem;
    line-height: 1.25rem;
}

.underline {
    text-decoration: underline;
}

.tagg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2px 16px 2px 8px;
    gap: 4px;
    border-radius: 9999px;
    font-weight: 500;
    background-color: #75a428 !important;

    color: white;
    font-size: .75rem;
    line-height: 1rem;
}

.btnQuilify {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2px 16px 2px 8px;
    gap: 4px;
    border-radius: 9999px;
    font-weight: 500;
    background-color: #0dcaf0;
    max-width: max-content;
    color: white;
    font-size: .75rem;
    line-height: 1rem;
}

.statement-block2 {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 #0000000d;
    height: 100%;
}

.text-main-light {
    color: #627a84;
}

.bgImg {
    position: absolute;
    right: 10rem;
    top: 0;
    height: 100%;
}


.custom-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.statement-card {
    padding-left: .75rem;
    padding-right: .75rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    border: 1px solid #e1e4ea;
    border-radius: 12px;

}

.custom-box {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #e1e4ea;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statement-card .title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 0;
}

.gap-12 {
    gap: 12px;
}

.gap-8 {
    gap: 8px;
}

.invoiceTitle {
    font-weight: 500;
    color: #525866;
    font-size: 16px;
}

.tableCard {
    padding: 16px;
    background: white;
    border: 1px solid #e1e4ea;
    border-radius: .375rem;
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.invoiceGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 equal columns */
    gap: 16px;
}



.card-cutom {
    padding: 16px;
    background-color: white;
    border: 1px solid #e1e4ea;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}

.cardTitle {
    text-transform: uppercase;
    font-size: 11px;
    color: #525866;
}

.cardValue {

    font-size: 32px;
    font-weight: 700;
}


.custom-badge {
    border-radius: 9999px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 500;
    background-color: #e1e4ea;
    color: #222530;
}

.customIcon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.dropdownOutline {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #627a84;
    font-size: 14px;
    font-weight: 500;
    background-color: white;
    padding: 6px 8px;
    border: 1px solid #e1e4ea;
    border-radius: 8px;
}

.dropdownOutline:hover {
    color: #0e121b;
    background: #f5f7fa;
    border: 1px solid #e1e4ea;

}

.iconSearch {
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    min-width: 80px;
}

.iconSearch input {
    display: block;
    width: 100%;
    border-radius: 8px;
    border: 1px solid;
    padding: 8px 12px;
    padding-left: 40px;
    color: #233d48;
    font-size: 14px;
    outline: none;
    border: 1px solid #e1e4ea;

    transition: border-color 150ms ease-in-out;
}

.iconSearch input:focus {
    border-color: #75a428;
}

.iconSearch span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-left: 10px;
    pointer-events: none;
}

.total {
    font-size: 12px;
    color: #627a84;

}

.custom-dropdown {
    margin-top: 4px;
    padding: 8px;
    transform-origin: top right;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
    transition: transform 100ms ease-out, opacity 100ms ease-out;
    z-index: 999;
    display: none;
    flex-direction: column;
    gap: 4px;
    outline: none;
    width: max-content;
}

.custom-dropdown.show {
    display: flex;
}

.menu-item {
    display: flex;
    gap: 8px;
    padding: 8px;
    color: var(--main-light);
    font-size: 14px;
    cursor: pointer;
    transition: background-color 100ms ease-in-out;
}

.menu-item:hover {
    background-color: rgba(153, 160, 174, 0.1);
}

.text-sm {
    font-size: 14px;
}


.custom-dropdown[data-closed] {
    transform: scale(0.95);
    opacity: 0;
    transition: transform 75ms ease-in, opacity 75ms ease-in;
}



.outlineSuccess {
    border-radius: 8px;
    outline: none;
    transition: background-color 100ms ease-in-out, color 150ms ease-in-out;
    background-color: #75a428;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    border: none;
}

.outlineSuccess:hover {
    background-color: #4c6f1c;
}

.outlineSuccess:active {
    background-color: #75a428;
}

.outlineSuccess:disabled {
    background-color: #75a428;
}

.columnItem {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 100ms ease-in-out;
    gap: 4px;
}

.columnItem:hover {
    background-color: #f3f4f6;
}



.dropdownAction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding: 8px;
    background-color: #e2e8f0;
    border-radius: 9999px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #4B5563;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 150ms ease-in-out;
}

.dropdownAction:hover {
    background-color: #e2e8f0;

}

.view-invoice-card {
    width: 100%;
    padding: 24px 32px;
    border-radius: 16px;
    border: 1px solid #e1e4ea;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: white;

}

.filledBtn {
    border: none;
    background: transparent;
    color: #627a84;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25rem;
}

.gap-32 {
    gap: 32px;
}

.py-16 {
    padding: 16px 0px;
}

.valueTItle {
    font-weight: 500;
    font-size: 30px;
}

.custom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
    padding: 8px 0;
    color: #233d48;
}

.invoiceHistory {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #627a84;
    display: flex;
    align-items: center;
    gap: 8px;
}

.historyCard {
    padding: 16px;
    margin-top: 16px;
    background-color: white;
    border: 1px solid #e1e4ea;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;

}

.headers tr th {
    background: transparent;
    color: #627a84;
    font-size: 12px !important;
    font-weight: 700;
}

.table-2 tr {
    border-bottom: none !important;
}

.table-2 tbody tr td {
    color: #627a84;
}

.text-lg {
    font-size: 18px;
}

.onlinePay {
    font-size: 12px;
    color: #233d48;
    font-weight: 500;
}

.separator {
    height: 1px;
    width: 100%;
    color: #000;
}

.tableInvoive tbody tr td {
    font-size: 12px;
}

.tableInvoive {
    margin-bottom: 0px;
}

.tableInvoive tr {
    border-bottom: 0px !important;
}

.tableInvoive tbody tr:first-child td {
    background: #f5f7fa;
}

.tableInvoive tbody tr:nth-child(3) td {
    background: #f5f7fa;
}

.pdfTable tbody tr td {
    font-size: 12px;
    color: rgb(35, 61, 72);
    font-weight: 500;
}

.pdfTable tr {
    border-bottom: 0px !important;
}

.pdfTable tbody tr:nth-child(2) td {
    background: #f3f4f6;
}

.pdfTable tbody tr:nth-child(4) td {
    background: #f3f4f6;
}

.text-xs {
    font-size: 12px;
}

@media (max-width: 1024px) {

    /* For tablets */
    .invoiceGrid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns */
    }
}

@media (max-width: 640px) {
    .view-invoice-card
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* For mobile */
    .invoiceGrid {
        grid-template-columns: 1fr;
        /* 1 column */
    }
}

.large-text {
    font-size: 32px;
    font-weight: 700;
}

.textXl {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}

.textLg {
    color: #525866;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 0;
}

#custom_company_name {
    margin-left: 20px;
    width: 175px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a .statement-card {
    color: black;
    transition: all;
}

a .statement-card:hover {

    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;

}

.invoiceText {
    color: #233d48;
}

.primaryBtn {
    margin-top: 16px;
    width: 100%;
    background-color: #3b82f6;
    color: white;
    padding: 12px 0;
    border-radius: 8px;
    transition: background-color 0.2s ease-in-out;
    border: none;
}

.primaryBtn:hover {
    background-color: #2563eb;
}

.secondaryBtn {
    margin-top: 16px;
    width: 100%;
    background-color: #22c55e;
    color: white;
    padding: 12px 0;
    border-radius: 8px;
    transition: background-color 0.2s ease-in-out;
    border: none;
}

.secondaryBtn:hover {
    background-color: #22c55e;
}



@media (min-width: 768px) {
    .custom-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


.outlineBtn:hover {
    color: #0e121b;
    background: #f5f7fa;
    border: 1px solid #e1e4ea;

}

.profile-custom {
    min-width: 80px;
    /* min-w-20 (Tailwind 1rem = 4px) */
    min-height: 80px;
    /* min-h-20 */
    width: 40px;
    /* w-10 */
    height: 40px;
    /* h-10 */
    position: relative;
    /* relative */
    cursor: pointer;
    /* cursor-pointer */
}

.profile-custom div {
    background: #0000003b;
    border-radius: 100%;
}

.profile-custom div span {
    color: #525866;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: normal;
}

.title-pro {
    color: #525866;
    font-weight: 500;
    font-size: 16px;
}

/* .tableRow {
    color: #627a84;
    font-weight: normal;
    font-size: .875rem;
    line-height: 1.25rem;
    background: #f5f7fa;
} */

.address-text {
    color: #627a84;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25rem;
}

.smallText {
    font-size: .875rem;
    line-height: 1.25rem;
}

.underline {
    text-decoration: underline;
}

.tagg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2px 16px 2px 8px;
    gap: 4px;
    border-radius: 9999px;
    font-weight: 500;
    background-color: #75a428 !important;

    color: white;
    font-size: .75rem;
    line-height: 1rem;
}

.btnQuilify {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2px 16px 2px 8px;
    gap: 4px;
    border-radius: 9999px;
    font-weight: 500;
    background-color: #0dcaf0;
    max-width: max-content;
    color: white;
    font-size: .75rem;
    line-height: 1rem;
}

.statement-block2 {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 #0000000d;
    height: 100%;
}

.text-main-light {
    color: #627a84;
}

.bgImg {
    position: absolute;
    right: 10rem;
    top: 0;
    height: 100%;
}


.custom-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.statement-card {
    padding-left: .75rem;
    padding-right: .75rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    border: 1px solid #e1e4ea;
    border-radius: 12px;

}

.custom-box {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #e1e4ea;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statement-card .title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 0;
}

.gap-12 {
    gap: 12px;
}

.gap-8 {
    gap: 8px;
}

.large-text {
    font-size: 32px;
    font-weight: 700;
}

.textXl {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}

.textLg {
    color: #525866;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 0;
}

#custom_company_name {
    margin-left: 20px;
    width: 175px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a .statement-card {
    color: black;
    transition: all;
}

a .statement-card:hover {

    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;

}

.invoiceText {
    color: #233d48;
}

.primaryBtn {
    margin-top: 16px;
    width: 100%;
    background-color: #3b82f6;
    color: white;
    padding: 12px 0;
    border-radius: 8px;
    transition: background-color 0.2s ease-in-out;
    border: none;
}

.primaryBtn:hover {
    background-color: #2563eb;
}

.secondaryBtn {
    margin-top: 16px;
    width: 100%;
    background-color: #22c55e;
    color: white;
    padding: 12px 0;
    border-radius: 8px;
    transition: background-color 0.2s ease-in-out;
    border: none;
}

.secondaryBtn:hover {
    background-color: #22c55e;
}


@media (min-width: 768px) {
    .custom-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .payment-block {
        padding: 24px;
    }
}


.wisetack-info {
    background: rgb(231, 249, 249);
    border-color: rgb(7, 192, 202) !important;
    border-radius: 15px;
}

.wisetack-info .wisetack-aslow {
    margin: 0;
    padding-left: 10px;
}

.statement-block.wisetack-info {
    justify-content: center;
    align-items: center;
}

.statement-block.wisetack-info .wisetack-aslow {
    display: flex;
    padding: 0;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.statement-block.wisetack-info .wisetack-aslow>* {
    margin-bottom: 0 !important;
}

.statement-block.wisetack-info #wisetack-qualify-show-info {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

.add-credit-box {
    padding: 15px 30px;
}

.add-credit-box form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.add-credit-box form>* {
    margin: 0 !important;
}

.add-credit-box form #btn-group-charge-card {
    width: 100%;
}

#btn-group-charge-card:disabled {
    border-color: #aaa !important;
}


.history-item td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.history-item td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.history-item td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.history-item small {
    font-size: 100%;
}

.card {
    border: 1px solid #ddd;
}

.lawn-size {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.tip-amount {
    padding: 5px 10px;
    border-radius: 5px;
    border-color: #ddd;
    border: 1px solid #ccc;
    color: #555;
}

.btn.btn-light {
    background-color: #fff !important;
    border-radius: 10px;
}

.card select.form-control:first-child {
    border-radius: 10px;
}

.print-bundle-wrapper {


    border: 1px solid #ddd;
    padding: 3px 10px;
    border-radius: 10px;
    color: rgb(98, 122, 132) !important;
    display: flex;
    gap: 10px;
    align-items: center;
}

.print-bundle-wrapper a {
    color: rgb(98, 122, 132) !important;
    text-decoration: none;
}

.payments-list a {
    color: rgb(33, 37, 41) !important;
    text-decoration: none;
}

.payments-list tr:last-child {
    border-radius: 15px;
}

.payments-list th {
    padding-top: 0 !important;
}

address.card-body span {
    display: inline-block !important;
    margin: 0;
}

table.table--client thead td,
.table th {
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: 400;
    color: #627a84;
}

.table .border-top.border-bottom th {
    background-color: rgb(249, 250, 251);
}

body {
    padding-bottom: 0;
}

.container legend {
    padding: 10px !important;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.card {
    border-radius: 20px;
}

table.pdf_table--marked #wisetack-qualify-show-info {
    margin-bottom: 0 !important;
}

.estimate-history-table tr {
    border-bottom: 1px solid #ddd;
}

.estimate-history-table td {
    padding: 10px 0;
}

.estimate-history-table tr:last-child {
    border-bottom: none;
}

.table tr {
    border-bottom: 1px solid #ddd;
}

.table tr:last-child {
    border-bottom: none;
}

.table td,
.table th {
    vertical-align: middle;
    padding: .5rem;
}

.table .badge {
    margin-top: 0;
    border-radius: 6px;
    padding: 2px 10px !important;
}

.table .badge-success {
    background-color: rgb(217, 249, 157) !important;
    border: 1px solid rgb(229, 231, 235) !important;
    color: rgb(77, 124, 15) !important;
}

.table .badge-warning {
    background-color: rgb(253, 230, 138) !important;
    border: 1px solid rgb(229, 231, 235) !important;
    color: rgb(82, 88, 102) !important;
}

.table .badge-danger {
    background-color: rgb(251, 113, 133) !important;
    border: 1px solid rgb(229, 231, 235) !important;
    color: rgb(104, 18, 25) !important;
}

.table .badge-pending {
    background-color: rgb(59, 130, 246) !important;
    border: 1px solid rgb(229, 231, 235) !important;
    color: rgb(255, 255, 255) !important;
}

.table .badge-secondary {
    background-color: rgb(226, 232, 240) !important;
    color: rgb(77, 124, 15) !important;
}

.control-group.form-group.has-error {
    flex-direction: column;
}

.card-body .table {
    margin-bottom: 0 !important;
}

.card-bank-history-wrapper .card-body {
    padding-top: 10px !important;
}

.card-body .alert.alert-danger,
.card-body .alert.alert-success {
    background-color: #fff !important;
    margin-bottom: 0 !important;
}

.history-item {
    border-bottom: none !important;
}

span.hide-on-mobile {
    display: inline-block;
    padding-left: 10px;
}

.container legend {
    display: flex;
    align-items: center;
    gap: 5px;
}

tr.btn-light {
    background-color: #f8f8f8 !important;
}

@media screen and (max-width: 600px) {
    .client-topbar {
        position: sticky;
        top: 0px;
        z-index: 9999;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .logo-container {
        display: none;
    }

    .show-mobile-navigation .client-container {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
    }

    .show-mobile-navigation .client-container .client-navigation {
        display: flex;
        flex-direction: column;
        border-right: none;
        border: 1px solid #ddd;
    }

    .show-mobile-navigation .client-container .wrap {
        display: none;
    }

    .navbar-toggler {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff !important;
        border-radius: 9999px;
        width: 40px;
        height: 40px;
    }

    .client-container {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .client-navigation {
        display: none;
    }

    .client-nav-items {
        padding: 10px 0;
    }

    .client-nav-item:last-child .client-nav-item-inner {
        border-bottom: none !important;
    }

    .payment-block-containers {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .contact-property-container,
    .statements-container,
    .card-bank-history-wrapper,
    .instructions-login-options-wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 0;
        row-gap: 10px;
    }

    .instructions-login-options-wrapper .card-body.py-0 {
        padding-bottom: 20px !important;
    }

    .card {
        margin-bottom: 15px !important;
    }

    .fa-user {
        color: #999;
    }

    .active .fa-user {
        color: #eee;
    }

    .statement-block {
        margin-top: 10px;
    }

    .statement-block:first-child {
        margin-top: 0;
    }

    .wisetack-info.border-box {
        margin-top: 20px !important;
    }

    .property-block.border-box {
        margin-top: 15px;
    }

    #status {
        width: 140px !important;
    }

    #frate {
        border: none !important;
    }

    .list-group-item {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .estimate-history-table {
        min-width: 1200px !important;
    }

    .service-item-cell {
        text-align: left !important;
    }

    .service-item-cell>small {
        display: inline-block;
        width: 150px;
    }
}

.decline-estimate-modal label, .decline-estimate-modal p
{
    font-size: 0.92rem !important;
}

.decline-estimate-modal h4 {
    font-size: 1.3rem;
}
