#custom-fields { margin-top: 15px; margin-bottom: 15px; } #custom-fields .input-group { margin-top: 5px; margin-bottom: 5px; } #radio-container { padding: 5px 0; } #radio-container label { margin-right: 10px; font-weight: normal; cursor: pointer; } #radio-container input[type="radio"] { margin-right: 5px; cursor: pointer; transform: scale(1.2); position: relative; top: 2px; } .error-message { display: none; color: red; font-size: 0.8em; margin-top: 5px; } /*.game-container .spinandwin-wrap .wheel-container .wheel-center {*/ /* border: 0px !important;*/ /* background: none !important;*/ /* background: url('../images/Spoke_Needle.png') no-repeat !important;*/ /* background-size: contain !important;*/ /* border-radius: 0px !important;*/ /* transform: translate(-38%, -50%) !important;*/ /*}*/ /*.game-container .spinandwin-wrap .wheel-container .wheel-outer:after {*/ /* background: url('../images/Spoke_Ring.png') !important;*/ /* background-size: contain !important;*/ /* z-index: 2 !important;*/ /*}*/ .flex-shrink-0 { display: flex; align-items: center; justify-content: flex-start; padding-left: 60px; } .flex-shrink-0::before { content: ''; height: 25px; width: 35px; background-image: url('../images/elanco.png'); background-size: 120%; background-repeat: no-repeat; transform: scale(1.6); transform-origin: center; margin-right: 15px; } @media (max-width: 767px) { .flex-shrink-0 { padding-left: 30px; } .flex-shrink-0::before { height: 25px; width: 30px; background-size: 120%; transform: scale(1.5); transform-origin: center; margin-right: 10px; } }