.h-500 { min-height: 500px;}
.pointer { cursor: pointer;}
.btn-fixed-bottom {position: fixed; right: 50px; bottom: 50px;}

.bottom-btn-s {background-color: #0b5ed7; color: white; text-decoration: none; padding: 8px 15px; border-top-left-radius: 15px;}
.bottom-btn-s:hover { color: white ; background-color: black;}
.bottom-btn-m {background-color: #157347; color: white; text-decoration: none; padding: 8px 15px; }
.bottom-btn-m:hover { color: white ; background-color: black;}
.bottom-btn-e {background-color: #ffc107; color: white; text-decoration: none; padding: 8px 15px; border-top-right-radius: 15px;}
.bottom-btn-e:hover { color: white ; background-color: black;}

.textarea-copy-text {height: 1px; width: 150px; border: none;}
.table td { position: relative; }
.table td input { position: absolute; display: block; top: 0; left:0; margin: 0; height: 100%; width: 100%;
  border: none ; padding: 10px; box-sizing: border-box; }

