.btn-warning, .bg-warning{color: #000000;}
.bg-black{background-color: #000000; color: #f1f1f1;}
a,a:hover{text-decoration: none;}
.cursor-pointer{cursor: pointer;}
main.content{padding-top: 1rem;}
.card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}

.card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}

.card-counter.bg-primary{
    background-color: #007bff;
    color: #FFF;
}

.card-counter.bg-danger{
    background-color: #B80303;
    color: #FFF;
}  

.card-counter.bg-success{
    background-color: #66bb6a;
    color: #FFF;
}  

.card-counter.bg-info{
    background-color: #26c6da;
    color: #FFF;
}  

.card-counter i{
    font-size: 4em;
    opacity: 0.4;
}

.card-counter .count-numbers{
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
  }

.card-counter .count-name{
    position: absolute;
    right: 35px;
    top: 65px;
    font-weight: bolder;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
}

.bg-purple{
	background-color: #8d23c8 !important;
	opacity: 1;
}

.bi-xl {
  font-size: 2rem;
}

.table-print {
    width: 100%;
}

.table-print th, .table-print td {
    border: 1px solid black;
    padding: 8px;
}
.table-print>:not(:last-child)>:last-child>*,.table-print tbody,.table-print td,.table-print tfoot,.table-print th,.table-print thead,.table-print tr {
    border-color: black;
}
.text-justify{text-align: justify !important;}
.quotation-img { object-fit: cover;}
.ml-5{
	margin-left: 3rem;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f1f1f1;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #565665;
}

.table-data {
  min-height: 50vh;
}

.table {
  width: 100%;
}

.text-danger{color: #b2060a !important;}
.bg-danger{background-color: #b2060a !important;}

.bg-color{
    background-color: #b2060a;
    backdrop-filter: blur(5px);
}
.bg-brand{background-color: #ffeddc !important;}
.color-brand{
   color: #ffeddcdd;
}
.color-brand:hover{
   color: #ffffff;
}
.dataTables_length label select{
    display: inline-block !important;
    width: auto;
}
.dataTables_wrapper .dt-buttons {
    position: relative;
}

.dataTables_wrapper .dt-button-collection.dropdown-menu {
    left: auto;
    right: 0;  /* Adjust as needed */
}
.dt-button-collection .dropdown-menu{
    display: block;
}
.dataTables_wrapper .dt-button-collection.dropdown-menu {
    left: auto;
    right: 0;  /* Adjust as needed */
}

.radio-button{
    font-size: 0.8rem;
    padding: 4px 8px !important;
    border-radius: 0 !important;
    border-color: transparent;
    margin: .25rem !important;
}

.search-input{width: 35%}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .search-input{width: 25%}
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 1040; 
    display: none;
}
  
.modal-content {
    position: relative;
}

/* Progress Tracker */
.progress-tracker {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.step {
    position: relative;
    text-align: center;
    flex: 1;
}

.step .step-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #ddd;
    color: #333;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    z-index: 1;
    position: relative;
}

.step .step-title {
    margin-top: 10px;
    font-size: 12px;
    color: #333;
}

.step.active .step-number {
    background-color: #b2060a;
    color: white;
}

.step:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    z-index: 0;
}

.step:last-child:before {
    display: none;
}

/* Progress Tracker Vertical */
.progress-tracker.vertical {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    position: relative;
    background-color: #f1f1f1;
    width: 100%;
    padding: 20px;
    overflow-y: auto;
}

.step-vertical {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-decoration: none; /* Ensures no underline on the links */
}

.step-vertical .step-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #ddd;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-right: 15px; /* Adds space between the number and title */
}

.step-vertical .step-title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.step-vertical:hover .step-title {
    color: #b2060a; /* Optional: Changes text color on hover */
}

.active-step .step-number {
    background-color: #b2060a;
    color: #fff;
}

.active-step .step-title {
    color: #b2060a;
    font-weight: bold;
}

/* Limit the height for mobile view */
@media only screen and (max-width: 768px) {
    .progress-tracker.vertical {
        max-height: 200px; /* Limit height on smaller screens */
        overflow-y: auto; /* Enable scrolling */
    }
}

/* Hide the line if the Next button is hidden */
.hide-line:before {
    display: none;
}

.table-print-sm {
    font-size: 13px;
}

.login-container {
    display: grid;
    grid-template-columns: 1fr; /* Default: Single column for mobile */
    height: 80vh;
}

/* Large Screens: 2-column grid */
@media (min-width: 992px) {
    .login-container {
        grid-template-columns: 2fr 1fr; /* 66.66% image, 33.33% form */
    }
}

/* Image section */
.login-image {
    height: 83vh;
}

/* Form section */
.login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bg-facebook{background-color: #1877F2 !important;}