/**============================= Icon Text Button Bars ============================**/
/* Used for file managers */
.component-buttons {
    display: flex;
    justify-content: space-around;
    padding: 12px;
}

/**=========================== SMALL BUTTONS ===============================**/
.icon-text-button-small {
    width: 64px !important;
}

.icon-text-button-small  .icon-image-container {
    width: 45px !important;
    height: 45px !important;
}

/**=========================== TALENT INFO BUTTONS ===============================**/
.wide-icon-buttons {
    width: 92px !important;
    min-height: 90px !important;
}

/* ICON ONLY */
.icon-button .icon-text-container {
    display: none;
}