/*------------------------------------------------------------------------------------------
#  Question
------------------------------------------------------------------------------------------*/

.empty-content svg {
    padding: 20px;
    background: rgba(55, 187, 86, 0.1);
    color: #008000;
    border-radius: 20px;
    font-size: 48px;
    width: 64px;
    height: 64px;
}

.empty-content {
    padding: 50px 0;
    text-align: center;
    width: 100%;
}