

.right-my-account {
    margin-left: 186px;
}

.left-my-account {
    position: absolute;
    /* width: 100%; */
    background: #ffc107;
    /* padding: 5px; */
}


.left-my-account ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.left-my-account ul li {
    padding: 5px 15px;
    border-bottom: 1px solid #fff5d6;
    transition: 0.3s;
}

.left-my-account ul li a {
    color: #171717;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.left-my-account ul li:hover {
    background-color: #fee69d;
    cursor: pointer;
}

.left-my-account ul li a i {
    margin-right: 10px;
}

.my-account {
    background: #1a1a1a;
    padding: 5px;
    color: #fff;
    text-align: center;
}

h4.acc-details {
    background: #1a1a1a;
    padding: 5px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

h5.act-heading {
    background: #6c8494;
    color: #fff;
    padding: 5px;
    font-size: 18px;
}



.hamburger {
    display: none;
}

.yr-balance {
    background-color: #ffffff;
    padding: 5px 10px;
    border: 1px solid #c7c7c6;
}

.yr-b-amt {
    display: flex;
    align-items: center;
}

.yr-b-amt h1 {
    color: #278ACF;
}

h6.table-heading-profile {
    background: #d0d0d0;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: -6px;
}

ul.input-list {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.input-list li {
    margin-right: 10px;
}

.function-wrap {
    background: #becad4;
    padding: 5px;
    margin-top: 5px;

    background: #567284;
    color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: #ffc107;
    border-color: var(--bs-nav-tabs-link-active-border-color);
    color: black;
}

.nav-tabs .nav-link {

    color: rgb(65, 65, 65);
}

.card {
    border-radius: 0 !important;
}

.prf-input {
    color: #1e1e1e;
    font-size: 12px;
    border: 0px #aaa solid;
    background: #fff;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, .5);
    border-radius: 4px;
    padding: 5px;
    margin: 0 5px 5px 0;
    box-sizing: border-box;
}

.time-input {
    width: 45px;
}

.prf-p_and_l {
    padding: 5px 5px;
    background: #405b72;
    border-top: 1px solid #64849f;
    border-bottom: 1px solid #64849f;
}

.input-list1 .btn {
    margin: 2PX;
}

.left-my-account ul li.active {
    background: #fae4a2;

}

@media (max-width: 1300px) {
    .table1-over-flows {
        overflow-x: auto;
    }

    .input-list1 .btn {
        margin: 3PX;
    }

}

@media (max-width: 767px) {

    .left-account-parent {
        position: relative;
    }

    .left-my-account {
        display: none;
        position: absolute;
        left: 0px;
        top: 38px;
        /* width: 250px; */
        /* height: 100vh; */
        /* background: #fff; */
        box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);
        /* padding: 20px; */
        transition: transform 0.3s ease-in-out;
        transform: translateX(-100%);
        z-index: 99;
        /* position: relative; */
    }

    .left-my-account.active {
        display: block;
        transform: translateX(0);
    }

    .hamb-parent {
        position: relative;
    }

    .hamburger {
        display: block;
        position: absolute;
        top: -3px;
        left: 1px;
        cursor: pointer;
        font-size: 24px;
        background: none;
        color: #fff;
        border: none;
        font-size: 36px;
        /* z-index: -1; */
    }

    .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 24px;
        cursor: pointer;
    }

    .right-my-account {
        margin-left: 0px;
    }

    .table_common {
        padding-right: 15px;
    }

    .table1-over-flows {
        overflow-x: auto;
    }




}

.hamburger-profile{
    display: none;
}
@media (max-width: 767px) {
    .hamburger-profile {
        display: block;
        position: absolute;
        top: -3px;
        left: 1px;
        cursor: pointer;
        font-size: 24px;
        background: none;
        color: #fff;
        border: none;
        font-size: 36px;
        /* z-index: -1; */
    }
}



