#vmCountryModal.fade.show {    opacity: 1;}.modal-backdrop.fade.show {    opacity: 0.7;}#payshipfieldsAjaxLoader {    position: fixed;    z-index: 99999;    top: 0;    left: 0;    width: 100%;    height: 100%;    background: rgba(255,255,255,0.85);    display: none;    align-items: center;    justify-content: center;}#payshipfieldsAjaxLoader .payshipfields-spinner {    width: 50px;    height: 50px;    border: 5px solid #ddd;    border-top: 5px solid #000;    border-radius: 50%;    animation: payshipfieldsSpin 0.8s linear infinite;}@keyframes payshipfieldsSpin {    0% { transform: rotate(0deg); }    100% { transform: rotate(360deg); }}/*#EditBTAddres .virtuemart_country_id-group{ 	display:none;}
*/