﻿.drop-login {
}

.warning-msg {
    background-color: orange;
    padding: 10px;
    color: white;
    display: none
}

.head-right form {
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 30px;
    position: relative;
    display: flex;
}

.dp_avatar {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #00609C;
    border-radius: 20px;
    margin-left: 10px;
    color: aliceblue
}

.login-date {
    text-align: left;
    vertical-align: middle;
    /* margin: 5px 20px 7px 5px; */
    color: #000;
    font-size: 12px;
    position: absolute;
    top: 0px;
}

.spanlink {
    font-weight: 700;
}

.hamburger-menu {
    display: none;
    align-items: center;
    cursor: pointer;
}

    .hamburger-menu nav {
        background-color: #fff;
        position: absolute;
        z-index: 2;
        width: 100%;
        border: 1px solid #bcc7d4;
        border-radius: 4px;
    }

    .hamburger-menu ul {
        list-style-type: none;
        padding: 0;
    }

        .hamburger-menu ul li {
            padding: 10px;
        }

#nav-menu {
    display: block; /* Show navigation normally on larger screens */
}

.logout_li {
    cursor: pointer;
    margin-left: 4px;
    margin-bottom: 10px;
    display: block;
    color: darkred;
}

    .logout_li .spanlink {
        color: darkred !important;
    }

.logo-mobi {
    display: none;
}

.nm_user-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    padding: 10px;
    background-color: #f0f0f0;
}

.nm_user-icon {
    font-size: 20px;
    margin-right: 8px;
}

.dp_login {
    text-align: center; /* This centers the content horizontally */
    line-height: 30px; /* This centers the text vertically */
}

.nm_user-dropdown {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    list-style: none;
    padding: 10px;
    margin: 0;
    z-index: 1000;
    right: 0;
    min-width: 280px;
}

    .nm_user-dropdown li {
        padding: 5px 0;
        border-bottom: 1px solid #cecece8c;
    }

        .nm_user-dropdown li:last-child {
            border: none;
        }

        .nm_user-dropdown li a {
            text-decoration: none;
            color: #333;
        }

            .nm_user-dropdown li a:hover {
                text-decoration: underline;
            }

.drop.drop-login:hover .nm_user-dropdown {
    display: block; /* Show dropdown on hover */
}

.d-none-mob {
    display: inline-masonry;
}

.new-business-report label {
    margin-top: 0.5rem;
    margin-bottom: 0px !important;
}

.fein-sec {
    color: #9f9f9f;
    font-size: 16px;
    font-weight: bold;
}

    .fein-sec span:first-child {
    }

    .fein-sec span:nth-child(2) {
    }

.level-sec {
    font-weight: 500;
    font-size: 12px;
}

.fein-sec span:first-child {
}

.insuredname-sec {
}

.fein-sec span:first-child {
}

.mobi-hide {
    display: table-cell;
}

.desktop-hide {
    display: none;
}

#popUpDiaBilling {
    display: none;
    position: fixed;
    top: 0;
    left: 500px;
    z-index: 1;
}

    #popUpDiaBilling .modal-content {
        min-height: 400px;
        width: 500px;
    }

#popUpDiaPayment {
    display: none;
    position: fixed;
    top: 0;
    left: 500px;
    z-index: 1;
}

    #popUpDiaPayment .modal-content {
        min-height: 400px;
        width: 500px;
    }

.border-bottom {
    border-bottom: 1px solid #cecece;
}

.desktop-hide.card-head {
    color: #fff;
    background: linear-gradient(135deg, #007bff, #0056b3); /* Blue gradient */
    padding: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    display: none;
}

.address-site-card {
    font-size: 11px;
}

.wrap-policy-summary {
    padding: 10px;
    padding-top: 0px;
    border-top: 0px;
    font-size: 13px;
}

    .wrap-policy-summary .inner-summary {
        border-top: 1px solid #cecece;
        padding-top: 10px;
    }

    .wrap-policy-summary:first-child .inner-summary {
        border-top: 0px;
    }

    .wrap-policy-summary:last-child {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom: 0px;
    }

.policy-detail-outer {
    box-shadow: 0 6px 15px rgb(6 6 6 / 27%);
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.desktop-zoom {
    font-size: 18px;
    font-weight: 700;
}


@media (max-width: 768px) {
    .wrap-sub-heading h2 {
        font-size: 16px !important;
    }

    .desktop-zoom {
        font-size: 14px;
    }

    .total-prem {
        padding: 10px;
        background: aliceblue;
        margin: 0px;
    }

    .desktop-hide.card-head {
        display: block;
    }

    .desktop-hide.call-it {
        display: block;
    }

    #popUpDiaBilling, #popUpDiaPayment {
        top: 0;
        left: 0px;
    }

        #popUpDiaBilling .modal-content, #popUpDiaPayment .modal-content {
            max-height: 90vh;
            width: 97vw;
            overflow-y: auto;
        }

    .insuredname-sec {
        font-size: 12px;
    }

    .desktop-hide {
        display: table-cell;
    }

    .mobi-hide {
        display: none !important;
    }

    #nav-menu {
        position: fixed; /* Fix the navigation at the top */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; /* Make the menu take up the entire screen */
        background-color: rgba(255, 255, 255, 0.95); /* Semi-transparent background */
        display: flex;
        justify-content: center;
        align-items: left;
        z-index: 9999; /* Ensure it stays on top of other elements */
        overflow-y: auto; /* Allow scrolling if the content exceeds the screen height */
    }

    nav#nav-menu > ul > li {
        display: block;
    }

        nav#nav-menu > ul > li ul {
            position: relative;
            top: 0px;
        }

    .hamburger-menu .fa {
        font-size: 24px;
    }

    nav > ul {
        margin-top: 40px !important;
    }

    .hamburger-menu {
        display: flex; /* Show hamburger menu on smaller screens */
        z-index: 999999;
    }

    .logo-bi-2 {
        display: none !important;
    }

    .logo-mobi {
        display: block;
    }

        .logo-mobi img {
            width: 100px;
            margin-left: 10px;
        }

    .head-right form {
        padding-top: 20px;
    }

    #nav-menu {
        display: none; /* Hide navigation on smaller screens */
    }

    .close-btn {
        position: absolute;
        top: 0;
        right: 0;
    }

    .d-none-mob {
        display: none;
    }

    .wrap-auth .wrap-style {
        padding: 5px !important;
        padding-top: 30px !important;
    }
}
