

/**********************/
/*       Buttons      */
/**********************/
.icon-btn {
   mask-repeat: no-repeat;
   mask-position: center;
   mask-size: auto 24px;
   background-repeat: no-repeat;
   background-position: center;
   background-size: auto 24px;
   width: 2rem;
   display: inline-table;
   background-color: black;
   transition: 0.3s;
}
.icon-btn::before {
   content: '\00a0';
}

.icon-check {
   background-color: rgb(53, 119, 157);
   -webkit-mask-image: url(img/icon-check.svg);
   mask-image: url(img/icon-check.svg);
}
.icon-check-2 {
   -webkit-mask-image: url(../img/icon-check-2.svg);
   mask-image: url(../img/icon-check-2.svg);
   transform: scale(1.6, 1.3);
}
