@media only screen and (max-width: 1920px) {
    .dasboard-welcome-card {
        width: 100%;
        background-image: url(/images/dashboard.png);
        background-size: cover;
        background-position: center;
        height: 227px;
        border-radius: 15px;
    }
}
@media only screen and (max-width: 1366px) {
    .dasboard-welcome-card {
        width: 100%;
        background-image: url(/images/dashboard.png);
        background-size: cover;
        background-position: center;
        height: 200px;
        border-radius: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .dasboard-welcome-card {
        width: 100%;
        background-image: url(/images/dashboard.png);
        background-size: cover;
        background-position: center;
        height: 165px;
        border-radius: 15px;
    }
    .renewalcount {
        font-size: 18px;
        padding-right: 10px;
    }
    .renewaltitle {
        font-size: 12px;
        font-weight: 700;
        padding-left: 20px;
    }
    .nav-item {
        margin: 0px 6px;
        color: #000;
    }
}

@media only screen and (max-width: 992px) {
    .authentication-card {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        max-width: 50rem;
        height: 120vh;
    }
    .rmiller_login_card {
        width: 50%;
        border-radius: 15px;
    }
    .rmiller_login_card .img-fluid {
        width: 50%;
    }
    canvas#world {
        overflow: hidden;
        display: none;
    }
    .dasboard-welcome-card {
        width: 100%;
        background-image: url(/images/dashboard.png);
        background-size: cover;
        background-position: center;
        height: 123px;
        border-radius: 5px;
    }
    .dashboard {
        padding-top: 48px;
        padding-left: 48px;
    }
    .renewalcount {
        font-size: 18px;
        padding-right: 10px;
        margin: 0px 0px 0px 12px;
    }
    .renewaltitle {
        font-size: 12px;
        font-weight: 700;
        padding-left: 5px;
    }
    .sidebar-container {
        padding: 25px 25px;
        border-radius: 10px;
        /* height: 110vh; */
        height: 100%;
    }
    .filter-section {
        margin-top: 25px;
    }
    .accordion-button {
        margin-top: 15px;
    }
    .d-flex {
        display: flex !important;
        justify-content: center ;
        flex-wrap: wrap;
    }
    .renewalcountbox {
        height: 80px;
        color: #fff;
        width: 300px;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        align-items: center;
        border-radius: 15px;
        margin: 10px;
    }
    .folloupcount {
        font-size: 25px;
        padding-right: 20px;
    }
    .renewalscounts {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .customerCounts{
         display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 770px) {
    .authentication-card {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        max-width: 50rem;
        height: 120vh;
    }
    .rmiller_login_card {
        width: 50%;
        border-radius: 15px;
    }
    .rmiller_login_card .img-fluid {
        width: 50%;
    }
    canvas#world {
        overflow: hidden;
        display: none;
    }
    .folloupsummery {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .renewalcountbox {
        height: 80px;
        color: #fff;
        width: 230px;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        align-items: center;
        border-radius: 15px;
        margin: 10px;
    }
    .d-flex {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    .dashboard {
        padding-top: 25px;
        padding-left: 48px;
    }
    .dasboard-welcome-card {
        width: 100%;
        background-image: url(/images/dashboard.png);
        background-size: cover;
        background-position: center;
        height: 90px;
        border-radius: 5px;
    }
    .dashboard h3 b {
        font-size: 20px;
    }
    .dashboard p b {
        font-size: 10px;
    }
     .customerCounts{
         display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap;
    }

}
@media only screen and (max-width: 500px) {
    .dasboard-welcome-card {
        width: 100%;
        background-image: url(/images/dashboard.png);
        background-size: cover;
        background-position: center;
        height: 83px;
        border-radius: 5px;
    }
    .dashboard {
        padding-top: 20px;
        padding-left: 28px;
    }
}
@media only screen and (max-width: 467px) {
    .rmiller_login_card {
        width: 80%;
        border-radius: 15px;
    }
    .dashboard {
        padding-top: 30px;
        padding-left: 33px;
    }
    .dasboard-welcome-card {
        width: 100%;
        background-image: url(/images/dashboard.png);
        background-size: cover;
        background-position: center;
        height: 68px;
        border-radius: 5px;
    }
    .dashboard h3 {
        line-height: 1px;
    }
    .dashboard h3 b {
        font-size: 14px;
    }
    .dashboard p b {
        font-size: 8px;
    }
    
}
@media only screen and (max-width: 400px) {
    .dashboard {
        padding-top: 23px;
        padding-left: 12px;
    }
    .dasboard-welcome-card {
        width: 100%;
        background-image: url(/images/dashboard.png);
        background-size: cover;
        background-position: center;
        height: 60px;
        border-radius: 5px;
    }
    .dashboard h3 {
        line-height: 1px;
    }
    .dashboard h3 b {
        font-size: 14px;
    }
    .dashboard p b {
        font-size: 8px;
    }
}
@media only screen and (max-width: 370px) {
    .resp {
        margin-top: 10px;
    }
}



.navbar-toggler.bg-light[aria-expanded="true"] .navbar-toggler-icon { 
    background-image: url("/images/close_icon.svg");
}