/* ========================================
   mano paskyros stilius
   ======================================== */
.account-menu-wrapper {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.account-menu {
    display: flex;
    gap: 0;
}

.account-menu-item {
    display: inline-block;
    padding: 15px 25px;
    color: #1565c0;;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    transition: all 0.2s;
}

.account-menu-item:hover {
    color: #1565c0;
    background-color: #f8f9fa;
    text-decoration: none;
}

.account-menu-item.active {
    color: #1565c0;
    border-bottom-color: #1565c0;
    background-color: #f8f9fa;
}

@media (max-width: 767px) {
    .account-menu {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .account-menu::-webkit-scrollbar {
        display: none;
    }
    .account-menu-item {
        padding: 12px 15px;
        font-size: 14px;
        flex-shrink: 0;
        margin-bottom: 0;
    }
}

.card-paspaudimai{
	/*background-color:#00325e;
	color:#fff;*/
	background-color:#f2f2f2;
}
.card-paspaudimai .text-muted {
   	/*color:#fff !important; */
}
.card-paspaudimai .text-success{  
	/*color: rgb(0, 255, 137) !important; */
	color: rgb(0, 221, 118) !important
}  
