.invoice-head .left {
    display: flex;
    align-items: center;
}
.invoice-head .right > a {
    color: #0F0033;
    margin: 0;
    line-height: 16px;
}
.invoice-head .right {
    display: flex;
    align-items: center;
    margin-left: auto;
    justify-content: flex-end;
    gap: 10px;
}

.status {
    font-size: 12px;
    line-height: 14px;
    border-radius: 20px;
    background: #cbfce6;
    color: #198754;
    padding: 5px 10px;
    font-weight: 500;
}

.invoice-head .status {
    margin-left: 10px;
}
.invoice-head .content-page-header,
.invoice-head .page-header {
    margin: 0;
    display: flex;
}

.invoice-head .btn-success {
    border-left-color: #fff;
}

.invoice-head .dropdown-toggle.caret-none:after {
    display: none;
}
.invoice-head .dropdown-toggle {
    display: flex;
    align-items: center;
}
.invoice-head .dropdown-toggle:after {
    content: "\f107";
    border: none;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}

.invoice-head .left .back-btn {
    margin: 0;
    margin-right: 10px;
}

.invoice-time ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 15px;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid #d2d2d2;
}
.invoice-time ul li {
    display: flex;
    align-items: center;
    padding: 0 5px;
    margin: 0;
    list-style-type: none;
    border-right: 1px solid #d2d2d2;
    font-weight: 500;
}
.invoice-time ul li:last-child {
    border: none;
}
.invoice-time ul li span {
    color: #000;
    font-weight: 600;
    margin-left: 3px;
}

.invoice-left .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    transform: rotate(45deg) translate(-50%,-50%);
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%,-50%);
    margin-left: -3px;
}

.invoice-left .form-group {
    margin: 0 0 20px;
}
.invoice-left .abn-active i {
    color: #198754;
}
.invoice-left .abn-active {
    color: #7539FF;
    margin: 10px 0 0;
}
.invoice-left .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 0;
    border-left: 1px solid #dddddd;
    padding-left: 15px;
    width: 40px;
}

.invoice-left .form-group p {
    color: #000000;
}

.invoice-detail-main {
    padding: 30px 0 0;
}

.invoice-right .form-group {
    margin: 0 0 10px;
}
.notes-main .form-group {
    margin: 0 0 10px;
}
.invoice-right .form-group .row {
    align-items: center;
}
.invoice-right .form-group label {
    text-align: right;
    display: block;
}

.invoice-right .form-group .form-check label {
    text-align: left;
}

.notes-head button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    background: transparent !important;
    color: #000000 !important;
}

.notes-head .form-check label {
    margin: 0;
}
.notes-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-table tr td {
    text-align: right;
    font-size: 14px;
    padding: 5px;
    color: #000000;
    font-weight: 700;
}
.invoice-table {
    margin: 0 0 30px;
}
.invoice-table .table thead,
.invoice-table .table thead tr th {
    background: transparent;
}
.invoice-table tr th .dropdown-toggle:after ,
.invoice-table tr td .dropdown-toggle:after {
    display: none;
}
.invoice-table tr td .dropdown {
    display: inline-block;
}
.invoice-table tr td,
.invoice-table tr th {
    border: 1px solid #d2d2d2;
}
.invoice-table tr th .btn,
.invoice-table tr th .dropdown-toggle ,
.invoice-table tr td .btn,
.invoice-table tr td .dropdown-toggle {
    background: transparent;
    padding: 0;
    color: #000;
    border: none;
}

@media (max-width:767px) {
    .invoice-right .form-group label {
        text-align: left;
    }
    .invoice-head .right {
        
        flex-wrap: wrap;
    }
    .invoice-time ul li {
        font-size: 11px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .invoice-head .right > a {
        
        font-size: 13px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .content-page-header h5 {
        font-size: 20px !important;
    }
}
.hide{
    display: none !important;
}