.btn-primary {
    color: #fff;
    background-color: #cf2345;
    border-color: #cf2345;
}

.btn-primary:hover {
    color: #fff;
    background-color: #b5092b;
    border-color: #b5092b;
}

.btn-primary:focus {
    background-color: #cf2345;
}

.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cf2345;
    border-color: #b5092b;
}

.card-primary.card-outline {
    border-top: 3px solid #cf2345;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #fae8ec;
    color: #cf2345;
}

a {
    color: #cf2345;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: #fae8ec;
    color: #cf2345;
}

[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: #fae8ec;
    color: #cf2345;
}

.title {
    color: #cf2345;
}

[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link:hover {
    background-color: #fae8ec;
    color: #cf2345;
}

[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link {
    background-color: #fae8ec;
    color: #cf2345;
}

label {
    color: #cf2345;
}

[class*=sidebar-light-] .sidebar a {
    color: #cf2345;
}

[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link {
    color: #cf2345;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}

.card-primary:not(.card-outline)>.card-header {
    background-color: #fff;
    color: #cf2345;
}

#map {
    height: 400px;
    width: 100%;
}
.map-container{
    width: 62%;
}
td.title.sorting_asc {
    width: 18px;
}

.page-item.active .page-link {
    background-color: #cf2345;
    border-color: #cf2345;
}

.page-link {
    color: #cf2345;
}

a:hover {
    color: #cf2345;
}

.page-link:hover {
    color: #cf2345;
    background-color: #fae8ec;
}

.page-link:focus {
    box-shadow: 0 0 0 .2rem #fae8ec;
}

.content-wrapper>.content {
    padding: 0rem;
}

.content-header {
    padding: 8px .5rem;
}

.no-results-found {
    text-align: center;
}

.download {
    color: #cf2345;
}

/* Customize the width and height of the Select2 input field */
.select2-container .select2-selection--single {
    width: 100%;
    /* Set the width */
    height: calc(2.25rem + 2px);
    /* Set the height */
    border-radius: .25rem;
    /* Rounded corners */
    border: 1px solid #ced4da;
    /* Border color */
}

/* Customize the width of the dropdown */
.select2-dropdown {
    width: 100%;
    /* Set dropdown width */
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #cf2345;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #cf2345;
}

/* Customize the dropdown's background color */
/* .select2-dropdown {
    background-color: #f1f1f1;
    color: #333;
} */

/* Change the height of each item in the dropdown */
/* .select2-results__option {
    height: 35px;
    padding: 5px;
} */

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-top: -7px;
    margin-right: 14px;
}

#container {
    height: 100%;
    display: flex;
}

#sidebar {
    flex-basis: 15rem;
    flex-grow: 1;
    padding: 1rem;
    max-width: 30rem;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
}

#map {
    flex-basis: 0;
    flex-grow: 4;
    /* height: 100%; */
}

button#searchClinic {
    background: white;
    color: #cf2345;
}

button#searchClinic:hover {
    background: #cf2345;
    color: white;
}

#panel .adp-marker {
    background-color: #ff5733 !important;
    /* Set your custom background color */
    color: #ffffff !important;
    /* Set your custom glyph color */
    border-radius: 50%;
    /* Optional: make it circular */
    width: 20px;
    /* Adjust the size */
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.adp-marker2 {
    width: auto !important;
    height: 40px !important;
}

.title-distance {
    min-width: 80px;
}

i.fas.fa-map-pin {
    margin-left: 5px;
}

.distance-section {
    display: flex;
}

#nearbyRadius {
    margin-left: 20px;
}

.rangebar {
    accent-color: #cf2345;
}

span#clearFromLocation {
    position: absolute;
    bottom: 20%;
    right: 6%;
}

.pincode-div {
    position: relative;
}

#clearFromLocation {
    cursor: pointer;
}

.login-page-title {
    font-size: 25px;
    font-weight: 500;
}
.tooltip-inner{
    background-color: white;
    color: black;
    border: 1px solid black;
    font-size: 16px;
}
i.fa.fa-exclamation{
    background: #fad823;
    padding: 6px 10px;
    margin-right: 10px;
    color: white;
    border-radius: 4px;
}

.popover-btn{
    background: white;
    color: #cf2345;
    border: 1px solid #cf2345;
    padding: 0.30rem 0.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.popover-btn:hover {
    background: #cf2345;
    color: white;
    border: 1px solid #cf2345;
}

.go-to-map{
    margin-left: 5px;
    width: 20px;
    height: 20px;
}

.badge-primary {
    background-color: #cf2345;
}

.badge-indira-plus {
    background-color: #c814d4;
    color: white;
}

/* Begin:: Search For Patient */
.cs-searchForPatient .select2-container {
    width:100% !important;
}
.cs-searchForPatient .location-details .map-pin {
    width:50px;
}
/* End:: Search For Patient */

@media (max-width: 767px) {
    .main-header .title-name h5.title {
        font-size: 1rem !important;
        margin-bottom: 0px !important;
        margin-top: 4px !important;
    }

    .nav-item a[data-widget="fullscreen"] {
        display: none !important;
    }
}