/* 1. Prevent body shifting and double scrollbars */
html {
    overflow-y: scroll !important; /* Always show scrollbar gutter to prevent jumping */
}

body.modal-open {
    padding-right: 0 !important; /* Force remove the gap Bootstrap adds */
    overflow: hidden; /* Prevent background scrolling */
}

/* 2. Style the modal to align perfectly with the page edge */
.modal {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

/* 3. Match the specific SlideServe modal styling from your image */
.modal-content {
    border-radius: 4px !important;
    border: none !important;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

/* 4. Ensure the dark login button matches the UI */
.btn-login-main {
    background-color: #0c2b3d !important;
    color: #fff;
    border: none;
    font-weight: bold;
}
/* Adjustments to match images */
input::placeholder {color: #bbb !important;font-weight: 300;}
.social-icon{width: 24px; height: 24px;}
.btn-primary:hover, .btn-info:hover {filter: brightness(90%);}
#authModal .form-control:focus { background-color: transparent;}
