Israeli Finance Minister Bezalel Smotrich was asked on Tuesday in an interview if returning the hostages was the most important thing, and he replied: “No, it’s not the most important thing. Why do you want competition? Everything is important.”
.htz-loader-circle{
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-animation:htz-loader-animation 1.5s infinite linear;
animation:htz-loader-animation 1.5s infinite linear
}
@-webkit-keyframes htz-loader-animation{
0%{
-webkit-transform:rotate(0);
transform:rotate(0)
}
100%{
-webkit-transform:rotate(-360deg);
transform:rotate(-360deg)
}
}
@keyframes htz-loader-animation{
0%{
-webkit-transform:rotate(0);
transform:rotate(0)
}
100%{
-webkit-transform:rotate(-360deg);
transform:rotate(-360deg)
}
}