
.blink {
    -webkit-animation: blink 2s infinite both;
            animation: blink 2s infinite both;
}

@-webkit-keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

/***/
.hp_vamezd
{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.card.icon
{
    padding: 0.3em 1em 0.6em !important;
    min-width: 14px !important;
    max-width: 470px !important;
    border: 1px solid #c3c4c7 !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.04) !important;
    background: #fff !important;
}
.ui.selection.dropdown, .ui.form input:not([type]), .ui.form input[type="date"], .ui.form input[type="datetime-local"], .ui.form input[type="email"], .ui.form input[type="file"], .ui.form input[type="number"], .ui.form input[type="password"], .ui.form input[type="search"], .ui.form input[type="tel"], .ui.form input[type="text"], .ui.form input[type="time"], .ui.form input[type="url"]
{
    color: rgba(108, 108, 108, 0.87) !important;
}
.ltr
{
  direction: ltr;
  text-align: left !important;
}
.ltr > .rtl,
.rtl
{
    direction: rtl;
    text-align: right !important; 
}
.rtl.dropdown,
.ui.selection.rtl.dropdown .menu > .item
{
    direction: rtl;
    text-align: right !important;
}
.ui.selection.rtl.dropdown .menu
{

    text-align: right !important;
}
.ui.search.dropdown.rtl > input.search
{
    right: 0px !important;
}
.ui.selection.dropdown
{
    background: #f9fafb !important;
}
tr.green
{
    background-color: #c4f0af;
}