/* ========================================================
*
* Custom Styles - to override the bootstrap and template's styles
*
* ======================================================== */

.redtaxi-logo {
  padding: 10px 5px 10px 5px;
  width: 85px;
  height: 60px;
}

.sidebar-redtaxi-logo {
  width: 91px;
  height: 32px;
}

.hover-box a {
  color: black;
  text-decoration: none;
  padding-bottom: 10px;
  display: block;
}

.active-tab {
  border-bottom: 3px solid #c92035;
  border-radius: 4px;
  color: #c92035 !important;
}

.hover-box:hover {
  border-bottom: 3px solid #c92035;
  border-radius: 4px;
  color: #c92035 !important;
}

.background-colour-grey {
  background-color: #f2f2f2;
}

.background-colour-red {
  background-color: #c92035;
}

.h-35px {
  height: 35px;
}

.h-200 {
  height: 200px;
}

.vh-100 {
  height: 100vh;
}

.content-box {
  border-radius: 7px;
  width: 350px
}

.br-7 {
  border-radius: 7px;
}

.dotted-border {
  border: 2px dashed #1A73E8;
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
}

.file-upload-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.file-upload {
  text-align: center;
  width: 100%;
  max-width: 700px;
  padding: 20px;
}

/* General Badge Styling */
.badge-status {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.6rem;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

/* Dot Styling */
.badge-status .badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

/* Under Review Badge */
.badge-under-review {
  background-color: #fff3cd;
  color: #856404;
}

.badge-under-review .badge-dot {
  background-color: #ffc107;
}

/* Not Approved Badge */
.badge-not-approved {
  background-color: #f8d7da;
  color: #721c24;
}

.badge-not-approved .badge-dot {
    background-color: #dc3545;
}

/* Request Pending Badge */
.badge-request-pending {
    background-color: #f8d7da;
    color: #721c24;
}

.badge-request-pending .badge-dot {
    background-color: #dc3545;
}

/* Agreement Pending Badge */
.badge-agreement-pending {
    background-color: #dfeeff;
    color: #2054fd;
}

.badge-agreement-pending .badge-dot {
    background-color: #2054fd;
}

/* Active Badge */
.badge-active {
  background-color: #e0fad9;
  color: #0eb900;
}

.badge-active .badge-dot {
  background-color: #0eb900;
}

/* Deleted Badge */
.badge-deleted {
  background-color: rgba(0, 0, 0, 0.08);
  color: #000000;
}

.badge-deleted .badge-dot {
  background-color: #000000;
}

/* Agreement Change Pending Badge */
.badge-agreement-change-pending {
    background-color: #dfeeff;
    color: #2054fd;
}

.badge-agreement-change-pending .badge-dot {
    background-color: #2054fd;
}

.nav-link.active {
    background-color: #f5b3b9 !important;
    border-left: 3px solid #fd1447;
    color: #c92035 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 10px 15px;
}

.input-bottom {
  border-bottom: 1px solid #cecbcb !important;
}

/* Sidebar Count */
.badge-count {
  color: #000000;
  font-size: 15px;
  font-variant-numeric: oldstyle-nums;
  text-align: end;
}

.bg-image {
  background-image: url("https://www.redtaxi.co.in/assets/img/contact-us.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 75%;
}

.dashboard-content {
    position: absolute;
    top: 45%;
    left: 5%;
    transform: translateY(-50%);
    width: auto;
    padding-left: 20px;
    font-size: 2rem;
    font-weight: bold;
}

.navbar-height {
    height: 75px;
}

.content-margin {
    margin-top: 70px !important;
}

/* datatable show filer alignment */
/*TODO: Need to check feasibility to split file*/
.dt-container .col-md-6 {
    display: flex;
    align-items: center;
}

.dt-container .col-md-6:first-child {
    justify-content: flex-start;
}

.dt-container .col-md-6:last-child {
    justify-content: flex-end;
}

/* Full page loader background */
.ajax-loader-background {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    z-index: 9999; /* Ensures it's on top of other elements */
}

/* Loader content centered on the page */
.ajax-loader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centering using transform */
}

/* Set standard font size throughout the web page */
.common-font-size {
    font-size: 14px;
}

/* Fix Reports icon alignment in sidebar */
.nav-link .fa-file-alt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    line-height: 1;
}

/* Align main content with respective to bootstrap customisation */
.content-wrapper>.content {
    padding: 4px .5rem 0;
}

.mandatory {
    color: #b94a48;
    margin-left: 2px;
    font-size: 18px;
}

#corporate-lead-remark tbody {
    background-color: white;
}

.badge-payment-status-pending {
    background-color: #f8d7da;
    color: #721c24;
}

.badge-payment-status-pending .badge-dot {
    background-color: #dc3545;
}

.badge-payment-status-paid {
    background-color: #e0fad9;
    color: #0eb900;
}

.badge-payment-status-paid .badge-dot {
    background-color: #0eb900;
}

.badge-invoice-unpaid .badge-dot {
    background-color: #ffc107;;
}

.badge-invoice-overdue .badge-dot {
    background-color: #721c24;;
}

.badge-invoice-paid .badge-dot {
    background-color: #0eb900;
}

