﻿/*body {

}*/
body, button, input, select, textarea,
.dropdown-menu, label, .dropdown-item,
.navbar, .sidebar, .content-wrapper, .main-footer {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.accordion-body a {
    margin-bottom: 10px; /* Adjust the value as needed for your desired spacing */
    display: block; /* This ensures each link appears on a new line */
}

a {
    text-decoration: none;
}

/* Reduce the height of the navbar */
.navbar {
    
    padding: 5px 0; /* Adjust the padding as needed */
}

/* Reduce the font size of the navbar brand */
.navbar-brand {
    font-size: 20px; /* Adjust the font size as needed */
}

/* Reduce the font size of the buttons/icons in the navbar */
.navbar button,
.navbar i {
    font-size: 14px; /* Adjust the font size as needed */
}



/*.modal-header {
    background-color: #808080; 
    border-bottom: none; 
}*/

/*.modal-title {
    color: #fff; 
}*/

.modal-header .btn-close span {
    color: lightgray;
}





/* Custom styles for selected radio buttons */
.btn-check:checked + .btn {
    background-color: white !important;
    color: black !important;
    border-color: black; /* Optional: Add a border for better visibility */
}

.btn {
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for color changes */
}


/*#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.85);
    z-index: 1050;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-spinner {
    text-align: center;
    animation: pulse 1.5s infinite ease-in-out;
}

    .loader-spinner .spinner-border {
        width: 3rem;
        height: 3rem;
    }

.loader-text {
    margin-top: 12px;
    font-size: 1.2rem;
    color: #007bff;
    font-weight: 500;
}*/

/* Animated dots */
/*.dots::after {
    content: '';
    display: inline-block;
    animation: dots 1.5s infinite steps(3, end);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes dots {
    0% {
        content: '';
    }

    33% {
        content: '.';
    }

    66% {
        content: '..';
    }

    100% {
        content: '...';
    }
}*/


/*multi tenant page */


/*<style >*/
container {
    background-color: white;
    padding: 40px;
}
.strartup-container{
    padding:40px;
   
}
.card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.hospital-link {
    text-decoration: none;
    color: inherit;
}

.hospital-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    width: 180px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .hospital-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    }

.hospital-image {
    max-width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.hospital-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.hospital-link {
    text-decoration: none;
    color: inherit;
}

.hospital-card {
    background: linear-gradient(to bottom right, #f0f4ff, #ffffff);
    border-radius: 16px;
    padding: 25px 15px;
    text-align: center;
    width: 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
}

    .hospital-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
        background: linear-gradient(to bottom right, #e6f0ff, #fefefe);
    }

.hospital-image-wrapper {
    background: #ffffff;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 15px;
    display: inline-block;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

  .hospital-image {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 50%;
            transition: transform 0.3s ease;
        } 

.hospital-image {
    width: 80px;
    height: 80px;
    object-fit: contain;  Show full logo without cutting 
    border-radius: 50%;
    transition: transform 0.3s ease;
    background-color: #fff;  Optional: Add background to fill empty areas 
}


.hospital-card:hover .hospital-image {
    transform: scale(1.1);
}

.hospital-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f3b8e;
    transition: color 0.3s ease;
}

.hospital-card:hover .hospital-name {
    color: #0d47a1;
}

.glass-card {
    background: linear-gradient( to bottom left, rgba(200, 200, 200, 0.45), rgba(255, 255, 255, 0.4) 50%,  middle highlight 
    rgba(255, 255, 255, 0.05) );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 25px 15px;
    width: 220px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
}

/*.custom-gradient-light {
    background: linear-gradient(to top, #f8f9fa 0%, #e9ecef 50%, #dee2e6 100%);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: -8px;
}*/

