.refresh_card {
    cursor: pointer;
}

.select2-selection__clear {
    margin-right: 35px !important;
    margin-top: 3px !important;
}

ul.select2-results__options[aria-multiselectable="true"] .select2-results__option--selected {
    text-decoration: line-through;
}

.loadingoverlay {
    z-index: 1000 !important;
}

.help-box {
    background-color: rgba(255, 255, 255, 0.07);
}

tr.unread_message td {
    font-weight: bolder !important;
    color: rgb(13, 110, 253) !important;
}

table {
    font-size: 80%;
}

.delete,
.delete_note,
.unlink,
.delete_comment,
.delete_comment_photo,
.rotate_comment_photo,
.rotate_task_file,
.layout-link,
.print_calendar,
.refresh_feeds,
.visible_to_installation,
.delete-quote,
.notification-item,
.rotate_base_file,
.delete-base-file,
.unlink-base-file,
.delete-quality-check,
.delete-maintenance-check,
.notification-message,
.logout,
.clock-out,
.confirm_required,
.general_modal_link,
.base_file_modal_link,
.postable_link,
.form_modal_link {
    cursor: pointer;
}

.thumb {
    margin-bottom: 30px;
}

.popover {
    max-width: 100%;
    /* Max Width of the popover (depending on the container!) */
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.1, 1.1);
    }

    100% {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.card-img-top {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

.avatar-circle {
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.initials {
    position: relative;
    top: 14px;
    /* 25% of parent */
    font-size: 24px;
    /* 50% of parent */
    line-height: 24px;
    /* 50% of parent */
    color: #fff;
    font-family: "Courier New", monospace;
    font-weight: bold;
}

.avatar-circle-sm {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.initials-sm {
    position: relative;
    top: 11px;
    /* 25% of parent */
    font-size: 20px;
    /* 50% of parent */
    line-height: 20px;
    /* 50% of parent */
    color: #fff;
    font-family: "Courier New", monospace;
    font-weight: bold;
}

.avatar-circle-lg {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.initials-lg {
    position: relative;
    top: 25px;
    /* 25% of parent */
    font-size: 50px;
    /* 50% of parent */
    line-height: 50px;
    /* 50% of parent */
    color: #fff;
    font-family: "Courier New", monospace;
    font-weight: bold;
}

.card-img-container {
    height: 300px;
    /* Set a desired common height for all cards */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card-img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}