 #license-activation .input-group #productKey,
 #license-activation #update-license-key,
 #license-activation .btn-file {
     border-radius: 0px !important;
 }

 #license-activation #txt_product_key_error {
     font-family: Inter;
     font-size: 12px;
     font-weight: 400;
     line-height: 13.31px;
 }

 .input-group-text {
     background-color: #fff;
 }

 #txt_product_key {
     border: 0;
 }

 .btn-file {
     position: relative;
     overflow: hidden;
 }

 .btn-file input#licence_file {
     position: absolute;
     top: 0;
     right: 0;
     min-width: 100%;
     min-height: 100%;
     text-align: right;
     opacity: 0;
     background: none repeat scroll 0 0 transparent;
     cursor: inherit;
     display: block;
     visibility: visible;
 }

 .txt_product_key-icon {
     padding-left: 50px;
     background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M7.28125 9.59375C7.01032 8.92909 6.8723 8.21776 6.875 7.5C6.875 6.38748 7.2049 5.29995 7.82298 4.37492C8.44107 3.44989 9.31957 2.72892 10.3474 2.30318C11.3752 1.87744 12.5062 1.76604 13.5974 1.98309C14.6885 2.20013 15.6908 2.73586 16.4775 3.52253C17.2641 4.3092 17.7999 5.31148 18.0169 6.40262C18.234 7.49376 18.1226 8.62476 17.6968 9.6526C17.2711 10.6804 16.5501 11.5589 15.6251 12.177C14.7001 12.7951 13.6125 13.125 12.5 13.125C11.7822 13.1277 11.0709 12.9897 10.4062 12.7188L9.375 13.75H7.5V15.625H5.625V17.5H2.5V14.375L7.28125 9.59375Z" stroke="black" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" /><path d="M14.0625 6.875C14.5803 6.875 15 6.45527 15 5.9375C15 5.41973 14.5803 5 14.0625 5C13.5447 5 13.125 5.41973 13.125 5.9375C13.125 6.45527 13.5447 6.875 14.0625 6.875Z" fill="black" /></svg>') no-repeat;
     background-position: 15px center;
     background-size: 20px 20px;
 }