#loading_modal{
    background-color:rgba(249,243,244,0.7);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1001;
    text-align:center;
    display:none;
}
#loading_modal span{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.custom_menu_icons i{
    font-size:21px;
    line-height:70px;
    color:white;
    color: rgba(255,255,255,.6) ;
}

.pro-user-name{
    /*color:white;*/
    color: rgba(255,255,255,.6) ;
    font-weight: 400;
}

#select-code-language:focus-visible{
    outline: none;
}

.cell_break_spaces{
    white-space:break-spaces !important;
}

td.issue_description{
    color: blue;
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.display_off{
    display: none !important;
}

.closing_mails_action_buttons{
    color:red;
    cursor: pointer;
    font-size: 20px;
    border: 1px solid #ececec;
    border-radius: 50%;
    padding: 4px;
}

.closing_mails_action_buttons:hover{
    border: 1px solid #9c9a9a;
}

.recurring_invoice_count, .invoice, .invoices_paid_unpaid_wrapper, .invoice_click, .invoice_followups, .invoice_never_followups{
    color: skyblue;
    padding: 10px;
    cursor: pointer;
}

.recurring_invoice_count_blank, .invoice_paid, .invoice_unpaid, .invoice_draft, .invoice_followups, .invoice_followups_raw, .invoice_never_followups{
    padding: 10px;
}

#recurring_invoices_modal > .modal-dialog{
    max-width: 90%;
}

#invoices_modal > .modal-dialog{
    max-width: 90%;
}

#invoice_followups_modal > .modal-dialog{
    max-width: 80%;
}

#invoice_never_followups_modal > .modal-dialog{
    max-width: 80%;
}

#invoice_followups tr{
    cursor: pointer;
}

.followup_comment{
    max-width: 902px;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
    display: block;
}

.nav-item.dropdown>a svg {
    width: 16px;
    height: 16px;
    margin-left: 3px;
    margin-right: 10px;
}

@media (min-width: 992px){
    .left-side-menu{
        display: none;
    }
    
    .content-page{
        margin-top: 50px !important;
    }
}

@media (min-width: 992px){
    .navbar-custom .button-menu-mobile{
        display: none;
    }
    
    .content-page{
        margin-top: 120px !important;
    }
}

/*.table>:not(caption)> * > * {
    padding: .25rem .65rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.5em;
    display: block;
    opacity: .3;
}*/


/* Compact the table by reducing padding and font sizes */
table.dataTable {
  border-collapse: collapse; /* Remove gaps between cells */
  width: 100%; /* Make the table span full width */
}

table.dataTable th, table.dataTable td {
  padding: 4px 5px; /* Reduce padding */
  font-size: 12.5px; /* Smaller font size */
  line-height: 1.2; /* Reduced line height */
  text-align: center; /* Center text for compactness */
}

/* Adjust header cells */
table.dataTable th {
  padding: 7px 5px; /* Slightly larger padding for headers */
  font-weight: bold; /* Keep headers bold for distinction */
  font-size: 13px; /* Slightly larger font size for headers */
}

/* Hide table's horizontal and vertical borders */
table.dataTable, table.dataTable th, table.dataTable td {
  border: 1px solid #f0eded;
}

table.dataTable tbody tr td {
  vertical-align: middle; /* Ensure the content is vertically aligned */
}

/* Hide the pagination controls and extra spacing around them */
div.dataTables_paginate {
  margin-top: 5px;
  font-size: 10px;
}

div.dataTables_info {
  font-size: 10px;
}

div.dataTables_length select {
  font-size: 10px;
  padding: 2px;
}

/* Optional: Reduce the height of the table when scrolling */
table.dataTable.scrollable {
  max-height: 300px;
  overflow-y: auto;
}

/* Reduce space between rows */
table.dataTable tbody tr {
  height: 25px; /* Reduce row height */
}

table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after{
    bottom: .3em !important;
}

.modal-content table.dataTable th, .modal-content table.dataTable td {
  padding: 10px 5px;
}


.modal-content table.dataTable>thead .sorting:before, 
.modal-content table.dataTable>thead .sorting:after, 
.modal-content table.dataTable>thead .sorting_asc:before, 
.modal-content table.dataTable>thead .sorting_asc:after, 
.modal-content table.dataTable>thead .sorting_desc:before, 
.modal-content table.dataTable>thead .sorting_desc:after, 
.modal-content table.dataTable>thead .sorting_asc_disabled:before, 
.modal-content table.dataTable>thead .sorting_asc_disabled:after, 
.modal-content table.dataTable>thead .sorting_desc_disabled:before, 
.modal-content table.dataTable>thead .sorting_desc_disabled:after{
    bottom: .9em !important;
}


.modal-title-item{
    font-weight: 100;
}

body{
    margin: 0 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: #333 !important;
    background-color: #fff !important;
    height: 100% !important;
}


.btn {

    text-align: center;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 2px solid transparent;
    padding-right: 0.7em;
    padding-left: 0.7em;
    line-height:25px;
}

.btn-primary {
    color: #fff;
    background-color: #0079EF;
    border-color: #0079EF;
    text-transform:uppercase;
}

table.dataTable thead tr {
  color: #0078DB;
}

#saveTemplateButton, #updateTemplateButton{
    margin-left: 10px;
}

.form-group label{
    font-size: 14px;
}