#mpo-vat-toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

#mpo-vat-toggle-wrapper p {
    display: none;
}

#mpo-vat-toggle-wrapper .mpo-vat-toggle-title {
    font-size: 12px;
}

#mpo-vat-toggle-form .knobs,
#mpo-vat-toggle-form .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#mpo-vat-toggle-form .knobs {
    z-index: 2;
    padding: 5px;
    overflow: hidden;
    border-radius: 5px;
}

#mpo-vat-toggle-form .layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}

#mpo-vat-toggle-form .mpo-vat-button {
    position: relative;
    top: 0;
    width: 88px;
    height: 30px;
    margin: 0px auto 0 auto;
    overflow: hidden;
    border-radius: 10px;
    padding-right: 5px;
}

#mpo-vat-toggle-form .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

#mpo-vat-toggle .knobs:before,
#mpo-vat-toggle .knobs:after,
#mpo-vat-toggle .knobs span {
    position: absolute;
    width: 44px;
    height: 20px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    transition: 0.3s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mpo-vat-toggle .knobs:before,
#mpo-vat-toggle .knobs:after {
    color: #4e4e4e;
    z-index: 1;
}

#mpo-vat-toggle .knobs:before
{
    content: 'EXCL';
    left: 4px;
}

#mpo-vat-toggle .knobs:after {
    content: 'INCL';
    right: 4px;
}

#mpo-vat-toggle .knobs span {
    width: 40px;
    left: 44px;
    background-color: #3897e9;
	background-color: #fdcf14;
    z-index: 2;
    border-radius: 5px;
}

#mpo-vat-toggle .checkbox:checked+.knobs span {
  
    background-color: #3897e9;
	background-color: #fdcf14;
}

#mpo-vat-toggle .checkbox:checked~.layer {
    background-color: #f6f6f6;
    
}

#mpo-vat-toggle-wrapper .mpo-vat-status-incl .knobs:before {
    content: 'INCL';
}

#mpo-vat-toggle-wrapper .mpo-vat-status-incl .knobs:after {
    content: '';
}

/*
#mpo-vat-toggle-wrapper .elementor-shortcode {
    display: flex;
    align-items: center;
    gap: 10px;
}
*/
