.register_active.active {
    color: #fff !important;
    background-color: #1f3f66 !important;
    /* background-color: #c73872 !important; */
    border-color: var(--bs-nav-tabs-link-active-border-color) !important;
}

.btn-success,
.btn-success:hover {
    /* background-color:blue!important; */
    /* background-image: linear-gradient(-225deg, #FFE26A 0%, #FFA992 35%, #FF71B8 60%) !important; */
    background-color: #1f3f66 !important;
    color: white !important;
}

.btn-success:hover {
    background-color: #1f3f66 !important;
    border-color: #1f3f66 !important;
    color: white !important;
}

#login-form .bg-color {
    background-color: #1f3f66 !important;
    /* background-image: linear-gradient(-225deg, #FFE26A 0%, #FFA992 35%, #FF71B8 60%) !important; */
    color: white !important;
}

#myTabContent .bg-color,
.page-link.active,
.active>.page-link {
    background-color: #1f3f66 !important;
    /* background-image: linear-gradient(-225deg, #FFE26A 0%, #FFA992 35%, #FF71B8 60%) !important; */
    color: white !important;
    border-color: white !important;
}

.text-primary {
    color: #1f3f66 !important;
}

/* body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a , #sidebar-menu ul li.mm-active>a {
    
    background-image: linear-gradient(-225deg, #FFE26A 0%, #FFA992 35%, #FF71B8 60%) !important;
} */
/* customer module file css */
/* .file-input-background {                             
    border: 1px solid rgba(164, 169, 180, 0.2);
    padding: 50px;
    width: 100%;
    height: 125px; 
    background-size: cover;
    background-position: center;
    text-align: center;
    cursor: pointer;
} */


/* customer module file css */
.small-svg {
    width: 12px;
    height: 12px;
}

#profileUpdate .file-input-background {
    height: 150px !important;
}

.file-input-background {
    display: inline-block;
    width: 100%;
    height: 125px;
    border: 1px solid rgba(164, 169, 180, 0.2);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 123px;
    cursor: pointer;
    overflow: hidden;
}

.file-background {
    display: inline-block;
    width: 100%;
    height: 125px;
    border: 1px solid rgba(164, 169, 180, 0.2);
    background-size: cover;
    background-position: center;
    /* background-repeat: no-repeat; */
    text-align: center;
    line-height: 123px;
    cursor: pointer;
    overflow: hidden;
}

.input-group-append {
    display: flex;
}

#category_id {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#sub_category_id {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#addCustomerCategory {
    border: 1px solid rgba(164, 169, 180, 0.2);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#addCustomersubCategory {
    border: 1px solid rgba(164, 169, 180, 0.2);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#submitCustomerBtn:hover {
    background-color: black;
    color: white;
}

#save {
    background-color: transparent;
    color: black;
    border: 1px solid black;
}

#save:hover {
    background-color: black;
    color: white
}

/* #cancel {
    background-color: transparent;
    color: black
} */

/* #cancel:hover {
    background-color: black;
    color: white;
} */

form label {
    color: rgba(164, 169, 180, 1.0);
}

/* customer module ends */
.dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.5rem;
}

td {
    vertical-align: middle;
}

.card-header.bg-color {
    background-color: #1f3f66 !important;
    /* background-image: linear-gradient(-225deg, #FFE26A 0%, #FFA992 35%, #FF71B8 60%) !important; */
    border-bottom: none;
}

.card-header.bg-color h4 {
    color: white !important;
}

.btn {
    border: none !important;
    padding: 10px 5px;
    /* padding: 2px 10px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    font-size: 14px !important;
}

.swal2-container .swal2-title {
    font-weight: 600 !important;
}

.swal2-confirm.p-3 {
    padding: .625em 1.1em !important;
}

#page-topbar .btn {
    padding: 5px !important;
}

.modal-footer .btn {
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) !important;
}

.btn-csv {
    background-color: #4CAF50;
    /* Green */
}

.btn-csv:hover {
    background-color: #45a049;
}

.btn-pdf {
    background-color: #f44336;
    /* Red */
}

.btn-pdf:hover {
    background-color: #e53935;
}

.fa.fa-eye {
    font-size: 16px !important;
    --bs-text-opacity: 1 !important;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.fa.fa-edit {
    font-size: 16px !important;
    --bs-text-opacity: 1 !important;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.fa.fa-trash {
    font-size: 16px !important;
    --bs-text-opacity: 1 !important;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.display-none {
    display: none !important;
}


.text-grey {
    color: grey !important;
}