/* Style the tab */
.tab {
    float: left;
    width: 20%;
    height: 300px;
    font-size: 32px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 32px;
    color: #303880;

}

.tab button:hover {
    background-color: #ddd;
    text-decoration: none;
}

.tab button.active {
    color: #FF9310;
    font-weight: bold;
    border-left: 3px solid #FF9310;
    text-decoration: none;
}

.tabcontent {
    float: right;
    width: 70%;
    border-left: none;

}

.tab-container {
    display: flex;
    flex-direction: column;
}


.content {
    padding-top: 6%;
    padding-left: 6%;
    padding-right: 6%;
    height: auto;
}

.background {
    width: 100%;
}

.bg-image {
    width: inherit;
    height: inherit;
    object-fit: contain;
}

.profile-page-top-breadcrumb {
    background-color: white !important;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    margin-top: -90px;
    margin-left: 7%;
    height: 100px;
    clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.profile-page-top-breadcrumb .breadcrumb {
    background-color: white !important;
    min-height: 40px;
    opacity: 1;
    color: #303880 !important;
    font-size: 20px;
    margin-left: 2%;
}

.breadcrumb-item {
    color: #303880 !important;
    font-size: 20px;
}

.rollback-arrow {
    margin-left: 5%;
    display: flex;
    align-items: center;
}