﻿body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Roboto',sans-serif;
    background: linear-gradient(180deg,#2aedeb,#65bac4);
    /*linear-gradient(to bottom, #96ebc9, #96ebc9,#96ebc9)*/
    /*#0f0c29,#302b63,#24243e)*/    
    overflow-x: hidden; /* Enables horizontal scrolling */
    white-space: nowrap; /* Prevents line breaks, ensuring content stays in a single row */
    height: auto;
    overflow-y: scroll;
    color: #ffffff;
    text-shadow: 1px 1px 3px #233b4b;
}

.container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    row-gap: 100px;
    padding: 20px 0 0; /* Add padding to ensure spacing */
    width: 100vw;
}
.main {
    width: 350px;
    height: 590px;
    background: #ff0000;
    overflow: hidden;
    background: url("../images/hospitalback.jpg") no-repeat center/cover;
    border-radius: 10px;
    box-shadow: 5px 20px 50px #000;
    
}
.feature-list {
    display: flex;
    width: 100%; /* Ensures it scales properly */
    margin-top: 20px; /* Adds space below login */
    padding: 15px;
    /*background: rgba(255, 255, 255, 0.9);*/
    border-radius: 8px;
    box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    height: auto;
    flex-wrap:wrap;
    justify-content:flex-start;
   
        
}
.feature-list ul {
        display: flex;
        flex-wrap: wrap;
        
}
 .feature-list ul li {
            padding: 5px;
            word-wrap: break-word;
            overflow-wrap: break-word;
            white-space: normal;
            
 }
    
/* Ensure the footer is pushed down */
.footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0 1px;
    background:#573b8a;
   padding-left:15px;
}

#chk{
    display:none;

}
.signup {
    position: relative;
    width: 100%;
    height: 100%;
}
.login {
    height: 460px;
    background: linear-gradient(135deg,#CCE9ED 50%,#65bac4); /*//#dee*/
    border-radius: 60%/10%;
    transform: translateY(-180px);
    //transform:translateY(500px);
    transition: .8s ease-in-out;
}

 .login label {
        color: #573b8a;
        transform: scale(.6);
    }

#chk:checked ~ .login {
     transform:translateY(-560px);
    
   
}

 #chk:checked ~ .login label {
        transform: scale(1);
}

#chk:checked ~ .signup label {
    transform: scale(.6);
}

label {
    color: #66424D; /*#f51414;;*/
    font-size: 2.3em;
    justify-content: center;
    display: flex;
    margin: 60px;
    font-weight: bold;
    cursor: pointer;
    transition: 5s ease-in-out;
}
input, select {
    width: 60%;
    height: 20px;
    background: #e0dede;
    justify-content: center;
    display: flex;
    margin: 20px;
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: #333;
}
select {
    -webkit-appearance: none; /* Remove default arrow in Chrome */
    -moz-appearance: none; /* Remove default arrow in Firefox */
    appearance: none; /* Remove default arrow in other browsers */
    background-repeat: no-repeat;
    background: #e0dede;
    background-position: right 10px top 50%;
    background-size: 10px 10px;
    color: #333;
}
    /* Ensure the selected option is visible */
    select option {
        background: #e0dede; /* Background color for options */
        color: #333; /* Text color for options */
    }

    /* Additional styles for hover and focus states */
    select:hover, select:focus {
        background: #dcdcdc; /* Slightly darker background on hover/focus */
    }
    select#role {
        width: 60%;
        height: 40px;
        background: #e0dede;
        
    }
  button
  {
           width:60%;
           height:40px;
           margin: 10px auto;
           justify-content:center;
           display:block;
           color:#fff;
           background:#573b8a;
           font-weight:bold;
           outline:none;
           border-radius:5px;
           transition:.2s ease-in;
           cursor:pointer;

  }
   button:hover
   {

           background:#6d44b8;
   }

.row{
      display:flex;
      background-color:aqua;
      flex-direction:column;
  }
.displaybottombanner {
    display: flex;
    justify-content: space-between;  /*Space out the columns evenly*/ 
    align-items: center;
    width: 100%;
    background-color: linear-gradient(to bottom, #0f0c29,#302b63,#24243e);
    /*#f8f9fa;*/ /* Optional: Add background color */
    padding: 20px 0 0;  /*Add vertical padding */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;  /*//Optional: Add border radius*/ 
    flex-wrap: wrap;  /*Allow wrapping in smaller screens*/ 
}

    .displaybottombanner .shadow-sm, .displaybottombanner .shadow {
        flex: 1;  /*Allow each column to take equal space */
        text-align: center;
        padding: 20px;
        background-color: #fff;  /*//Optional: Add background color to each column*/ 
        margin: 10px;  /*Add margin to each column for spacing */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 5px;  /*//Optional: Add border radius to each column */
        max-width: 200px;  /*Limit the maximum width of each column*/ 
    }
 /*Specific classes for each banner to manage background images */ 

.doctors-banner {
    background-image: url("../images/female-doctor-png-isolated-photo.png");
    background-size: cover;  /*Ensure image covers the div*/ 
    background-position: center;  /*Center the image*/ 
}

.pharmacy-banner {
    background-image: url("../images/pharmacy-png-image.png");
    background-size: cover; /* Ensure image covers the div*/ 
    background-position: center;  /*Center the image*/ 
}

.billing-banner {
    background-image: url("../images/billing.png");
    background-size: cover;  /*Ensure image covers the div*/ 
    background-position: center;  /*Center the image */
}
.patient-banner {
    background-image: url("../images/patient-icon-25.png");
    background-size: cover;  /*Ensure image covers the div */
    background-position: center;  /*Center the image */
}
/* modal css*/
body.modal-open {
    overflow: hidden;
    
}
.modal-lg {
    max-width: 600px;  /*Adjust based on your design*/ 
}
.modal-content {
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    background-color: white;
}
.modal-footer {
    border-radius: 0 0 10px 10px;
}
.modal-backdrop {
    z-index: 1040 !important;
}
 
 /*Center the modal with custom size */
.modal-custom-size {
    max-width: 600px;
    width: 80%;
    max-height: 400px;
    height: auto;
}

 /*Center the modal on all screen sizes*/ 
.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

 /*For smaller screens */
@media (max-width: 767px) {
    .modal-custom-size {
        width: 95%;
        max-height: 90%;
    }
    .feature-list {
        font-size: 14px;
        padding: 10px;
    }
    .feature-list {
        display: block; /* Switch from flex to block on small screens */
        width: 100%;
    }

        .feature-list ul {
            flex-direction: column; /* Stack list items */
        }

            .feature-list ul li {
                width: 100%; /* Ensure full width on mobile */
            }
}

 /*Improve backdrop z-index */
.modal-backdrop {
    z-index: 1049 !important;
}
/*
 Disable scrolling when the modal is open*/ 
body.modal-open {
    overflow: hidden;
}
 /*Modal Header*/
.modal-header {
    background-color: #007bff;
    color: white;
    border-radius: 10px 10px 0 0;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

 /*Modal Footer*/ 
.modal-footer {
    border-radius: 0 0 10px 10px;
}
/* For Edge specific issue (older Edge versions or quirks) */
@supports (-ms-ime-align: auto) {
    body.modal-open .modal-dialog {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: fixed;
    }
}

 /*Modal Body Text */
.modal-body p {
    color: #000;  /*Darker text color for better visibility*/ 
    font-size: 1.1em;  /*Slightly larger text for readability*/ 
    word-wrap: break-word;  /*Ensure text doesn't overflow */
    white-space: normal;  /*Ensure text wraps properly */
    margin-bottom: 20px;  /*Add space below the message*/ 
}

/* Modal Button */
.modal-footer .btn-secondary {
    width: 100%;  /*//Make the button stretch across the modal*/ 
    height: 45px;  /*//Set a consistent height */
    padding: 10px 20px; /* //Adjust padding for balanced size */
    font-size: 1em; /*// Ensure the text size looks appropriate */
    background-color: #573b8a; /*// Set a background color */
    color: #fff;  /*//Set the text color to white*/ 
    border: none; /* //Remove the default border*/ 
    border-radius: 5px;  /*//Slightly round the corners */
    transition: background-color 0.3s ease;  /*//Smooth transition for hover effect*/ 
}
.modal-footer .btn-secondary:focus {
        outline: none;  /*Remove the focus outline*/ 
    }


/* Center the modal on large screens*/ 
@media (min-width: 768px) {
    .modal-dialog-centered {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
    }
}


  .modal-footer .btn-secondary:hover {
        background-color: #6d44b8;  /*Change background color on hover*/ 
    }

    .modal-footer .btn-secondary:focus {
        outline: none;  /*Remove the focus outline*/ 
    }


#messageModal {
    z-index: 1050 !important;
}
 /*Media query for smaller screens*/ 
 @media (max-width: 768px) {
        .displaybottombanner {
            flex-direction: column;  /*Stack columns vertically */
            align-items: stretch;  /*Make columns stretch to full width*/ 
        }

            .displaybottombanner .shadow-sm, .displaybottombanner .shadow {
                max-width: none;  /*Remove max-width for full width on smaller screens*/ 
                width: 100%;  /*Ensure full width*/ 
                margin: 10px 0;  /*Adjust margin for vertical stacking*/ 
            }
    }
/* styles.css */
#passwordStrength {
    height: 10px;
    width: 100%;
    background-color: lightgray;
    margin-top: 5px;
    transition: width 0.3s, background-color 0.3s;
}

.strength-weak {
    background-color: #ff4d4d !important; /* Custom color for weak strength */
    width: 33%;
}

.strength-medium {
    background-color: #ffcc00 !important; /* Custom color for medium strength */
    width: 66%;
}

.strength-strong {
    background-color: #66cc66 !important; /* Custom color for strong strength */
    width: 100%;
}
.messcaptcha {
    display: flex; /* Align the CAPTCHA image and refresh button in a row */
    align-items: center; /* Vertically align items */
    gap: 10px; /* Add some space between the image and button */
}
.refresh-button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 1.5rem;
    color: #007BFF;
}


