﻿

* {
    transition: all 1s ease-in-out;
}

.btn-clear {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.cursor-hover-pointer:hover {
    cursor: pointer !important;
}
