.select-card{transition:background-color .1s,all .3s;width:95%}[dir] .select-card{cursor:pointer}[dir=ltr] .select-card,[dir=rtl] .select-card{margin-left:auto;margin-right:auto}[dir=ltr] .container-select-card,[dir=rtl] .container-select-card{animation:select-card 1s}.select-card:hover{color:#fff;width:99%;z-index:9}[dir] .select-card:hover{background-color:#f37021;transform:scale(1.1)}[dir=ltr] .select-card:hover,[dir=rtl] .select-card:hover{animation:selected-card .8s}.select-card:hover h4,.select-card:hover h6{color:#fff}@keyframes select-card{0%{transform:scale(1.1);opacity:.1}to{opacity:1}}@keyframes selected-card{0%{transform:scale(1);width:95%}80%{transform:scale(1);width:95%}to{width:99%;transform:scale(1.1)}}