.info-compant {
    float: right;
}

.add-company {
    float: left;
}

.app-sidebar .app-sidebar__user img {
    max-width: 48px;
}

.confirm_btn {
    padding: 4px;
}

.table td {
    vertical-align: middle;
}

.car-name-type {
    font-size: 13px;
    background-color: #dc3545;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    vertical-align: top;
}

.title_h6 {
    background-color: #808080FF;
    padding: 14px;
    color: #eee;
}

.m_paragraph_8 {
    margin-bottom: 8px;
}

.rental-details {
    padding-bottom: 10px;
    border-bottom: 2px dotted;
    margin-bottom: 25px;
}

.border-table {
    border-bottom: 2px solid #dee2e6;
}

.count {
    text-align: center;
    background-color: #808080FF;
    width: 150px;
    margin: auto;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
}

.fix_a,
.fix_a_table {
    color: #000;
}

.fix_a:hover,
.fix_a_table:hover {
    text-decoration: none;
    color: #000;
}

.center_table {
    text-align: center;
}

.cancel_confirm {
    border-bottom: 2px dotted;
    margin-bottom: 20px;
}

/* Start Coupons */
.coupons {
    padding: 50px;
    border-radius: 3px;
}

.coupons a {
    font-size: 36px;
    color: #fff;
    text-decoration: none;
}

.coupons i {
    font-size: 70px;
    float: left;
    color: #fff;
}

.personal {
    background: #FF416C; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #dc3545, #dc3545); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #dc3545, #ff4b5b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.companies {
    background: #00B4DB; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0083B0, #00B4DB); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* End Coupons */

.print_invoice {
    color: #fff;
}

.print_invoice:hover {
    background-color: #B43F3F !important;
    border-color: #B43F3F;
    color: #fff;
}

.invoice_header {
    display: none;
}

.main_table {
    background-color: #B43F3F !important;
    color: #fff !important;
    text-align: center !important;
}

#total_debit,
#total_credit,
#difference {
    outline: none;
    border: none;
}

.btn-summary {
    background-color: #D96098;
    border-color: #c7528c;
    color: #fff;
}

.btn-summary:hover {
    background-color: #D96098;
    border-color: #c7528c;
    color: #fff;
}

.btn-print {
    background-color: #B43F3F;
    border-color: #B43F3F;
    color: #FFF !important;
}

.btn-print:hover {
    background-color: #B43F3F;
    border-color: #B43F3F;
    color: #FFF !important;
}

.btn-open {
    background-color: #9B72AA;
    border-color: #9B72AA;
    color: #FFF !important;
}

.btn-open:hover {
    background-color: #9B72AA;
    border-color: #9B72AA;
    color: #FFF !important;
}

.input_balance_sheet {
    outline: none;
    border: none;
    background-color: transparent;
}

.invoice {
    border-bottom: 5px solid #000;
    margin-bottom: 30px;
}

.nav-link.active {
    background-color: #B43F3F !important;
    color: #fff !important;
    font-weight: bolder;
}

.ms-choice > div.icon-close {
    right: unset !important;
    left: 16px !important;
}

.custom-dropdown-menu {
    position: absolute;
    will-change: transform;
    left: unset;
    top: 0px;
    right: 0px !important;
    transform: translate3d(0px, 36px, 0px);
    width: max-content;
}

.dropdown-menu-border-radius {
    border-radius: 4px !important;
}

.legend-title {
    font-size: 16px !important;
}

.table-responsive {
    /*overflow-x: unset !important;*/
}

.custom-btn {
    padding: 0.10rem 0.5rem !important;
    font-size: 0.60rem !important;
}

.ms-drop ul > li label span {
    padding-right: 0 !important;
}

.ms-drop input[type="radio"], .ms-drop input[type="checkbox"] {
    right: 0 !important;
}

.ms-drop ul > li label {
    padding-left: 0 !important;
    padding-right: 1.25rem !important;
}
