﻿.info-item {
    width: 100%;
    background-color: #ebebeb;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
}

.info-item:hover {
    background-color: darkorange;
}

.info-item.active {
    background-color: darkorange;
}

.info-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 5px;
}

.info-icon span {
    font-size: 34px;
    color: darkorange;
}

.info-text-container {
    padding-left: 10px;
    font-size: 20px;
    color: black;
    margin-left: 5px;
    display: flex;
    flex-direction: column;
}

.table-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-img-container img {
    width: 40px;
    height: 40px;
}

.pdpa-link {
    text-decoration: none !important;
    color: white !important;
    cursor: pointer;
}