﻿.scsicon16 {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    mask-size: cover;
    height: 16px;
    width: 16px;
}

.scsicon24 {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    height: 24px;
    width: 24px;
}

.scsicon36 {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    height: 36px;
    width: 36px;
}

.scsicon-block {
    mask-image: url(../images/scsicons/block.svg);
    -webkit-mask-image: url(../images/scsicons/block.svg);
}


/*.scsicon-check {
    mask-image: url(../images/scsicons/check.svg);
    -webkit-mask-image: url(../images/scsicons/check.svg);
    background-color: #87BD9B;
}*/
.scsicon-check_circle {
    mask-image: url(../images/scsicons/check_circle.svg);
    -webkit-mask-image: url(../images/scsicons/check_circle.svg);
    background-color: #87BD9B;
}


.scsicon-schedule {
    mask-image: url(../images/scsicons/schedule.svg);
    -webkit-mask-image: url(../images/scsicons/schedule.svg);
}

.scsicon-move_to_inbox {
    mask-image: url(../images/scsicons/move_to_inbox.svg);
    -webkit-mask-image: url(../images/scsicons/move_to_inbox.svg);
}

.scsicon-outgoing_mail {
    mask-image: url(../images/scsicons/outgoing_mail.svg);
    -webkit-mask-image: url(../images/scsicons/outgoing_mail.svg);
}

.scsicon-archive {
    mask-image: url(../images/scsicons/archive.svg);
    -webkit-mask-image: url(../images/scsicons/archive.svg);
}

/*.scsicon-mail {
    mask-image: url(../images/mail.svg);
    -webkit-mask-image: url(../images/mail.svg);
}*/

.scsicon-attach_file {
    mask-image: url(../images/scsicons/attach_file.svg);
    -webkit-mask-image: url(../images/scsicons/attach_file.svg);
}