.ap-custom-checkbox--is-label .el-checkbox__inner, .ap-custom-radio--is-label .el-radio__inner{
    height: 20px;
    width: 20px;
}
.ap-custom-radio--is-label .el-radio__inner:after{
    height: 7px;
    width: 7px;
}
.ap-custom-checkbox--is-label .el-checkbox__inner:after{
    height: 8px;
    left: 6.5px;
    top: 3px;
    width: 4px;    
}
.ap-custom-checkbox--is-label .ap-chk-field-label, .ap-custom-radio--is-label .el-radio__label{    
    line-height: 24px;
    font-weight: 500;
    color: var(--ap-front-content-color);
    position: relative;
    font-family: var(--ap-front-primary-font); 
    font-size: var(--ap-front-content-font-size);   
}
.ap-custom-checkbox-group{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ap-form-field-date-picker-control .el-input__icon{
    left: 0px;
}
.ap-social-share{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.ap-social-share .ap-social-icon svg{
    height: 35px;
    width: 35px;
}
.ap-social-share .ap-social-icon{
    cursor: pointer;
}
.ap--shar-btn--primary{
    min-width: 108px !important;
}
button.ap--shar-btn--primary:focus{
    color: var(--ap-front-cl-white);
}

