﻿*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mt25 {
    margin-top: 25px;
}

.height-32 {
    height: 32px;
}

.height22 {
    min-height: 22px !important;
    height: 22px !important;
}
.Savelink i {
    width: 25px;
    height: 25px;
    background: rgb(4 133 163 / 20%);
    padding: 7px;
    border-radius: 50%;
    line-height: 12px;
}
    .Savelink i:hover {
        background: rgb(4 133 163 / 100%);
        color:#fff;
    }