.iframe-dashboard{
    min-height: calc(100vh - 80px) !important;
    border-radius: 25px;
}

.text-badge div p{
    background-color: blue;
    padding: 0px;
    border-radius: 10px;
}

.title-logo{
    font-family: 'Comfortaa', cursive;
    color: #5e72e4;
}

/* ICONS */
.icon-edit::before {
    font-family: fontAwesome;
    content: "\f044\00a0";
}

.icon-create::before {
    font-family: fontAwesome;
    content: "\2b\00a0";
}

.icon-download::before {
    font-family: fontAwesome;
    content: "\f0ed\00a0";
}

.icon-delete::before {
    font-family: fontAwesome;
    content: "\f1f8\00a0";
}

.icon-view::before {
    font-family: fontAwesome;
    content: "\f06e\00a0";
}