﻿.main_page_login {
    padding-top: 135px !important;
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.Forgot-Password {
    padding-top: 100px !important;
}

.Login {
    padding-top: 20px !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
    }

.btn-close-modal {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.modal-header {
    border: none;
}

.modalpopup {
    overflow: hidden
}

.container-fluid, .bg_card_log, .db_card {
    background: transparent !important; /* Prevent content containers from overriding */
}
/* Ensure the details_menu is properly aligned */
.details_menu {
    /*display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 40px;*/ /* Push to the right side of the navbar */
}


    /* Notification and user dropdown toggle */
    .details_menu .dropdown-toggle {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #333; /* Adjust color as needed */
    }

    /* Dropdown menu styling */
    .details_menu .dropdown-menu {
        position: absolute;
        right: 0; /* Align dropdown to the right of the toggle */
        min-width: 250px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border: none;
        border-radius: 8px;
        background-color: #fff;
    }

/* Ensure dropdown doesn't overflow */
.dropdown-menu-end {
    right: 0;
    left: auto;
}



.details_menu ul {
    flex-direction: row;
}

    .details_menu ul li {
        margin-left: 10px;
    }

.dropdown-menu {
    right: 10px;
    min-width: 200px;
}
.card-header {
    padding: 10px 15px;
}

.form-control {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px;
}

.btn-default {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    color: #333;
    padding: 5px 15px;
}

    .btn-default:disabled {
        background-color: #e9ecef;
        cursor: not-allowed;
    }

.btn-primary {
    background-color: #007bff;
    border: none;
    padding: 5px 15px;
}

.badge-success {
    background-color: #28a745;
}

.table th, .table td {
    padding: 8px;
    vertical-align: middle;
}

.mb-3 {
    margin-bottom: 15px; /* Adds space between New button and the next row */
}


.details_menu ul li div a {
    position: relative;
    width: 25px;
    height: 38px;
    display: inline-block;
}
.profile-dropdown {
    min-width: 310px;
}
