﻿
.iawhi-add-task {
    background-image: url("/resources/icons/add_task.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 48px;
    height: 48px;
}

.iawhi-clinical-notes {
    background-image: url("/resources/icons/clinical_notes.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 48px;
    height: 48px;
}

.iawhi-check-circle {
    background-image: url("/resources/icons/check_circle.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 48px;
    height: 48px;
}

.iawhi-cancel-circle {
    background-image: url("/resources/icons/cancel_circle.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 48px;
    height: 48px;
}

.iawhi-crop-square {
    background-image: url("/resources/icons/crop_square.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 24px;
    height: 24px;
}

.iawhi-crop-circle {
    background-image: url("/resources/icons/crop_circle.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 24px;
    height: 24px;
}

.iawhi-rotate-right {
    background-image: url("/resources/icons/rotate_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 24px;
    height: 24px;
}

.iawhi-info {
    background-image: url("/resources/icons/info.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 24px;
    height: 24px;
}

