@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

.skin-blue .main-header .navbar {
    display: block;
}
.EditId{
    cursor: pointer;
}
tr td:last-child a,
.aContent tr td:last-child a{
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid #eee;
    padding: 5px;
    align-items: center !important;
    width: 50px;
    justify-self: center;
}
.last-child-table-td-row table tr td:last-child{
    display: flex !important;
    flex-direction: row !important;

}

tr td:last-child a:hover,
.aContent tr td:last-child a:hover {
    background-color: var(--main-color);
}

td a:hover svg,
td a:hover .glyphicon {
    color: #fff !important;

}

.text-decoration-underline {
    text-underline-offset: 5px;
}

.user-content-details li button,
.charging-station-details li button {
    font-size: 18px;
    color: #516377;
}

.user-content-details li button.active,
.charging-station-details li button.active {
    background-color: var(--main-color) !important;
}

.user-content-details li button:hover,
.charging-station-details li button:hover,
.connector-table td a i {
    color: var(--main-color);
}

.connector-table td a:hover i {
    color: #fff
}

.pull-up {
    transition: all .25s ease !important;
}

.pull-up:hover {
    transform: translateY(-4px) scale(1.02);
}

.station-section img {
    height: 250px;
}

/* .device-detail,
.availability-pricing {
    height: 250px;
} */
.view-bank .card-information img,
.bank-detail-container img {
    width: 90px;
}

.customers-redeem-request-view .card{
height: 250px
}

.Revenue-icon,
.charged-icon{
    background-color: var(--main-color);
    border-radius: 5px;
    color: white;
    font-size: 20px;
    padding: 0 10px;
}
.text-truncate{
    text-align: center;
}
.custom-dropdown-menu-table{
    margin-left: -100px;
    border: 1px solid var(--main-color);
    padding: 0px;
    /* background: grey; */
}
.open > .custom-dropdown-menu-table {
    display: flex;
}
.custom-dropdown-menu-table a{
    border: none !important;
}
.custom-dropdown-item{
    padding: 10px !important;

}

.connect-table-pagination .pagination .page-link.active{
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.custom-body-table tr td:last-child a{
    display: flex !important;
    flex-direction: row !important;
    border: none !important;
    width: 100%;
    padding: 0px !important;
}
.custom-body-table tr td:last-child a:hover{
    background: none !important;
}
.new-dropdown-menu-style .notification-tag li{
    padding: 4px 6px;
    color: black;
    border-bottom: 1px solid rgb(230, 228, 228);
}
.new-dropdown-menu-style .notification-tag li:hover{
    background:var(--hover-color);
    color: white;
}
.new-dropdown-menu-style{
    width: 30vw !important;
    min-height: 100px;
    max-height: 400px;
    overflow-y: scroll;
}
@media (max-width:900px) {
    .new-dropdown-menu-style{
        width: 80% !important;
    }
}
.new-dropdown-menu-style .main-header-div-li{
    display: flex;
    justify-content: space-between;
}
.navbar-custom-menu
{
    display: flex !important;
    flex-direction: row ;
}
.no-notification-div{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 40px;
}

.total-balance-main-div{
    display: flex;
    justify-content: flex-end;
}
.balance-div-new{
    /* border: 1px solid black; */
    /* width: 400px; */
    padding: 6px 12px;
    /* border-radius: 10px; */
    font-size: 16px;
    background: #ecf0f5;
    /* display: flex;
    justify-content: space-around; */
}
.balance-div-new h5{
    font-size: 14px;
}
.balance-div-new span{
    color: var(--main-color);
    font-size: 20px;
    font-weight: 600;
}


.balance-div-{
    /* border: 1px solid black; */
    padding: 4px 12px;
    border-radius: 10px;
    font-size: 16px;
    background: #ecf0f5;
    display: flex;
    justify-content: space-between;
}
@media (max-width:540px){
    .balance-div-{
        flex-direction: column;
    }
}
.balance-div- h5{
    font-size: 14px;
}
.balance-div- span{
    color: var(--main-color);
    font-size: 20px;
    font-weight: 600;
}