﻿.card-icon-button {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0px 16px 0px 16px;
    width: 143px;
    height: 48px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px #00000014;
    border: 1px solid #E5E5E5;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
}

.card-icon-button:hover:not(.card-icon-button-disabled) {
    box-shadow: 0px 8px 16px 0px #00000026;
}

.card-icon-button-active {
    border: 2px solid #1A7CCA;
    background-color: #FFFDEB;
}

.card-icon-button-disabled {
    opacity: 0.5;
    cursor: auto;
}

.card-icon-button-img-container {
    align-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #FFFDEB;
}

.card-icon-button-span {
    font-family: Inter;
    font-weight: 400;
    color: #525252;
    line-height: 20px;
    font-size: 14px;
}
